Join an online community of 135,023 people. Create a profile, make new friends, share pictures and videos with the 43 people online now!

Subscribe | Back to Science & Technology

Post all your CSS Codes

Tell people about this topic:
+ Post Reply

Total Posts: 112 Posts

  • Report | Quote Posted: Wed 23rd Jul 2008, 8:44 am
    Tweaked mine alittle more this morning.

    Xbox GT: I Epik v2 I


    Giggz
    Forum Administrator

    21, Male, UK

    4,727 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 10:48 am

    Schneezing wrote:

    Here's some i found for smiley face cursors





    i tried the pink, it dosent work


    SHANDYPANTS
    Forum Moderator

    26, Female, UK, Online!

    3,634 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 11:25 am
    I like Giggz profile, i think ill steal it


    Pendulum

    19, Male, UK

    2,233 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 11:35 am

    Pendulum wrote:

    I like Giggz profile, i think ill steal it

    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.


    eek

    Account removed
  • Report | Quote Posted: Wed 23rd Jul 2008, 11:38 am

    ഷ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


    Giggz
    Forum Administrator

    21, Male, UK

    4,727 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 11:45 am
    I think this should be a stickeh.



    Noogle
    Forum Administrator

    22, Female, UK

    1,393 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 11:53 am
    CSS site of knowledge

    Xbox GT: I Epik v2 I


    Giggz
    Forum Administrator

    21, Male, UK

    4,727 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 1:03 pm

    SHANDYPANTS wrote:

    i tried the pink, it dosent work

    Hmm that's oddi 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 why

    Try on here

    http://www.myspacedev.com/myspace-cursors/smiley.htm

    Last edited by Schnee, Wed 23rd Jul 2008, 1:03 pm.



    Schnee

    18, Female, UK

    3,442 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 1:32 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.



    Schnee

    18, Female, UK

    3,442 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 1:32 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.



    Schnee

    18, Female, UK

    3,442 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 1:38 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
  • Report | Quote Posted: Wed 23rd Jul 2008, 2:39 pm

    <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.



    Schnee

    18, Female, UK

    3,442 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 2:47 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


    xBitchAssx
    Forum Moderator

    21, Female, UK

    3,684 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 3:00 pm
    I tried to flip my profile but it just aligned the whole thing to the left of the page and looked awful



    Schnee

    18, Female, UK

    3,442 Posts
  • Report | Quote Posted: Wed 23rd Jul 2008, 5:00 pm

    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
+ Post Reply

Post all your CSS Codes

Discuss Post all your CSS Codes on the Mingleville Science & Technology message forum