Template:Infobox culture/styles.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 37: | Line 37: | ||
float: none; | float: none; | ||
width: auto; | width: auto; | ||
margin: 0.5em 0 1em 0; | |||
} | |||
} | |||
table.infobox-culture { | |||
border: 1px solid #a2a9b1; | |||
background: #f8f9fa; | |||
border-collapse: collapse; | |||
font-size: 0.95em; | |||
line-height: 1.35; | |||
width: 320px; | |||
margin: 0 0 1em 1em; | |||
float: right; | |||
} | |||
table.infobox-culture th, | |||
table.infobox-culture td { | |||
border-top: 1px solid #c8ccd1; | |||
padding: 0.45em 0.55em; | |||
vertical-align: top; | |||
} | |||
table.infobox-culture .infobox-title { | |||
background: #eaecf0; | |||
border-top: 0; | |||
text-align: center; | |||
font-weight: 700; | |||
font-size: 1.1em; | |||
} | |||
table.infobox-culture .infobox-image { | |||
border-top: 1px solid #c8ccd1; | |||
text-align: center; | |||
} | |||
table.infobox-culture .infobox-caption { | |||
margin-top: 0.35em; | |||
font-size: 0.9em; | |||
color: #54595d; | |||
} | |||
/* Minerva/mobile: no float, full width */ | |||
@media screen and (max-width: 720px) { | |||
table.infobox-culture { | |||
float: none; | |||
width: 100%; | |||
margin: 0.5em 0 1em 0; | margin: 0.5em 0 1em 0; | ||
} | } | ||
} | } | ||
Revision as of 01:01, 27 January 2026
.infobox-culture {
float: right;
width: 320px;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
background: #f8f9fa;
font-size: 0.95em;
line-height: 1.35;
}
.infobox-culture th,
.infobox-culture td {
padding: 0.4em 0.5em;
vertical-align: top;
}
.infobox-culture .infobox-title {
background: #eaecf0;
text-align: center;
font-weight: 700;
font-size: 1.1em;
}
.infobox-culture .infobox-image {
text-align: center;
}
.infobox-culture .infobox-caption {
margin-top: 0.35em;
font-size: 0.9em;
color: #54595d;
}
/* Mobile: don't force float */
@media screen and (max-width: 720px) {
.infobox-culture {
float: none;
width: auto;
margin: 0.5em 0 1em 0;
}
}
table.infobox-culture {
border: 1px solid #a2a9b1;
background: #f8f9fa;
border-collapse: collapse;
font-size: 0.95em;
line-height: 1.35;
width: 320px;
margin: 0 0 1em 1em;
float: right;
}
table.infobox-culture th,
table.infobox-culture td {
border-top: 1px solid #c8ccd1;
padding: 0.45em 0.55em;
vertical-align: top;
}
table.infobox-culture .infobox-title {
background: #eaecf0;
border-top: 0;
text-align: center;
font-weight: 700;
font-size: 1.1em;
}
table.infobox-culture .infobox-image {
border-top: 1px solid #c8ccd1;
text-align: center;
}
table.infobox-culture .infobox-caption {
margin-top: 0.35em;
font-size: 0.9em;
color: #54595d;
}
/* Minerva/mobile: no float, full width */
@media screen and (max-width: 720px) {
table.infobox-culture {
float: none;
width: 100%;
margin: 0.5em 0 1em 0;
}
}