Wikipedia:Teahouse/Header/styles.css

From PsiForum
< Wikipedia:Teahouse‎ | Header
Revision as of 17:39, 2 February 2022 by Tachyony (talk | contribs) (Created page with "#teahouseheader .main { border: 3px solid #758c00; background-color: #e1e6db; border-radius:1em; box-shadow:0.1em 0.1em 0.5em rgba(0,0,0,0.75); padding: 1em; } #teahouseheader .host { min-width: 170px; max-width: 230px; margin-top: 2em; clear: right; } #teahouseheader .action { padding: 5px; display: inline-block; } #teahouseheader .mainaction { font-size: 2em; display: block; } #teahouseheader .announcements { text-align: center; color: #525563; font-siz...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. teahouseheader .main {

border: 3px solid #758c00; background-color: #e1e6db; border-radius:1em; box-shadow:0.1em 0.1em 0.5em rgba(0,0,0,0.75); padding: 1em; }

  1. teahouseheader .host {

min-width: 170px; max-width: 230px; margin-top: 2em; clear: right; }

  1. teahouseheader .action {

padding: 5px; display: inline-block; }

  1. teahouseheader .mainaction {

font-size: 2em; display: block; }

  1. teahouseheader .announcements {

text-align: center; color: #525563; font-size: 1.2em; padding: .5em; border: 3px double #CCC; }

  1. teahouseheader .footer {

border: 1px solid #a9a9a9; background: #fff; font-size:85%; width:auto; margin-left:auto; margin-right:auto; } .thh-toc { background: none; width: 30%; clear: right; float: right; margin-left: 5px; margin-top: 5px; } @media (max-width: 720px) { #teahouseheader .mainaction, #teahouseheader .action { width: 100%; display: block; box-sizing: border-box; } #teahouseheader .action .mw-ui-button { width: 100%; max-width: 30em; } #teahouseheader .mainaction .mw-ui-button { max-width: 15em; } } @media (max-width: 1200px) { #teahouseheader .nosmall { display: none !important; } } @media (min-width: 1201px) { #teahouseheader .mainaction { margin-top: 2em; } }