MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
(add) |
Hoof Hearted (talk | contribs) (fix error messages) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
a { | a { | ||
text-decoration: none; | |||
color: #002bb8; | |||
background: none; | |||
} | } | ||
a:link { | a:link { | ||
text-decoration: none; | |||
} | |||
a:visited { | a:visited { | ||
color: #5a3696; | |||
text-decoration: none; | |||
} | } | ||
a:active { | a:active { | ||
color: #faa700; | |||
} | } | ||
a:hover { | a:hover { | ||
text-decoration: underline; | |||
} | } | ||
#p-cactions ul li, | #p-cactions ul li, | ||
#p-cactions ul li a | #p-cactions ul li a { | ||
#column-content, #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } | -moz-border-radius-topleft: 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-right-radius: 1em; | |||
} | |||
#column-content, | |||
#content { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-bottomleft: 1em; | |||
-webkit-border-top-left-radius: 1em; | |||
-webkit-border-bottom-left-radius: 1em; | |||
border-top-left-radius: 1em; | |||
border-bottom-left-radius: 1em; | |||
} | |||
.portlet h6, | |||
#p-cactions #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 #ca-edit a, | |||
#p-cactions #ca-edit a { | |||
background-color:#00A228; | |||
color:#FFF; | |||
font-weight:bold; | |||
} | |||
/* Edit with form button in UEB green */ | |||
.portlet h6, | |||
#p-cactions #ca-form_edit a, | |||
#p-cactions #ca-form_edit a { | |||
background-color:#00A228; | |||
color:#FFF; | |||
font-weight:bold; | |||
} | |||
.portlet h6, #p-cactions | /* Purge button in goldenrod1 */ | ||
.portlet h6, | |||
#p-cactions #ca-purge a, | |||
#p-cactions #ca-purge.selected a { | |||
color:#FFF; | |||
background-color:#FFC125; | |||
font-weight:bold; | |||
} | } | ||
Latest revision as of 23:11, 2 June 2021
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;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
#column-content,
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
}
.portlet h6,
#p-cactions #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 #ca-edit a,
#p-cactions #ca-edit a {
background-color:#00A228;
color:#FFF;
font-weight:bold;
}
/* Edit with form button in UEB green */
.portlet h6,
#p-cactions #ca-form_edit a,
#p-cactions #ca-form_edit a {
background-color:#00A228;
color:#FFF;
font-weight:bold;
}
/* Purge button in goldenrod1 */
.portlet h6,
#p-cactions #ca-purge a,
#p-cactions #ca-purge.selected a {
color:#FFF;
background-color:#FFC125;
font-weight:bold;
}