User:Darc/monobook.css: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
pre { |
pre { |
||
font-family: "Courier New", Courier, monospace; |
font-family: x-small, "Courier New", Courier, monospace; |
||
overflow: auto; |
overflow: auto; |
||
} |
} |
Revision as of 15:35, 9 August 2005
body {
font-family: "Times New Roman", Times, serif;
background-attachment: fixed;
}
pre {
font-family: x-small, "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;
}
}