Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
h5 {
 +
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
 +
font-weight: bold;
 +
text-transform: uppercase;
 +
}
 
body {
 
body {
 
background-image: url('../../images/4/44/Cambgbody.jpg');
 
background-image: url('../../images/4/44/Cambgbody.jpg');

Revision as of 18:35, 4 December 2017

/* CSS placed here will be applied to all skins */

h5 {
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
body {
background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}