MediaWiki:Monobook.css: Difference between revisions

Jump to navigation Jump to search
converted spaces to tabs for indentation and added border radiuses for non-Firefox browsers (WebKit-based ones and Internet Explorer)
m (chg)
(converted spaces to tabs for indentation and added border radiuses for non-Firefox browsers (WebKit-based ones and Internet Explorer))
Line 1: Line 1:
a {
a {
    text-decoration: none;
text-decoration: none;
    color: #002bb8;
color: #002bb8;
    background: none;
background: none;
}
}


a:link {
a:link {
  text-decoration: none;
text-decoration: none;
    }
}


a:visited {
a:visited {
    color: #5a3696;
color: #5a3696;
    text-decoration: none;
text-decoration: none;
}
}


a:active {
a:active {
    color: #faa700;
color: #faa700;
}
}


a:hover {
a:hover {
    text-decoration: underline;
text-decoration: underline;
}
}


#p-cactions ul li,
#p-cactions ul li,
#p-cactions ul li a {
#p-cactions ul li a {
    -moz-border-radius-topleft: 1em;
-moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
-moz-border-radius-topright: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
}
}


#column-content,
#column-content,
#content {
#content {
    -moz-border-radius-topleft: 1em;
-moz-border-radius-topleft: 1em;
    -moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomleft: 1em;
border-top-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 li#ca-form_edit a {
  background-color: #00a228;
background-color: #00a228;
  color: #fff;
color: #fff;
  font-weight: bold;
font-weight: bold;
}
}


Bureaucrats, checkuser, interwiki, Administrators
168

edits

Navigation menu