No edit summary
Tag: Reverted
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Infobox table */
table.infobox-culture {
table.infobox-culture {
  float: right;
   border: 1px solid #a2a9b1 !important;
  width: 320px;
   background: #f8f9fa !important;
  margin: 0 0 1em 1em;
   border-collapse: collapse !important;
   border: 1px solid #a2a9b1;
   font-size: 0.95em !important;
   background: #f8f9fa;
   line-height: 1.35 !important;
   border-collapse: collapse;
  width: 320px !important;
   font-size: 0.95em;
  margin: 0 0 1em 1em !important;
   line-height: 1.35;
  float: right !important;
}
}


/* Cell styling */
table.infobox-culture th,
table.infobox-culture th,
table.infobox-culture td {
table.infobox-culture td {
   padding: 0.45em 0.55em;
   padding: 0.45em 0.55em !important;
   vertical-align: top;
   vertical-align: top !important;
   border-top: 1px solid #c8ccd1;
   border-top: 1px solid #c8ccd1 !important;
}
}


/* Title row */
table.infobox-culture th.infobox-title {
table.infobox-culture th.infobox-title {
   background: #eaecf0;
   background: #eaecf0 !important;
   border-top: 0;
   border-top: 0 !important;
   text-align: center;
   text-align: center !important;
   font-weight: 700;
   font-weight: 700 !important;
   font-size: 1.1em;
   font-size: 1.1em !important;
}
}


/* Image row */
table.infobox-culture td.infobox-image {
table.infobox-culture td.infobox-image {
   text-align: center;
   text-align: center !important;
}
}


/* Caption */
table.infobox-culture .infobox-caption {
table.infobox-culture .infobox-caption {
   margin-top: 0.35em;
   margin-top: 0.35em !important;
   font-size: 0.9em;
   font-size: 0.9em !important;
   color: #54595d;
   color: #54595d !important;
}
}


/* Mobile: stack and full width */
@media screen and (max-width: 720px) {
@media screen and (max-width: 720px) {
   table.infobox-culture {
   table.infobox-culture {
     float: none;
     float: none !important;
     width: 100%;
     width: 100% !important;
     margin: 0.5em 0 1em 0;
     margin: 0.5em 0 1em 0 !important;
   }
   }
}
}

Latest revision as of 01:14, 27 January 2026

table.infobox-culture {
  border: 1px solid #a2a9b1 !important;
  background: #f8f9fa !important;
  border-collapse: collapse !important;
  font-size: 0.95em !important;
  line-height: 1.35 !important;
  width: 320px !important;
  margin: 0 0 1em 1em !important;
  float: right !important;
}

table.infobox-culture th,
table.infobox-culture td {
  padding: 0.45em 0.55em !important;
  vertical-align: top !important;
  border-top: 1px solid #c8ccd1 !important;
}

table.infobox-culture th.infobox-title {
  background: #eaecf0 !important;
  border-top: 0 !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 1.1em !important;
}

table.infobox-culture td.infobox-image {
  text-align: center !important;
}

table.infobox-culture .infobox-caption {
  margin-top: 0.35em !important;
  font-size: 0.9em !important;
  color: #54595d !important;
}

@media screen and (max-width: 720px) {
  table.infobox-culture {
    float: none !important;
    width: 100% !important;
    margin: 0.5em 0 1em 0 !important;
  }
}