Directions for drop down style swapper



sibyls simple stuff
March 28, 2024, 08:45:41 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Registration is DISABLED.   The forum is for storage purposes only.
 
  Home Help Search Arcade Login Register  

Brown Blitz

Pages: [1]
  Print  
Author Topic: Brown Blitz  (Read 541 times)
simply sibyl
Admin
*
Gender: Female
Posts: 106



« on: November 11, 2008, 11:27:08 am »

Brown Blitz -  original Theme design by Crip

Demo Here




HEADER Code:   (must use)

Code:


<div id="wrapper"/>  <div id="header"><div id="head-l"> <div id="head-r"><div id="userarea"></div>
<span id="logo"> </span></div></div></div>
<div id="bodyarea">



FOOTER Code:  (must use - and do not remove the credit to Crip)

Code:

<div id="footer"><div id="footerarea"><br />Brown Blitz by <a href="http://www.jpr62.com/theme/index.php"><b>Crip</b></a></span></div></div>


on2, off, new_some, new_none images:

http://www.styleyourforum.com/data/186/on2.gif
http://www.styleyourforum.com/data/186/on.gif
http://www.styleyourforum.com/data/186/off.gif
http://www.styleyourforum.com/data/186/new_some.gif
http://www.styleyourforum.com/data/186/new_none.gif

css:

Code:

