Ero sivun ”Käyttäjä:Japsu/monobook.css” versioiden välillä

Linux.fista
Siirry navigaatioon Siirry hakuun
(oma mukautustyylisivuni)
 
Ei muokkausyhteenvetoa
 
Rivi 1: Rivi 1:
/*
* MediaWiki Monobook Skin CSS Customizations
* Santtu Pajukanta <japsu@iki.fi>
* This work is in the public domain.
*/
/* Remove the background image and set a default font size */
body {
body {
background-color: white;
background-image: none;
background-image: none;
background-color: white !important;
font-size: 8.5pt;
}
/* Make the actual content be rendered in TNR instead of the default sans-serif font */
#bodyContent {
font-family: "Times New Roman", serif;
font-size: 12pt;
line-height: 1.2em;
}
}


/* Make the first heading also be rendered in TNR */
#content {
.firstHeading {
border-top: none;
font-family: "Times New Roman", serif;
border-bottom: none;
font-size: 22pt;
border-right: none;
}
}


Rivi 39: Rivi 24:
#p-cactions .selected a  {
#p-cactions .selected a  {
font-weight: bold;
font-weight: bold;
}
/* Show input components in sensible colours */
input, textarea {
background-color: white;
color: black; border:
1pt solid #999;
}
}

Nykyinen versio 19. huhtikuuta 2007 kello 09.33

body {
background-color: white;
background-image: none;
}

#content {
border-top: none;
border-bottom: none;
border-right: none;
}

/* Make the portlets also blend into the background */
.pBody, #p-cactions a, #p-cactions li {
border: none;
background-color: white !important;
}

/* Make sure the content area border is visible also below active view links */
#p-cactions .selected a, #p-cactions li a:hover {
z-index: 0;
}

/* Mark active views with bold */
#p-cactions .selected a  {
font-weight: bold;
}

/* Show input components in sensible colours */
input, textarea {
background-color: white;
color: black; border:
1pt solid #999;
}