Thanks for visiting Stormraven Gaming! We've moved to a new, private server. Please visit (and update your bookmarks to):
Editing and article creation here have been disabled. Thanks for your patience during our move to our new and happier home!
Header
From Stormravengaming
(Difference between revisions)
Stormraven (Talk | contribs) (Tweak margins on stat boxes) |
Stormraven (Talk | contribs) (Adjustments to infoboxes; tweaks to stat blocks and message boxes) |
||
| Line 2: | Line 2: | ||
/* | /* | ||
Notes: | Notes: | ||
| - | -You must log | + | -You must log in with sysop privileges to edit this page |
-Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. | -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. | ||
-if you want your code to look nice on this page, put a space at the beginning of each line | -if you want your code to look nice on this page, put a space at the beginning of each line | ||
-This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css | -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css | ||
| - | For example uncomment this next section to turn all the text green: | + | For example, uncomment this next section to turn all the text green: |
*/ | */ | ||
/* | /* | ||
| Line 81: | Line 81: | ||
table.stats { | table.stats { | ||
background-color: transparent; | background-color: transparent; | ||
| - | border: 1px | + | border: 1px outset #F4F4F4; |
| + | border-collapse: collapse; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
padding: .2em; | padding: .2em; | ||
| Line 87: | Line 88: | ||
} | } | ||
| - | table.stats th | + | table.stats th { |
| - | + | background-color: #FEFEFE; | |
padding: 0 .2em; | padding: 0 .2em; | ||
} | } | ||
| - | table.stats | + | table.stats td { |
| - | + | padding: 0 .2em; | |
} | } | ||
| Line 123: | Line 124: | ||
.message { | .message { | ||
background-color: #FEFEFE; | background-color: #FEFEFE; | ||
| - | border: 1px | + | border: 1px outset #F4F4F4; |
margin: 0 auto 1em auto; | margin: 0 auto 1em auto; | ||
padding: .2em; | padding: .2em; | ||
| Line 142: | Line 143: | ||
.infobox { | .infobox { | ||
| - | + | background-color: #FAFAFA; | |
| - | + | border: 1px outset #E0E0E0; | |
| - | color: | + | color: #000; |
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
margin-left: 1em; | margin-left: 1em; | ||
| Line 153: | Line 154: | ||
} | } | ||
| - | .infobox | + | .infobox tr { |
| - | + | ||
vertical-align: top; | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | .infobox th { | ||
| + | background-color: #E0E0E0; | ||
| + | border: 1px outset #C0C0C0; | ||
| + | font-family: sans-serif; | ||
| + | font-size: 120%; | ||
| + | font-weight: bold; | ||
| + | margin: 0 0 6px 0; | ||
| + | padding: 0.2em 0.4em; | ||
| + | text-align: center; | ||
} | } | ||
| Line 161: | Line 172: | ||
background-color: #F6F6FE; | background-color: #F6F6FE; | ||
border-color: #CCCCF4; | border-color: #CCCCF4; | ||
| + | } | ||
| + | |||
| + | .infobox.hero th { | ||
| + | background-color: #CCCCF4; | ||
| + | border: 1px outset #9898E8; | ||
} | } | ||
| Line 172: | Line 188: | ||
} | } | ||
| - | .infobox.dnd | + | .infobox.dnd th { |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
background-color: #F4EACC; | background-color: #F4EACC; | ||
| - | border | + | border: 1px outset #E8D598; |
} | } | ||
| - | .infobox | + | .infobox.dnd hr { |
| - | + | color: #F4EACC; | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
} | } | ||
Revision as of 20:56, 24 January 2007
<style type="text/css">
/*
Notes:
-You must log in with sysop privileges to edit this page
-Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
-if you want your code to look nice on this page, put a space at the beginning of each line
-This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
For example, uncomment this next section to turn all the text green:
*/
/*
body {
color: green;
}
*/
/*
h2 { font-size: 160%; }
h3 {
font-size: 140%;
font-weight: normal;
text-decoration: underline;
}
h4 { font-size: 120%; }
*/
/* --- TILED TABLES for FRONT PAGES --- */
div.tile {
background-color: #FAFAFA;
border: 1px outset #E0E0E0;
margin: 0 6px 6px 0;
padding: 6px;
width: 100%;
}
div.tile h2 {
background-color: #E0E0E0;
border: 1px outset #C0C0C0;
color: #000;
font-family: sans-serif;
font-size: 120%;
font-weight: bold;
margin: 0 0 6px 0;
padding: 0.2em 0.4em;
text-align: left;
}
div.tile.hero {
background-color: #F6F6FE;
border: 1px outset #CCCCF4;
}
div.tile.hero h2 {
background-color: #CCCCF4;
border: 1px outset #9898E8;
}
div.tile.dnd {
background-color: #FEFCF6;
border: 1px outset #F4EACC;
}
div.tile.dnd h2 {
background-color: #F4EACC;
border: 1px outset #E8D598;
}
div.tile.guide {
background-color: #F6FEF6;
border: 1px outset #CCF4CC;
}
div.tile.guide h2 {
background-color: #CCF4CC;
border: 1px outset #98E898;
}
/* --- STAT BLOCKS --- */
table.stats {
background-color: transparent;
border: 1px outset #F4F4F4;
border-collapse: collapse;
margin-bottom: 1em;
padding: .2em;
width: auto;
}
table.stats th {
background-color: #FEFEFE;
padding: 0 .2em;
}
table.stats td {
padding: 0 .2em;
}
table.stats.hero {
border-color: #CCCCF4;
}
table.stats.hero th {
background-color: #F6F6FE;
font-size: 70%;
text-transform: uppercase;
}
table.stats.dnd {
border-color: #F4EACC;
}
table.stats.dnd th {
background-color: #FEFCF6;
}
table.stats.vspace th,
table.stats.vspace td {
padding: .2em;
}
/* --- MESSAGE BOXES --- */
.message {
background-color: #FEFEFE;
border: 1px outset #F4F4F4;
margin: 0 auto 1em auto;
padding: .2em;
width: auto;
}
.message.hero {
background-color: #F6F6FE;
border-color: #CCCCF4;
}
.message.dnd {
background-color: #FEFCF6;
border-color: #F4EACC;
}
/* --- INFO BOXES --- */
.infobox {
background-color: #FAFAFA;
border: 1px outset #E0E0E0;
color: #000;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
width: 25%;
}
.infobox tr {
vertical-align: top;
}
.infobox th {
background-color: #E0E0E0;
border: 1px outset #C0C0C0;
font-family: sans-serif;
font-size: 120%;
font-weight: bold;
margin: 0 0 6px 0;
padding: 0.2em 0.4em;
text-align: center;
}
.infobox.hero {
background-color: #F6F6FE;
border-color: #CCCCF4;
}
.infobox.hero th {
background-color: #CCCCF4;
border: 1px outset #9898E8;
}
.infobox.hero hr {
color: #CCCCF4;
}
.infobox.dnd {
background-color: #FEFCF6;
border-color: #F4EACC;
}
.infobox.dnd th {
background-color: #F4EACC;
border: 1px outset #E8D598;
}
.infobox.dnd hr {
color: #F4EACC;
}
</style>
<script type="text/javascript">
//Add your javascript code here.
</script>
