MediaWiki:Timeless.css: различия между версиями
Tempuser (обсуждение | вклад) |
Tempuser (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
− | + | @media screen and (max-width: 850px) { | |
− | + | #personal h2 { | |
− | + | display: none; | |
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | #mw-content-container { | |
− | + | background: #1d1d16; | |
− | |||
} | } | ||
− | + | @media screen and (max-width: 850px) { | |
− | background: | + | #mw-content-block { |
− | + | background: #000; | |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
− | # | + | #site-tools h2 { |
− | + | right: 3em; | |
+ | top: 0.9em; | ||
+ | padding-bottom: 5px; | ||
} | } | ||
} | } |
Версия 21:17, 27 ноября 2019
@media screen and (max-width: 850px) { #personal h2 { display: none; } } #mw-content-container { background: #1d1d16; } @media screen and (max-width: 850px) { #mw-content-block { background: #000; } } @media screen and (max-width: 850px) { #site-tools h2 { right: 3em; top: 0.9em; padding-bottom: 5px; } }