REMOVA OS ANÚNCIOS!

Apoiando através de https://apoia.se/arddhu a partir do tier de Apoiador, você pode navegar na wiki sem anúncios e ainda colabora com o projeto!

MediaWiki:Common.css

De Runarcana Wiki

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral+SC&display=swap');
body.page-Página_principal #firstHeading {display:none;}
body {font-family: 'Spectral', serif; width: 100%; margin: 0px; background-color: #EAECF0;}
body {font-family: 'Spectral', serif;}
#logoRuna {text-align:center;}
#logoRuna img {width:80%; margin: 20px auto 0 auto;}
#mw-footer-container {background-color: #72777D;}
#mw-footer {background-color: #72777D; text-align: center;}
#mw-content-container { width:80%; margin:  3.475em auto 1em auto; }
#content p {}
#content h1, #content h2, #content h3, .md-headline { font-family: 'Spectral SC', serif; letter-spacing: -2px;}
span.mw-editsection {letter-spacing: normal;}
li.toclevel-3, li.toclevel-4, li.toclevel-5, li.toclevel-6 { display: none !important; visibility: hidden !important; }

#toc { display:none !important; }

.wikitable {border: 2px solid #000; padding:0px; border-spacing:0; margin:10px 0;}
.wikitable tbody {border-spacing:0;  border: none;}
.wikitable tbody tr th {border-spacing:0; border: none; padding:15px; font-family: 'Spectral SC', serif; letter-spacing: -1px; background-color: #B4A7D6; }
.wikitable tbody tr td{ border-spacing:0; border: none; padding: 0px 10px;}


.criatura tbody tr th {border-spacing:0; border: none; padding:15px 0 0 15px; font-family: 'Spectral SC', serif; letter-spacing: -1px; background-color: #F8F9FA; }
.tabColor{ color: #7464AD; font-weight: bold; }


table.organize h2{ text-align:left;}


.floatTOC {
  transition: 0.2s all ease;
  display: block;
  position: fixed;
  top: 20px;
  left: 0;
  border: none;
  background: #f6f6f6;
  font-size: 0.8em;
  max-width: 10em;
  padding: 1.2em;
  height: 100%;
  white-space: nowrap;
  overflow: visible;
}
.floatTOC ul ul {
  margin: 0 0 0 0.75em;
}
.floatTOC:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.floatTOC > * {
  transition: 0.2s all ease;
  opacity: 0.5;
}
.floatTOC:hover > * {
  opacity: 1;
}
.floatTOC .tocnumber {
  display: none;
}
.floatTOC a {
  color: #000;
}
.floatTOC .toctoggle {
  display: none;
}
.floatTOC #toctitle {
  display: none;
}
@media screen and (min-width: 601px) {
  div.toc.floatTOC {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  div.toc.floatTOC {
    display: none;
  }
}




/* {{pp|small=yes}} */

/*.mw-headline:target { */
/*  background-color: gold;*/
/*}*/

#mp-topbanner {
	clear: both;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 1.2em;
	border-color: #ddd;
	background-color: #f9f9f9;
	white-space: nowrap;
}

.mp-bordered,
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	border-width: 1px;
	border-style: solid;
}

#mp-topbanner,
.mp-h2,
#mp-left {
	color: #000;
}

#mp-welcomecount {
	margin: 0.4em;
	width: 100%;
	text-align: center;
	float: center;
}

#mp-welcome {
	font-size: 162%;
	padding: 0.1em;
	width: 100%;
}

#mp-free {
	font-size: 95%;
}

#articlecount {
	font-size: 85%;
}

#mp-portals {
	position: absolute;
	right: -1em;
	top: 50%;
	margin-top: -2.4em;
	width: 38%;
	min-width: 25em;
	font-size: 95%;
}

#mp-portals li {
	position: absolute;
	left: 0;
	top: 0;
}

#mp-portals .portal-hmid {
	left: 33%;
}

#mp-portals .portal-hright {
	left: 66%;
}

#mp-portals .portal-vmid {
	top: 1.6em;
}

#mp-portals .portal-vbot {
	top: 3.2em;
}


#mp-banner {
	margin-top: 4px;
	padding: 0.5em;
	background-color: #f9f9f9;
	border-color: #f2e0ce;
}

.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	margin: 0.5em;
	padding: 0.2em 0.4em;
	font-size: 120%;
	font-weight: bold;
	font-family: inherit;
}

h2.mp-h2::after { /* Remove borders in Timeless */
	border: none;
}

.mp-later {
	font-size: 85%;
	font-weight: normal;
}

