| Home | Browse Styles | Browse Codes | My Submissions | Support | Login | Register |
| Sponsored Links |
| Palintir |
|
Description: /* Normal, standard links. */ a:link { color: #F7DDAA; text-decoration: none; } a:visited { color: #F7DDAA; text-decoration: none; } a:hover { color: #ffffff; text-decoration: underline; } /* Navigation links - for the link tree. */ .nav, .nav:link, .nav:visited { color: #F7DDAA; text-decoration: none; } a.nav:hover { color: #ffffff; } /* Tables should show empty cells. */ table { empty-cells: show; } /* By default (td, body..) use verdana in black. */ body, td, th , tr { color: #b0b0b0; font-size: small; font-family: verdana, sans-serif; } /* The main body of the entire forum. */ body { background-image: url(http://www.styleyourforum.com/data/73/css0.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: center center; background-color: #322820; margin: 0px; padding: 12px 70px 4px 70px; } /* Input boxes - just a bit smaller than normal so they align well. */ input, textarea, button { color: #d0d0d0; font-family: verdana, sans-serif; background: #322820; border: solid 1px #5D4B3D; } input, button { font-size: 90%; } textarea { font-size: 100%; color: #d0d0d0; font-family: verdana, sans-serif; } /* All input elements that are checkboxes or radio buttons. */ input.check { background: #303035; border: solid 1px #707070; } input:focus, select:focus{ background: #383000; border: solid 1px #DCB780; } /* Selects are a bit smaller, because it makes them look even better . */select { font-size: 90%; font-weight: normal; color: #d0d0d0; font-family: verdana, sans-serif; background: #303035; border: solid 1px #707070; } /* Standard horizontal rule.. ( , etc.) */ hr, .hrcolor { height: 1px; border: 0; color: #534539; background-color: #534539; } /* No image should have a border when linked */ a img{ border: 0; } /* A quote, perhaps from another post. */ .quote { color: #f0f0ff; background-color: #46382C; border: 1px solid #534539; margin: 1px; padding: 5px; font-size: x-small; line-height: 1.4em; } /* A code block - maybe even PHP . */.code { color: #F7DDAA; background-color: #46382C; font-size: x-small; line-height: 1.3em; /* Put a nice border around it. */ border: 1px solid #534539; 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: white; 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: #F7DDAA; font-weight: bold; color: black; } /* Alternating backgrounds for posts, and several other sections of the forum. */ .windowbg { color: #d0d0d0; background-color: #292019; } .windowbg2 { color: #d0d0d0; background-color: #322820; } .windowbg3 { color: #ffffff; background-color: #322820; } .windowbg, .windowbg2, .windowbg3{ border-left: solid 1px #40342A; border-top: solid 1px #483B30; border-right: solid 1px black; border-bottom: solid 1px black; } /* the today container in calendar */ .calendar_today { background-color: #3F120B; } /* 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: #d0d0d0; font-style: normal; background-color: #571109; background-image: url(http://www.styleyourforum.com/data/73/css1.png); background-position: center center; background-repeat: no-repeat; border-bottom: solid 1px #571109; border-top: solid 1px #571109; padding-left: 10px; padding-right: 10px; } .titlebg, .titlebg a:link, .titlebg a:visited { font-weight: bold; color: #d0d0d0; font-style: normal; } .titlebg a:hover { color: #000000; } /* same as titlebg, but used where bold text is not needed */ .titlebg2 a:link, .titlebg2 a:visited { color: #aaa; 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: #322820; background-image: url(http://www.styleyourforum.com/data/73/css2.png); background-repeat: no-repeat; color: #ffffff; padding-left: 10px; padding-right: 10px; } .catbg2 , tr.catbg2 td { background-color: #322820; background-image: url(http://www.styleyourforum.com/data/73/css2.png); background-repeat: no-repeat; color: #ffffff; padding-left: 10px; padding-right: 10px; } .catbg, .catbg2, .catbg3 { padding: 1px; border: 1px solid #292019; background-color: #322820; repeat-x; } .catbg, .catbg2 { font-weight: bold; } .catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited { font-size: 95%; color: #aaa; 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: #F7DDAA; } .catbg3{ border-bottom: solid 2px #292019; } /* This is used for tables that have a grid/border background color (such as the topic listing.) */ .bordercolor { padding: 1px; border: 1px solid #282828; background-color: black; } /* This is used on tables that should just have a border around them. */ .tborder { padding: 2px; border: 1px solid #691D11; background-color: black; } /* 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; } /* definitions for the main tab, active means the tab reflects which page is displayed */ .maintab_first, .maintab_back, .maintab_last { color: black; text-transform: uppercase; vertical-align: top; } .maintab_back { color: black; text-decoration: none; font-size: 10px; vertical-align: top; padding: 2px 6px 6px 6px; font-family: tahoma, sans-serif; } .maintab_active_first, .maintab_active_back, .maintab_active_last { color: black; text-transform: uppercase; vertical-align: top; } .maintab_active_back { color: black; text-decoration: none; font-size: 10px; vertical-align: top; padding: 2px 6px 6px 6px; font-family: tahoma, sans-serif; } .maintab_first { background: #322820; border-left: 1px solid #7A2B1E; border-bottom: 1px solid #7A2B1E; width: 10px; } .maintab_back { background: #322820; border-bottom: 1px solid #7A2B1E; } .maintab_last { background: #322820; border-right: 1px solid #7A2B1E; border-bottom: 1px solid #7A2B1E; width: 8px; } .maintab_active_first { background: #60110C; border-left: 1px solid #7A2B1E; border-bottom: 1px solid #7A2B1E; width: 6px; } .maintab_active_back { background: #60110C; border-bottom: 1px solid #7A2B1E; } .maintab_active_last { background: #60110C; border-right: 1px solid #7A2B1E; border-bottom: 1px solid #7A2B1E; width: 8px; } /* how links behave in main tab. */ .maintab_back a:link , .maintab_back a:visited { color: #fefefe; text-decoration: none; } .maintab_back a:hover { color: #F7DDAA; text-decoration: none; } .maintab_active_back a:link , .maintab_active_back a:visited { color: #fefefe; text-decoration: none; } .maintab_active_back a:hover { color: #F7DDAA; text-decoration: none; } /* definitions for the mirror tab */ .mirrortab_first, .mirrortab_back, .mirrortab_last { color: black; text-transform: uppercase; vertical-align: top; } .mirrortab_back { color: black; text-decoration: none; font-size: 10px; vertical-align: bottom; padding: 6px 6px 2px 6px; font-family: tahoma, sans-serif; } .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last { color: black; text-transform: uppercase; vertical-align: top; } .mirrortab_active_back { color: black; text-decoration: none; font-size: 10px; vertical-align: bottom; padding: 6px 6px 2px 6px; font-family: tahoma, sans-serif; } .mirrortab_first { background: #322820; border-top: 1px solid #7A2B1E; border-left: 1px solid #7A2B1E; width: 10px; } .mirrortab_back { background: #322820; border-top: 1px solid #7A2B1E; } .mirrortab_last { background: #322820; border-top: 1px solid #7A2B1E; border-right: 1px solid #7A2B1E; width: 6px; } .mirrortab_active_first { background: #60110C; border-top: 1px solid #7A2B1E; border-left: 1px solid #7A2B1E; width: 6px; } .mirrortab_active_back { background: #60110C; border-top: 1px solid #7A2B1E; } .mirrortab_active_last { background: #60110C; border-top: 1px solid #7A2B1E; border-right: 2px solid #7A2B1E; width: 8px; } /* how links behave in mirror tab. */ .mirrortab_back a:link , .mirrortab_back a:visited { color: #fefefe; text-decoration: none; } .mirrortab_back a:hover { color: #F7DDAA; text-decoration: none; } .mirrortab_active_back a:link , .mirrortab_active_back a:visited { color: #fefefe; text-decoration: none; } .mirrortab_active_back a:hover { color: #F7DDAA; text-decoration: none; } /* The AJAX notifier */ #ajax_in_progress { background: #966820; color: black; text-align: center; font-weight: bold; font-size: 18pt; padding: 3px; width: 100%; position: fixed; top: 0; left: 0; } |
| Rating: Not rated yet |
|
Preview Style: http://www.styleyourforum.com/preview/index.php?styleid=205 |
|
Style CSS: |
|
Style Author: ROBLOXGEEK Find More by Author
|
| Views: 1149 |
| Comments | |
| Add Comment |