Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
position: relative; | position: relative; | ||
left: 1px; | left: 1px; | ||
− | |||
color: #fff; | color: #fff; | ||
text-shadow: 1px 1px 1px #222; | text-shadow: 1px 1px 1px #222; | ||
} | } |
Revision as of 11:06, 6 August 2015
/* CSS playground of Erik van den Berge*/
.mw-body h1, .mw-body h2 {
}
.mw-body h1:hover, .mw-body h2:hover {
position: relative;
left: 1px;
color: #fff;
text-shadow: 1px 1px 1px #222;
}