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.changev31::after{ | div.changev31::after{ | ||
content: "end" | content: "end"; | ||
background-color: green; | background-color: green; | ||
padding: 3px; | padding: 3px; | ||
| Line 9: | Line 9: | ||
} | } | ||
div.changev31::before{ | div.changev31::before{ | ||
content: "Change v3.1" | content: "Change v3.1"; | ||
background-color: green; | background-color: green; | ||
padding: 3px; | padding: 3px; | ||
| Line 17: | Line 17: | ||
} | } | ||
div.newv31::after{ | div.newv31::after{ | ||
content: "end" | content: "end"; | ||
background-color: green; | background-color: green; | ||
padding: 3px; | padding: 3px; | ||
| Line 25: | Line 25: | ||
} | } | ||
div.newv31::before{ | div.newv31::before{ | ||
content: "New v3.1" | content: "New v3.1"; | ||
background-color: green; | background-color: green; | ||
padding: 3px; | padding: 3px; | ||
Revision as of 08:25, 17 October 2016
/* CSS placed here will be applied to all skins */
div.changev31::after{
content: "end";
background-color: green;
padding: 3px;
color:yellow;
font-weight:bold;
font-size: 8px;
}
div.changev31::before{
content: "Change v3.1";
background-color: green;
padding: 3px;
color:yellow;
font-weight:bold;
font-size: 8px;
}
div.newv31::after{
content: "end";
background-color: green;
padding: 3px;
color:yellow;
font-weight:bold;
font-size: 8px;
}
div.newv31::before{
content: "New v3.1";
background-color: green;
padding: 3px;
color:yellow;
font-weight:bold;
font-size: 8px;
}