MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
(trying something from ning -- with Caroline standing next to me) |
Jamesburke (talk | contribs) (moved css from template:LinkList) |
||
| Line 13: | Line 13: | ||
font-family: "Trebuchet MS",sans-serif | 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> */ | /* </pre> */ | ||
Revision as of 13:03, 3 March 2009
/* 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> */