MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
Tag: Reverted
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 60: Line 60:
}
}
.mildtable td + td { padding: 5px; padding-left: 5px; }
.mildtable td + td { padding: 5px; padding-left: 5px; }
.mildtable td { border-top: 1px solid #000000; }
.mildtable td { border-top: 1px solid #000000;
}


/* Infobox template style */
/* INFOBOX */
.infobox {
.infobox {
border: 1px solid #a2a9b1;
    background: transparent;
border-spacing: 3px;
    border: 0px;
background-color: #f8f9fa;
    float: right;
color: black;
    margin: 0 0 1em 1em;
/* @noflip */
    padding: 1em;
margin: 0.5em 0 0.5em 1em;
    width: 240px;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
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;
}
}
 
.infobox-title {
/* Remove .infobox when element selectors above are removed */
    font-size: 2em;
.infobox .infobox-above,
    text-align: center;
.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-image {
.infobox-title,
    text-align: center;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
padding: 0.2em;
}
}
 
.infobox th {
/* Remove .infobox when element selectors above are removed */
    text-align: left;
.infobox .infobox-header,
    vertical-align: top;
.infobox .infobox-subheader,
    width: 240px;
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
}
 
.infobox td {
/* Remove .infobox when element selectors above are removed */
    vertical-align: top;
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
}

Latest revision as of 22:42, 11 December 2022

/* CSS placed here will be applied to all skins */

/* Suppress the auto-generated section numbers in the Table of Contents */
.tocnumber { display: none; }

/* Remove top navigation tabs */
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-nstab-user { display:none!important; }
#ca-ve-edit { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }

/* Hide categories at bottom of page */
#catlinks { display: none; }

/* Section edit button position */
.ltr .mw-editsection {
	float: right;
}
.rtl .mw-editsection {
	float: left;
}
.mw-editsection-bracket {
	display: none;
}

/* Table Formatting */
   table.wikitable   {
      margin:1em 1em 1em 0;
      background:white;
      border:1px #00000 solid;
      border-collapse:collapse;
      color:#000000;
      }

   table.wikitable th, table.wikitable td {
      border:1px #000000 solid;
      padding:0.2em;
      }

   table.wikitable th{
      background:#808080;
      color:#ffffff;
      text-align:center;
      }

   table.wikitable caption {
      margin-left:inherit;
      margin-right:inherit;
      }

/* Merit Table */
.mildtable th {
	text-align: left;
	background: transparent;
	padding: 2px;
	font-size: 90%;
}
.mildtable td + td { padding: 5px; padding-left: 5px; }
.mildtable td { border-top: 1px solid #000000;
}

/* INFOBOX */
.infobox {
    background: transparent;
    border: 0px;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 240px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 240px;
}
.infobox td {
    vertical-align: top;
}