Difference between revisions of "MediaWiki:Common.css"

From IS12 Wiki
Jump to: navigation, search
m (Reverted edits by Benata (talk) to last revision by Matt)
(Tags: Replaced, Rollback)
Line 1: Line 1:
body{
+
/* CSS placed here will be applied to all skins */
font-size:110%;
 
}
 
 
 
a:link { text-decoration: none; }
 
body.page-EN div.mw-content-ltr {
 
    background-image:  url('https://pp.userapi.com/c824700/v824700425/e90a8/uc9VelmmhUw.jpg');
 
    background-repeat: repeat-x;
 
    background-attachment: scroll;
 
    background-position: top;
 
width: 90%; max-width: 9000em;
 
}
 
body.page-Main_Page div.mw-content-ltr {
 
    background-image:  url('https://pp.userapi.com/c824700/v824700425/e90a8/uc9VelmmhUw.jpg');
 
    background-repeat: repeat-x;
 
    background-attachment: scroll;
 
    background-position: top;
 
width: 90%; max-width: 9000em;
 
}
 
.wikitable
 
{
 
padding: 50px;
 
}
 
.ponchik
 
{
 
color:#04b;font-size:110%;
 
}
 
 
 
.greenname
 
{
 
color:#418931;
 
font-weight: bold;
 
}
 

Revision as of 16:58, 17 July 2020

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