MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
Jamesburke (talk | contribs) No edit summary |
(testing body) |
||
| Line 3: | Line 3: | ||
<pre> */ | <pre> */ | ||
body { | |||
body { | background: none; | ||
background | background-color: #fefcfe; | ||
background- | font-family:arial,helvetica,clean,sans-serif; | ||
font-family:arial,helvetica,clean,sans-serif; | |||
} | } | ||
Revision as of 19:37, 1 August 2009
/* CSS placed here will affect users of the Monobook skin
<pre> */
body {
background: none;
background-color: #fefcfe;
font-family:arial,helvetica,clean,sans-serif;
}
.portlet h5 {
font-family: "Trebuchet MS",sans-serif
}
/* http://www.p2pfoundation.net/Template:LinkList?title=Template:LinkList&action=edit */
table.templateLinkList {
width: 100%;
padding: 10px 0;
}
table.templateLinkList tr.linkListHeader {
background-color: #D6E9F8;
color: #333;
padding: 3px 10px;
}
table.templateLinkList tr td h3 {
font-size: 1.05em;
}
table.templateLinkList tr.linkListContent {
vertical-align: top;
padding: 10px;
}
table.templateLinkList tr td {
border: 1px solid #888;
padding: 5px 10px;
}
/* </pre> */