Warszawikia

CZYTAJ WIĘCEJ

Warszawikia
Advertisement

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
.navbox {
	margin: 0;
	width: 100%;
	text-align: left;
	border: 1px solid var(--theme-border-color);
}
.navbox.wydarzenia {
	width: 50%;
}
.navbox.historyczne-trasy {
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: left;
	border:1px solid black;
	padding:5px;
	font-size: 85%;
	width: 18em;
}
/** Nagłówki poszczególnych stylów **/
.navbox tr:first-child td {
	text-align: center;
}
.navbox.szary tr:first-child td {
	background-color: #d3d3d3;
	color: black;
}
.navbox.czarny tr:first-child td {
	background-color: black;
	color: white;
}
.navbox.niebieski tr:first-child td {
	background-color: navy;
	color: white;
}
.navbox.msi tr:first-child td {
	background: linear-gradient(to bottom, blue 0%, blue 80%, red 80%, red 100%);
	color: white;     
}
.navbox.tpw tr:first-child td {
	background-color: #d2d2d2;
	border: 1px solid #a2a2a2;
	padding: 0.0em 0.2em;
	color: black;
}
.navbox.fort tr:first-child td {
	background-color: #555555;
	color: white;
}
.navbox.yellow tr:first-child td {
	background-color: #ffcc00;
	color: black;
}
.navbox.metro tr:first-child td {
	background-color: #123763;
	color: white;
}
.navbox.warszawa tr:first-child td {
	background-color: red;
	color: yellow;
}
.navbox.wydarzenia tr:first-child td {
	background-color: #efefef;
	color: black;
}
.navbox.czerwony tr:first-child td {
	background-color: #CC0000;
	color: white;
}
.navbox.zielony tr:first-child td {
	background-color: #00a34f;
	color: white;
}
.navbox.historyczne-trasy tr:first-child td {
	color: black;
}
/*** Style linków w nagłówkach ***/
.navbox.yellow tr:first-child td a,
.navbox.szary tr:first-child td a,
.navbox.tpw tr:first-child td a {	
	color: black;	
}
.navbox.czerwony tr:first-child td a,
.navbox.niebieski tr:first-child td a,
.navbox.czarny tr:first-child td a,
.navbox.msi tr:first-child td a,
.navbox.fort tr:first-child td a,
.navbox.metro tr:first-child td a,
.navbox.zielony tr:first-child td a {
	color: white;
}
.navbox.warszawa tr:first-child td a {
	color: yellow;
}
.theme-fandomdesktop-dark .navbox.wydarzenia tr:first-child td a {
	color: #006768;
}

/** Tła **/
.theme-fandomdesktop-light .navbox {
	background-color: #f8f8f8;
}
.theme-fandomdesktop-dark .navbox {
	background-color: #063236;
}
Advertisement