MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m (adding rounded corners to <pre> tags) |
m (try again) |
||
Line 17: | Line 17: | ||
a.external:visited { color: #33599f; !important; } | a.external:visited { color: #33599f; !important; } | ||
@media screen | |||
.pre { | .pre { | ||
border-radius:7px; | border-radius:7px; | ||
} | } |
Revision as of 18:26, 25 February 2014
/* CSS placed here will be applied to all skins */
a {
text-decoration: none;
color: #9f7933; /* #9f7933; */
background: none;
}
a:visited { color: #33599f;
text-decoration: none;
background: none
}
a:active { color: #9f7933; }
a:hover {
color: #fcaf3e;
text-decoration: underline;
body.page-Main_Page h1.firstHeading { display:none; }
a.external:link { color: #9F7933; !important; } /* external links */
a.external:visited { color: #33599f; !important; }
@media screen
.pre {
border-radius:7px;
}