Advertise Here

Author Topic: [Stylesheet] Black Wrapper  (Read 16971 times)

0 Members and 1 Guest are viewing this topic.

Offline Nutz

  • Style Designer
  • *
  • Posts: 442
  • Location: Maui
    • View Profile

  • Total Badges: 23
    Badges: (View All)
    Apple User Mobile User Poll Starter Poll Voter Level 4
[Stylesheet] Black Wrapper
« on: January 22, 2008, 03:18:27 am »



PREVIEW

Feel free to use my image links ;)

Old Posts

New Posts

Stats

Online

Collapse

Expand

Header Code for Wrapper * note * Change percentage to your liking for width

Code: [Select]
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#000000" vlink="#000000">
<center><table cellpadding="0" cellspacing="0" width="95%">
<tr>
<td><img src="http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tl.gif" /></td><td width="100%" background="http://i169.photobucket.com/albums/u207/sharktrainers/forum/top-1.gif
"></td><td><img src="http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tr.gif" /></td></tr>
<tr>
<td background="http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_left.gif
"><img src="http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_left.gif
" /></td><td class="board">

Footer Code for Wrapper

Code: [Select]
<td background="http://i169.photobucket.com/albums/u207/sharktrainers/forum/2cata2.gif"><img src="http://i169.photobucket.com/albums/u207/sharktrainers/forum/2cata2.gif" /></td></tr>
<tr>
<td><img src="http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_bl.gif" /></td><td background="http://i169.photobucket.com/albums/u207/sharktrainers/forum/bottom.gif"></td><td><img src="http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_br5.gif" /></td></tr></table>

CSS

Code: [Select]
/* Normal, standard links. */
a:link
{
color: #e60a19;
text-decoration: none;
}
a:visited
{
color: #e60a19;
text-decoration: none;
}
a:hover
{
color: #e60a19;
text-decoration: underline;
}

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

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

/* By default (td, body..) use verdana in white. */
body, td, th , tr
{
color: #eeeeee;
font-size: 14px;
font-family: tahoma, sans-serif;
}

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

}

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

