MediaWiki:Timeless.css: различия между версиями
Tempuser (обсуждение | вклад) |
Tempuser (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
− | + | .mw-notification { | |
− | border: # | + | background: #222; |
− | background: # | + | border: #111; |
+ | background: #111; | ||
+ | border-radius: 5px; | ||
+ | color: #999; | ||
+ | width: 200px; | ||
} | } | ||
− | + | .postedit-container { | |
− | + | position: absolute; | |
− | + | left: 0; | |
+ | right: 0; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding: 0; | ||
+ | padding: 15px 0 15px 15px; | ||
+ | text-align: right; | ||
} | } | ||
− | + | .postedit-icon { | |
− | + | margin: auto; | |
− | + | padding: 0; | |
} | } | ||
− | + | .mw-wiki-logo { | |
− | + | background: url("https://www.anonproject.com/resources/assets/logo.png"); | |
− | + | background-size: contain; | |
− | |||
} | } | ||
+ | #mw-header-container { | ||
+ | background: #555; | ||
+ | } | ||
+ | #mw-header { | ||
+ | width: 100%; | ||
+ | max-width: 100%; | ||
+ | padding: 0; | ||
+ | position: static; | ||
} | } | ||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
− | # | + | #menus-cover { |
− | + | background: #000; | |
} | } | ||
} | } | ||
− | @media screen and (max-width: | + | @media screen and (max-width: 850px) { |
− | # | + | #personal h2 { |
− | + | display: none; | |
− | |||
− | |||
} | } | ||
} | } | ||
− | + | #mw-content-container { | |
− | #mw- | + | background: #1d1d16; |
− | background: # | ||
− | |||
} | } | ||
+ | @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; | |
− | |||
− | |||
− | @media screen and (max-width: | ||
− | # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | padding | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } |
Версия 21:16, 27 ноября 2019
.mw-notification { background: #222; border: #111; background: #111; border-radius: 5px; color: #999; width: 200px; } .postedit-container { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; padding: 0; padding: 15px 0 15px 15px; text-align: right; } .postedit-icon { margin: auto; padding: 0; } .mw-wiki-logo { background: url("https://www.anonproject.com/resources/assets/logo.png"); background-size: contain; } #mw-header-container { background: #555; } #mw-header { width: 100%; max-width: 100%; padding: 0; position: static; } @media screen and (max-width: 850px) { #menus-cover { background: #000; } } @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; } }