[IN-DEV][SKIN] Aurora for RevCMS!

Sledmur

Web-Developer
Nov 29, 2011
459
98
This is a skin for revcms based off auroracms or as people know it bubbo hotel. Its been fully completed except for these known errors:


Errors
CSS Formatting,
Avatar image at top of the page,
Housekeeping,


index.png


me.png

 

Sledmur

Web-Developer
Nov 29, 2011
459
98
Alright, just let me upload it to my webhost, i kinda deleted my root folder o.o
 

zSaber

Member
Apr 5, 2011
230
12
Sn1ffy he didn't create it he said he ripped it from Bubbo. I think Livar made it for Bubbo though cause i had it on my hotel a while ago.
 

Sledmur

Web-Developer
Nov 29, 2011
459
98
If you do please release i dint have the tiome to work with the css. As im working on a MAJOR skin that will be epic :)
 

JustElmoo

New Member
Feb 15, 2012
22
1
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Bubbo - Login</title>
<link href="{url}/css/login.css" rel="stylesheet" type="text/css"/>
<style>#hotel_view{background:url({url}/images/hotel_view_images_hq/hotelview_banzai.png) -200px 0px};
</style>
</head>
 
<body>
 
 
<div id="black_bar">
    <div class="container">
        <span class="online_users"> {users} Bubbo'(s) Online! </span>
    </div>
</div>
 
<div id="blue_bar">   
    <div class="container">
        <a href="index.php"><img src="_templates/new/images/logo.png" border="0" style="float:left; padding-top:15px;padding-right:25px;" /></a>
        <table width="200" border="0">
            <tr>
              <td><span>Username</span></td>
              <td><span>Password</span></td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <form action="" method="post">
              <td valign="top"><input type="text" name="username"/></td>
              <td valign="top"><input name="password" type="password" /></td>
              <td valign="top"><input name="Submit2" type="submit" value="Login" class="button" /></td>
              <td valign="top"><input name="Submit" type="button" value="Register" class="button" onclick='window.location="register.php";' /></td>
              </form>
            </tr>
          </table>
      </div>
</div>
 
<div id="hotel_view"></div>
 
<div id="footer">
<hr />
Copyright Bubbo Hotel 2011, All rights reserved go to their respective owner(s).<br />This site is powered by Aurora CMS and Phoenix v3.7.1 (Build 13800)<br />We are not endorsed, affiliated or offered by Sulake Corporation Oy.
</div>
</body>
</html>
Its now the html code; move the <html></html> tags away and put the php taggs down and there's the register :)
 

Users who are viewing this thread

Top