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: #ffffff !important;
   border: 1px solid #aaa;
   border: 1px solid #aaa !important;
   border-collapse: collapse;
   border-collapse: collapse !important;
   width: 100%;
   width: 100% !important;
   font-size: 14.4px;
   font-size: 14.4px !important;
   line-height: 1.4;
   line-height: 1.4 !important;
   color: #202122;
   color: #202122 !important;
   margin: 0 auto 1em auto;
   margin: 0 auto 1em auto !important;
}
 
.infobox * {
  font-size: 14.4px !important;
  line-height: 1.4 !important;
  color: #202122 !important;
}
}


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


.infobox .section-header {
.infobox .section-header {
   background-color: #f2f2f2;
   background-color: #f2f2f2 !important;
   font-weight: bold;
   font-weight: bold !important;
   text-align: left;
   text-align: left !important;
}
}


.infobox .highlight-ef4 {
.infobox .highlight-ef4 {
   background-color: #f99;
   background-color: #f99 !important;
   color: white;
   color: #ffffff !important;
   text-align: center;
   text-align: center !important;
   font-weight: bold;
   font-weight: bold !important;
}
}


.infobox .highlight-ef5 {
.infobox .highlight-ef5 {
   background-color: #c9f; /* or use #bfa9ff for closer match */
   background-color: #c9f !important;
   color: white;
   color: #ffffff !important;
   text-align: center;
   text-align: center !important;
   font-weight: bold;
   font-weight: bold !important;
}
}


.infobox caption {
.infobox caption {
   background-color: #f9f9f9;
   background-color: #f9f9f9 !important;
   padding: 0.5em;
   padding: 0.5em !important;
   text-align: center;
   text-align: center !important;
   font-weight: bold;
   font-weight: bold !important;
   font-size: 15.2px;
   font-size: 15.2px !important;
}
}

Revision as of 22:00, 24 April 2025

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

.infobox * {
  font-size: 14.4px !important;
  line-height: 1.4 !important;
  color: #202122 !important;
}

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

.infobox .section-header {
  background-color: #f2f2f2 !important;
  font-weight: bold !important;
  text-align: left !important;
}

.infobox .highlight-ef4 {
  background-color: #f99 !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: bold !important;
}

.infobox .highlight-ef5 {
  background-color: #c9f !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: bold !important;
}

.infobox caption {
  background-color: #f9f9f9 !important;
  padding: 0.5em !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 15.2px !important;
}