Difference between revisions of "MediaWiki:Common.css"

From DS Help
Jump to: navigation, search
Line 7: Line 7:
 
     background-size: 100% 100%;
 
     background-size: 100% 100%;
 
     font-size: 11px;
 
     font-size: 11px;
 +
    color: white;
 
}
 
}
 
.comp_button_New {
 
.comp_button_New {

Revision as of 18:47, 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;
    color: white;
}
.comp_button_New {
    background: url('http://static.betterds.com/img/composer/windowProjectsNew.png');
}
.comp_button_Save {
    background: url('http://static.betterds.com/img/composer/windowProjectsSave.png');
    width: 67px;
    height: 25px;
}