Sign in

Forgot your
password?

Nonoba Forums / Nonoba

How to Hax out your Profile


KoGa long time ago | Post #1
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.
KoGa long time ago | post #2, in reply to #1
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.
Post #3 by 404 has a score of -2. show
404a long time ago | post #3, in reply to #1
-2 points
This is SO inferior to mine!

:)
ZAWAa long time ago | post #4, in reply to #1
0 points
What the fuck is Sakurachan?
Seraa long time ago | post #5, in reply to #1
1 points
A font, probably.
KoG's is easier to read =D

ROFL
Post #6 by ElSmoot has a score of -2. show
ElSmoota long time ago | post #6, in reply to #4
-2 points
Japanese for "Little cherry blossom"
Olivera long time ago | post #7, in reply to #1
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--) }
Chrisa long time ago | post #8, in reply to #1
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;
}
Mikua long time ago | post #9, in reply to #6
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
Observant_Owla long time ago | post #11, in reply to #1
0 points
  • { display:none }

i am win.
Weltall 7a long time ago | post #12, in reply to #1
-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)
Chrisa long time ago | post #13, in reply to #1
-1 points
weltall 7 the box has a white background color, try background-color:transparent
Post #14 by the internet has a score of -2. show
the interneta long time ago | post #14, in reply to #12
-2 points
are you asking for the background behind your own comments when viewing your page? in that case target your css to .coments .self{}
Weltall 7a long time ago | post #15, in reply to #13
0 points
i mean what the internet said, the picture behind your own comments
Weltall 7a long time ago | post #16, in reply to #1
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
Weltall 7a long time ago | post #17, in reply to #1
0 points
another question: is it possible to change the font of 'recent best rated most played most discussed random game'?
ZAWAa long time ago | post #18, in reply to #9
3 points
Such weeaboos ~ zawa
the interneta long time ago | post #19, in reply to #16
-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 3 months ago
the interneta long time ago | post #20, in reply to #16
-1 points
oh wait, if you just want to remove it all together do this.
that should do it.
Last edited 3 months ago
next »Page 1 2 3 4

Reply to thread

Sign up now to reply to threads

 
NONOBA-WEB2