Advertise Here

Author Topic: [Stylesheet] Black Night  (Read 6256 times)

0 Members and 1 Guest are viewing this topic.

Offline Agent Moose

  • Code Master's
  • *
  • Posts: 836
  • Do not PM me for Code Support or Request
    • View Profile

  • Total Badges: 32
    Badges: (View All)
    Search Level 6 Tenth year Anniversary Nineth year Anniversary Eighth year Anniversary
[Stylesheet] Black Night
« on: July 11, 2007, 03:50:31 pm »
Skin Name: Black Night
Preview: http://blacknight.smfforfree3.com/index.php
Images:
No new Posts:


New Posts:


Child Board New Posts:


Collapse:



OPTIONAL:
This will remove the images next to the Modify and links like that when your veiwing a Thread.
Place this in your headers:
Code: [Select]
<script language="JavaScript" type="text/javascript" src="http://209.85.48.12/9581/134/upload/p4217340.ibf">//Jquery code</script>
Place this in your Footers:
Code: [Select]
<script>
if (location.href.match(/topic,/i)){
$("tbody tr td a img").hide()
}
</script>

Now, Created a New Style sheet and call it Black Night, then save it.  Then modify the Black Night skin and go to the very bottom and edit the css with this:
Code: [Select]
/* Created by Agent Moose */

/* Normal, standard links. */
a:link
{
color: #C41519;
text-decoration: none;
}
a:visited
{
color: #476C8E;
text-decoration: none;
}
a:hover
{
color: #cc3333;
text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #C41519;
text-decoration: none;
background-color: #222222;
border: 1px solid #333333;
margin: 1px auto 1px auto;
padding: 1px;
}
a.nav:hover
{
color: #cc3333;
text-decoration: none;
}

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

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

/* The main body of the entire forum. */
body
{
background-color: #000000;
margin: auto;
             width:  758px;
padding-top: 12px;
             padding-bottom:  4px;
}

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

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

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

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

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #555555;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px dotted #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: 50em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #999999;
text-decoration: underline;
font-style: normal;
font-weight: bold;
font-size: 10px;
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;
font-weight: bold;
}

/* 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: #999999;
background-color: #333333;
}
.windowbg2
{
color: #999999;
background-color: #222222;
}
.windowbg3
{
color: #999999;
background-color: #333333;
}
/* the today container in calendar */
.calendar_today
{
background-color: #555555;
}

/* 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: #BBBBBB;
font-style: normal;
background: url() #222222 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: #999999;
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: #555555;
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() #333333 repeat-x;
color: #999999;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url() #A1BFD9 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: 000000;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #999999;
}
/* 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, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url() left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url() left bottom repeat-x;
}
.maintab_last
{
background: url() left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url() left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url() left bottom repeat-x;
}
.maintab_active_last
{
background: url() left bottom 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: #888888;
text-decoration: none;
        font-size: 11px
}

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

.mirrortab_first
{
background: url() no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url() repeat-x;
}
.mirrortab_last
{
background: url() no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url() no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url() repeat-x;
}
.mirrortab_active_last
{
background: url() 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: #888888;
text-decoration: none;
        font-size: 10px
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #C41519;
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: August 27, 2007, 03:07:15 pm by simply sibyl »
Check out Revolution X's Brand new Code Index!

Offline Whipz

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

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Stylesheet] Black Night
« Reply #1 on: June 20, 2009, 02:03:37 am »
umm, how do u make these:
No New Posts

How do u put it on your forums, same with da others
I have a Website for Gears of War FANS! It is www.gearsofwar2.smfforfree.com



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 Night
« Reply #3 on: June 20, 2009, 05:18:22 am »
Cool :) I like the style, not too keen on the post images though  :-\

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
Re: [Stylesheet] Black Night
« Reply #4 on: June 21, 2009, 12:50:02 am »
Haha yea,  this was the first theme me and agent made together :P  As you can tell it was a while ago when it was made.

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 Night
« Reply #5 on: June 25, 2009, 05:32:39 am »
Ohh crikey :P I thought it was new  :idiot2: :uglystupid2:

Offline B E N E L

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

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Stylesheet] Black Night
« Reply #6 on: June 25, 2009, 03:16:28 pm »
I like it it's great, but it's to small in the width But still it's great im using it ;)
BEST RSPS CLICK SIG DL THE CLIENT Here Runelocus CLICK HERE JOIN!!

 

Related Topics

  Subject / Started by Replies Last post
8 Replies
4914 Views
Last post July 24, 2009, 09:45:55 am
by `Zh
1 Replies
2555 Views
Last post December 22, 2008, 12:43:56 pm
by OutOfOrder
0 Replies
1928 Views
Last post December 26, 2010, 03:23:08 pm
by RyanA