Header
From Rpcvdraft
| Line 14: | Line 14: | ||
color: green; | color: green; | ||
} | } | ||
| - | */ | + | */ |
| + | |||
| + | */ | ||
| + | global wrapper attempt | ||
| + | */ | ||
| + | #globalWrapper { | ||
| + | background: #FAFAFA url(bg_02.png) repeat-x; | ||
| + | font-size: 84%; | ||
| + | width: 100%; | ||
| + | margin: 0; | ||
| + | padding: 0; | ||
| + | } | ||
| + | .visualClear { | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | /* general styles */ | ||
| + | |||
| + | b, strong { | ||
| + | color: #111; | ||
| + | } | ||
| + | table { | ||
| + | font-size: 100%; | ||
| + | line-height: 100%; | ||
| + | background: white; | ||
| + | color: black; | ||
| + | } | ||
| + | a { | ||
| + | text-decoration: none; | ||
| + | color: #002bb8; | ||
| + | background: none; | ||
| + | } | ||
| + | a:visited { | ||
| + | color: #5a3696; | ||
| + | } | ||
| + | a:active { | ||
| + | color: #faa700; | ||
| + | } | ||
| + | a:hover { | ||
| + | text-decoration: underline; | ||
| + | } | ||
| + | a.stub { | ||
| + | color: #772233; | ||
| + | } | ||
| + | a.new, #p-personal a.new { | ||
| + | color: #ba0000; | ||
| + | } | ||
| + | a.new:visited, #p-personal a.new:visited { | ||
| + | color: #a55858; | ||
| + | } | ||
| + | |||
| + | img { | ||
| + | border: none; | ||
| + | vertical-align: middle; | ||
| + | } | ||
| + | p { | ||
| + | margin: .4em 0 .5em 0; | ||
| + | line-height: 1.4em; | ||
| + | } | ||
| + | p img { | ||
| + | margin: 0; | ||
| + | } | ||
| + | |||
| + | hr { | ||
| + | height: 1px; | ||
| + | color: #ddd; | ||
| + | background-color: #ddd; | ||
| + | border: 0; | ||
| + | margin: .2em 0 .2em 0; | ||
| + | } | ||
| + | |||
| + | h1, h2, h3, h4, h5, h6 { | ||
| + | color: black; | ||
| + | background: none; | ||
| + | font-weight: normal; | ||
| + | margin: 0; | ||
| + | padding-top: 0em; | ||
| + | padding-bottom: .17em; | ||
| + | border-bottom: 1px solid #ddd; | ||
| + | margin-top: 1.5em; | ||
| + | } | ||
| + | h1 { font-size: 188%; } | ||
| + | h2 { font-size: 150%; | ||
| + | margin-top: 2.0em; } | ||
| + | h3, h4, h5, h6 { | ||
| + | border-bottom: none; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | h3 { font-size: 120%; } | ||
| + | h4 { font-size: 100%; } | ||
| + | h5 { font-size: 100%; } | ||
| + | h6 { font-size: 100%; } | ||
| + | |||
| + | ul { | ||
| + | line-height: 1.4em; | ||
| + | list-style-type: square; | ||
| + | margin: .3em 0 0 1.5em; | ||
| + | padding: 0; | ||
| + | list-style-image: url(bullet.gif); | ||
| + | } | ||
| + | ol { | ||
| + | line-height: 1.4em; | ||
| + | margin: .3em 0 0 3.2em; | ||
| + | padding: 0; | ||
| + | list-style-image: none; | ||
| + | } | ||
| + | li { | ||
| + | margin-bottom: .1em; | ||
| + | } | ||
| + | dt { | ||
| + | font-weight: bold; | ||
| + | margin-bottom: .1em; | ||
| + | } | ||
| + | dl { | ||
| + | margin-top: .2em; | ||
| + | margin-bottom: .5em; | ||
| + | } | ||
| + | dd { | ||
| + | line-height: 1.4em; | ||
| + | margin-left: 2em; | ||
| + | margin-bottom: .1em; | ||
| + | } | ||
| + | |||
| + | fieldset { | ||
| + | border: 1px solid #FFB53A; | ||
| + | margin: 1em 0 1em 0; | ||
| + | padding: 0 1em 1em; | ||
| + | line-height: 1.4em; | ||
| + | } | ||
| + | legend { | ||
| + | background: white; | ||
| + | padding: .5em; | ||
| + | font-size: 95%; | ||
| + | } | ||
| + | form { | ||
| + | border: none; | ||
| + | margin: 0; | ||
| + | } | ||
| + | |||
| + | textarea { | ||
| + | width: 100%; | ||
| + | padding: .1em; | ||
| + | } | ||
| + | */ | ||
| + | End global wrapper attempt | ||
| + | /* | ||
.sideblock { | .sideblock { | ||
border: none; | border: none; | ||
Revision as of 12:32, 29 October 2007
<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;
}
*/
- /
global wrapper attempt
- /
- globalWrapper {
background: #FAFAFA url(bg_02.png) repeat-x;
font-size: 84%; width: 100%; margin: 0; padding: 0;
} .visualClear {
clear: both;
}
/* general styles */
b, strong { color: #111; } table {
font-size: 100%; line-height: 100%; background: white; color: black;
} a {
text-decoration: none; color: #002bb8; background: none;
} a:visited {
color: #5a3696;
} a:active {
color: #faa700;
} a:hover {
text-decoration: underline;
} a.stub {
color: #772233;
} a.new, #p-personal a.new {
color: #ba0000;
} a.new:visited, #p-personal a.new:visited {
color: #a55858;
}
img {
border: none; vertical-align: middle;
} p {
margin: .4em 0 .5em 0; line-height: 1.4em;
} p img {
margin: 0;
}
hr {
height: 1px; color: #ddd; background-color: #ddd; border: 0; margin: .2em 0 .2em 0;
}
h1, h2, h3, h4, h5, h6 {
color: black; background: none; font-weight: normal; margin: 0; padding-top: 0em; padding-bottom: .17em; border-bottom: 1px solid #ddd; margin-top: 1.5em;
} h1 { font-size: 188%; } h2 { font-size: 150%;
margin-top: 2.0em; }
h3, h4, h5, h6 {
border-bottom: none; font-weight: bold;
} h3 { font-size: 120%; } h4 { font-size: 100%; } h5 { font-size: 100%; } h6 { font-size: 100%; }
ul {
line-height: 1.4em; list-style-type: square; margin: .3em 0 0 1.5em; padding: 0; list-style-image: url(bullet.gif);
} ol {
line-height: 1.4em; margin: .3em 0 0 3.2em; padding: 0; list-style-image: none;
} li {
margin-bottom: .1em;
} dt {
font-weight: bold; margin-bottom: .1em;
} dl {
margin-top: .2em; margin-bottom: .5em;
} dd {
line-height: 1.4em; margin-left: 2em; margin-bottom: .1em;
}
fieldset {
border: 1px solid #FFB53A; margin: 1em 0 1em 0; padding: 0 1em 1em; line-height: 1.4em;
} legend {
background: white; padding: .5em; font-size: 95%;
} form {
border: none; margin: 0;
}
textarea {
width: 100%; padding: .1em;
}
- /
End global wrapper attempt /* .sideblock {
border: none; margin: 0 0 0.75em 0.75em; padding: 0; float: none; width: 11.6em; overflow: hidden;}
.right { float: right; margin-left: 2em;} .sideblock h4 {
font-weight: normal; white-space: nowrap;}
.sideblock .header { /* h5 */
margin-right: 1px; /* only for FF */ padding: 3px 1em 5px 1em; background: #D8D8D8; height: 1em; white-space: nowrap; font-size: 95%; font-weight: bold;
text-align: left;
border: 1px solid #DDD; border-bottom: none;}
.right .header { padding-left: 1.7em; padding-top: 1px; padding-bottom: 7px;} .sideblock h6 {
background: #ffae2e; border: 1px solid #FFB53A; border-style: solid solid none solid; padding: 0 1em 0 1em; text-transform: lowercase; display: block; font-size: 1em; height: 1.2em; font-weight: normal; white-space: nowrap;}
.sideblock .content {
background-color: #FCFCFC; color: black; border-collapse: collapse; border: 1px solid #ddd; padding: 0 .8em .3em .5em; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px;}
.sideblock h1, .sideblock h2, .sideblock h3, .sideblock h4, .sideblock h5 {
margin: 0; padding: 0;}
.sideblock ul {
line-height: 1.5em; list-style-type: none; list-style-image: none;
margin-left: 0.5em;
font-size: 95%;}
.right ul { margin-left: 1.1em;
list-style-type: square; list-style-image: url(bullet.gif);}
.sideblock li {
padding: 0; margin: 0;}
</style>
<script type="text/javascript"> //Feel free to add your javascript code here. </script>
