Difference between revisions of "MediaWiki:Common.css"

From DS Help
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
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: 82px;
+
 
     height: 22px;
 
     height: 22px;
 
     display: inline-block;
 
     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;
 +
}
 +
.comp_button_Edit {
 +
    background: url('http://static.betterds.com/img/composer/buttonEdit.png');
 +
    width: 67px;
 +
    height: 25px;
 
}
 
}

Latest revision as of 13:38, 9 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;
}
.comp_button_Edit {
    background: url('http://static.betterds.com/img/composer/buttonEdit.png');
    width: 67px;
    height: 25px;
}