Järjestelmäviesti:Vector.css

Jedipediasta, vapaasta Tähtien sota-tietosanakirjasta tänään, 19. huhtikuuta 2024
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.
/* <pre style="overflow: scroll"><nowiki> */
/* Tämä sivu sisältää Vector-ulkoasua muuttavia tyylejä. */
/* Sivuston iskulause varsinaisen otsikon alapuolella, löytyy sivulta MediaWiki:Tagline */
#siteSub {
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}
 
/* rounded corners */
.pBody {
	border-radius: 0.5em 0.5em 0 0;
	padding: 0.1em 0.1em;
}

div#content {
	border-radius: 0 0.5em 0.5em 0.5em;
	padding: 1em !important;
}

.toc {
	border-radius: 0.5em;
}
 
/* Taustakuva */
body {
	background: #D8E9FC url(https://images.shoutwiki.com/fi.starwars/0/09/Skyline1big_blue.jpg) repeat-x;
	font-family: arial, helvetica, sans-serif;
}
body.theme-dark {
	background: #031021 url(https://images.shoutwiki.com/fi.starwars/3/32/Skyline1dark_blue.jpg) repeat-x;
}

div#mw-page-base { background: none; }
 
#globalWrapper {
	font-size: 13px;
}
 
.portlet {
	font-size: 1em;
}
 
#column-one {
	font-size: 0.95em;
}
 
div.tleft { border: none; }
div.tright { margin-left: 13px; }
 
.content-bg { background: white; }
 
.portlet .pBody, #column-content, #p-cactions li, #catlinks {
	border-width: 0;
}
 
a:hover, a.new:hover, li.new a:hover {
	color: orange;
	text-decoration: underline;
}
 
/*
div.tleft, div.tright, div.thumb {
	border-color: transparent;
}
*/
 
div.tleft div, div.tright div, div.thumb div {
	border-width: 0;
	background: var(--bg2);
}

div.tleft a.internal img, div.tright a.internal img, div.thumb a.internal img {
	border-width: 0;
}
 
input[type="text"], input[type="password"], textarea, select,
#content textarea, #wpOldTitle, #wpReason, #wpSummary, #searchInput {
	border: 1px solid #aaa;
}
 
input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
#wpOldTitle:focus, #wpReason:focus, #wpSummary:focus, #searchInput:focus {
	background: #fffff0;
}
.theme-dark #searchInput:focus {
	background: initial;
}
 
#catlinks, #toc, .toc, .theme-dark .toctitle {
	background: var(--bg2);
}
 
/* Darth Vader -kuvake käyttäjänimen vasemmalla puolella */
li#pt-userpage a, li#pt-anonuserpage {
	background: url(https://images.shoutwiki.com/fi.starwars/5/54/User-icon.png) bottom left no-repeat;
}

#p-personal ul {
	font-weight: bold;
}

h1 {
	margin-top: 0;
}

/* </nowiki></pre> */