/* Normal, standard links. */
a:link {
color: #c68305;
text-decoration: none;
}
a:visited {
color: #c68305;
text-decoration: none;
}
a:hover {
color: #ea9800;
text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
color: #999;
text-decoration: none;
}
a.nav:hover {
color: #C71A78;
text-decoration: underline;
}
/* Tables should show empty cells. */
table {
empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr {
line-height: 150%;
font-family: Georgia, "Times New Roman", Times, serif;
color: #999999;
font-size: 13px;
}
/* The main body of the entire forum. */
body {
background: #9E631B url(http://www.styleyourforum.com/data/186/css0.png) repeat-x top;
color: #999;
padding: 25px 0 3px 0;
margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
}
input, button {
font-size: 105%;
}
textarea {
font-size: 105%;
color: #000000;
font-family: Georgia, "Times New Roman", Times, 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 {
font-size: 98%;
font-weight: normal;
color: #333;
font-family: Georgia, "Times New Roman", Times, serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
height: 1px;
border: 0;
color: #555555;
background-color: #555555;
}
a img {
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #999;
background-color: #454545;
margin: 1px;
padding: 1px;
font-size: 10pt;
font-family: georgia, times new roman, lucida grande;
line-height: 1.5em;
}
/* A code block - maybe even PHP ;). */
.code
{
color: #999;
background-color: #dddddd;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000;
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
{
background: #505050;
color: #999;
padding: 5px;
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: #FF0000;
}
/* The main post box - this makes it as wide as possible. */

.editor {
width: 96%;
}
/* Highlighted text - such as search results. */

.highlight {
background-color: #FFF000;
font-weight: bold;
color: #000000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
 background: #1f1f1f;
color: #9c9c9c;
border-left: 1px solid #1a1a1a;
border-top: 1px solid #1a1a1a;
}
.windowbg2 {
background: #232323;
color: #9c9c9c;
border-left: 1px solid #1a1a1a;
border-top: 1px solid #1a1a1a;
}
.windowbg3 {

background: #0a0a0a;
color: #8d8d8d;
font-size: 12px;
border-left: 1px solid #1a1a1a;
}
/* the today container in calendar */
.calendar_today {
color: #ffffff;
background: #404040;



}
/* 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: #c68305;
font-weight: 700;
background: #6d6d6d url(http://www.styleyourforum.com/data/186/css1.jpg) repeat-x;
border-bottom: solid 1px #212121;
border-top: solid 1px #181818;
padding-left: 10px;
padding-right: 10px;
line-height: 18px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
font-weight: bold;
color: #c68305;
font-style: normal;
font-size: 13px;
}
.titlebg a:hover {
color: #ea9800;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
color: #c68305;
font-style: normal;
text-decoration: underline;
}
.titlebg2 a:hover {
color: #ea9800;
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 {
color: #FFF;
padding-left: 10px;
padding-right: 10px;
background: url(http://www.styleyourforum.com/data/186/css2.gif) repeat-x;
}
.catbg2, tr.catbg2 td {
color: #FFF;
padding-left: 10px;
padding-right: 10px;
background: url(http://www.styleyourforum.com/data/186/css2.gif) repeat-x;
}
.catbg, .catbg2, .catbg3 {}
.catbg, .catbg2 {
font-weight: bold;
font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
font-size: 95%;
color: #FFF;
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 {
text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
background: #3c3c3c;
border: 1px solid #1c1c1c;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
font-size: 95%;
font-family: Georgia, "Times New Roman", Times, 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: #FF0000;
}
/* 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
{
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
text-decoration: none;
font-size:  10px;
                           font-weight: bold;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}
.maintab_first
{
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/186/css4.gif) repeat-x #f0f0f0;
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
font-weight: bold;
background: url(http://www.styleyourforum.com/data/186/css5.png) repeat-x #f0f0f0;
color: white;
}
.maintab_active_last
{
}

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

.maintab_back a:hover, .maintab_active_back a:hover
{
text-decoration: underline;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
text-decoration: none;
                           font-weight: bold;
font-size: 10px;
vertical-align: bottom;
padding: 6px;
font-family: tahoma, sans-serif;
}
.mirrortab_first
{
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/186/css4.gif) repeat-x #f0f0f0;
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
font-weight: bold;
background: url(http://www.styleyourforum.com/data/186/css5.png) repeat-x #f0f0f0;
}
.mirrortab_active_last
{
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
text-decoration: none;
color: white;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
text-decoration: underline;
}
/* The AJAX notifier */
#ajax_in_progress {
background: #32CD32;
color: white;
text-align: center;
font-family: georgia, serif;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
#wrapper {
width: 900px;
min-width: 720px;
margin: 0 auto;
padding: 0;
}
#header {
position: relative;
height: 155px;
overflow: hidden;
background: #9E631B url(http://www.styleyourforum.com/data/186/css8.png) 0 0 repeat-x;
}
#head-r {
height: 155px;
background: url(http://www.styleyourforum.com/data/186/css9.png) 100% 0 no-repeat;
}
#head-l {
background: url(http://www.styleyourforum.com/data/186/css10.png) 0 0 no-repeat;
}
#logo {
position: absolute;
top: 45px;
left: 20px;
display: block;
width: 316px;
height: 47px;
cursor: pointer;
background: url(http://www.styleyourforum.com/data/186/css11.gif) no-repeat;
}
#userarea {
height: 73px;
float: right;
padding: 12px 25px 0 0;
text-align: right;
font-size: 1.5 0em;
color: #ddd;
font-family: georgia, serif;
}
#userarea a:link, #userarea a:visited {
color: #FEFEFE;
text-decoration: underline;
}
#userarea a:hover {
color: 333;
text-decoration: none;
}



#bodyarea {
padding: 7px;
margin: 0;
background: #2f2f2f url(http://www.styleyourforum.com/data/186/css12.png) 0 0 repeat-x;
}
#footer {
background: url(http://www.styleyourforum.com/data/186/css13.gif) 0 100% repeat-x;
height: 80px;
}
#footerarea {
text-align: center;
padding: 10px;
color: #fcfcfc;
}
#footerarea a:link, #footerarea a:visited {
color: #fff;
}
#footerarea a:hover {
color: #fefefe;
text-decoration: none;
}



NOTE:  If you want to remove the "Brown Blitz"  Header Image:

Look in the css for this:
(It is near the bottom of the css)

Code:
#logo {
position: absolute;
top: 45px;
left: 20px;
display: block;
width: 316px;
height: 47px;
cursor: pointer;
background: url(http://www.styleyourforum.com/data/186/css11.gif) no-repeat;
}


Replace the url in the above code with your own image.  The image should be 316px x 47px
Report Spam   Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy