Järjestelmäviesti:Common.css

Snorlaxin Höyhensaari, yhteisön rakentama Pokémon-tietosanakirja
Siirry navigaatioonSiirry hakuun

Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.

  • Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
  • Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
  • Internet Explorer: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Valikko → Asetukset (Opera → Asetukset Macilla) ja sitten Tietosuoja ja turvallisuus → Tyhjennä selaustiedot → Välimuistissa olevat kuvat ja tiedostot.
/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */
/* <source lang="css"> */
/* Poke Ball-kuvat sivupalkissa - alunperin espanjankielisestä Wikian Pokémon-wikistä -
http://es.pokemon.wikia.com/wiki/MediaWiki:Monobook.css */
#column-one ul li {
	list-style-image: url("http://images.shoutwiki.com/sh/e/ef/BulletPokeballClosed.png");
}

#column-one ul li:hover {
	list-style-image: url("http://images.shoutwiki.com/sh/4/49/BulletPokeballOpen.png");
}

/* Ruudutettu tausta kuvien kuvaussivulla, jos kuvan taustaväri on läpinäkyvä (transparent) */
#file img {
	background: url("http://images.shoutwiki.com/sh/5/5d/Checker-16x16.png") repeat;
}

/* === Kursivoidaan uudelleenohjaukset toimintosivuilla Toiminnot:Kaikki sivut ja Toiminnot:Tarkkailulista === */
.allpagesredirect,
.watchlistredir {
	font-style: italic;
}

/* Sivuston slogan, joka löytyy sivulta Järjestelmäviesti:Tagline */
#siteSub {
	display: inline;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}

/* lihavoitu "muokkaa"-painike */
#ca-edit {
	font-weight: bold;
}

/* muokkaa-linkit takaisin oikeaan laitaan, näyttävät kamalilta vasemmassa laidassa */
.editsection {
	float: right;
	margin-right: 5px;
}

/* Toiminnot:Tuoreet muutokset -sivun muotoilua - tämä näyttää lisätyt merkit, esim. (+5) vihreällä ja poistetut merkit, esim. (-25) punaisella */
span.mw-plusminus-pos { color: #006400; } 
span.mw-plusminus-neg { color: #FF0000; }

/* poistaa keskustelu-linkin Käyttäjäprofiili- ja KäyttäjäWiki-nimiavaruuksilta — kiitos Splarka */
body.ns-200 #ca-talk,
body.ns-202 #ca-talk { display: none; }

/* Turhat kentät piiloon sivulla Toiminnot:UpdateProfile */
#profile-update-custom3,
#profile-update-custom4 { display: none; }

/* Taulukkojen tyylit */
table.datatable {
	background-color: transparent;
}
table.datatable th, td {
	padding: 4px;
}
table.datatable th {
	text-align: left;
	background-color: #999999;
}
table.datatable tr {
	background-color: #CCCCCC;
}
table.datatable tr:hover {
	background-color: #FFFFCC;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
	empty-cells: show;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border: 1px #aaa solid;
	padding: 0.2em;
}

table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
	background: #8da7d6;
	text-align: center;
}

table.wikitable td.hl1, table.wikitable th.hl1,
table.prettytable td.hl1, table.wikitable th.hl1 {
	background: #c5d8fc;
	text-align: center;
}

table.wikitable td.hl2, table.wikitable th.hl2,
table.prettytable td.hl2, table.wikitable th.hl2 {
	background: #a7c1f2;
	text-align: center;
}

table.wikitable caption,
table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
}

/* lähdeviittausten lista pienemmäksi */
ol.references {
	font-size: 100%;
}

/* Piilotetaan allekirjoituspainike artikkelinäkymässä, kiitos Splarka @ #wikimedia-tech */
body.ns-0 img#mw-editbutton-signature { display: none; }

/* piilotetaan Matemaattinen kaava-painike */
body img#mw-editbutton-math { display: none; }

/* sivukohtainen CSS */
body.page-Etusivu #deleteconfirm,
body.page-Etusivu #lastmod, 
body.page-Etusivu #siteSub, 
body.page-Etusivu #contentSub,
body.page-Etusivu #ca-delete,
body.page-Etusivu h1.firstHeading {
	display: none !important;
}

