SMF For Free Support Forum
Signup For Free Forum
July 04, 2008, 04:29:06 pm *
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] Grannie Wallpaper  (Read 477 times)
0 Members and 1 Guest are viewing this topic.
neko-ka-san
SMF For Free Member
*
Offline Offline

Posts: 67


I make graphics!


View Profile WWW
« on: March 08, 2008, 01:42:19 pm »



I <3 this stylesheet so much. Reminds me of my grandmother's wallpaper in her dining room. Very earthy tones and somewhat girly for spring. But since this wasn't requested I could do what I wanted without limitations. ANYWAY! Use it, or don't. But I'd love comments anyway!

CSS
Code:
/* Normal, standard links. */

a:link, a:visited {
    color: #F0EBD2;
    text-decoration: none;
}

a:hover {
color: #696864;
border-bottom: 1px solid #F0EBD2;

}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
    color: #F0EBD2;
    text-decoration: none;
}

a.nav:hover {
    color: #F0EBD2;
    background-color: #C8A08C;
    text-decoration: none;
}
/* Tables should show empty cells. */

table {
    empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body {
    color: #918166;
    font-size: 11px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    line-height: 150%;
}
/* The main body of the entire forum. */

body {
    margin: 0px;
    padding: 0px;
    background: #EADECA url(http://i75.photobucket.com/albums/i300/localizeddisaster/pattern_140.gif) repeat;
}
/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
    color: #918166;
    font-family: verdana, sans-serif;
}

input, button {
    font-size: small;
    margin: 1px;
}

input, textarea {
    background: #F0EBD2;
    font-size: small;
    border: solid 1px #F0EBD2;
}

input:focus {
    background: #F0EBD2;
}

textarea {
    font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */

input.check {}
/* Selects are a bit smaller, because it makes them look even better 8). */

select {
    border: solid 1px #918166;
    background: #F0EBD2;
    font-size: small;
    font-weight: normal;
    color: #918166;
    font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
    height: 1px;
    border: 0;
    color: #918166;
    background-color: #F0EBD2;
}
/* No image should have a border when linked */

a img {
    border: 0;
}
/* A quote, perhaps from another post. */

.quote {
    background: #F0EBD2 url() 4px 4px no-repeat;
    color: #918166;
    border: 1px solid #918166;
    margin: 10px 0pt;
    padding: 10px 10px 20px 50px;
    width: auto;
    font-size: x-small;
    line-height: 120%;
}
/* A code block - maybe even PHP ;). */

.code {
    color: #918166;
    background: #F0EBD2;
    font-family: Helvetica, Arial, sans-serif;
    font-size: x-small;
    line-height: 1.3em;
/* Put a nice border around it. */
    border-bottom: 5px solid #918166;
    border-top: 5px solid #918166;
    margin: 1px auto 1px auto;
    padding: 1px;
    width: 99%;
/* 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;
}
/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
    color: #F0EBD2;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
    line-height: 1.2em;
}
/* 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 {
    background: #AFB9AA;
}

.windowbg2 {
    background: #AFB9AA;
}

.windowbg3 {
    background: #AFB9AA;
    margin-bottom: 2px;
    padding: 4px;
    text-align: center;
    color: #858585;
}

.windowbg4 {
    background: #AFB9AA;
    margin-bottom: 2px;
    padding: 4px;
    text-align: center;
    color: #858585;
}

.windowbg5 {
    background: #AFB9AA;
}

table.messagetable {
    border-bottom: 4px solid #292929;
}
/* the today container in calendar */

.calendar_today {
    background-color: #AFB9AA;
}
/* 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: #918166;
    font-style: normal;
    background: #AFB9AA url() repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
    color: #918166;
    font-style: normal;
}

.titlebg a:hover {
    color: white;
}
/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
    color: #918166;
    font-style: normal;
    text-decoration: underline;
}

.titlebg, .titlebg2 {
    font-weight: bold;
    font-family: tahoma, sans-serif;
    font-size: 1.0em;
}

.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: #AFB9AA url() repeat-x;
    color: #F0EBD2;
    padding-left: 10px;
    padding-right: 10px;
}

.catbg2, tr.catbg2 td {
    background: #AFB9AA url() repeat-x;
    color: #F0EBD2;
    padding-left: 10px;
    padding-right: 10px;
}

.catbg, .catbg2, .catbg3 {
    font-weight: bold;
    font-family: tahoma, sans-serif;
    font-size: 1.0em;
}

.catbg, .catbg2 {
    background: #AFB9AA;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
    font-size: 95%;
    color: #F0EBD2;
    text-decoration: none;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
    color: #F0EBD2;
    text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
    color: #F0EBD2;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {}
/* 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: tahoma, sans-serif;
}

.middletext {
    line-height: 18px;
    text-indent: 10px;
}

.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: #ffffd0;
    font-style: italic;
}
/* 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, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
    color: #B48771;
    vertical-align: top;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
    color: #B48771;
    background: url();
    text-decoration: none;
    font-size: 10px;
    font-family: verdana, sans-serif;
    padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
    display: none;
}

.maintab_back,.mirrortab_back {
    background: url() repeat-x;
    color: #B48771;
}

.maintab_last,.mirrortab_last {
    display: none;
}

.maintab_active_first, .mirrortab_active_first {
    display: none;
}

.maintab_active_back, .mirrortab_active_back {
    background: url() repeat-x;
}

.maintab_active_last, .mirrortab_active_last {
    display: none;
}
/* how links behave in main tab. */

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
    color: #B48771;
    text-decoration: none;
    font-family: verdana;
    font-weight: bold;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
    color: #FFFFFF;
    background: #DCB4A0 url() repeat-x;
    display: block;
    text-decoration: none;
    font-family: verdana;
    font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
    color: #B48771;
    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: 75%;
    position: fixed;
    top: 0;
    left: 0;
}
/* Grannie Wallpaper Skin */
#contain {
background-color: #F0EBD2;
        border-top: 0px solid #AFB9AA
        border-bottom: 0px solid #AFB9AA;
        border-right: 0px solid #AFB9AA;
        border-left: 0px solid #AFB9AA;
padding: 20px 25px;
width: 740px;
margin: 0 auto;
}

Logo

Want one that says something different? PM me for the PSD or I can make you a different one.  Wink

New


No New


New_some


New_none


Upshrink


Downshrink
Logged


Don't steal codes or graphics! The credits penguins will find you and take your soul!
Kranium
SMF For Free Member
*
Offline Offline

Posts: 33


Intermidiate Graphics Designer!


View Profile
« Reply #1 on: May 03, 2008, 04:39:16 am »

Lol, your pic disturbs me.

Nice skin.
Logged

Latest:



Pages: [1]
  Print  
 
Jump to:  

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