Header
From Spira
(reverting - code tag not needed) |
|||
Line 1: | Line 1: | ||
- | <style type="text/css"> | + | <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 | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | */ | ||
+ | |||
+ | body { | ||
+ | background: #f9f9f9 url("http://img240.imageshack.us/img240/4639/headbgp7kb.jpg") 0px 0px no-repeat; | ||
+ | } | ||
+ | /*body of page */ | ||
+ | #content {margin: 2.8em 0 0 12.2em;} | ||
+ | /*height of nav bar */ | ||
+ | #column-one { padding-top: 130px; } | ||
+ | |||
+ | /hyperlink color | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
- | color: # | + | color: #b4428c ; |
background: none; | background: none; | ||
} | } | ||
- | a:visited { color:# | + | a:visited { color: #9400D3; } |
- | a:active { color: # | + | a:active { color: #ffa500; } |
a:hover { text-decoration: underline; } | a:hover { text-decoration: underline; } | ||
- | a.stub { color: # | + | a.stub { color: #bc8f8f; } |
- | a.new | + | a.new {font-weight: bold; } |
- | + | #p-personal a.new { color:#C67171 ; } | |
- | #p-personal a.new { color: | + | a.new:visited { color:#cc0099; } |
- | + | #p-personal a.new:visited { color:#8B4789; } | |
- | a.new:visited | + | /* Page history styling */ |
- | + | #pagehistory a {color:#8B4789; } | |
- | # | + | |
- | + | /* Image thumbnails styling */ | |
- | /* | + | div.thumb div div.thumbcaption { |
- | + | border: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | div. | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | div | + | |
- | div. | + | |
- | + | ||
- | + | ||
- | + | ||
- | border: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
text-align: center; | text-align: center; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
line-height: 1.4em; | line-height: 1.4em; | ||
- | + | padding: 0.3em 0 0.1em 0; | |
- | padding: 0; | + | |
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/* | /* | ||
- | ** | + | ** general portlet styles (elements in the quickbar AKA navbar) |
*/ | */ | ||
- | + | .portlet a { color:#8B4789; } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | /* | |
- | background: | + | ** the page-related actions- page/talk, edit etc |
+ | */ | ||
+ | #p-cactions li a { | ||
+ | background-color: White; | ||
+ | color: #8B4789; | ||
border: none; | border: none; | ||
+ | padding: 0 0.8em 0.3em 0.8em; | ||
+ | text-decoration: none; | ||
+ | text-transform: lowercase; | ||
+ | position: relative; | ||
+ | z-index: 0; | ||
margin: 0; | margin: 0; | ||
} | } | ||
- | + | #p-cactions .selected a { z-index: 3; } | |
- | + | #p-cactions .new a { color:#ba0000; } | |
- | + | #p-cactions li a:hover { | |
- | + | z-index: 3; | |
- | + | text-decoration: none; | |
} | } | ||
- | + | /* disable interwiki styling */ | |
- | + | #bodyContent a.extiw, | |
- | + | #bodyContent a.extiw:active { | |
- | + | color: #8B4789; | |
+ | background: none; | ||
+ | padding: 0; | ||
} | } | ||
- | + | #bodyContent a.external { color: #91219E; } | |
- | + | /* this can be used in the content area to switch off | |
- | # | + | special external link styling */ |
- | + | #bodyContent .plainlinks a { | |
- | /* | + | background: none !important; |
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | background: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
padding: 0; | padding: 0; | ||
- | |||
- | |||
} | } | ||
- | + | #preftoc a, | |
- | + | #preftoc a:active { | |
- | # | + | display: block; |
- | + | color: #be14a6; | |
- | + | ||
} | } | ||
- | / | + | #bodyContent a[href ^="http://"], |
- | + | #bodyContent a[href ^="gopher://"] { | |
- | # | + | background: url(http://img407.imageshack.us/img407/5811/external6uw.jpg) center right no-repeat; |
- | + | padding-right: 13px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | background: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | padding | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | /* User bar on top (login... ) */ | ||
/*user bar */ | /*user bar */ | ||
#p-personal { | #p-personal { | ||
Line 286: | Line 104: | ||
margin: 0; | margin: 0; | ||
position:absolute; | position:absolute; | ||
- | left: | + | left: -200 px; |
- | top: | + | top:1em; |
z-index: 0; | z-index: 0; | ||
border: none; | border: none; | ||
Line 294: | Line 112: | ||
line-height: 1.2em; | line-height: 1.2em; | ||
} | } | ||
- | #p-personal li { | + | #p-personal li a { |
- | + | text-decoration: none; | |
- | + | color: #8B4789; | |
- | + | padding-bottom: 0.2em; | |
- | + | background: none; | |
- | color: # | + | |
- | + | ||
- | + | ||
- | background: | + | |
} | } | ||
- | + | ||
- | + | span.comment { | |
- | + | font-style: italic; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | < | + | </style> |
+ | |||
+ | <rtml> | ||
<br> | <br> | ||
- | </ | + | <!-- in the middle of header --> |
+ | <!-- Site Meter --> | ||
+ | <script type="text/javascript" src="http://s23.sitemeter.com/js/counter.js?site=s23kila01Wiki1"> | ||
+ | </script> | ||
+ | <!-- noscript--> | ||
+ | <a href="http://s23.sitemeter.com/stats.asp?site=s23kila01Wiki1" target="_top"> | ||
+ | <img src="http://s23.sitemeter.com/meter.asp?site=s23kila01Wiki1" alt="Site Meter" style="margin: 0px 0px 0px 0px;" border="0"/> visitors since 3/7/06</a> | ||
+ | <!-- /noscript--> | ||
+ | <!-- Copyright (c)2006 Site Meter --> | ||
+ | </rtml> |
Revision as of 19:07, 19 March 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
*/ body { background: #f9f9f9 url("") 0px 0px no-repeat; }
/*body of page */
- content {margin: 2.8em 0 0 12.2em;}
/*height of nav bar */
- column-one { padding-top: 130px; }
/hyperlink color a {
text-decoration: none; color: #b4428c ; background: none;
} a:visited { color: #9400D3; } a:active { color: #ffa500; } a:hover { text-decoration: underline; } a.stub { color: #bc8f8f; } a.new {font-weight: bold; }
- p-personal a.new { color:#C67171 ; }
a.new:visited { color:#cc0099; }
- p-personal a.new:visited { color:#8B4789; }
/* Page history styling */
- pagehistory a {color:#8B4789; }
/* Image thumbnails styling */ div.thumb div div.thumbcaption {
border: none; text-align: center; line-height: 1.4em; padding: 0.3em 0 0.1em 0;
}
/*
- general portlet styles (elements in the quickbar AKA navbar)
- /
.portlet a { color:#8B4789; }
/*
- the page-related actions- page/talk, edit etc
- /
- p-cactions li a {
background-color: White; color: #8B4789; border: none; padding: 0 0.8em 0.3em 0.8em; text-decoration: none; text-transform: lowercase; position: relative; z-index: 0; margin: 0;
}
- p-cactions .selected a { z-index: 3; }
- p-cactions .new a { color:#ba0000; }
- p-cactions li a:hover {
z-index: 3; text-decoration: none;
} /* disable interwiki styling */
- bodyContent a.extiw,
- bodyContent a.extiw:active {
color: #8B4789; background: none; padding: 0;
}
- bodyContent a.external { color: #91219E; }
/* 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: #be14a6;
}
- bodyContent a[href ^="http://"],
- bodyContent a[href ^="gopher://"] {
background: url() center right no-repeat; padding-right: 13px;
} /* User bar on top (login... ) */ /*user bar */
- p-personal {
width:100%; white-space:nowrap; padding: 0; margin: 0; position:absolute; left: -200 px; top:1em; z-index: 0; border: none; background: none; overflow: visible; line-height: 1.2em;
}
- p-personal li a {
text-decoration: none; color: #8B4789; padding-bottom: 0.2em; background: none;
}
span.comment { font-style: italic; }
</style>
<rtml>
<script type="text/javascript" src="http://s23.sitemeter.com/js/counter.js?site=s23kila01Wiki1">
</script>
<a href="http://s23.sitemeter.com/stats.asp?site=s23kila01Wiki1" target="_top">
<img src="http://s23.sitemeter.com/meter.asp?site=s23kila01Wiki1" alt="Site Meter" style="margin: 0px 0px 0px 0px;" border="0"/> visitors since 3/7/06</a>
</rtml>