Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
.mw-body h1:hover, .mw-body h2:hover { | .mw-body h1:hover, .mw-body h2:hover { | ||
position: relative; | position: relative; | ||
− | top: - | + | top: -7px |
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;
top: -7px
left: -1px;
color: #fff;
text-shadow: 1px 1px 1px #222;
}