SMF For Free Support Forum
Signup For Free Forum
October 14, 2008, 02:25:22 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Stylesheet] Adigo by Bloc  (Read 315 times)
0 Members and 1 Guest are viewing this topic.
Ravage™
SMF For Free Sr. Member
*
Offline Offline

Posts: 484


Ravage Beast!


View Profile WWW
« on: June 27, 2008, 10:51:44 am »

Here is the css:

Code:
body, p, h1, h2, h3, h4, h5, h6, table, td, th, li, ul, ol, a
{
   font-family: Tahoma, Helvetica, Arial, Sans-Serif;
}
body
{
   background-color: #CBCBCB;
   color: #000; 
   font-size: 90%;
}
a
{
   text-decoration: none;
   color: #d04000;
}
a:hover
{
   color: #000055;
}
ul
{
   margin: 0;
   padding-left : 10pt;
   list-style-type: square;
}

/* No image should have a border when linked */
a img
{
   border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
   color: #000000;
   background: #fff;
   padding: 10px;
   line-height: 1.4em;
   border-left: solid 8px #a0e0a0;
   font-style: italic;
   margin: 0 1em 0 0;
}

/* A code block - maybe even PHP ;). */
.code
{
   color: #000000;
   background: #fff;
   padding: 10px;
   border-left: solid 8px #e0a0a0;
   white-space: nowrap;
   overflow: auto;
   min-height: 3em;
   font-family: "Courier New", monospace;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
   display: block;
   padding: 2px 10px 2px 10px;
   background: #e0e0e0;
   color: #000000;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: 0.9em;
   border-bottom: solid 2px #ccc;
}
.codeheader
{
   background: url(images/tinyportal/code.gif) no-repeat 5px 50% #e0e0e0;
   padding-left: 26px;
   border-left: solid 8px #e0a0a0;
}
.quoteheader
{
   background: url(images/tinyportal/quote.gif) no-repeat 5px 50% #e0e0e0;
   border-left: solid 8px #a0e0a0;
   padding-left: 26px;
   margin: 1em 1em 0 0;
}


/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
   cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
   color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
   width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
   background-color: yellow;
   font-weight: bold;
   color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
   color: #000000;
   background-color: #e0e0e0;
}
.windowbg2
{
   color: #000000;
   background-color: #ebebeb;
}
.windowbg3
{
   color: #000000;
   background-color: #E8E3E0;
}
/* the today container in calendar */
.calendar_today
{
   background-color: #FFFFFF;
}

/* 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: white;
   font-style: normal;
   background: #798C92;
   padding-left: 10px;
   padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
   font-weight: bold;
   color: white;
   font-style: normal;
}

.titlebg a:hover
{
   color: #f0d0d0;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
   color: white;
   font-style: normal;
   text-decoration: underline;
}

.titlebg2 a:hover
{
   text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
   background: #596C72;
   color: #fff;
   padding-left: 10px;
   padding-right: 10px;
   border: solid 1px #aaa;
}
.catbg2 , tr.catbg2 td
{
   background: #596C72;
   color: #fff;
   padding-left: 10px;
   padding-right: 10px;
   border: solid 1px #aaa;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
   font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
   color: #fff;
   font-size: 95%;
   text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
   color: #fff;
   text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
   color: orange;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
   background-color: #fff;
   padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
   font-size: x-small;
   font-family: verdana, sans-serif;
}
.middletext
{
   font-size: 90%;
}
.normaltext
{
   font-size: small;
}
.largetext
{
   font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
   width: 100%;
   overflow: auto;
   line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
   width: 100%;
   overflow: auto;
   padding-bottom: 3px;
   line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
   color: red;
}
/* The AJAX notifier */
#ajax_in_progress
{
   background: #32CD32;
   color: white;
   text-align: center;
   font-weight: bold;
   font-size: 18pt;
   padding: 3px;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back
{
   font-size: 85%;
   padding: 5px 8px 5px 0;
}
.maintab_active_back a, .mirrortab_active_back a
{
   font-weight: bold;
   color: black;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_active_back a:hover , .mirrortab_back a:hover
{
   text-decoration: overline;
}

here is preview

permission by Bloc
« Last Edit: June 27, 2008, 12:07:36 pm by Ravage™ » Logged


Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.313 seconds with 16 queries.