Difference between revisions of "MediaWiki:Common.css"

From Publication Station
(14 intermediate revisions by 2 users not shown)
Line 3: Line 3:
h1, h2, h3, h4, h5, h6 {border-bottom:0px!important;
h1, h2, h3, h4, h5, h6 {border-bottom:0px!important;
font-weight: bold!important;
font-weight: bold!important;
text-decoration: underline!important;
/* text-decoration: underline!important;
-moz-text-decoration-color: #91F5FF!important;
-moz-text-decoration-color: #91F5FF!important;
text-decoration-color: #91F5FF!important;
text-decoration-color: #91F5FF!important;*/
font-family: sans !important;
font-family: sans !important;
}
}
Line 19: Line 19:




body.page-Main_Page div#content.mw-body{
    background-size: 100%;
}


div#content.mw-body{
table  tr{border:black solid 1px !important;}
    background: url(http://special.lib.gla.ac.uk/images/exhibitions/guprinters/Bh12f8_titlepagecrop.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

Revision as of 18:01, 4 March 2021

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

h1, h2, h3, h4, h5, h6 {border-bottom:0px!important;
font-weight: bold!important;
/* text-decoration: underline!important;
-moz-text-decoration-color: #91F5FF!important;
text-decoration-color: #91F5FF!important;*/
font-family: sans !important;
}

hr{background-color:#FF27DD!important;}

h1 {font-size:2em!important;} 
h2 {font-size:1.6em!important;} 
h3 {font-size:1.3em!important;} 
h4 {font-size:1.1em!important;}

span {padding-right:3px; padding-left:3px;}


body.page-Main_Page div#content.mw-body{
    background-size: 100%;
 }

table  tr{border:black solid 1px !important;}