FHODSArchive (talk | contribs) No edit summary |
FHODSArchive (talk | contribs) No edit summary |
||
| Line 93: | Line 93: | ||
/* @noflip */ | /* @noflip */ | ||
text-align: right; | text-align: right; | ||
} | |||
/* Template Data */ | |||
table.templatedata { | |||
margin: .1em 1.5em .1em .1em; | |||
background: #f9f9f9; | |||
border: 1px #aaaaaa solid; | |||
border-collapse: collapse; | |||
} | |||
table.templatedata th, | |||
table.templatedata td { | |||
border: 1px #aaaaaa solid; | |||
padding: 0.4em 0.6em; | |||
vertical-align: top; | |||
} | |||
table.templatedata { | |||
background: #f2f2f2; | |||
text-align: center; | |||
} | |||
table.templatedata caption { | |||
margin: 0.2em inherit 0.05em inherit; | |||
font-weight: bold; | |||
font-size: 1.1em; | |||
} | } | ||
Revision as of 22:41, 10 June 2026
/* CSS placed here will be applied to all skins */
/* Infoboxes */
.infobox {
border: 15px solid #364361;
color: black;
padding: 0.2em;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
}
@media screen {
.infobox {
background-color: #f8f9fa;
}
}
@media (max-width: 640px) {
.infobox {
width: 100%;
}
.infobox .nowrap {
white-space: normal;
}
}
@media (min-width: 640px) {
.infobox {
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
vertical-align: top;
}
.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
padding: 0.2em;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
/* Template Data */
table.templatedata {
margin: .1em 1.5em .1em .1em;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.templatedata th,
table.templatedata td {
border: 1px #aaaaaa solid;
padding: 0.4em 0.6em;
vertical-align: top;
}
table.templatedata {
background: #f2f2f2;
text-align: center;
}
table.templatedata caption {
margin: 0.2em inherit 0.05em inherit;
font-weight: bold;
font-size: 1.1em;
}
