Color Coded Stylesheet Help
March 29, 2024, 06:44:52 am
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Arcade Gallery Links Staff List Calendar Members Login Register  

Borders

Pages: [1]
  Print  
Author Topic: Borders  (Read 748 times)
simply sibyl
Administrator
*****
Posts: 35



View Profile
« on: March 11, 2007, 07:41:46 pm »

Since it is hard to see all the borders I did a close up screenshot of the area up by where the time is.
This should help you with the borders.





FINDING THEM IN THE CSS



.bordercolor can be found here:

Code:
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #FF09DA;
padding: 0px;
}




.tborder can be found here:

The first number  (border)  is the .tborder color
The second number (background-color) is the .tborder background Color

Code:

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #696969;
background-color: #C0C15F;
}





.catbg, .catbg2, .catbg3 border bottom found here:

Code:

.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}




.titlebg border-bottom and border-top here:


Code:

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: #000000;
font-style: normal;
background: url(http://i102.photobucket.com/albums/m105/mysmileyplace/tutorial/titlebackgroundimage.png) #C0C0FF repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}




« Last Edit: August 09, 2007, 11:42:16 am by simply sibyl » Report Spam   Logged

Share on Facebook Share on Twitter



Pages: [1]
  Print  
 
Jump to:  

Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum
Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy