MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: .responsive-1 { width: 320px; height: 50px; } @media(min-width: 500px) { .responsive-1 { width: 468px; height: 60px; } } @me..." |
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 */ | ||
.responsive-1 { width: | .responsive-1 { width: 600px; height: 160px; } | ||
@media(min-width: 500px) { .responsive-1 { width: 468px; height: 60px; } } | @media(min-width: 500px) { .responsive-1 { width: 468px; height: 60px; } } | ||
@media(min-width: 768px) { .responsive-1 { width: 728px; height: 90px; } } | @media(min-width: 768px) { .responsive-1 { width: 728px; height: 90px; } } |
Revision as of 01:02, 15 January 2014
/* CSS placed here will be applied to all skins */ .responsive-1 { width: 600px; height: 160px; } @media(min-width: 500px) { .responsive-1 { width: 468px; height: 60px; } } @media(min-width: 768px) { .responsive-1 { width: 728px; height: 90px; } }