Border question, Just a little CSS trouble.. |
Border question, Just a little CSS trouble.. |
Dec 17 2004, 07:21 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2004 Member No: 62,714 |
I'm working on my blog, and I want the border on the dates to be the same as the one on the left for the menus.. Here's the CSS I'm using:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> /* Counter-Strike Stylesheet */ /* by Calvin (xanga.com/oOo_shiznits) */ /* <a href='http://blogring' target='_blank'>http://blogring</a> */ body { background-color: #666666; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #000000; scrollbar-shadow-color: #c0c0c0; scrollbar-face-color: #000000; scrollbar-highlight-color: #c0c0c0; scrollbar-darkshadow-color: #000000; scrollbar-3dlight-color: #000000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:10px; color:c0c0c0; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:ariel; text-transform:uppercase; font-size:16px; line-height:15px; font-weight:bold; border: 1px solid #FFFFFF; color:#FFFFFF; letter-spacing:1px; background-color: #777777; text-align: right; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FFFFFF; font-weight:bold; font:normal 11px arial;line-height:10px; text-decoration: none; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFFFFF; font:normal 11px arial; line-height:10px; text-decoration: none; } a:hover { /* edits when user mouseovers the links */ color:#c0c0c0; font:normal 11px arial; line-height:10px; cursor: ne-resize; text-decoration: bold; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FFFFFF; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #FFFFFF; } table.left { /* this edits the menu module */ border: 1px solid #FFFFFF; width:232px; color: #FFFFFF; background-color: #ffffff; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px solid #FFFFFF; background-color: #000000; width:480px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: #777777; font: bold 11px arial; color: #c0c0c0; text-transform: uppercase; color: #FFFFFF; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ color: #FFFFFF; background-color: #000000; border: none; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ color: #FFFFFF; background-color: #000000; border: 1px solid #FFFFFF; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ color: #FFFFFF; background-color: #000000; border: 0px solid #FFFFFF; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 702px; } hr { /* horizontal divider */ border: 1px solid #FFFFFF; } </style> <img src="http://www.freepgs.com/protegechris/images/header.gif"> <!-- end code provided by createblog.com --> And here's my public URL, http://www.xanga.com/home.aspx?user=protegechris I appreciate any help :) |
|
|
|
![]() |
Dec 18 2004, 01:52 AM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2004 Member No: 62,714 |
Ah, I had to specify the borders instead of just saying 1px solid ;)
I've been looking for a while, and can't see why there is a gap on the left of my entries, I don't see it in the css, anyone know what's causing this? |
|
|
|
protegechris Border question Dec 17 2004, 07:21 PM
Frankie what is the menus? Dec 17 2004, 07:39 PM
protegechris The left side modules, I want the dates to have th... Dec 18 2004, 12:06 AM
MyChemicalRomance. just add the same border tag thing to this part of... Dec 18 2004, 12:21 AM
MyChemicalRomance. QUOTEI've been looking for a while, and can... Dec 18 2004, 01:56 AM![]() ![]() |