MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Oostenrijr (talk | contribs) No edit summary |
Oostenrijr (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
div. | |||
div.version::after{ | |||
background-color: | background-color: #777c00; | ||
padding: 3px; | padding: 3px; | ||
color: | color:#ebebd9; | ||
font-weight:bold; | font-weight:bold; | ||
font-size: 8px; | font-size: 8px; | ||
} | } | ||
div. | div.version::before{ | ||
background-color: #777c00; | |||
background-color: | |||
padding: 3px; | padding: 3px; | ||
color: | color:#ebebd9; | ||
font-weight:bold; | font-weight:bold; | ||
font-size: 8px; | font-size: 8px; | ||
} | |||
div.changev31::after{ | |||
content: "end"; | |||
} | |||
div.changev31::before{ | |||
content: "Change v3.1"; | |||
} | } | ||
div.newv31::after{ | div.newv31::after{ | ||
content: "end"; | content: "end"; | ||
} | } | ||
div.newv31::before{ | div.newv31::before{ | ||
content: "New v3.1"; | content: "New v3.1"; | ||
} | } | ||
Revision as of 09:01, 17 October 2016
/* CSS placed here will be applied to all skins */
div.version::after{
background-color: #777c00;
padding: 3px;
color:#ebebd9;
font-weight:bold;
font-size: 8px;
}
div.version::before{
background-color: #777c00;
padding: 3px;
color:#ebebd9;
font-weight:bold;
font-size: 8px;
}
div.changev31::after{
content: "end";
}
div.changev31::before{
content: "Change v3.1";
}
div.newv31::after{
content: "end";
}
div.newv31::before{
content: "New v3.1";
}