MediaWiki:Common.css: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
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 */
.currentversion{
div.changev31::after{
     background-color: Beige;
    content: "end"
     padding: 8px;
     background-color: green;
     border: none;
     padding: 3px;
    color:yellow;
    font-weight:bold;
     font-size: 8px;
}
}
.timer30{
div.changev31::before{
     background-color: Beige;
    content: "Change v3.1"
     padding: 8px;
     background-color: green;
     border: none;
     padding: 3px;
    color:yellow;
    font-weight:bold;
     font-size: 8px;
}
}
p.timer30{
div.newv31::after{
     background-color: Beige;
    content: "end"
     padding: 8px;
     background-color: green;
     border: none;
     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;
}