FalloutRP [Site]

Status
Not open for further replies.

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,801
669
-Important Updates-
I turned this into a theme for Revcms however it will not be for habbo!
-Added Registetr Page
-Added the login box on the index
-Re did the border radius
-Added margins instead of absolute positioning
Any Demo?
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
Rude Fuck.

capturebgm.png
 

Leader

github.com/habbo-hotel
Aug 24, 2012
1,006
267
Rude Fuck.

capturebgm.png
lol damn big ass monitor. :D BTW on the left im coding in a habplus thingy. Since this is for an rp on habplus. Basically since there imager just shows the image by figure.php?user=Redlyn
I can make it echo out your username so it changes. (i hope)
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
lol damn big ass monitor. :D BTW on the left im coding in a habplus thingy. Since this is for an rp on habplus. Basically since there imager just shows the image by figure.php?user=Redlyn
I can make it echo out your username so it changes. (i hope)
Ahh makes much more sense. P.S: my monitor is bigger than that loL
 

Zymf

 
Aug 19, 2012
868
166
Its been up for a while, I actually develop on it.
There's some decent improvements from when you first started!

There's just I'd like to criticize;
  • Definitely change the font, it's ugly.
  • Move the content boxes up a little, they're too far down.
Other than that, it's going quite well.
 

Leader

github.com/habbo-hotel
Aug 24, 2012
1,006
267
-Added Factions
Starting On Faction Management
e9ea0489f1fd4da38ce1a29.png

So far only admins can use it...But it changes the faction name and also the owner. Works well
 

Queef

Some people...
Jul 27, 2012
645
289
Ok, I'm just gonna put this on the table.

I think before you begin making templates like this you need to increase your CSS knowledge more. Sure its alright for a practice, but don't make something of it. The code is simply too messy.

If you were to add another content box below one of your current content boxes by duplicating the code below, it would look bloody awful. Hence the need for a main content container so the only margin you have to use is a top margin for content separation.

Look at the code for other templates and see how they are coded to get a better idea.
 

Leader

github.com/habbo-hotel
Aug 24, 2012
1,006
267
Important Updates
-Recoded Index
-Added Columns
-Recoded Content Boxes
Me Page With Columns Added In (All The Box Id)
502b2dafe4ca47a6b789d87.png


Page Code
Code:
<Html>
<Title> FalloutRP </Title>
<link rel="stylesheet" type="text/css" href="styles/iMe.css">
<Div Class="mHeader">
<center><img src='http://www.chris-pettyjohn.cu.cc/Fallout/app/tpl/skins/Fallout/images/logo.png'></center>
</Div>
 
<Div Id="mColumnl">
 
<Div Class="mLcontain">
<Div Class="mTitleG">
<center> Your Profile </center>
</div>
<img src="http://habpl.us/figure.php?user={username}">
<div class="Info">{coins} Bottle Caps<br>{faction} {frank}</div>
</div>
 
<Div Class="mLcontain">
<Div Class="mTitleG">
<center> Private Messaging </center>
</div>
Coming Soon!
</div>
</div>
 
<Div Id="mColumnr">
 
<Div Class="mLcontain">
<Div Class="mTitleG">
<center> Testing </center>
</div>
Coming Soon!
</div>
 
</div>

Code:
#mColumnl{
float: left;
margin-top: 5%;
margin-left: 10%;
width: 40%;
}
 
#mColumnr{
float: right;
margin-right: 10%;
margin-top: 5%;
width: 30%;
}

Index Page
28e4434d2ad54c919792a36.png


BTW When I use mTitleg
The stands for
m=Me Page
Title=The Title
g= Color (This case its green) 
-Added Faction Making (Thanks To both And
-Changed My Css to global.css
1a5e3ab111c84609838d028.png

Added Domain
falloutrpg.cu.cc
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
I plan on starting this development back up. However it would probably be better if this thread was moved over to Habbo Development as it will be more towards Habbo. I plan on re-doing a lot of the classes, and the design especially and incorporating Cerberus.
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
192
Also, I see you used images from habplus, You would need to host your own images or Just import them from habbo right?
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
This was originally created for a role-play on HabPlus. I am planning on making a Fallout based role-play so that's why this is being brought back to life.
 
Status
Not open for further replies.

Users who are viewing this thread

Top