Template:Styles/add blackHorizontalLogo.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "→Additional styles, call with 'style2' parameter: #p-logo a { background: url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg); background..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
@media screen and (max-width: 981px) { |
@media screen and (max-width: 981px) { |
||
#p-logo a { |
#p-logo a { |
||
width: |
width: 240px; |
||
margin-left: 1em; |
margin-left: 1em; |
||
} |
} |
Latest revision as of 21:13, 8 December 2016
/* Additional styles, call with 'style2' parameter */
#p-logo a {
background: url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg);
background-repeat: no-repeat;
background-position: center center;
}
@media screen and (max-width: 981px) {
#p-logo a {
width: 240px;
margin-left: 1em;
}
}