/* Sekalaisia tyylejä Bulbapediasta */
.sc { font-variant: small-caps }

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.bluetable .bg1, .blueinfobox .bg1, .lightbluebg { background: #f8f8ff; }
.graytable .bg1, .grayinfobox .bg1, .lightgraybg { background: #f8f8f8; }
.blueborder { border: 1px solid #88a; }
.grayborder { border: 1px solid #999; }

.bluetable .bg2, .blueinfobox .bg2 { background: #eef; }
.bluetable .bg3, .blueinfobox .bg3 { background: #ddf; }
.bluetable .bg4, .blueinfobox .bg4 { background: #ccf; }

.graytable .bg2, .grayinfobox .bg2 { background: #f0f0f0; }
.graytable .bg3, .grayinfobox .bg3 { background: #e1e1e1; }
.graytable .bg4, .grayinfobox .bg4 { background: #d2d2d2; }

.bluetable, .graytable, .blueinfobox, .grayinfobox {
	border-collapse: collapse;
}

.blueinfobox, .grayinfobox {
	float: right;
	clear: right;
	margin: 0 0 0.5em 0.5em;
}

.blueinfobox {
	background: #f8f8ff;
}
.grayinfobox {
	background: #f8f8f8;
}

.bluetable, .blueinfobox {
	border: 1px solid #88a;
}
.graytable, .grayinfobox {
	border: 1px solid #999;
}

.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th {
	border: 1px solid #88a;
}
.graytable td, .graytable th, .grayinfobox td, .grayinfobox th {
	border: 1px solid #999;
}

.bluetable td, .bluetable th, .graytable td, .graytable th, 
.blueinfobox td, .blueinfobox th, .graytable td, .graytable th {
	padding: 2px;
}

.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th {
	border: 1px solid #88a;
}
.graytable td, .graytable th, .grayinfobox td, .grayinfobox th {
	border: 1px solid #999;
}

.bluetable th {
	background: #ccf;
}
.graytable th {
	background: #d2d2d2;
}

.bluetable th:first-child, .graytable th:first-child, .blueinfobox th, .grayinfobox th {
	text-align: right;
}

.bluetable .divider, .blueinfobox .divider, .bluetable .header, .blueinfobox .header,
.graytable .divider, .grayinfobox .divider, .graytable .header, .grayinfobox .header {
	text-align: center !important;
}

.bluetable .header, .bluetable .divider, .blueinfobox .header {
	background: #ccf;
}
.graytable .header, .graytable .divider, .grayinfobox .header {
	background: #d2d2d2;
}
.blueinfobox .divider {
	background: #eef;
}
.grayinfobox .divider {
	background: #f0f0f0;
}

.normalbg {
	background: rgb(183,173,150);
	color: white;
}
.fightingbg {
	background: rgb(192,48,40);
	color: white;
}
.flyingbg {
	background: rgb(168,144,240);
	color: white;
}
.poisonbg {
	background: rgb(160,64,160); color: white; }
.groundbg {
	background: rgb(214,182,94); color: white; }
.rockbg {
	background: rgb(112,88,72);
	color: white;
}
.bugbg {
	background: rgb(160,184,32);
	color: white;
}
.ghostbg {
	background: rgb(112,88,152);
	color: white;
}
.steelbg {
	background: rgb(184,184,208);
	color: white;
}
.grassbg {
	background: rgb(120,200,80);
	color: white;
}
.firebg {
	background: rgb(240,124,40);
	color: white;
}
.waterbg {
	background: rgb(104,144,240);
	color: white;
}
.electricbg {
	background: rgb(238,194,38);
	color: white;
}
.psychicbg {
	background: rgb(248,88,136);
	color: white;
}
.icebg {
	background: rgb(142,206,206);
	color: white;
}
.dragonbg {
	background: rgb(112,56,248);
	color: white;
}
.darkbg {
	background: rgb(94,80,76);
	color: white;
}

.whitelinks a {
	color: white !important;
}

/* Babelboksit ja käyttäjälaatikot */
div.babelbox, div.userbox {
	border: 1px solid #999;
	background: #f8f8f8;
	float: right;
	width: 25%;
	padding: 0.25em 0.5em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

table.babelitem, table.userboxitem {
	margin: 0.25em 0;
	width: 100%;
}

table.babelitem th, table.userboxitem th {
	width: 45pt;
	height: 45pt;
	font-size: 14pt;
	text-align: center;
	vertical-align: middle;
}

table.babelitem td, table.userboxitem td {
	font-size: 8pt;
	line-height: 1.25em;
	padding: 4pt;
	text-align: left;
}

div.listcol {
	padding: 0.5em 1.0em 0.5em 0;
	margin: 0.25em;
	min-width: 21.5%;
	border: 1px solid #aaf;
	float: left;
	clear: right;
	line-height: 130%;
}

div.listcolend {
	clear: both;
}

table.copytag {
	border: 1px solid #88a;
	background: #f8f8ff;
	margin: 0.25em 0;
	padding: 0;
	width: 100%;
}

table.copytag-red {
	border: 1px solid #a88;
	background: #fdd;
}
table.copytag-yellow {
	border: 1px solid #aa8;
	background: #fffff8;
}
table.copytag td.copytag-text {
	padding: 0.5em;
	text-align: center;
	width: 99%;
}
table.copytag td.copytag-sym {
	padding: 0;
}

div.docutag {
	background: #f8f8ff;
	border: 1px solid #88a;
	padding: 0.25em;
}

div.docutag ul {
	list-style: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
}
/* </source> */