How to Hax out your Profile
1 points
##Getting an Uber Background##
BODY { background: white url(--INSERT IMAGE URL HERE--) }
[YES, YOU CAN USE ANIMATED .GIFS]
##Getting a different color background for comments section, small profile part, and (if you have any) flash game descriptions in your profile##
P { background: #99FFFF }
##Getting a different colored text for the letters on top of your colored background##
P { color: #0000FF }
##Getting a different font for the letters on top of your colored background##
P { font-family: "Sakurachan", Times, serif }
There's probably more, but this is all I use.
0 points
By the way, those are my set parameters. Look up the six-digit color coding on Google/Google Images if you don't know how to do it. Also, beware if you use a custom font other than the typical or else it might choose a substitute for those that don't have that type of font.
-1 points
This is SO inferior to mine!
:)
0 points
What the fuck is Sakurachan?
1 points
A font, probably.
KoG's is easier to read =D
ROFL
-1 points
Japanese for "Little cherry blossom"
2 points
we've changed the design now.
You should use #page to address the body.
So change this:
BODY { background: white url(--INSERT IMAGE URL HERE--) }
to this:
#page { background: white url(--INSERT IMAGE URL HERE--) }
0 points
Here is my CSS if anyone was wondering.
#page {
background-image:url(http://chrisbenjaminsen.com/nonobaresources/dark1.png);
background-repeat:repeat
}
h1, h2, h3 {
color:#F3F3F3 !important
}
.pageboxmain {
background:transparent;
}
.pageboxtop, .pageboxbottom{
display:none;
}
#profileText h2 {
color:#333333 !important;
margin-top:0px
}
#section h1, .section h2 {
color:#333333 !important;
}
.onlinebox{
background-color:white;
color:black !important;
border:1px solid gray;
}
.section{
background-image:url(http://chrisbenjaminsen.com/nonobaresources/sectionbg.jpg);
background-repeat:repeat-x;
}
2 points
Knowing ZAWA, I think he's actually wondering what the hell kind of font family it is.
He's watched more than enough of that anime to know what it literally translates to.
0 points
Thankyou so much Oliver- you saved me from despair! Thought that my profile background would be doomed for eternity!
Anyway, I like the revamp- it's pretty funky. =D
0 points
* { display:none }
i am win.
-1 points
I have a question: is it possible to delete the green background of your comments? (I managed to hide it behind the background & border of the comments, but then the background of the page isn't visible anymore)
-1 points
weltall 7 the box has a white background color, try background-color:transparent
0 points
i mean what the internet said, the picture behind your own comments
0 points
in the source code its class="comment self", so i would have to add ."comment self" to my css or something like that
but the picture isn't mentioned in the source code
0 points
another question: is it possible to change the font of 'recent best rated most played most discussed random game'?
3 points
Such weeaboos ~ zawa
-1 points
inthe css you'd put
that should give you a good example. or are you asking how to find the image that is used in the default nonoba stylesheet ?Last edited 5 weeks ago
-1 points
oh wait, if you just want to remove it all together do this.
that should do it.Last edited 5 weeks ago
Reply to thread
Sign up now to reply to threads.