Could somebody exlain this code? |
Could somebody exlain this code? |
Apr 30 2005, 04:05 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 59,188 |
Can somebody please explain this code. Like section it off for me and tell me what it does. So i wont be so clueless. This is the Xanga Css Style sheet code. THanks in advance.. |
|
|
|
![]() |
Apr 30 2005, 04:11 PM
Post
#2
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
ok first
this part CODE background-color: #ffffff; that sets the color for your backround of your xanga CODE scrollbar-arrow-color: #FFCDD2; scrollbar-track-color: #FFCDD2; scrollbar-shadow-color: #FFCDD2; scrollbar-face-color: #FFCDD2; scrollbar-highlight-color: #FFCDD2; scrollbar-darkshadow-color: #FFCDD2; scrollbar-3dlight-color: #FFCDD2; these adjust the colors for your scroll bar CODE /* edits the date */ div.blogheader, .caption { background-image: url(); background-repeat:no-repeat; background-position:center; font-family: georgia; text-transform:none; font-size:18px; line-height:25px; font-weight:normal; color:#000000; letter-spacing:2px; background-color:#ffffff; text-align:center; border:1px solid #000000; this sets the font for your date in your entrys CODE /* edits bolded text in your entry */ font-weight: bold; color: #000000; } that edits your bold text in your xanga CODE /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ffffff; font:normal 12px trebuchet ms; background-color: ffffff; font-color:#BD6A72; like you know the posting calender there is a drop down thats what that code is for, the colors of it. CODE /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color:none; color: #000000; font: bold 10pt trebuchet ms; text-transform: none; text-align:center; border: #000000 1px solid; ;} Thats edits the color of your blogring and posting calender box CODE table.left { /* this edits the menu module */ width:180px; color:000000; background-color:ffffff; BORDER: #000000 1px solid; } that edits the main menu CODE a:link{line-height: 9pt; font-family: trebuchet ms;font-weight:normal; color:#BD6A72; text-transform:none;font-size:9pt; cursor:crosshair;} a:active{font-family: trebuchet ms; color:#BD6A72; text-transform:none;font-size:9pt; cursor:crosshair;} a:visited{font-family: trebuchet ms; color:#BD6A72; text-transform:none;text-decoration:strikeout;font-size:9pt;cursor: crosshair;} A:hover {font-family:tahoma;color:#ffffff;text-transform: uppercase; cursor: crosshair; font-weight:bold;font-size:8pt}</style> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> this is for your links like when you hover over it and the color for your links and your cursors hope that helps |
|
|
|
Apr 30 2005, 04:13 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 59,188 |
Yeah that did. Thanks.
|
|
|
|
| *mona lisa* |
Apr 30 2005, 04:17 PM
Post
#4
|
|
Guest |
|
|
|
|
![]() ![]() |