MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
(add, stylise) |
(add) |
||
| Line 45: | Line 45: | ||
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 */ | |||
.portlet h6, | |||
#p-cactions li#ca-edit a, | |||
#p-cactions li#ca-edit a { | |||
background-color: #00A228; | |||
color: #FFFFFF; | |||
font-weight: bold; | |||
} | |||
/* Edit with form button in UEB green */ | |||
.portlet h6, | |||
#p-cactions li#ca-form_edit a, | |||
#p-cactions li#ca-form_edit a { | |||
background-color: #00A228; | |||
color: #FFFFFF; | |||
font-weight: bold; | |||
} | |||
/* Purge button in EKL orange */ | |||
.portlet h6, | |||
#p-cactions li#ca-purge a, | |||
#p-cactions li#ca-purge.selected a { | |||
color: #FFFFFF; | |||
background-color: #FF8000; | |||
font-weight: bold; | |||
} | } | ||
Revision as of 23:30, 25 September 2012
a {
text-decoration: none;
color: #002bb8;
background: none;
}
a:link {
text-decoration: none;
}
a:visited {
color: #5a3696;
text-decoration: none;
}
a:active {
color: #faa700;
}
a:hover {
text-decoration: underline;
}
#p-cactions ul li,
#p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#column-content,
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
.portlet h6,
#p-cactions li#ca-form_edit a {
background-color: #00a228;
color: #fff;
font-weight: bold;
}
/* background of this website's body */
body {
background-image: url('images/2/2f/Body-bg.png');
background-repeat: repeat;
}
/* Edit button in UEB green */
.portlet h6,
#p-cactions li#ca-edit a,
#p-cactions li#ca-edit a {
background-color: #00A228;
color: #FFFFFF;
font-weight: bold;
}
/* Edit with form button in UEB green */
.portlet h6,
#p-cactions li#ca-form_edit a,
#p-cactions li#ca-form_edit a {
background-color: #00A228;
color: #FFFFFF;
font-weight: bold;
}
/* Purge button in EKL orange */
.portlet h6,
#p-cactions li#ca-purge a,
#p-cactions li#ca-purge.selected a {
color: #FFFFFF;
background-color: #FF8000;
font-weight: bold;
}