Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) { | @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) { | ||
#p-logo a { | #p-logo { | ||
position: absolute; | |||
top: -320px; | |||
left: 0; | |||
width: 10em; | |||
height: 320px; | |||
a { | |||
display: block; | |||
width: 10em; | |||
height: 320px; | |||
background-image: url(https://docs.computecanada.ca/mediawiki/resources/assets/BILINGUAL-CC-WEB-LOGO-320.png); | background-image: url(https://docs.computecanada.ca/mediawiki/resources/assets/BILINGUAL-CC-WEB-LOGO-320.png); | ||
background-repeat: no-repeat; | |||
background-position: center center; | |||
text-decoration: none; | |||
} | |||
} | } | ||
.download_submit { | .download_submit { |