#mp-upper {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 0;
	border-spacing: 0;
	border-collapse: separate;
}

#mp-upper .mid-table {
	border-color: transparent;
}

#mp-left {
	width: 55%;
	border-color: #cef2e0;
	background: #f5fffa;
}

#mp-right {
	 width: 45%;
	 border-color: #cedff2;
	 background: #f5faff;
}

#mp-left,
#mp-right {
	 padding: 0;
	 vertical-align: top;
}

#mp-left .mp-h2 {
	background: #cef2e0;
	border-color: #a3bfb1;
}

#mp-right .mp-h2 {
	background: #cedff2;
	border-color: #a3b0bf;
}

#mp-tfa,
#mp-dyk,
#mp-itn,
#mp-otd,
#mp-other-lower > div {
	padding: 0.1em 0.6em;
}

#mp-dyk-h2,
#mp-otd-h2 {
	clear: both;
}

#mp-middle {
	margin-top: 4px;
	border-color: #f2cedd;
	background: #fff5fa;
}

#mp-middle,
#mp-lower,
#mp-other-lower {
	overflow: auto;
}

#mp-tfl-h2 {
	background: #f2cedd;
	border-color: #bfa3af;
}

#mp-tfl {
	padding: 0.3em 0.7em;
}

#mp-lower {
	margin-top: 4px;
	border-color: #ddcef2;
	background: #faf5ff;
}

#mp-tfp-h2 {
	background: #ddcef2;
	border-color: #afa3bf;
}

#mp-tfp {
	 margin: 0.1em 0.4em 0.6em;
}

#mp-other-lower {
	padding: 0;
	border-color: #e2e2e2;
	margin-top: 4px;
}

#mp-dyk,
#mp-otd,
#mp-other-lower {
	padding-bottom: 0.5em;
}

#mp-other-lower .mp-h2 {
	background: #eee;
	border-color: #ddd;
	color: #222;
}

@media (max-width: 875px) {
	
	body.skin--responsive #mp-welcomecount {
		width: auto;
	}

	body.skin--responsive #mp-topbanner {
		min-width: 0;
		white-space: normal;
	}
	
	body.skin--responsive #mp-portals {
		display: block;
		position: static;
		width: auto;
		min-width: 0;
		text-align: center;
		border-top: 1px solid #ddd;
		padding: 0.4em 0;
		margin: 0 0.4em;
	}
	
	body.skin--responsive #mp-portals li {
		position: static;
		display: inline;
		padding: 0 5px;
	}
	
	body.skin--responsive #mp-topbanner .portal-hright {
		white-space: nowrap;
	}
	
	body.skin--responsive table,
	body.skin--responsive tr,
	body.skin--responsive td,
	body.skin--responsive tbody {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
	}

	body.skin--responsive #mp-tfp tr:first-child td:first-child a {
		text-align: center;
		display: table;
		margin: 0 auto;
	}
#mp-sumbanner{
	clear: both;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 1.2em;
	min-width: 47em;
	border-color: #ddd;
	background-color: #FFFFFF;
	white-space: nowrap;
}
#mp-summary {
    position: absolute;
    right: -1em;
    top: 0%;
    margin-top: -2.4em;
    width: 38%;
    min-width: 25em;
    font-size: 100%;
}
#mp-summary .summary-hmid {
    left: 33%;
}
#mp-summary .summary-hright {
    left: 66%;
}
}

.floatTOC {margin-top: 30px; margin-bottom:10px; height:90%; }
.floatTOC #toctogglecheckbox{ display:none !important;}
.floatTOC .toctogglespan { display:none;}

#toctogglebutton {
  position: absolute;
  left: 100%;
  padding: 4px 0;
  background: #f6f6f6;
  border: none;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 /2%);
  border-radius: 0 4px 4px 0;
  opacity: 1;
  color: #aaa;
  display: flex;
  align-items: center;
}

.floatTOC:hover #toctogglebutton {
  color: #888;
}

.floatTOC>ul {
  overflow-y: auto;
  height: -webkit-fill-available;
  margin: 16px -10px 0 -10px;
}

.hiddenFloatTOC {
  transform: translateX(-100%);
}

i.material-icons {
  font-size: 16px;
}

#n-Origens, #n-Classe, #n-Detalhamento, #n-Personalização, #n-Equipamento {margin-left: 20px !important; list-style-type: square !important;}

.client-darkmode {
  background-color: #111317;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}

/** Novo Código */

.item_table { text-align:left; padding-left:10px !important;}