Jump to content

User:Darc/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Darc (talk | contribs)
mNo edit summary
Darc (talk | contribs)
mNo edit summary
Line 1: Line 1:
body, #globalWrapper {
body {
font-family: "Times New Roman", Times, serif;
font-family: "Times New Roman", Times, serif;
background-attachment: fixed;
background-attachment: fixed;

Revision as of 15:32, 9 August 2005

body {
    font-family: "Times New Roman", Times, serif;
    background-attachment: fixed;
}

pre {
    font-family: "Courier New", Courier, monospace; 
    overflow: auto;
}

#content, #content table, #p-cactions ul li a { background: white; }

#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }

input.searchButton {
    background-color: #efefef !important;
    border: 1px outset !important;  
}
#searchInput { border: 1px inset !important; }

@media print {
    #footer, #content, body { font-size: 8pt !important; }
    h1 { font-size: 17pt; }
    h2 { font-size: 14pt; }
    h3 { font-size: 11pt; }
    h4 { font-size: 9pt; }
    h5 { font-size: 8pt; }
    h6 {
        font-size: 8pt;
        font-weight: normal;
    }
}