borders, around everything |
![]() ![]() |
borders, around everything |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 ![]() |
whats the code for borders around everything
(modules, entries)
Attached File(s)
|
|
|
![]()
Post
#2
|
|
![]() my pet rock doesn't like you ![]() ![]() ![]() ![]() Group: Member Posts: 258 Joined: Feb 2004 Member No: 4,866 ![]() |
EXAMPLE
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> div.blogheader, .caption { /* edits the dates */ width: 370; padding-bottom: 0px; padding-top: 0px; line-height: 12px; border: 2px; font-weight: bold; font:bold 20px arial; letter-spacing : -3; text-decoration: none; text-transform: lowercase; color: #000000; background-color: #FFffff; text-align: right; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font:normal 11px arial; background-color: #ffffff; letter-spacing:0px; color: #000000; } table.left { /* this edits the menu module */ border: 3px solid #000000; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 2px solid #000000; background-color: #ffffff; width: 370px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color: #ffffff; font: bold 11px arial; letter-spacing: -1px; text-transform: lowercase; text-align: center; color: #000000; border: 3px solid #000000; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(none); background-color: #ffffff; border: 3px solid #000000; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 2px solid #000000; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 3px solid #000000; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; align: center; } </style> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |