Difference between revisions of "Template:Infobox/styles.css"
Jump to navigation
Jump to search
>ExE Boss m (Add `color: #FFF;` to `.tpl‑infobox‑header a`) |
>Izno (don't need to define that here) |
||
Line 19: | Line 19: | ||
@media (max-width: 719px) { | @media (max-width: 719px) { | ||
.tpl-infobox { | .tpl-infobox { | ||
float: none; | float: none; | ||
clear: both; | clear: both; |
Revision as of 22:38, 6 July 2021
/**
* Common TemplateStyles used by [[Template:Extension]], [[Template:Skin]],
* [[Template:Tool]], etc.
*/
.tpl-infobox {
box-sizing: border-box;
border: 2px solid #a2a9b1;
width: 280px;
/* @noflip */
clear: right;
/* @noflip */
float: right;
margin: 0 0 0.5em 0.5em;
border-collapse: collapse;
border-spacing: 0;
background-color: white;
}
@media (max-width: 719px) {
.tpl-infobox {
float: none;
clear: both;
width: 100%;
margin: 0 0 .5em 0;
}
}
.tpl-infobox td {
border: 2px none #a2a9b1;
padding: 0.2em 0.5em;
border-bottom: 1px solid #f0f0f0 !important;
}
.tpl-infobox-header {
background-color: #a2a9b1;
color: #FFF;
text-align: left;
}
.tpl-infobox-header a {
color: #FFF;
}
.tpl-infobox-header td {
padding-top: 0.5em;
}
.tpl-infobox-header img {
padding: 0 0.2em 0 0.5em;
}