Header
From Modifieddesign
Line 33: | Line 33: | ||
table { | table { | ||
font-size: 100%; | font-size: 100%; | ||
- | background: | + | background: 000000; |
} | } | ||
/* Non existent links - on page - not red anymore (too gaudy) */ | /* Non existent links - on page - not red anymore (too gaudy) */ | ||
Line 73: | Line 73: | ||
/* gray boxes when displaying pages */ | /* gray boxes when displaying pages */ | ||
- | code { background-color: # | + | code { background-color: #000000; } |
pre { | pre { | ||
padding: 1em; | padding: 1em; | ||
border: 1px dashed #ff0099; | border: 1px dashed #ff0099; | ||
color: White; | color: White; | ||
- | background-color: # | + | background-color: #000000; |
line-height: 1.1em; | line-height: 1.1em; | ||
} | } | ||
Line 84: | Line 84: | ||
fieldset { | fieldset { | ||
border: 1px solid #ff0099; | border: 1px solid #ff0099; | ||
- | background-color: # | + | background-color: #000000; |
margin: 1em 0em 1em 0em; | margin: 1em 0em 1em 0em; | ||
padding: 0em 1em 1em 1em; | padding: 0em 1em 1em 1em; | ||
Line 90: | Line 90: | ||
} | } | ||
legend { | legend { | ||
- | background: # | + | background: #000000; |
padding: 0.5em; | padding: 0.5em; | ||
font-size: 95%; | font-size: 95%; | ||
} | } | ||
- | #contentSub { color: # | + | #contentSub { color: #000000} |
#catlinks { | #catlinks { | ||
border:1px solid #ff0099; | border:1px solid #ff0099; | ||
- | background-color:# | + | background-color:#000000; |
padding:5px; | padding:5px; | ||
margin-top: 1em; | margin-top: 1em; | ||
Line 105: | Line 105: | ||
/*border:1px solid #2f6fab;*/ | /*border:1px solid #2f6fab;*/ | ||
border:1px solid #ff0099; | border:1px solid #ff0099; | ||
- | background-color:# | + | background-color:#000000; |
padding:5px; | padding:5px; | ||
font-size: 95%; | font-size: 95%; | ||
Line 128: | Line 128: | ||
margin: 0 0.5em 0.5em 0; | margin: 0 0.5em 0.5em 0; | ||
border: 0 | border: 0 | ||
- | background: # | + | background: #000000; |
/* | /* | ||
margin: 0.3em 0.5em 0.5em 0; | margin: 0.3em 0.5em 0.5em 0; | ||
Line 140: | Line 140: | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
border-style: solid; border-color: ff0099; | border-style: solid; border-color: ff0099; | ||
- | background-color: | + | background-color: 000000; |
width: auto; | width: auto; | ||
Line 147: | Line 147: | ||
border:1px solid #ff0099; | border:1px solid #ff0099; | ||
padding: 3px !important; | padding: 3px !important; | ||
- | background-color:# | + | background-color:#000000; |
font-size: 94%; | font-size: 94%; | ||
text-align: center; | text-align: center; | ||
Line 163: | Line 163: | ||
/* Page history styling */ | /* Page history styling */ | ||
/* the auto-generated edit comments */ | /* the auto-generated edit comments */ | ||
- | .autocomment { color: | + | .autocomment { color: 666666; } |
#pagehistory span.user { | #pagehistory span.user { | ||
margin-left: 1.4em; | margin-left: 1.4em; | ||
Line 171: | Line 171: | ||
#pagehistory li { border: 1px solid White; } | #pagehistory li { border: 1px solid White; } | ||
#pagehistory li.selected { | #pagehistory li.selected { | ||
- | background-color:# | + | background-color:#000000; |
border:1px dashed #ff0099; | border:1px dashed #ff0099; | ||
} | } | ||
Line 177: | Line 177: | ||
** Diff rendering | ** Diff rendering | ||
*/ | */ | ||
- | table.diff { background:# | + | table.diff { background:#000000; } |
- | td.diff-otitle { background:# | + | td.diff-otitle { background:#000000; } |
- | td.diff-ntitle { background:# | + | td.diff-ntitle { background:#000000; } |
td.diff-addedline { | td.diff-addedline { | ||
- | background:# | + | background:#000000; |
font-size: smaller; | font-size: smaller; | ||
} | } | ||
td.diff-deletedline { | td.diff-deletedline { | ||
- | background:# | + | background:#000000; |
font-size: smaller; | font-size: smaller; | ||
} | } | ||
td.diff-context { | td.diff-context { | ||
- | background:# | + | background:#000000; |
font-size: smaller; | font-size: smaller; | ||
} | } | ||
Line 196: | Line 196: | ||
form { | form { | ||
- | background: # | + | background: #000000; |
border: none; | border: none; | ||
margin: 0; | margin: 0; | ||
Line 204: | Line 204: | ||
margin: 2px; | margin: 2px; | ||
padding: 2px; | padding: 2px; | ||
- | background-color:# | + | background-color:#000000; |
} | } | ||
table.gallery td { | table.gallery td { | ||
vertical-align:top; | vertical-align:top; | ||
- | background-color:# | + | background-color:#000000; |
border: solid 1px #ff0099; | border: solid 1px #ff0099; | ||
} | } | ||
Line 223: | Line 223: | ||
.pBody { | .pBody { | ||
font-size: 95%; | font-size: 95%; | ||
- | background: # | + | background: #000000; |
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #ff0099; | border: 1px solid #ff0099; | ||
Line 231: | Line 231: | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
- | background: # | + | background: #000000; |
} | } | ||
.portlet a {color:#ff0099;} | .portlet a {color:#ff0099;} | ||
Line 237: | Line 237: | ||
#p-search .pBody { | #p-search .pBody { | ||
text-align: center; | text-align: center; | ||
- | background: # | + | background: #000000; |
} | } | ||
Line 264: | Line 264: | ||
margin: 0 0.3em 0 0; | margin: 0 0.3em 0 0; | ||
overflow: visible; | overflow: visible; | ||
- | background: # | + | background: #000000; |
} | } | ||
#p-cactions li.selected { | #p-cactions li.selected { | ||
Line 271: | Line 271: | ||
} | } | ||
#p-cactions li a { | #p-cactions li a { | ||
- | background-color: # | + | background-color: #000000; |
color: #ff0099; | color: #ff0099; | ||
border: none; | border: none; | ||
Line 304: | Line 304: | ||
margin-left: 1em; | margin-left: 1em; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
- | background: # | + | background: #000000; |
} | } | ||
/* footer needs to be black too */ | /* footer needs to be black too */ |
Revision as of 00:14, 14 November 2006
<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 - color chart at http://www.december.com/html/spec/colorcodes.html */
/*black background */
- content {
margin: 2.2em 0 0 12.2em; padding: 0em 0.5em 0em 0.5em; background-color: transparent; border: 1px solid #ff0099; border-right: none; line-height: 1.5em; position: relative; z-index: 2;
} /*banner on header */ /*Black background with white text */ body {
font: x-small sans-serif; background: #333333 url("") 0.8em 0px no-repeat; color: White; margin: 0; padding: 16.0em 0.2em;
} .firstHeading { color: White; margin-bottom:0.1em; margin-top:0.1em; background: #666666; text-align:center;} h1, h2, h3, h4, h5, h6 { color: White } table {
font-size: 100%; background: 000000;
} /* Non existent links - on page - not red anymore (too gaudy) */
a {
text-decoration: none; color: #ff0099; background: none;
} a:visited { color:#ffffff; } a:active { color: #ff0099; } a:hover { text-decoration: underline; } a.stub { color: #ff0099; } a.new, .special a.new { color:#ff0099; }
- p-personal a.new { color: #ff0099; }
- p-cactions .new a { color: red; }
a.new:visited, .special a.new:visited,
- p-personal a.new:visited { color:#ffffff; }
- bodyContent a.external { color:#ff0099; }
/* this can be used in the content area to switch off special external link styling */
- bodyContent .plainlinks a {
background: none !important; padding: 0;
}
- preftoc a,
- preftoc a:active {
display: block; color: #ff0099;
} hr {color: ff0099;
background-color: ff0099; border: 0; margin: 0.2em 0 0.2em 0;
}
/* gray boxes when displaying pages */ code { background-color: #000000; } pre {
padding: 1em; border: 1px dashed #ff0099; color: White; background-color: #000000; line-height: 1.1em;
} /* More black when displaying text */ fieldset {
border: 1px solid #ff0099; background-color: #000000; margin: 1em 0em 1em 0em; padding: 0em 1em 1em 1em; line-height: 1.5em;
} legend {
background: #000000; padding: 0.5em; font-size: 95%;
}
- contentSub { color: #000000}
- catlinks {
border:1px solid #ff0099; background-color:#000000; padding:5px; margin-top: 1em; clear: both;
}
- toc {
/*border:1px solid #2f6fab;*/ border:1px solid #ff0099; background-color:#000000; padding:5px; font-size: 95%;
} /* images */ div.floatright, table.floatright {
clear: right; float: right; position: relative; margin: 0 0 0.5em 0.5em; border: 0 background: black;
/*
border: 0.5em solid Black; border-width: 0.5em 0 0.8em 1.4em;
- /
} div.floatright p { font-style: italic; } div.floatleft, table.floatleft {
float: left; position: relative; margin: 0 0.5em 0.5em 0; border: 0 background: #000000;
/*
margin: 0.3em 0.5em 0.5em 0; border: 0.5em solid Black; border-width: 0.5em 1.4em 0.8em 0;
- /
} div.floatleft p { font-style: italic; } /* thumbnails */ div.thumb {
margin-bottom: 0.5em; border-style: solid; border-color: ff0099; background-color: 000000; width: auto;
} div.thumb div {
border:1px solid #ff0099; padding: 3px !important; background-color:#000000; font-size: 94%; text-align: center; overflow: hidden;
} /*
- edit views etc
- /
.special li {
line-height: 1.4em; margin: 0; padding: 0;
}
/* Page history styling */ /* the auto-generated edit comments */ .autocomment { color: 666666; }
- pagehistory span.user {
margin-left: 1.4em; margin-right: 0.4em;
}
- pagehistory span.minor { font-weight: bold; }
- pagehistory li { border: 1px solid White; }
- pagehistory li.selected {
background-color:#000000; border:1px dashed #ff0099;
} /*
- Diff rendering
- /
table.diff { background:#000000; } td.diff-otitle { background:#000000; } td.diff-ntitle { background:#000000; } td.diff-addedline {
background:#000000; font-size: smaller;
} td.diff-deletedline {
background:#000000; font-size: smaller;
} td.diff-context {
background:#000000; font-size: smaller;
} span.diffchange { color: #ff0099; font-weight: bold; }
form {
background: #000000; border: none; margin: 0;
} table.gallery { border: 1px solid #ff0099; margin: 2px; padding: 2px; background-color:#000000; } table.gallery td { vertical-align:top; background-color:#000000; border: solid 1px #ff0099; }
/*height, bkg of nav bar */
- column-one { padding-top: 30px;
background: url("")0px 30px no-repeat ; }
/*navbar style: black background, gray line items, white text... */
.portlet h6,h5,h4 {color:white;}
.pBody {
font-size: 95%; background: #000000; border-collapse: collapse; border: 1px solid #ff0099; padding: 0 0.8em 0.3em 0.5em;
} .portlet li {
padding: 0; margin: 0; background: #000000;
} .portlet a {color:#ff0099;}
- p-search .pBody {
text-align: center; background: #000000;
}
/* quickbar: article, edit, ... watch tags */
- p-cactions {
position:absolute; top: 15.0em; left: 10; margin: 0; white-space:nowrap; width: 76%; line-height: 1.1em; overflow: visible; background: none; border-collapse: collapse; padding-left: 1em; list-style: none; font-size: 95%;
}
- p-cactions li {
display: inline; border: 2px solid #ff0099; border-bottom: none; padding: 0 0 0.1em 0; margin: 0 0.3em 0 0; overflow: visible; background: #000000;
}
- p-cactions li.selected {
border-color: #ffffff; padding: 0 0 0.2em 0;
}
- p-cactions li a {
background-color: #000000; color: #ff0099; border: none; padding: 0 0.8em 0.3em 0.8em; text-decoration: none; text-transform: lowercase; position: relative; z-index: 0; margin: 0;
} /*user bar */
- p-personal {
width:100%; white-space:nowrap; padding: 0; margin: 0; position:absolute; left: 40 px; top:2em; z-index: 0; border: none; background: none; overflow: visible; line-height: 1.2em;
}
- p-personal li {
z-index:0; border:none; padding:0; display: inline; color: #ff0099; margin-left: 1em; line-height: 1.2em; background: #000000;
} /* footer needs to be black too */
- footer {
background-color: #333333; border-top: 1px solid #ff0099; border-bottom: 1px solid #ff0099; margin: 0.6em 0em 1em 0em; padding: 0.4em 0em 1.2em 0em; text-align: center; font-size: 90%;
} </style>
<plain_html>
</plain_html>