• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

UberCMS Edited Maintenance Page

Status
Not open for further replies.
Master Summoner
Joined
Dec 8, 2008
Messages
559
Reaction score
108
haha, nice, just too dark black ^ ^
 
Initiate Mage
Joined
Jun 21, 2011
Messages
2
Reaction score
0
Would be better if you didn't capitalize random words. -_o
 
Junior Spellweaver
Joined
Feb 17, 2009
Messages
187
Reaction score
23
DaEternity - UberCMS Edited Maintenance Page - RaGEZONE Forums
 
Newbie Spellweaver
Joined
May 1, 2011
Messages
14
Reaction score
4
@jeroen262 honestly nothing is perfect bro and on left red box those are 2 div borders touching
 
Junior Spellweaver
Joined
Dec 28, 2010
Messages
111
Reaction score
35
I Got MY Account back :) And @jeroen262 I was pretty basic at CSS back then so its possibly to fix it with padding
 
Junior Spellweaver
Joined
Jul 26, 2011
Messages
139
Reaction score
15
That's just boring? You got the coding, but there is no style? No life! Just black?
 
Thanks for a great time!
Joined
Jun 10, 2009
Messages
681
Reaction score
122
isnt this just habbo's maitaince page recolor'd and changed (got edit) a little bit ? ,
 
Last edited:
Junior Spellweaver
Joined
Dec 28, 2010
Messages
111
Reaction score
35
@siem212212 It is, thats why its called UberCMS EDITED Maintenance Page. This was simply edited, couple things in css changed. ect.

@TheNikolas Black/ Gray was the style of my CMS back when i owned Neon City. Doesnt mean you cant go in the CSS file and change a couple color codes to personalize it.

Anyways this is Wayyyyy Old (At least it is for me) So i dont really care bout this post no more lol. If you need help with anything send me a email @ chgfbpage@neon-hotel.org i guess... <_<
 
Junior Spellweaver
Joined
Dec 28, 2010
Messages
111
Reaction score
35
@SplitoX Ya! Of course, (Though i was still just exploring the world of CSS back then lol) But you could also use something like padding-left:2cm; i would presume on the Main Box code. though i might just be wrong lol :p
 
Master Summoner
Joined
Jan 20, 2011
Messages
512
Reaction score
163
Hey guys someone Requested i added Rounded borders to the Page so here is the code just replace the Current code in the .css file with this one

Code:
#container {
	background-color: #000000;
	border: 6px solid #ffffff; border-radius: 15px; 
	width: 760px;
	text-align: left;
	margin: 0 auto;

Screen Shot
DaEternity - UberCMS Edited Maintenance Page - RaGEZONE Forums

in the future use webkit and moz also in front of border-radius like this
PHP:
-moz-border-radius: 15px; 
-webkit-border-radius: 15px; 
and ofcourse use border-radius: 15px;  also
 
Junior Spellweaver
Joined
Dec 28, 2010
Messages
111
Reaction score
35
in the future use webkit and moz also in front of border-radius like this
PHP:
-moz-border-radius: 15px; 
-webkit-border-radius: 15px; 
and ofcourse use border-radius: 15px;  also

Ya, At the time i only knew about the border radius one, didnt know bout the ones for different browsers :s Thank you.
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
in the future use webkit and moz also in front of border-radius like this
PHP:
-moz-border-radius: 15px; 
-webkit-border-radius: 15px; 
and ofcourse use border-radius: 15px;  also

Not needed. The basic features like border-radius, box-shadow, that stuff in CSS3 work with newest FireFox, Safari, IE, Chrome etc. These things -webkit- are not longer needed.
 
Learning C# - Developer
Loyal Member
Joined
Nov 8, 2010
Messages
669
Reaction score
66
I shall be :) ill send download link to you when im done

---------- Post added at 09:07 AM ---------- Previous post was at 08:56 AM ----------

:l dude we need teamviewer. Its showing up as a code to me.
 
Skilled Illusionist
Joined
Jul 30, 2008
Messages
340
Reaction score
50
I can make this for PhoenixPHP If you want it PM me<'3
 
Status
Not open for further replies.
Back
Top