Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
− | h4 .mw-headline { text-decoration:underline; color: | + | h4 .mw-headline a { text-decoration:underline; color: #339333; } |
− | + | ||
− | + | hr { | |
− | + | display:block; | |
− | + | border:0px; | |
+ | height:28px; | ||
+ | background-image:url('/resources/assets/bigbreak.gif'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-color: #fff; | ||
+ | } |
Latest revision as of 22:46, 7 June 2017
/* CSS placed here will affect users of the Vector skin */
h4 .mw-headline a { text-decoration:underline; color: #339333; }
hr {
display:block;
border:0px;
height:28px;
background-image:url('/resources/assets/bigbreak.gif');
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
}