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{ | ||
background-color: | content: "end" | ||
padding: | background-color: green; | ||
padding: 3px; | |||
color:yellow; | |||
font-weight:bold; | |||
font-size: 8px; | |||
} | } | ||
. | div.changev31::before{ | ||
background-color: | content: "Change v3.1" | ||
padding: | background-color: green; | ||
padding: 3px; | |||
color:yellow; | |||
font-weight:bold; | |||
font-size: 8px; | |||
} | } | ||
div.newv31::after{ | |||
background-color: | content: "end" | ||
padding: 8px; | 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; | |||
} | } | ||
Revision as of 08:19, 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;
}