Log In · Register

 
borders, around everything
sammy6440
post Jul 11 2004, 04:12 PM
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)
Attached File  border.gif ( 4.97K ) Number of downloads: 0
 
 
 
Start new topic
Replies
ch33sylici0us
post Jul 11 2004, 04:38 PM
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 -->
 

Posts in this topic
sammy6440   borders   Jul 11 2004, 04:12 PM
ch33sylici0us   EXAMPLE CODE<!-- begin code provided by c...   Jul 11 2004, 04:38 PM


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