Advertise Here

Author Topic: [Stylesheet] Cantable  (Read 10083 times)

0 Members and 1 Guest are viewing this topic.

Offline deathwilldie

  • Style Designer
  • *
  • Posts: 770
  • Give me an idea for a Stylesheet
    • View Profile
    • Revolution X

  • Total Badges: 28
    Badges: (View All)
    Tenth year Anniversary Nineth year Anniversary Search Eighth year Anniversary Seventh year Anniversary
[Stylesheet] Cantable
« on: October 22, 2015, 10:10:22 pm »
Forum Url: http://www.styleyourforum.com/preview/index.php?styleid=794
A long forgotten style sheet I created over 6 years ago.  It was my final one I've ever created but I didn't quite get to finish.
I wanted to get the very bottom to go all the way to the end of the screen but never was able to get it to repeat correctly.  
I also tried to get all of the images on the board to be custom, but that took too much time and I never finished it.

Also in the headers there is a place for a banner.  That is where you can place a banner for your site.

I hope you guys enjoy it.

View Live Preview: Link

Add To Very Top of Headers
Code: [Select]
<script src="/jquery.js"></script>
<div id="toparea"><div id="topbox" class="wrapper"></div></div>
<div id="mainarea"><div id="header" class="wrapper"></div>
<div id="mainframe"><div id="topframe"><div id="topframe2"><div id="topframe3"></div></div></div></div></div>
<div id="bodyframe"><div id="bodyframe2"><div id="menuinner"></div>
<div class="logo"><img src="http://i75.photobucket.com/albums/i288/deathwilldie/rX/cantable/banner2.png" alt="RevolutionX" /></div>

Add To Top of Footers
Code: [Select]
<center><b>Cantable</b> Created by <b>deathwilldie</b> of <a href="http://www.revolutionx.smfforfree3.com">Revolution X</a></center>
</div></div><div id="bottomframe" onload="News();"><div id="bottomleft"><div id="bottomright"></div></div></div></div>

Add To Very Bottom of Footers
Code: [Select]
</div></div>
CSS
Code: [Select]
/*Links In a Post*/
div.post A
{
color: #C50F1C;
}

#footerarea a
{
color: #242424;
}
/* Normal, standard links. */
a:link
{
color: #C50F1C;
text-decoration: none;
}
a:visited
{
color: #C50F1C;
text-decoration: none;
}
a:hover
{
color: #840811;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #C50F1C;
text-decoration: none;
}
a.nav:hover
{
color: #840811;
text-decoration: underline;
}

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

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

