Log In · Register

 
 
Closed TopicStart new topic
Layout code question.., which parts are for what
fashi0nSense
post Jan 31 2006, 07:27 PM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Dec 2005
Member No: 336,215



K, so you go this code. im in the process of making layouts.. and i was putting in color codes, reading the stuff and i was like wtf, how am i supposed to know what color code goes to what? like what colors the table background, what does the borders, stuff like that. Could someone point that out to me, like what each parts are for what?

THANKS.. heres the layout code ill be using..

<!-- begin code provided by createblog.com -->



<style type="text/css">

table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image: url("BACKGROUND HERE");
background-attachment:fixed;
background-repeat: repeat;
background-position:bottom left;
background-color:COLOR HERE; }


table table { border: 0px }
table table table table{border:0px}
table table table {
border-style:solid;
border-width:1px;
border-color:COLOR HERE;
background-color:COLOR HERE;
}
TABLE, TD {background-color:transparent;border:none; border-width: 0px; color:COLOR HERE; font: normal 8px FONT HERE; padding: 0px; text-transform: uppercase; width:350px; text-align:justify;}

TABLE TABLE {background-color:transparent;border: none;color:COLOR HERE; font: normal 8px FONT HERE; padding: 0px; text-transform: uppercase; text-align:justify;}

TABLE TABLE TABLE {background-color:COLOR HERE;border: 1pt solid;border-color:COLOR HERE;font: bold 8px FONT HERE; height: .01%; width: 100%; padding: 1px; text-transform: uppercase; text-align:justify;}

TABLE TABLE TABLE TABLE {background-color:transparent;border:none;color:COLOR HERE; font: bold 8px FONT HERE; padding: 0px; text-transform: uppercase; text-align:justify;}
TABLE TABLE TABLE TABLE TABLE {background-color:transparent; border:none; color:COLOR HERE; font: normal 8px FONT HERE; padding: 0px; text-transform: uppercase; }

TABLE TABLE TABLE TABLE TABLE TABLE {background-color:transparent; border:none; font: bold 8px FONT HERE; padding: 0px; text-transform: uppercase; }

TD TD {text-align: normal;}
TD TD TD {text-align: normal;}
TD TD TD TD {border-top: 0px solid; width: 1%; text-align:justify;}
TD TD TD TD TD {border-top: 1px solid COLOR HERE; text-align:justify;}
TD TD TD TD TD TD {border: 0px solid;}
table table td.text table td.text table table tbody td table, span.btext {display: }
img {filter: progid:DXImageTransform.Microsoft.BasicImage(color=1); border: 1;}

BODY { scrollbar-3dlight-color:COLOR HERE;
scrollbar-arrow-color:COLOR HERE;
scrollbar-base-color:COLOR HERE;
scrollbar-track-color:COLOR HERE;
scrollbar-darkshadow-color:COLOR HERE;
scrollbar-face-color:COLOR HERE;
scrollbar-highlight-color:COLOR HERE;
scrollbar-shadow-color:COLOR HERE;}



table, td, p, span, li, strong, div{color: COLOR HERE; font-family:FONT HERE; text-transform: lowercase; font-size: 8pt;letter-spacing:0px; font-weight:normal;}

.blacktext10{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration:none; font-size: 8pt;font-weight:normal; }



.blacktext12 {color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight:normal;}

.btext{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 8pt; font-weight:bold;letter-spacing:;}



.nametext{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 28pt;font-weight:bold;letter-spacing:-0.3em;border: 1px solid COLOR HERE; letter-spacing:4px; line-height:25px;background-color:COLOR HERE;
display: block;}



.redbtext{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: uppercase; text-decoration: none; font-size: 8pt; font-weight:bold;letter-spacing:;}


.redtext{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight:normal;}

.redtext8{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight:normal;}


.whitetext12{color: COLOR HERE; font-family:FONT HERE;cursor:help;text-transform: lowercase; text-decoration: none; font-size: 14pt;font-weight:bold; border: 1px solid COLOR HERE; letter-spacing:2px; line-height:25px;background-color:COLOR HERE;
display: block;}

.lightbluetext8 {font-family:FONT HERE; font-size: 16pt; color: COLOR HERE; font-weight: bold; }

.orangetext15 {font-family: FONT HERE; font-size: 16pt; color: COLOR HERE; font-weight: bold; border: 1px solid COLOR HERE; letter-spacing:2px; line-height:25px;background-color:COLOR HERE;
display: block;}


.text {font-family: FONT HERE; font-size: 8pt; color: COLOR HERE; }


a:link{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt;font-weight:bold;letter-spacing:;}

a:visited{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt; font-weight:bold;letter-spacing:;}

a:active{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt;font-weight: bold }

a:hover{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight: bold}


a.navbar{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 15pt; }font-weight: bold}

a.navbar:link{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 15pt; font-weight: bold}

a.navbar:active{color:COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 15pt;border: 1px solid; border-color:COLOR HERE; background-color: COLOR HERE;font-weight: bold}

a.navbar:visited{color:COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 15pt;font-weight: bold}

a.navbar:hover{ color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 15pt;border: 1px solid; border-color:COLOR HERE; background-color: COLOR HERE; font-weight: bold}


</style>


<!-- end code provided by createblog.com -->
 
talcumpowder
post Jan 31 2006, 07:35 PM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



[ http://www.createblog.com/forums/index.php?showtopic=84325 ]
Comments, na no da. mellow.gif
 
fashi0nSense
post Jan 31 2006, 07:38 PM
Post #3


Newbie
*

Group: Member
Posts: 9
Joined: Dec 2005
Member No: 336,215



=/

i knowwwwww thats where i got the layout code but that dosent really help me.. i mean its sorta confusing.
 
talcumpowder
post Jan 31 2006, 07:41 PM
Post #4


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



QUOTE
{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;}
The last one doestn't have that, so you reference the other two. Either is fine.
 
fashi0nSense
post Jan 31 2006, 07:51 PM
Post #5


Newbie
*

Group: Member
Posts: 9
Joined: Dec 2005
Member No: 336,215



thanks, is there anymore...
 
talcumpowder
post Jan 31 2006, 08:23 PM
Post #6


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Um. Did you not understand that it's just a PORTION of the code already in the link I gave you? o.0
The short version of the myspace CSS to be exact.
 
fashi0nSense
post Jan 31 2006, 09:48 PM
Post #7


Newbie
*

Group: Member
Posts: 9
Joined: Dec 2005
Member No: 336,215



LOL, omg i didnt realize. sorry, my blondness is showing..
thanks mucho.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: