Wikipedia:Teahouse/Header/styles.css: Difference between revisions
< Wikipedia:Teahouse | Header
Jump to navigation
Jump to search
(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...") |
(Tachyony changed the content model of the page Wikipedia:Teahouse/Header/styles.css from "wikitext" to "Sanitized CSS") Tag: content model change |
Latest revision as of 17:40, 2 February 2022
#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-size: 1.2em;
padding: .5em;
border: 3px double #CCC;
}
#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;
}
}