/* The main body of the entire forum. */
body
{

background: url(http://www.styleyourforum.com/data/794/css0.png) repeat-x #242424;
margin: auto;
        Width: 1004px;
        padding-top:0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
font-size: 100%;
color: #8B8B8B;
background-color: #FFFFFF;
font-family: verdana, sans-serif;
}
button
{
background-color: ;
color: #f4f4f4;
font-family: verdana, sans-serif;
}

input, button
{
font-size: 90%;
}

textarea
{

font-size: 100%;
             background:  url();
             background-position: center center;
             background-repeat: repeat;
color: #9A9898;
background-color: #FFFFFF;
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
{
font-size: 85%;
font-weight: normal;
color: #9A9898;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #168ACC;
background-color: #F4F4F4;
}

/* The Big Text */
h1
{
        background-color:#FFFFFF;
        background-repeat:repeat-x;
        padding:4px 15px;
        border: 1px solid #D6D6D6;
        
}

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

/* A quote, perhaps from another post. */
.quote
{
color: #840811;
background-color: #FFFFFF;
border: 1px solid #D6D6D6;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #840811;
background-color: #FFFFFF;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #D6D6D6;
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
{
display: none;
color: #840811;
background: url(http://www.styleyourforum.com/data/794/css1.png) repeat-x;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
        margin: 3px;
        margin-bottom: 6px;
        padding: 3px;
}

/* 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: #8B8B8B;
background-color: #E8E8E8;
}
.windowbg2
{
color: #8B8B8B;
background-color: #EEEEEE;
}
.windowbg3
{
color: #8B8B8B;
background-color: #EEEEEE;
}
/* 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: #8B8B8B;
font-style: normal;
background-color: black;
background: url(http://www.styleyourforum.com/data/794/css2.png) repeat-x center center;
padding-left: 1px;
padding-right: 1px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #8B8B8B;
font-style: normal;
}
.titlebg a:hover
{
color: #8B8B8B;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #8B8B8B;
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: url(http://www.styleyourforum.com/data/794/css3.png) #F4F4F4 center center;
        color: #F4F4F4;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/794/css3.png) center center;  
              background-color: #F4F4F4;
color: #F4F4F4;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #CED0CD;
}
.catbg, .catbg2
{
font-weight: bold;
             horizontal-align:  center;
}
.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: #840811;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
            color: #d0d0d0;
background-color: #CED0CD;
padding: 0px;
}
/*Created by deathwilldie*/
/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #F4F4F4;
background-color: #F4F4F4;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

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

/*Created by deathwilldie*/
/* 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: lowercase;
vertical-align: top;
                
}
.maintab_back, .maintab_active_back
{
color: #B5B5B5;
text-decoration: none;
font-size:  9px;
vertical-align: center;
padding: 10px 6px 10px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://www.styleyourforum.com/data/794/css5.png) left bottom no-repeat;
width: 12px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/794/css6.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/794/css7.png) left bottom no-repeat;
width: 25px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/794/css8.png) left bottom no-repeat;
width: 30px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/794/css6.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/794/css8.png) left bottom no-repeat;
width: 30px;
}
/*Created by deathwilldie*/
/* how links behave in main tab. */
.maintab_back a:visited , .maintab_active_back a:visited , .maintab_back a:link
{
color: #B5B5B5;
text-decoration: none;
}
.maintab_active_back a:link
{
color: #B3101B;
text-decoration: none;
}

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

.mirrortab_first
{
background: url(http://www.styleyourforum.com/data/794/css5.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/794/css6.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/794/css7.png) no-repeat;
width: 25px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/794/css8.png) no-repeat;
width: 45px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/794/css8.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/794/css8.png) no-repeat;
width: 45px;
}

/* 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: #B3101B;
text-decoration: none;
}

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

/* The AJAX notifier */
#ajax_in_progress
{
background: #168ACC;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
#footerarea
{
       margin-top: -130px;
}
* html body /* for IE */
{
text-align: center;
}
#mainframe
{
text-align: left;
margin: 0 auto 0 auto;
}


.wrapper {
width: 960px;
margin: 0 auto;
padding: 0;
}

#toparea {

}

#topbox {
background: url() 50% 0 no-repeat;
height: 0px;
}
#topframe
{
background: url(http://www.styleyourforum.com/data/794/css17.png) repeat-x top right;

}
#topframe2
{
background: url(http://www.styleyourforum.com/data/794/css18.png) no-repeat top right;

}
#topframe3
{
background: url(http://www.styleyourforum.com/data/794/css19.png) no-repeat top left;
padding-left: 165px;
height: 222px;
}
#bodyframe
{
background: url(http://www.styleyourforum.com/data/794/css20.png) #efefef repeat-y top right;
padding-right: 100px;
}
#bodyframe2
{
padding-left: 100px;
background: url(http://www.styleyourforum.com/data/794/css21.png) repeat-y top left;
}
#bottomleft
{
background: url(http://www.styleyourforum.com/data/794/css22.png) no-repeat bottom left;
padding-left: 165px;
height: 150px;
}
#bottomframe
{
width: 1004px;
background: url(http://www.styleyourforum.com/data/794/css23.png) repeat-x bottom left;

}
#bottomright
{
background: url(http://www.styleyourforum.com/data/794/css24.png) no-repeat bottom right;
padding-right: 165px;
height: 150px;
}
div.logo
{
opacity:0.7;
text-align:center;
position:relative;
top:-80px;
}

Images
Old Post

Code: [Select]
http://www.styleyourforum.com/data/794/off.gifNew Post

Code: [Select]
http://www.styleyourforum.com/data/794/on.gifOn2

Code: [Select]
http://www.styleyourforum.com/data/794/on2.gifIco_info

Code: [Select]
http://www.styleyourforum.com/data/794/ico_info.gifIco_login

Code: [Select]
http://www.styleyourforum.com/data/794/ico_login.gifIco_Online

Code: [Select]
http://www.styleyourforum.com/data/794/ico_online.gif
UserOff

Code: [Select]
http://www.styleyourforum.com/data/794/useroff.gifUserOn

Code: [Select]
http://www.styleyourforum.com/data/794/useron.gifWWW

Code: [Select]
http://www.styleyourforum.com/data/794/www.gifWWW_sm

Code: [Select]
http://www.styleyourforum.com/data/794/www_sm.gifAIM

Code: [Select]
http://www.styleyourforum.com/data/794/aim.gifBuddy_UserOff

Code: [Select]
http://www.styleyourforum.com/data/794/buddy_useroff.gifBuddy_UserOn

Code: [Select]
http://www.styleyourforum.com/data/794/buddy_useron.gifCollapse

Code: [Select]
http://www.styleyourforum.com/data/794/collapse.gifConstruction

Code: [Select]
http://www.styleyourforum.com/data/794/construction.gifEmail_sm

Code: [Select]
http://www.styleyourforum.com/data/794/email_sm.gifExpand

Code: [Select]
http://www.styleyourforum.com/data/794/expand.gifIM_off

Code: [Select]
http://www.styleyourforum.com/data/794/im_off.gifIM_on

Code: [Select]
http://www.styleyourforum.com/data/794/im_on.gif

Offline SMF For Free

  • Administrator
  • *
  • Posts: 7304
    • View Profile
    • SMF For Free

  • Total Badges: 38
    Badges: (View All)
    Quick Poster Tenth year Anniversary Spammer 25 Posts in one day Nineth year Anniversary Eighth year Anniversary
Re: [Stylesheet] Cantable
« Reply #1 on: October 22, 2015, 10:59:14 pm »
That style is awesome!
SMF For Free-Free Simple Machines Forum hosting.
Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
5339 Views
Last post December 23, 2006, 03:28:42 am
by guest801
0 Replies
3984 Views
Last post March 10, 2007, 03:18:15 pm
by Crasy
12 Replies
10455 Views
Last post October 14, 2009, 12:07:58 pm
by i feel pure
0 Replies
2553 Views
Last post March 24, 2008, 07:59:51 am
by sweet_candygirl23