Post all your CSS Codes
Total Posts: 112 Posts
Schneezing wrote:
Here's some i found for smiley face cursors
i tried the pink, it dosent work


Pendulum wrote:
I like Giggz profile, i think ill steal itI concur.
Instead of just listing the code, could someone post a complete list of the selectors (like div.content etcetera) that we're able to fuck around with.
eek
Account removed
ഷeek๛ wrote:
I concur.
Instead of just listing the code, could someone post a complete list of the selectors (like div.content etcetera) that we're able to fuck around with.
pretty much everything within #content you can play with. However you cant do a #content header image replacement yet.
(reminder that it isnt a full rain css version parts are locked down to stop people blowing their profiles up)

Xbox GT: I Epik v2 I
SHANDYPANTS wrote:
i tried the pink, it dosent work
Hmm that's odd
i got rid of the links in those codes (not as in deleted it, just removed hyperlink) but i thought copy and pasting it would still work hmm maybe that's whyTry on here
Last edited by Schnee, Wed 23rd Jul 2008, 1:03 pm.
Some borders for people to try
stole VanillaFace's code but changed it to solid and the colours for you to use if you're unsure how (i think this is right...i dunno if you even need the img thing either side, that's just what i copied and pasted and it worked
so i stuck it in there assuming you do need it)Black:
img{
border-style: solid;
border-width: 2px;
border-color: #000000;
}
Yellow:
img{
border-style: solid;
border-width: 2px;
border-color: #F3F31D;
}
Purple
img{
border-style: solid;
border-width: 2px;
border-color: #4C007C;
}
Light pink
img{
border-style: solid;
border-width: 2px;
border-color: #FF99CC;
}
Blue
img{
border-style: solid;
border-width: 2px;
border-color: #1045F3;
}
Red
img{
border-style: solid;
border-width: 2px;
border-color: #FF0015;
}
Green
img{
border-style: solid;
border-width: 2px;
border-color: #00FF29;
}
Last edited by Schnee, Wed 23rd Jul 2008, 1:35 pm.
Same ones with bigger borders
Black:
img{
border-style: solid;
border-width: 4px;
border-color: #000000;
}
Yellow:
img{
border-style: solid;
border-width: 4px;
border-color: #F3F31D;
}
Purple
img{
border-style: solid;
border-width: 4px;
border-color: #4C007C;
}
Light pink
img{
border-style: solid;
border-width: 4px;
border-color: #FF99CC;
}
Blue
img{
border-style: solid;
border-width: 4px;
border-color: #1045F3;
}
Red
img{
border-style: solid;
border-width: 4px;
border-color: #FF0015;
}
Green
img{
border-style: solid;
border-width: 4px;
border-color: #00FF29;
}
Last edited by Schnee, Wed 23rd Jul 2008, 1:35 pm.
- I havent a clue how my code works, it's all jumbled up.Last edited by Innerspin, Wed 23rd Jul 2008, 1:38 pm.
Innerspin
Account removed
<html>
<head><style type="text/css">
{
border-style: solid;
border-color: #000000 ##005CFF
}
</style></head>
I think this is right code to copy, not sure if the html head style poo is needed...changes profile info box background, comment box and friends list box to alternate between blue and black like on my profile
Last edited by Schnee, Wed 23rd Jul 2008, 2:40 pm.
- How do you flip your profile like Richys?

You were my strength when i was weak,
You were my voice when i couldn't speak,
You were my eyes when i couldn't see,
You saw the best there was in me,
You picked me up when i couldn't reach,
I'm everything i am because you loved me.Reedy <3
- I tried to flip my profile but it just aligned the whole thing to the left of the page and looked awful


This was my other one, where it flips to the left.. try it.... there's other stuff like the fonts are XX-larger etc.. lol you can change that here, just look in the code and add, Small, Meduim, Large etc..
div#content H1,div#content H2,div#content H3{font-size: XX-large;}
This is the code you need though below..
div#content .online{background:#66CC00 none repeat scroll 0% 0%;border-bottom:1px solid #999999;border-right:1px solid #999999;color:#999999;padding:4px;text-transform:uppercase;}
div#content header{text-decoration: underline}
div#content h1{text-decoration: underline}
div#content h2{text-decoration: underline}
div#content h3{text-decoration: underline}
div#content a{text-decoration: none}
div#content #content_header{font-size:100px}
div#content #content_header{text-align: right}
div#content h1,div#content h2,div#content h3{font-family: arial, 'sans serif'; }
div#content p,div#content table,div#content address{font-family: arial, 'sans serif'; margin-left: 15pt;}
div#content p,div#content th,div#content td{font-size: 70%;}
div#content th{background-color:##999999}
div#content h1,div#content h2,div#content h3,div#content hr{color:Black; }
div#content a:link{color:darkred}
div#content a:visited{color:darkred}
div#content a:active{color:red}
div#content a:hover{color:red}
div#content H1,div#content H2,div#content H3{font-size: XX-large;}
div#content .box_left{float:right;margin-right:8px;}
div#content .box_right{float:left;margin-left:3px;}Last edited by Innerspin, Wed 23rd Jul 2008, 5:01 pm.Innerspin
Account removed









