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: -7px | + | 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:07, 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;
}