Difference between revisions of "MediaWiki:Common.css"
| Line 1: | Line 1: | ||
| − | body { | + | body{ |
| − | :link { | + | 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 15: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;
}