MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
body { | body { | ||
background-image: linear-gradient(white, | background-image: linear-gradient(white, red); | ||
} | } | ||
Revision as of 11:44, 4 August 2020
/* CSS placed here will be applied to all skins */
body {
background-image: linear-gradient(white, red);
}
.log-text
{
font-size:16px;
line-height: 1.5;
}
#headertabs { font-size:0.95em; color: gray; }
#ca-history { display:none!important; }