Järjestelmäviesti:Monobook.css

Star Wars Fanon Wikistä
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ää Monobook-ulkoasua muuttavia tyylejä. */
/* Display text below main article header, located at MediaWiki:Tagline */
/*#siteSub {
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}*/

/* rounded corners */
.pBody {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	padding: 0.1em 0.1em;
}

#p-cactions ul li, #p-cactions ul li a, #p-cactions-mobile ul li, #p-cactions-mobile ul li a {  
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
}

#content, .toc {
	border-radius: 0.5em;
}

/* background image & font style */
body {
	background: #B8BEC5 url(http://images.shoutwiki.com/fi.swfanon/2/2e/CoruscantWikiBackground.jpg) no-repeat;
	background-attachment: fixed;
	font-family: arial, helvetica, sans-serif;
}
body.theme-dark {
	background: #B8BEC5 url(http://images.shoutwiki.com/fi.swfanon/5/5c/Coruscant_at_night.jpg) no-repeat;
	background-attachment: fixed;
}

/* taustakuvan skaalaus suuritarkkuuksisille näytöille */
@media screen and (min-width: 2175px) {
body {
	background-size: 100% auto;
}
}

div#globalWrapper {
	background: none;
}

.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, #content, #p-cactions li, #p-cactions-mobile li, #catlinks {
	border-width: 0;
}

#p-cactions li a, #p-cactions li.selected a, #p-cactions-mobile li a, #p-cactions-mobile li.selected a {
	border-color: white;
}

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;
}

#catlinks, #toc, .toc, .theme-dark .toctitle {
	background: var(--bg2);
}

li#pt-userpage,	li#pt-anonuserpage, li#pt-login {
	background: var(--bg1) top left no-repeat;
}

#p-cactions {
	margin-left: 1em;
}

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

/**
 * Gecko- (esim. Firefox) ja WebKit-pohjaiset (esim. Safari) selaimet eivät
 * jostain syystä salli etusivun välilehtilinkkien napsauttamista ilman riittävän
 * korkeaa z-index-arvoa. Internet Explorer ymmärtää asian hyvin ilmankin.
 *
 * Lisätietoja: http://fi.starwars.shoutwiki.com/w/index.php?title=Keskustelu_k%C3%A4ytt%C3%A4j%C3%A4st%C3%A4:Jack_Phoenix&oldid=96046#Etusivun_keskustelusivu
 */
body.page-Etusivu #p-cactions li a {
	/*
	1500, koska ProblemReportsin dialogin z-index on 1502, emmekä
	halua välilehtilinkkien loistavan hohtavan valkoisena kun PR-dialogi
	on aktiivinen :D
	*/
	z-index: 1500;
}

/* Search popup */
#search-icon-wrapper {
	cursor: pointer;
}
 
#search-popup {
	position: absolute;
	background: var(--bg2);
	text-align: left;
	z-index: 8;
}

/* ShoutWikin uutislaatikko (NewsBox) */
#p-ShoutWikin_viestit h3 {
	text-transform: none;
}

.theme-dark #pagehistory li.selected {
	color: #d2d2d2;
}

.jedipedia-link a {
	color: #002bb8 !important;
}
.theme-dark .jedipedia-link a {
	color: #e9eda6 !important;
}
.theme-dark .infobox .jedipedia-link a {
	color: #002bb8 !important;
}

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