User:Flammie/monobook.css

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Script error: No such module "Message box".
Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the Script error: No such module "key". key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Vähän omalta kotisivulta modaten */

/* taustaa */
body {
  background-image: url(http://flammie.dyndns.org/images/aqua-bg.png);
  background-repeat: repeat;
}

/* väriä elämään 
#content, #p-nav div, #p-search div, #p-tb div, #p-lang div, #p-cactions ul li, #p-cactions ul li a, #p-nav h5, #p-search h5, #p-tb h5, #p-lang h5 { 
  background-color: black;
  color: white;
  opacity: 0.6;
}

#content table, #subContent, #content * table {
  background-color: black;
  color: white;
}

#catlinks, #toc {
  background-color: black;
  color: white;
}

#pagehistory .selected {
  background-color: silver;
  color: black;
}

.diff {
  background-color: white;
  color: black;
}
*/
/* fonteille tyyliä */
#content {
  font-family: "Bitstream Vera Charter", "Arial Unicode MS", serif; 
}

h1, h2, h3, h4, h5, dt, th, caption, p, table {
    font-family: sans-serif;
}

h1 {
    font-family: "Arial black", "Trebuchet MS", sans-serif;
}

code {
    font-family: "Bitstream Vera Sans Mono", monospace;
}

/* linkit näkyviksi */
a:link {
  text-decoration: underline ! important;
}

a:visited {

}

/* mix nää ei toimi? */
#p-cactions ul li.new a:link {

}

#p-cactions ul li.selected a:link {

}

/* titlet esiin */
*[title] {
    border-bottom: thin dashed white;
    cursor: help;
}

div[title], p[title], ul[title], pre[title], blockquote[title], fieldset[title]
{
    border-bottom: none;
}

/* kauniit pyöristykset */
#p-cactions ul li, #p-cactions ul li a {  
  \-moz-border-radius-topleft: 1em;
  \-moz-border-radius-topright: 1em;
}

#content { 
  \-moz-border-radius-topleft: 1em;
  \-moz-border-radius-bottomleft: 1em;
}
div.pBody {
  \-moz-border-radius-topright: 1em;
  \-moz-border-radius-bottomright: 1em;
}

textarea {
  \-moz-border-radius-bottomleft: 1em;
  \-moz-border-radius-topleft: 1em;
}

#p-nav h5, #p-search h5, #p-tb h5, #p-lang h5 {
  border-bottom: 0 none transparent;
  border-right: 1px single gray; border-top: 1px single gray;
  \-moz-border-radius-topright: 1em;
}

/* turhanpäiväisyyksiä */
#p-logo, #footer { display: none; }

/* paitsi */
#footer #f-lastmod { 
  display: block ! important; 
}

/* Finkkuwikin uusi työkalubaari */
#fiwiki-bottom-toolbar span {
  border-color: blue;
}