User:Crissov/cologneblue.css

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
body {counter-reset: figure;}
/* Nicer table and list headers/headings: */
dt {font-weight: bolder;}
caption {font: small sans-serif; margin-top: 1em; text-align: left;}
caption:before {content: "Table " counter(figure) ": "; counter-increment: figure;}
table table>caption {margin-top: 0;}
table {caption-side: bottom;}
tr:first-child>th {text-align: center;}
tr>th:first-child {text-align: left;}
/* Nicer table cells: */
th, td {
  vertical-align: top; text-align: left; /*text-align: "."*//*maybe some day it’ll work*/;
  min-height: 1em; padding: 0.25em;
}
tr>td[align="right"],
tr[align="right"]>td             {text-align: right; /*text-align: ".";*/}
tr[align="right"]>[align="left"] {text-align: left;}
/* Change table row background colour on hovering: */
#article tbody>tr:hover,
#article tbody>tr:hover>* {background-color: #68A; color: #FFF;}
 
/* Shorten lines to a sane amount, could even be less: */
p, dt, dd, li, td, th, address, blockquote {min-width: 6ex; max-width: 80ex;}
dd+dd {max-width: 100%;}/* Talk */
dd:first-child, dd:only-child {max-width: 100%;}/* Talk */
 
/* Remove extra leading: */
sup, sub {line-height: 0.1em; font-size: 1ex;}
 
/* Personal habits: */
pre {font: 95%/1.15 monospace !important; white-space: pre-wrap; background: #FFE; color: #236}
code {color: #68A; background-color: #FFF;}
var  {color: #666;}
 
/* Small usability enhancements: */
:link:hover, :visited:hover              {color: navy; text-decoration: underline}
textarea:focus, input[text]:focus {border-color: navy}
 
/* Some clearing, perhaps unnecessary: */
h1, h2, h3, h4, h5, h6, ul, ol, dl {clear: left;}
hr                                 {clear: both;}
 
/* Sane font sizes: */
#topbar, #footer, #quickbar {font-size: smaller}
#article, #article p        {font-size: medium;}
#article p, #article blockquote,
#article ol, #article ul, #article dl,
#article table, #article td, #article th
                            {font-family: "Egyptienne", "Egyptienne F LT Std", serif;}
 
/* Don’t show quickbar on edit pages: */
     body[onload]    #quickbar {display: none !important}
html body[onload=""] #quickbar {display: block !important}
 
#quickbar a  {margin: 0.5ex 0; display: block;}
#quickbar br {display: none;}
/* h6[content="Find"] */
/* #quickbar input[href=""] {content: ""}
<form id="searchform2" method="get" class="inline" action="/wiki/Special:Search">
<input type='text' id="searchInput2" class="mw-searchInput" name="search" size="14" value="" /><br />
<input type='submit' id="searchGoButton2" class="searchButton" name="go" value="Go" />
<input type='submit' id="mw-searchButton2" class="searchButton" name="fulltext" value="Search" />
</form>
*/
/* h6[content="Browse"] */
#quickbar a[href="/wiki/Main_Page"] {content: "Home"; display: none;}
#quickbar a[href="/wiki/Portal:Contents"] {}
#quickbar a[href="/wiki/Portal:Featured_content"] {content: "Featured"}
#quickbar a[href="/wiki/Portal:Current_events"] {content: "Current"}
#quickbar a[href="/wiki/Special:Random"] {content: "Random"}
/* h6[content="Edit"] */
#quickbar strong a {content: "Edit"}
#quickbar a[title="Wikipedia:Cheatsheet"] {content: "Help"; display: none;}
#quickbar a[title="Special:Movepage"] {content: "Move"}
/* h6[content="This page"] */
#quickbar a[title^="Talk:"] {content: "Discuss"}
#quickbar a[title^="Talk:"][href^="/w/"] {content: "Comment"}
#quickbar a[href$="printable=yes"] {content: "Print"}
#quickbar a[href$="action=watch"] {content: "Watch"}/* #mw-watch-link2 */
#quickbar a[href$="action=unwatch"] {content: "Unwatch"}
/* h6[content="Context"] */
#quickbar a[href$="action=history"] {content: "History"}
#quickbar a[title^="Special:Whatlinkshere/"] {content: "Pointers"}
#quickbar a[title^="Special:Recentchangeslinked/"] {content: "Pointer changes"}
/* h6[content="My Pages"] */
#quickbar a[title^="User:"] {content: "Profile"}
#quickbar a[title^="User talk:"] {content: "Talk"}
#quickbar a[title="Special:Watchlist"] {content: "List"}
#quickbar a[title^="Special:Contributions/"] {content: "Contributions"}
#quickbar a[title^="Special:Preferences"] {content: "Preferences"}
#quickbar a[title="Special:Userlogout"] {content: "Log out"; display: none}
/* h6[content="Special pages"] */
#quickbar a[title="Special:Newpages"] {content: "New"; display: none}
#quickbar a[title="Special:Imagelist"] {content: "Files"; display: none}
#quickbar a[title="Special:Statistics"] {content: "Statistics"}
#quickbar a[title="Wikipedia:Contact us"] {content: "Contact"; display: none}
#quickbar a[title="Special:Upload"] {content: "Upload"}
#quickbar a[href="http://wikimediafoundation.org/fundraising"] {content: "Donate"; display: none}
#quickbar a[title="Special:Specialpages"] {content: "More …"}
 
/* Better print-outs: */
.printfooter, #editpage-copywarn, #editpage-copywarn2 {display: none}
@media projection, print {
 h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
 }
 h1+h2, h2+h3, h3+h4, h4+h5, h5+h6,
 h1+table, h2+table, h3+table, h4+table, h5+table, h6+table {
  page-break-before: avoid;
 }
 ul, ol, dl {
  page-break-inside: avoid;
 }
 p, li, blockquote {
   page-break-inside: avoid;
 }
 .subtitle {display: none}
}