Left Module Title, make font weight normal? |
Left Module Title, make font weight normal? |
Jun 22 2006, 12:43 AM
Post
#1
|
|
|
Suzanne ![]() ![]() Group: Member Posts: 10 Joined: Jun 2006 Member No: 423,796 |
On my Xanga, the font-weight for the left module title is bolded. I don't want them bolded so I added "font-weight:normal !important;" to the css.. However, the titles are STILL bolded. Here's my CSS.
CODE <STYLE type="text/css"> body { background-color: #ffffff; background-image:url(http://i17.photobucket.com/albums/b60/bria145/background53.gif); background-attachment:fixed; background-position:top right; background-repeat: repeat; scrollbar-track-color: #fff; scrollbar-face-color: #E7E1D5; scrollbar-3dlight-color: #D3C7B1; scrollbar-darkshadow-color: #E7E1D5; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #C7B89B; scrollbar-arrow-color: #F19B9B; } div.blogheader, .caption { /*Dates*/ font-family:century gothic; font-size:18pt; font-weight:normal; color: #F4B6B6; letter-spacing: -2px; line-height: 13pt; padding:5px; background-color: #E7E1D5; border-top: 1px dashed #C0AF8E; border-left: 1px dashed #C0AF8E; border-right: 1px dashed #C0AF8E; border-bottom: 0px solid #000000; background-image: url(); background-position: top right; background-repeat: repeat; text-transform: none; text-align:right; } table.blogbody { /*Blog -- Body*/ background-color: #E7E1D5; border-top: 1px dashed #F4B6B6; border-left: 1px dashed #C0AF8E; border-right: 1px dashed #C0AF8E; border-bottom: 1px dashed #C0AF8E; background-image: url(); background-position: bottom right; background-repeat: no-repeat; } table.left { /*left modules*/ background-color: #ffffff; border: 0px solid #000000; } table.left th { /*module title -- blogrings, etc.*/ font-family:century gothic; font-size:18pt; color: #F4B6B6; font-weight:normal !important; letter-spacing: -2px; border-top: 1px dashed #C0AF8E; border-left: 1px dashed #C0AF8E; border-right: 1px dashed #C0AF8E; border-bottom: 0px solid #000000; background-color: #E7E1D5; } table.left TD { /*left module body*/ color: #C0AF8E; font: 8pt tahoma; line-height:10px; letter-spacing: 0px; text-decoration: none; background-color: #E7E1D5; border-top: 1px dashed #F4B6B6; border-left: 1px dashed #C0AF8E; border-right: 1px dashed #C0AF8E; border-bottom: 1px dashed #C0AF8E; background-image: url(); background-position: top right; background-repeat: repeat; } table.search TD, table.search, table.announcements { /*search bar*/ background: none transparent; border: 0px solid #000000; background-image: url(); background-position: top right; background-repeat: no-repeat; } input, select, textarea, iframe.htmleditor, .textfield, .button { /*buttons, dropdowns, etc.*/ color: #C0AF8E; font: 8pt tahoma; letter-spacing: 0px; text-decoration: none; text-transform: uppercase; background-color: #ffffff; border: 1px dashed #F4B6B6; } table.search TD, table.announcements TH { border: 0px solid #000000; } table.navigation, table.main, table.footer { /*Blog size*/ } hr { /*divider*/ display: none; } .left, .blogbody, table.footer, .standard, td, p { /*Edits Main Text*/ color: #C0AF8E; font: normal 8pt tahoma; letter-spacing: 0px; text-decoration: none; } .blogbody b, .standard b, p b, strong { /*Bolded Text*/ color: #ffffff; font: bold 8pt tahoma; line-height:10px; letter-spacing: 0px; text-decoration: bold; } .blogbody u, .standard u, { /*Underlined Text*/ color: #F4B6B6; font: 8pt tahoma; letter-spacing: 0px; text-decoration:; } .blogbody i, .standard i, em { /*Italicized Text*/ color: #C0AF8E; font: italic 9px georgia; line-height:10px; letter-spacing: 0px; text-decoration: italic; text-transform: lowercase; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /*Edits All Links*/ color: #C0AF8E; font: normal 8pt tahoma; letter-spacing: 0px; text-decoration: none; text-transform: uppercase; padding: 0px; background-color: transparent; border: 0px solid: transpartnt; background-image :url(); } a:visited, a.footernav:visited, { /*Visited Links*/ color: #C0AF8E; font: normal 8pt tahoma; letter-spacing: 0px; text-decoration: none; text-transform: uppercase; padding: 0px; background-color: transparent; border: 0px solid: transparent; background-image: url(); } a:hover { /*Mouseover*/ color: #F4B6B6; font: normal 8pt tahoma; letter-spacing: 0px; text-decoration: none; text-transform: uppercase; padding: 0px; border-bottom: 2px solid: 000000; background-image: url(); cursor: normal; } </style> <style type="text/css"> table.navigation, table.footer { display:none; } table.blogbody tr td { /* this edits the left margin of blog */ width:0px; padding-left: 0px; } </style> The Xanga in question -- theregoeslove. |
|
|
|
kissyfit05x Left Module Title Jun 22 2006, 12:43 AM
marzipan CODE.blogbody b, .standard b, p b, strong {
/*Bold... Jun 22 2006, 12:46 AM
kissyfit05x Hmm. I thought it was to override any other existi... Jun 22 2006, 12:48 AM
fishcake-y .... Try lighter. Or....
CODEtable.left th span{fo... Jun 22 2006, 07:00 PM
kissyfit05x Ok that made the subscriptions font weight normal,... Jun 23 2006, 02:18 AM![]() ![]() |