Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Shark's Hypothetical Weather
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
.infobox {
.infobox {
   background: #ffffff;
   background-color: #ffffff !important;
   border: 1px solid #aaa;
   border: 1px solid #aaa !important;
   border-collapse: collapse;
   border-collapse: collapse;
   width: 100%;
   width: 100%;
   font-size: 14.4px !important;
   font-size: 14.4px !important;
   line-height: 1.4;
   line-height: 1.4;
   color: #202122;
   color: #202122 !important;
   margin: 0 auto 1em auto;
   margin: 0 auto 1em auto;
}
.infobox * {
  font-size: 14.4px !important;
}
}


.infobox td,
.infobox td,
.infobox th {
.infobox th {
   border: 1px solid #ddd;
   border: none;
   padding: 6px 8px;
   padding: 6px 8px;
   vertical-align: top;
   vertical-align: top;
  background-color: #ffffff !important;
  font-size: 14.4px !important;
  color: #202122 !important;
}
}


.infobox .section-header {
/* Clean row-based dividers */
   background-color: #f2f2f2;
.infobox tr {
  font-weight: bold;
   border-bottom: 1px solid #ddd;
  text-align: left;
}
}


.infobox .highlight-ef4 {
.infobox tr:last-child {
   background-color: #f99;
   border-bottom: none;
  color: white;
  text-align: center;
  font-weight: bold;
}
}


.infobox .highlight-ef5 {
/* Section header style */
   background-color: #c9f;
.infobox .section-header {
  color: white;
   background-color: #f2f2f2 !important;
  text-align: center;
   font-weight: bold;
   font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
}


/* Caption style */
.infobox caption {
.infobox caption {
   background-color: #f9f9f9;
   background-color: #f9f9f9;
Line 46: Line 43:
   text-align: center;
   text-align: center;
   font-weight: bold;
   font-weight: bold;
   font-size: 15.2px !important;
   font-size: 14.4px;
  color: #202122;
}
}

Revision as of 22:03, 24 April 2025

.infobox {
  background-color: #ffffff !important;
  border: 1px solid #aaa !important;
  border-collapse: collapse;
  width: 100%;
  font-size: 14.4px !important;
  line-height: 1.4;
  color: #202122 !important;
  margin: 0 auto 1em auto;
}

.infobox td,
.infobox th {
  border: none;
  padding: 6px 8px;
  vertical-align: top;
  background-color: #ffffff !important;
  font-size: 14.4px !important;
  color: #202122 !important;
}

/* Clean row-based dividers */
.infobox tr {
  border-bottom: 1px solid #ddd;
}

.infobox tr:last-child {
  border-bottom: none;
}

/* Section header style */
.infobox .section-header {
  background-color: #f2f2f2 !important;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* Caption style */
.infobox caption {
  background-color: #f9f9f9;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 14.4px;
  color: #202122;
}