Difference between revisions of "MediaWiki:Common.css"

From Theatrum Paracelsicum
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.tocnumber { display: none; }


.TPtable1 {
.toclimit-2 .toclevel-1 ul { display: none; }
  background-color: #111111;
.toclimit-3 .toclevel-2 ul { display: none; }
  color: #202122;
 
  margin: 1em 0;
/* <div class="toclimit-2">__TOC__</div> */
  border: 3px solid #a2a9b1;
 
  border-collapse: collapse;
.theatrumtable1 {
background-color: transparent;
margin:right;
border: transparent;
border-collapse: collapse;
color: black;
margin: 1em 0;
}
table.theatrumtable1 > * > tr > th,
table.theatrumtable1 > * > tr > td {
border: transparent;
padding: .2em .4em;
}
table.theatrumtable1 > * > tr > th {
border: transparent;
text-align: center;
}
table.theatrumtable1 > caption {
border: transparent;
font-weight: bold;
}
 
 
 
.theatrumtable2 {
background-color: transparent;
margin:right;
border: transparent;
border-collapse: collapse;
color: black;
margin: 1em 0;
}
table.theatrumtable2 > * > tr > th,
table.theatrumtable2 > * > tr > td {
border: transparent;
padding: 0em .2em;
}
}
table.theatrumtable2 > * > tr > th {
border: transparent;
text-align: center;
}
table.theatrumtable2 > caption {
border: transparent;
font-weight: bold;
}


/* Remove Discussion tab */
/* Remove Discussion tab */
Line 14: Line 60:
/* Remove View source tab */
/* Remove View source tab */
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
/* Remove History tab */
#ca-history { display: none !important; }





Latest revision as of 10:34, 20 October 2023

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

.tocnumber { display: none; }

.toclimit-2 .toclevel-1 ul { display: none; }
.toclimit-3 .toclevel-2 ul { display: none; }

/* <div class="toclimit-2">__TOC__</div> */

.theatrumtable1 {
	background-color: transparent;
	margin:right;
	border: transparent;
	border-collapse: collapse;
	color: black;
	margin: 1em 0;
}
table.theatrumtable1 > * > tr > th,
table.theatrumtable1 > * > tr > td {
	border: transparent;
	padding: .2em .4em;
}
table.theatrumtable1 > * > tr > th {
	border: transparent;
	text-align: center;
}
table.theatrumtable1 > caption {
	border: transparent;
	font-weight: bold;
}



.theatrumtable2 {
	background-color: transparent;
	margin:right;
	border: transparent;
	border-collapse: collapse;
	color: black;
	margin: 1em 0;
}
table.theatrumtable2 > * > tr > th,
table.theatrumtable2 > * > tr > td {
	border: transparent;
	padding: 0em .2em;
}
table.theatrumtable2 > * > tr > th {
	border: transparent;
	text-align: center;
}
table.theatrumtable2 > caption {
	border: transparent;
	font-weight: bold;
}



/* Remove Discussion tab */
#ca-talk { display: none !important; }
/* Remove View source tab */
#ca-viewsource { display: none !important; } 	
/* Remove History tab */
#ca-history { display: none !important; }



/* eb-garamond-regular - latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-600 - latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-italic - latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-600italic - latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/eb-garamond-v26-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600italic.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* grenze-gotisch-regular - latin-ext_latin */
@font-face {
  font-family: 'Grenze Gotisch';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/grenze-gotisch-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/grenze-gotisch-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-regular.svg#GrenzeGotisch') format('svg'); /* Legacy iOS */
}

/* grenze-gotisch-600 - latin-ext_latin */
@font-face {
  font-family: 'Grenze Gotisch';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/grenze-gotisch-v12-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/grenze-gotisch-v12-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/grenze-gotisch-v12-latin-ext_latin-600.svg#GrenzeGotisch') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin-ext_latin_greek-ext_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-ext_latin_greek-ext_greek-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}