User:Rursus/main.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Rursus/main. |
/***************************************************************************
|| This style sheet is Free-something, released under the conditions of ||
|| GFDL, see link belowest on this page. This license is only due to the ||
|| Wikileaders saying so - otherwise it would simply have been PD. ||
||-----------------------------------------------------------------------||
|| A slightly complex style sheet making all personal links, and the ||
|| search/look-up facility a menu fixed at the top, and the article ||
|| contents fixed at the upper right. ||
***************************************************************************/
body {
background: #FFBBBB !important;
font-family: DejaVu, serif !important;
}
div#mw_header, div#mw_header h1 {
background: #880000 !important;
text-decoration: none !important;
position: fixed !important;
}
div#mw_header h1 { border: none !important; }
div#mw_header {
border: 2px solid !important; border-color: red black black red !important;
}
div#p-personal {
margin: 4px 0 0 0 !important;
position: fixed !important;
}
div#p-personal ul {
background: #CC0000 !important;
}
pre { font-size: 110% !important; }
/*
div#p-cactions {
background: #00CC00 !important;
}
*/
div#p-navigation { background: #FF8888 !important; }
div#p-navigation h5 {
background: #880000 !important;
text-decoration: none !important;
color: yellow !important;
padding: 8px 4px 4px 10px !important;
border: 2px solid !important; border-color: red black black red !important;
}
div#mw_content { background: #FFDDDD !important; }
div#p-interaction, div#p-tb, div#p-lang { background: #FF8888 !important; }
div#p-interaction h5, div#p-tb h5, div#p-lang h5 {
background: #880000 !important;
text-decoration: none !important;
color: yellow !important;
padding: 4px 4px 4px 10px !important;
border: 2px solid !important; border-color: red black black red !important;
}
div#p-search {
margin: -24px !important; padding: 0 !important;
background: none !important;
}
div#p-search h5 {
display: none !important;
text-decoration: none !important;
color: yellow !important;
padding: 4px 4px 4px 10px !important;
border: 2px solid !important; border-color: red black black red !important;
}
div#p-search input#searchInput {
top: 0 !important;
right: 8.5em !important;
position: absolute !important;
position: fixed !important;
}
div#p-search input#searchGoButton {
top: 0 !important;
right: 5em !important;
position: absolute !important;
position: fixed !important;
}
div#p-search input#mw-searchButton {
top: 0 !important;
right: 0 !important;
position: absolute !important;
position: fixed !important;
}
input[type="text"] {
border: 1px solid white !important;
background: #CC0000 !important;
color: white !important;
font-size: 100% !important;
margin: 2px !important;
}
input[type="submit"], input[type="checkbox"] {
border: 1px solid white !important;
background: #800000 !important;
color: white !important;
font-size: 100% !important;
margin: 2px !important;
}
input[type="submit"] {
border: 2px solid !important;
border-color: red black black red !important;
}
input[type="checkbox"] {
border: 2px solid !important;
border-color: black red red black !important;
}
div#siteSub {
position: absolute !important;
position: fixed !important;
display: none !important;
top: 49px !important; right: 0 !important;
font-style: italic !important;
font-weight: normal !important;
background: #FFFF00 !important;
color: #C00000 !important;
text-decoration: none !important;
border: none !important;
}
li.selected {
background: #882266 !important;
}
table#toc {
/* position: fixed;
top: 4em; right: 0;
width: 33%;
font-size: 90%;
background: #FF8888;
color: white; */
}
table#toc div#toctitle {
font-size: 90% !important;
background: #880000 !important;
color: yellow !important;
}