MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 31: Line 31:
       margin:1em 1em 1em 0;
       margin:1em 1em 1em 0;
       background:#DCDCDC;
       background:#DCDCDC;
       border:1px #000 solid;
       border:1px #00000 solid;
       border-collapse:collapse;
       border-collapse:collapse;
       color:#000000;
       color:#000000;
Line 37: Line 37:


   table.wikitable th, table.wikitable td {
   table.wikitable th, table.wikitable td {
       border:1px #AAA solid;
       border:1px #000000 solid;
       padding:0.2em;
       padding:0.2em;
       }
       }
Line 60: Line 60:
}
}
.mildtable td + td { padding-left: 5px; }
.mildtable td + td { padding-left: 5px; }
.mildtable td { border-top: 2px solid #DDD; }
.mildtable td { border-top: 2px solid #000000; }


.toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; }
.toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; }

Revision as of 15:01, 7 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:#DCDCDC;
      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: 5px;
	font-size: 90%;
}
.mildtable td + td { padding-left: 5px; }
.mildtable td { border-top: 2px solid #000000; }

.toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; }