MediaWiki:Monobook.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin
<pre> */
body {
background-color: #fefcfe;
background-image: none;
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 {
vertical-align:top;
padding:10px;
}
table.templateLinkList tr.ll_first_tr {
background-color:#D6E9F8;
color:#333;
}
table.templateLinkList tr td {
border:1px solid #888;
padding:5px 10px;
}
/* </pre> */