Difference between revisions of "MediaWiki:Common.css"

From IS12 Wiki
Jump to: navigation, search
Line 1: Line 1:
body { background-color: #02090D; }
+
body{
:link { color: #E5E5FF; }
+
font-size:110%;
:link:visited { color: #E5E5FF; }
+
}
:link:active, :link.new { color: #E5E5FF; }
+
 
:link.interwiki, :link.external { color: #E5E5FF; }
+
a:link { text-decoration: none; }
:link.stub { color: #E5E5FF; }
+
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:57, 17 July 2020

body{
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;
}