MediaWiki:Common.css: Difference between revisions
Jump to navigation Jump to searchmNo edit summary |
mNo edit summary |
||
Line 33: | Line 33: | ||
border:1px #AAA solid; | border:1px #AAA solid; | ||
border-collapse:collapse; | border-collapse:collapse; | ||
color:# | color:#000000; | ||
} | } | ||
Line 43: | Line 43: | ||
table.wikitable th{ | table.wikitable th{ | ||
background:#808080; | background:#808080; | ||
color:# | color:#ffffff; | ||
text-align:center; | text-align:center; | ||
} | } |
Revision as of 16:56, 5 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 #AAA solid;
border-collapse:collapse;
color:#000000;
}
table.wikitable th, table.wikitable td {
border:1px #AAA solid;
padding:0.2em;
}
table.wikitable th{
background:#808080;
color:#ffffff;
text-align:center;
}
table.wikitable caption {
margin-left:inherit;
margin-right:inherit;
}