MediaWiki:Common.css: Difference between revisions
From UKCA
(New page: →CSS placed here will be applied to all skins: body { font: x-small sans-serif; background: #f9f9f9 url(http://www-ukca.ch.private.cam.ac.uk/mediawiki/images/1/1c/Ukca_headbg03.jpg)...) |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
body { |
|||
font: x-small sans-serif; |
|||
background: #f9f9f9 url(http://www-ukca.ch.private.cam.ac.uk/mediawiki/images/1/1c/Ukca_headbg03.jpg) 0 0 no-repeat; |
|||
color: black; |
|||
margin: 0; |
|||
padding: 0; |
|||
} |
Revision as of 15:40, 5 May 2010
/* CSS placed here will be applied to all skins */