Header
From Dxx
(Difference between revisions)
| Line 15: | Line 15: | ||
*/ | */ | ||
</style> | </style> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <style type="text/css"> | ||
| + | /* | ||
| + | <pre> | ||
| + | */ | ||
| + | |||
| + | .usermessage { | ||
| + | background: yellow repeat-x scroll left top; | ||
| + | border: 3px solid red; | ||
| + | color: #FFFFFF; | ||
| + | font-weight: bold; | ||
| + | margin: 2em 0em 1em 0em; | ||
| + | padding: 0.5em 1em 0.5em 1em; | ||
| + | vertical-align: middle; | ||
| + | } | ||
| + | |||
| + | a { font-weight:bold; color: Black; } | ||
| + | a:visited { font-weight:bold; color: DimGray; } | ||
| + | a:active, a.new { color: crimson; } | ||
| + | a.interwiki, a.external { color: crimson; } | ||
| + | |||
| + | |||
| + | |||
| + | body { | ||
| + | background: Dimgray | ||
| + | } | ||
| + | |||
| + | #p-lang .pBody { | ||
| + | border: 3px solid Crimson | ||
| + | background: Silver; | ||
| + | } | ||
| + | |||
| + | #p-navigation .pBody { | ||
| + | border: 3px solid Crimson; | ||
| + | background: Silver; | ||
| + | } | ||
| + | |||
| + | #p-interaction .pBody { | ||
| + | border: 3px solid Crimson; | ||
| + | background: Silver; | ||
| + | } | ||
| + | |||
| + | #p-tb .pBody { | ||
| + | border: 3px solid Crimson; | ||
| + | background: Silver; | ||
| + | } | ||
| + | |||
| + | input[type="radio"], | ||
| + | input[type="checkbox"] { border:none; } | ||
| + | input[type="text"], input[type="submit"], textarea { | ||
| + | border: 2px solid Crimson !important; | ||
| + | |||
| + | input[type="text"], input[type="submit"], textarea, pre, #toc { | ||
| + | -moz-border-radius: 2px; | ||
| + | |||
| + | |||
| + | #p-cactions li { | ||
| + | -moz-border-radius-topleft: 12px; | ||
| + | -moz-border-radius-topright: 12px; | ||
| + | background-color: Silver; | ||
| + | } | ||
| + | #p-cactions li a { | ||
| + | background: Silver !important; | ||
| + | border-bottom: Crimson; | ||
| + | padding-bottom: 1px; | ||
| + | } | ||
| + | #p-cactions #ca-editfirst a { | ||
| + | padding-left: .4em; | ||
| + | padding-right: .4em; | ||
| + | } | ||
| + | |||
| + | #footer { | ||
| + | margin-left: 13.6em; | ||
| + | border-left: 3px solid Crimson; | ||
| + | border-right: 3px solid Crimson; | ||
| + | -moz-border-radius-bottomleft: 12px; | ||
| + | -moz-border-radius-bottomright: 12px; | ||
| + | } | ||
| + | |||
| + | .pBody { | ||
| + | -moz-border-radius-topright: 12px; | ||
| + | -moz-border-radius-bottomright: 12px; | ||
| + | border-left: none 0 !important; | ||
| + | } | ||
| + | |||
| + | /* | ||
| + | </pre> | ||
| + | */ | ||
| + | </style> | ||
Revision as of 12:25, 10 December 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;
}
*/
</style>
<style type="text/css">
/*
*/
.usermessage {
background: yellow repeat-x scroll left top;
border: 3px solid red;
color: #FFFFFF;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em 0.5em 1em;
vertical-align: middle;
}
a { font-weight:bold; color: Black; }
a:visited { font-weight:bold; color: DimGray; }
a:active, a.new { color: crimson; }
a.interwiki, a.external { color: crimson; }
body {
background: Dimgray
}
#p-lang .pBody {
border: 3px solid Crimson
background: Silver;
}
#p-navigation .pBody {
border: 3px solid Crimson;
background: Silver;
}
#p-interaction .pBody {
border: 3px solid Crimson;
background: Silver;
}
#p-tb .pBody {
border: 3px solid Crimson;
background: Silver;
}
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
border: 2px solid Crimson !important;
input[type="text"], input[type="submit"], textarea, pre, #toc {
-moz-border-radius: 2px;
#p-cactions li {
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
background-color: Silver;
}
#p-cactions li a {
background: Silver !important;
border-bottom: Crimson;
padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
padding-left: .4em;
padding-right: .4em;
}
#footer {
margin-left: 13.6em;
border-left: 3px solid Crimson;
border-right: 3px solid Crimson;
-moz-border-radius-bottomleft: 12px;
-moz-border-radius-bottomright: 12px;
}
.pBody {
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 12px;
border-left: none 0 !important;
}
/*
- /
</style>
