MediaWiki:Monobook.css: Difference between revisions

fix error messages
(converted spaces to tabs for indentation and added border radiuses for non-Firefox browsers (WebKit-based ones and Internet Explorer))
(fix error messages)
 
Line 26: Line 26:
-moz-border-radius-topleft: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
-moz-border-radius-topright: 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
border-top-left-radius: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-top-right-radius: 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
}
}


Line 36: Line 36:
-moz-border-radius-topleft: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
border-top-left-radius: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-webkit-border-top-left-radius: 1em;
}
}


.portlet h6,
.portlet h6,
#p-cactions li#ca-form_edit a {
#p-cactions #ca-form_edit a {
background-color: #00a228;
background-color: #00a228;
color: #fff;
color: #fff;
Line 52: Line 52:
body {
body {
background-image: url('images/2/2f/Body-bg.png');
background-image: url('images/2/2f/Body-bg.png');
background-repeat: repeat;
background-repeat:repeat;
}
}


/* Edit button in UEB green */
/* Edit button in UEB green */
.portlet h6,
.portlet h6,
#p-cactions li#ca-edit a,
#p-cactions #ca-edit a,
#p-cactions li#ca-edit a {
#p-cactions #ca-edit a {
background-color: #00A228;
background-color:#00A228;
color: #FFF;
color:#FFF;
font-weight: bold;
font-weight:bold;
}
}
 
/* Edit with form button in UEB green */
/* Edit with form button in UEB green */
.portlet h6,
.portlet h6,
#p-cactions li#ca-form_edit a,
#p-cactions #ca-form_edit a,
#p-cactions li#ca-form_edit a {
#p-cactions #ca-form_edit a {
background-color: #00A228;
background-color:#00A228;
color: #FFF;
color:#FFF;
font-weight: bold;
font-weight:bold;
}
}
 
/* Purge button in goldenrod1 */
/* Purge button in goldenrod1 */
.portlet h6,
.portlet h6,
#p-cactions li#ca-purge a,
#p-cactions #ca-purge a,
#p-cactions li#ca-purge.selected a {
#p-cactions #ca-purge.selected a {
color: #FFF;
color:#FFF;
background-color: #FFC125;
background-color:#FFC125;
font-weight: bold;
font-weight:bold;
}
}