Header
From Regnumpedia
| Line 12: | Line 12: | ||
} | } | ||
| - | |||
| - | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
//Feel free to add your javascript code here. | //Feel free to add your javascript code here. | ||
</script> | </script> | ||
| + | |||
| + | |||
| + | |||
| + | <style type="text/css"> | ||
| + | body | ||
| + | { | ||
| + | background-image: url(http://i5.tinypic.com/4fv0wt0.jpg); | ||
| + | background-repeat: repeat; | ||
| + | background-position: top left | ||
| + | } | ||
| + | |||
| + | /*TOC layout*/ | ||
| + | #toc, | ||
| + | .toc { | ||
| + | background-color: #F9F9F9; | ||
| + | border: 1px solid #AAAAAA; | ||
| + | padding: 5px; | ||
| + | font-size: 95%; | ||
| + | } | ||
| + | |||
| + | #toc h2, | ||
| + | .toc h2 { | ||
| + | display: inline; | ||
| + | border: none; | ||
| + | padding: 0; | ||
| + | font-size: 100%; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | #toc #toctitle, | ||
| + | .toc #toctitle, | ||
| + | #toc .toctitle, | ||
| + | .toc .toctitle { | ||
| + | text-align: center; | ||
| + | background-color: transparent; | ||
| + | } | ||
| + | |||
| + | #toc ul, | ||
| + | .toc ul { | ||
| + | list-style-type: none; | ||
| + | list-style-image: none; | ||
| + | margin-left: 0; | ||
| + | padding-left: 0; | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | #toc ul ul, | ||
| + | .toc ul ul { | ||
| + | margin: 0 0 0 1em; | ||
| + | } | ||
| + | |||
| + | #toc .toctoggle, | ||
| + | .toc .toctoggle { | ||
| + | font-size: 100%; | ||
| + | } | ||
| + | |||
| + | li.toclevel-1 { | ||
| + | border-top: 1px solid #AAAAAA; | ||
| + | } | ||
| + | |||
| + | .toc a, | ||
| + | #toc a { | ||
| + | text-decoration:none; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | legend { | ||
| + | background-color: #F9F9F9; | ||
| + | border: 1px solid #AAAAAA; | ||
| + | color: #F9F9F9; | ||
| + | } | ||
| + | |||
| + | fieldset { background-color: #F9F9F9; } | ||
| + | |||
| + | #preftoc li { | ||
| + | background-color: transparent; | ||
| + | border: 0px; | ||
| + | } | ||
| + | |||
| + | #preftoc li a { color: #AAAAAA; } | ||
| + | |||
| + | #preftoc li.selected { | ||
| + | border: 1px; | ||
| + | background-color: #F9F9F9; | ||
| + | } | ||
| + | |||
| + | ol ol { list-style-type: lower-latin; } | ||
| + | |||
| + | ol ol ol { list-style-type: lower-roman; } | ||
| + | |||
| + | li#pt-userpage { | ||
| + | background: url("http://kiltstore.net/club_images/tartans/thumbs/30x30/hedga_mw885_black.jpg") top left no-repeat !important; | ||
| + | background-repeat: no-repeat; | ||
| + | background-color: transparent !important; | ||
| + | padding-left: 20px; | ||
| + | text-transform: none; | ||
| + | } | ||
| + | |||
| + | /* Bold 'edit this page' link to encourage newcomers */ | ||
| + | #ca-edit a { font-weight: bold !important; } | ||
| + | |||
| + | /* rounded corners - Mozilla/Firefox only */ | ||
| + | .pBody { | ||
| + | padding: 0.1em 0.1em; | ||
| + | -moz-border-radius-topright: 0.5em; | ||
| + | -moz-border-radius-bottomright: 0.5em; | ||
| + | } | ||
| + | #p-cactions ul li, #p-cactions ul li a { | ||
| + | -moz-border-radius-topright: 0.5em; | ||
| + | -moz-border-radius-topleft: 0.5em; | ||
| + | } | ||
| + | #content { | ||
| + | -moz-border-radius-topleft: 0.5em; | ||
| + | -moz-border-radius-bottomleft: 0.5em; | ||
| + | } | ||
| + | |||
| + | /* buttons and input boxes */ | ||
| + | input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #eee; } | ||
| + | input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; } | ||
| + | |||
| + | /* Add small Blank-themed background image to bottom right of categories bar */ | ||
| + | #catlinks { | ||
| + | background-image: url(http://img295.imageshack.us/img295/6792/backgorundyb8.png); | ||
| + | background-repeat: repeat; | ||
| + | background-position: left; | ||
| + | } | ||
| + | |||
| + | p.catlinks { | ||
| + | border: 1px outset #282828; | ||
| + | margin: 0px; | ||
| + | padding: 5px; | ||
| + | } | ||
| + | </style> | ||
Revision as of 21:17, 4 November 2008
<style type="text/css">
/*
Notes:
-You must log as admin 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;
}
<script type="text/javascript">
//Feel free to add your javascript code here.
</script>
<style type="text/css">
body
{
background-image: url(
);
background-repeat: repeat;
background-position: top left
}
/*TOC layout*/
- toc,
.toc {
background-color: #F9F9F9; border: 1px solid #AAAAAA; padding: 5px; font-size: 95%;
}
- toc h2,
.toc h2 {
display: inline; border: none; padding: 0; font-size: 100%; font-weight: bold;
}
- toc #toctitle,
.toc #toctitle,
- toc .toctitle,
.toc .toctitle {
text-align: center; background-color: transparent;
}
- toc ul,
.toc ul {
list-style-type: none; list-style-image: none; margin-left: 0; padding-left: 0; text-align: left;
}
- toc ul ul,
.toc ul ul {
margin: 0 0 0 1em;
}
- toc .toctoggle,
.toc .toctoggle {
font-size: 100%;
}
li.toclevel-1 {
border-top: 1px solid #AAAAAA;
}
.toc a,
- toc a {
text-decoration:none;
}
legend { background-color: #F9F9F9; border: 1px solid #AAAAAA; color: #F9F9F9; }
fieldset { background-color: #F9F9F9; }
- preftoc li {
background-color: transparent; border: 0px; }
- preftoc li a { color: #AAAAAA; }
- preftoc li.selected {
border: 1px; background-color: #F9F9F9; }
ol ol { list-style-type: lower-latin; }
ol ol ol { list-style-type: lower-roman; }
li#pt-userpage {
background: url("
") top left no-repeat !important;
background-repeat: no-repeat;
background-color: transparent !important;
padding-left: 20px;
text-transform: none;
}
/* Bold 'edit this page' link to encourage newcomers */
- ca-edit a { font-weight: bold !important; }
/* rounded corners - Mozilla/Firefox only */
.pBody {
padding: 0.1em 0.1em;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
#content {
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
}
/* buttons and input boxes */
input[type="submit"] { border: 1px solid #aaa; border-bottom: 2px solid #aaa; border-right: 2px solid #aaa; background: #eee; }
input[type="text"], input[type="password"], textarea[name="wpTextbox1"] { border: 1px solid #aaa; border-top: 2px solid #aaa; border-left: 2px solid #aaa; }
/* Add small Blank-themed background image to bottom right of categories bar */
- catlinks {
background-image: url(
);
background-repeat: repeat;
background-position: left;
}
p.catlinks { border: 1px outset #282828; margin: 0px; padding: 5px; } </style>