textarea
{
font-size: 100%;
color: #000000;
font-family: tahoma, 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: 90%;
font-weight: normal;
color: #777777;
font-family: tahoma, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #eeeeee;
background-color: #666666;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size:small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
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 #000000;
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: #777777;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 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
{
color: #888888;
background-color: #000000;
}
.windowbg2
{
color: #888888;
background-color: #000000;
}
.windowbg3
{
color: #888888;
background-color: #000000;
}
/* the today container in calendar */
.calendar_today
{
background-color: #000000;
}

/* 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:white;
font-style: normal;
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/top-1.gif) #000000 repeat-x;
border-bottom: solid 1px #000000;
border-top: solid 1px #000000;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: white;
font-style: normal;
}

.titlebg a:hover
{
color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: white;
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://i169.photobucket.com/albums/u207/sharktrainers/forum/bottom.gif) #000000 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/bottom.gif) #000000 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #000000;
}
.catbg, .catbg2
{
font-weight: bold;
}
.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: #000000;
padding: 0px;
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: 12px;
font-family: tahoma, 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, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
text-transform: lowercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #e60a19;
text-decoration:none;
font-size:  12px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tl.gif)  no-repeat;
width: 29px; height:27px;
}
.maintab_back
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/top-1.gif)  repeat-x;
}
.maintab_last
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tr.gif)  no-repeat;
width: 29px;height:27px;
}
.maintab_active_first
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/top-1.gif)  no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/bottom.gif)  repeat-x;
}
.maintab_active_last
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tr.gif)  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: #e60a19;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: black;
text-transform: lowercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: #e60a19;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tl.gif) no-repeat;
width: 29px;height:27px;
}
.mirrortab_back
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/top-1.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tr.gif) no-repeat;
width: 29px;height:27px;
}
.mirrortab_active_first
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/top-1.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/bottom.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i169.photobucket.com/albums/u207/sharktrainers/forum/main_tcat_tr.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: January 24, 2008, 10:50:21 am by simply sibyl »

Offline Suki The Saluki

  • SMF For Free Sponsors
  • *
  • Posts: 827
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Black Wrapper
« Reply #1 on: October 18, 2008, 01:34:03 pm »
Fresh 'n' black, or should i say, cool good job looks awesome.

Offline Didds

  • SMF For Free Sr. Member
  • *
  • Posts: 269
  • Didds Forums
    • View Profile
    • Didds Forums

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Black Wrapper
« Reply #2 on: October 20, 2008, 09:05:40 pm »
How do i use your image links please?

Offline Didds

  • SMF For Free Sr. Member
  • *
  • Posts: 269
  • Didds Forums
    • View Profile
    • Didds Forums

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Black Wrapper
« Reply #3 on: October 21, 2008, 03:42:40 am »
NVM found it :D

Offline Josh[y]

  • SMF For Free Sr. Member
  • *
  • Posts: 478
  • <Insert whitty tagline here.>
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Black Wrapper
« Reply #4 on: October 21, 2008, 11:51:46 am »
Holy frick! I love it!

Offline Wild Rose

  • SMF For Free Full Member
  • *
  • Posts: 131
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Black Wrapper
« Reply #5 on: October 23, 2008, 02:29:23 pm »
Very pretty, I like black!



Offline actorus

  • SMF For Free Newbie
  • *
  • Posts: 1
    • View Profile

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Stylesheet] Black Wrapper
« Reply #6 on: November 01, 2008, 12:57:29 pm »
plz tell me how do i get the image links???

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Stylesheet] Black Wrapper
« Reply #7 on: November 01, 2008, 01:23:36 pm »
plz tell me how do i get the image links???

Right mouse on them , click Propertys
Usually best though to right mouse and save them, upload them to your own photobucket acct.
That way you know you will always have them and not use someone elses bandwidth.
« Last Edit: November 01, 2008, 01:25:27 pm by simply sibyl »

Offline Tac86

  • SMF For Free Member
  • *
  • Posts: 26
  • You've finally seen the famous "Tac86"
    • View Profile
    • Tac86

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Stylesheet] Black Wrapper
« Reply #8 on: November 01, 2008, 02:46:05 pm »
Wow..Very Very Nice. I love dark colors. I might use this on my forums.

Offline [JeReMy]

  • SMF For Free Master
  • *
  • Posts: 1174
  • www.ourhangout.org
    • View Profile
    • ourhangout

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Black Wrapper
« Reply #9 on: November 20, 2008, 07:56:53 pm »
that is so awesome im definatly using it love the black

Offline nickfrik

  • SMF For Free Member
  • *
  • Posts: 43
    • View Profile
    • rspwnagesite!

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Stylesheet] Black Wrapper
« Reply #10 on: January 09, 2009, 06:57:58 pm »
how do i change the size?
runescapeprivateservers.smfforfree.com
runescapeprivateservers.smfforfree.com
runescapeprivateservers.smfforfree.com
runescapeprivateservers.smfforfree.com
runescapeprivateservers.smfforfree.com

Offline [JeReMy]

  • SMF For Free Master
  • *
  • Posts: 1174
  • www.ourhangout.org
    • View Profile
    • ourhangout

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Black Wrapper
« Reply #11 on: January 10, 2009, 08:16:43 am »
how do i change the size?
Change The Size Of What?

Offline jimakos

  • SMF For Free Member
  • *
  • Posts: 33
    • View Profile

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Stylesheet] Black Wrapper
« Reply #12 on: October 24, 2009, 08:38:05 am »
Because i am new here... where i take the code CSS??

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: [Stylesheet] Black Wrapper
« Reply #13 on: October 24, 2009, 08:48:45 am »
Because i am new here... where i take the code CSS??

Admin > Manage Styles

How To Install A Stylesheet (With Pictures)

Offline jimakos

  • SMF For Free Member
  • *
  • Posts: 33
    • View Profile

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Stylesheet] Black Wrapper
« Reply #14 on: October 24, 2009, 09:00:37 am »
Because i am new here... where i take the code CSS??

Admin > Manage Styles

How To Install A Stylesheet (With Pictures)

1.000.000 Thanks man !!!!