SMF For Free Support Forum
Signup For Free Forum
August 28, 2008, 02:39:15 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] Yabb Mimic Stylesheet for 1.1  (Read 1885 times)
0 Members and 1 Guest are viewing this topic.
Crasy
Global Moderator
*
Offline Offline

Posts: 3275


I Approve of this Message


View Profile
« on: March 10, 2007, 09:12:29 am »

Only upgraded server 1 forums and server 2 forums can use this stylesheet.

It's a stylesheet designed to mimic the old Yabb theme as well as possible. Very light on the images as well.

Thumbnail:


Live Preview:
Click Here

Code:
/* Normal, standard links. */
a:link, a:visited
{
color: #005177;
background-color: transparent;
text-decoration: none;
}
a:hover
{
color: #cc3333;
background-color: transparent;
text-decoration: none;
 }

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #000000;
background-color: transparent;
text-decoration: none;
}
a.nav:hover
{
font-weight: bold;
color: #cc3333;
background-color: transparent;
text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
color: black;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
margin: 0px;
padding: 12px 30px 4px 30px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
font-size: 9pt;
color: #000000;
font-family: verdana, sans-serif;
background-color: #afc6db;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 8pt;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
background-color: #afc6db;
}

/* Standard horizontal rule.. */
hr
{
color: #6394bd;
background-color: transparent;
height: 1px;
border: 0;
}

/* No image should have a border when linked */
a img
{
border: 0;
}

/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #dee7ef;
border: 1px solid black;
margin: 1px;
padding: 1px;
font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #cccccc;
border: 1px solid black;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* Generally, those [?] icons. */
.help
{
cursor: help;
background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
color: red;
background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
color: #005177;
background-color: #AFC6DB;
}
.windowbg2
{
color: #000000;
background-color: #f8f8f8;
}

.windowbg3
{
color: #000000;
background-color:#E0E1E8;
}

/* 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
{
font-weight: bold;
background: white;
font-style: normal;
color: black;
padding-left: 10px;
padding-right: 10px;

}
.titlebg a:hover, .titlebg2 a:hover,
{
color: gray;
text-decoration: underline;
padding-left: 10px;
padding-right: 10px;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
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-color: #6E94B7;
color: #ffffff;
        padding-left: 10px;
padding-right: 10px;

}
.catbg2 , tr.catbg2 td
{
color: #ffffff;
background-color: #6E94B7;
padding-left: 10px;
padding-right: 10px;

}
.catbg, .catbg2
{
font-weight: bold;
}

.catbg, .catbg2, .catbg3
{
border-bottom: solid 0px #6394bd;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}


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

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

}

/* Default font sizes. */
.smalltext
{
font-size: x-small;
}
.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;
}

/* Sometimes there will be an error when you post */
.error
{
color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_active_last.gif) left bottom no-repeat;
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_active_last.gif) no-repeat;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}

/* 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;
}

« Last Edit: August 27, 2007, 03:19:18 pm by simply sibyl » Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.405 seconds with 17 queries.