Difference between revisions of "MediaWiki:Common.css"

From DS Help
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.comp_button {
 
.comp_button {
    background: url('http://static.betterds.com/img/composer/windowProjectsNew.png');
 
 
     width: 57px;
 
     width: 57px;
 
     height: 22px;
 
     height: 22px;
Line 7: Line 6:
 
     padding-left: 25px;
 
     padding-left: 25px;
 
     background-size: 100% 100%;
 
     background-size: 100% 100%;
 +
    font-size: 11px;
 +
}
 +
.comp_button_new {
 +
    background: url('http://static.betterds.com/img/composer/windowProjectsNew.png');
 
}
 
}

Revision as of 18:40, 8 January 2013

/* CSS placed here will be applied to all skins */
.comp_button {
    width: 57px;
    height: 22px;
    display: inline-block;
    padding-left: 25px;
    background-size: 100% 100%;
    font-size: 11px;
}
.comp_button_new {
    background: url('http://static.betterds.com/img/composer/windowProjectsNew.png');
}