AC/DC Wiki
Nie podano opisu zmian
Nie podano opisu zmian
Linia 26: Linia 26:
 
}
 
}
   
/* Przyciski edycji nagłówków */
 
h2 > .editsection {
 
float: right !important;
 
}
 
h3>.editsection,
 
h4>.editsection,
 
h5 > .editsection {
 
display: none !important;
 
}
 
/* Poprawki tagów <small />*/
 
.WikiaArticle small {
 
font-size: 85%;
 
}
 
/* Listy */
 
.WikiaArticle dl {
 
margin: 0;
 
}
 
/* Ustawienia maksymalnej szerokości strony i obrazków */
 
.fullwidth {
 
max-width: 680px;
 
overflow: visible;
 
}
 
.fullwidth div {
 
min-width: 970px;
 
}
 
.fullImageLink img {
 
height: auto;
 
max-width: 660px;
 
}
 
 
/* Kropki w liście wypunktowanej */
 
/* Kropki w liście wypunktowanej */
 
.WikiaArticle ul,
 
.WikiaArticle ul,

Wersja z 16:23, 24 wrz 2014

/*
 * AC/DC Wiki skin
 * License: Creative Commons BY-SA 3.0
 * Author: Wedkarski
 */

/*** Importy ***/
@import url("/load.php?mode=articles&only=styles&articles=MW:Common.css");

/*** Haki dla Oasisa ***/
.wikia-photogallery-add {display: none !important}
.mainpage #catlinks,
.mainpage #WikiaArticleCategories {
	display: none !important;
}

.RelatedForumDiscussion {
	padding-top: 1px;
}

/*** Strona ***/
body.mediawiki .WikiaPage {
	border: 1px solid #006caf;
	box-shadow: 0 0 30px #006caf;
	padding-left: 0;
}

/* Kropki w liście wypunktowanej */
.WikiaArticle ul,
.SpeechBubble .speech-bubble-message ul {
	list-style-type: disc;
}
/* Fix dla kropkowej listy wypunktowanej */
.AdminDashboard ul,
.RelatedPagesModule ul,
.WikiaBlogListing ul {
	list-style-type: none;
}
/* Flagi */
.WikiaArticleInterlang a {
	padding-left: 20px;
}
.WikiaArticleInterlang a[href="?interlang=all"] {
	padding-left: 0!important;
}
.WikiaArticleInterlang a[href *="http://acdc.wikia.com"] {
	background: url("http://images.wikia.com/gta/pl/images/3/3b/En.png") center left no-repeat;
}
.WikiaArticleInterlang a[href *="http://de.acdc.wikia.com"] {
	background: url("http://images.wikia.com/gta/pl/images/8/8f/De.png") center left no-repeat;
}
.WikiaArticleInterlang a[href *="http://es.acdc.wikia.com"] {
	background: url("http://images.wikia.com/gta/pl/images/4/4e/Es.png") center left no-repeat;
}
.WikiaArticleInterlang {
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 3px double #006caf !important;
	margin: 0 !important;
	padding: 10px 0 7px 20px !important;
	box-shadow: inset 0 0 20px #000 !important;
}

/*** Spis treści ***/
#toc {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 1px dashed #006caf !important;
	border-radius: 0 5px 5px 0 !important;
}
/*** Zakładki ***/
.tabs .selected a {
	background: none;
	border-bottom: 3px double #006caf;
	border: none;
	color: #efefef;
	cursor: pointer !important;
	top: 2px !important;
}
.tabs li a:hover {
	border-bottom: 3px double #006caf;
	text-decoration: none;
	top: 1px;
	transition: all 0.15s linear 0s;
}
.tabs li a {
	border-bottom: 3px double transparent;
	cursor: pointer !important;
	text-shadow: 0 1px rgba(76, 52, 14, .4);
	transition: all 0.15s linear 0s;
}
/* Fix */
.tabs .selected a {
	border-bottom:3px double;
}
/* Przyciski Zwiń/Rozwiń */
.collapseButton {
	float: right;
	font-weight: normal;
	text-align: right;
	width: auto;
}
/* Szukajka */
.WikiaSearch input[type="text"]:focus {
	background: rgba(0, 0, 0, 0.5) !important;
	border: 1px solid #006caf !important;
	box-shadow: 0 0 5px #006caf !important;
	transition: all 0.2s linear 0s;
	box-shadow: inset 0 0 10px #000 !important;
}
.WikiaSearch input[type="text"] {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 1px solid #006caf !important;
	transition: all 0.2s linear 0s;
	box-shadow: inset 0 0 10px #000 !important;
}
/* Spotlight, Lightbox */
.LightboxModal {
	box-shadow: 0 0 30px dodgerblue !important;
}
.WikiaSpotlight {
	-moz-transition: all 0.25s ease-in-out !important;
	-ms-transition: all 0.25s ease-in-out !important;
	-o-transition: all 0.25s ease-in-out !important;
	-webkit-transition: all 0.25s ease-in-out !important;
	background: rgba(0, 0, 0, 0.8);
	border: 3px double #006caf !important;
	opacity: 0.8 !important;
	transition: all 0.25s ease-in-out !important;
}
.WikiaSpotlight:hover {
	-moz-transition: all 0.25s ease-in-out !important;
	-ms-transition: all 0.25s ease-in-out !important;
	-o-transition: all 0.25s ease-in-out !important;
	-webkit-transition: all 0.25s ease-in-out !important;
	background: rgba(0, 0, 0, 0.8);
	border: 3px double #006caf !important;
	opacity: 1 !important;
	transition: all 0.25s ease-in-out !important;
}

/*** Slider ***/
.wikiaPhotoGallery-slider-body {
	border: 3px double #006caf!important;
	margin-bottom: 10px !important;
}
/*** Logo ***/
#WikiHeader h1.wordmark img {
	opacity: 0.85;
	transition: opacity 0.1s linear 0s;
}
#WikiHeader h1.wordmark img:hover {
	opacity: 1;
	transition: opacity 0.1s linear 0s;
}

/* Moduły */
#WikiaArticleCategories,
#WikiaRail .module {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 3px double #006caf !important;
	box-shadow: inset 0 0 20px #000 !important;
}
.WikiaArticle pre {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 1px solid #006caf !important;
	padding: 12px !important;
}
.WikiaArticle .thumbinner {
	border: 3px double #006caf !important;
}
#WikiaArticleCategories {
    margin-left: 0;
    margin-right: 0;
}
#WikiaFooter section {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 3px double #006caf !important;
}
.RelatedVideos>h1,
#WikiaRail .module > h1 {
	border-bottom: 2px ridge white !important;
	font-size: 17.5px !important;
	font-weight: normal !important;
	margin-bottom: 10px !important;
	margin-top: -10px !important;
	padding: 0 0 5px;
	text-align: center !important;
}
/*** Spotlighty ***/
.SPOTLIGHT_FOOTER {
	background: transparent;
	padding: 8px;
}
/******************************************************/
/***** Klasy — strona główna, infoboksy, navboksy *****/
/******************************************************/
/* Portal */
.portal_container {}
.portal_section ul {
	list-style: disc;
}
.portal_section {
	background: rgba(0, 0, 0, 0.47) !important;
	border:2px ridge #006caf !important;
	margin: 0 0 10px !important;
	box-shadow: inset 0 0 20px #000 !important;
}
.portal_header {
	padding: 0 1em;
	position: relative;
}
.portal_header_text {
	border-bottom: 0 dotted #006caf;
	display: table;
	font-family: Segoe UI;
	font-size: 2em;
	padding: 0.6em 0 0;
	text-align: center;
	text-shadow: 2px 2px 1px black;
	width: 100%;
}
.portal_headerlinks {
	bottom: -2em;
	font-size: 0.8em;
	position: absolute;
	right: 1em;
}
.portal_header,
.portal_header a:link,
.portal_header a:visited,
.portal_header a:hover,
.portal_header a:active {
	color: rgb(190, 167, 113);
}
.portal_body {
	padding: 0.8em;
}
.portal_subheader {
	font-size: 0.9em;
	padding: 0 1em;
	position: relative;
}
.portal_subheader,
.portal_subheader a:link,
.portal_subheader a:visited,
.portal_subheader a:hover,
.portal_subheader a:active {
	color: rgb(139, 0, 0);
}
.portal_subheader_text {
	display: table;
	padding: 0.4em 0 0;
	width: 100%;
}
/* Tabelka */
.mainpagetable td {
	background-color: transparent;
	opacity: 0.8;
	transition: opacity 0.1s linear 0s;
}
.mainpagetable td:hover {
	background-color: transparent;
	opacity: 1;
	transition: opacity 0.1s linear 0s;
}
/* Infobox */
.daoinfobox {
	border-spacing: 2px;
	border: 3px double #006caf !important;
	float: right;
	margin-bottom: 6px;
	margin-left: 20px;
	padding: 0;
	width: 250px;
}
.daoinfobox th {
	background-image: url("/wiki/S:Filepath/SplatterBackground.jpg");
	border: 1px solid gray;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 0.5em;
	text-align: right;
	width: 35%;
}
.daoinfobox td {
	background: rgba(0, 0, 0, 0.3) !important;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0.3em;
	text-align: left;
}
.daoinfobox .daoinfobox_header {
	background-image: url("/wiki/S:Filepath/SplatterBackground.jpg");
	border-color: #523f35;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 0;
}
.daoinfobox .daoinfobox_header2 {
	width: 100%;
}
.daoinfobox .daoinfobox_image {
	border: 1px solid gray;
	padding: 4px;
	text-align: center !important;
}
.daoinfobox .daoinfobox_imagecaption {
	font-weight: bold;
	padding: 0.5em;
}
.daoinfobox .daoinfobox_header td {
	background-color: transparent;
	text-align: center !important;
}
.daoinfobox .daoinfobox_supertitle,
.daoinfobox .daoinfobox_subtitle {
	font-size: 0.9em;
	line-height: 1.2em;
}
.daoinfobox .daoinfobox_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.35em;
}
/* Navbox */
.daonavbox {
	border-spacing: 2px;
	border: 3px double #006caf !important;
	float: right;
	margin-top: 6px;
	padding: 0;
	width: 100%;
}
.daonavbox th {
	background-image: url("/wiki/S:Filepath/SplatterBackground.jpg");
	border: 1px solid gray;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	padding-right: 0.5em;
	text-align: right;
	width: 17%;
}
.daonavbox td {
	background: rgba(0, 0, 0, 0.3) !important;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0.3em;
	text-align: left;
}
.daonavbox .daonavbox_header {
	background-image: url("/wiki/S:Filepath/SplatterBackground.jpg");
	border-color: #523f35;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 0;
}
.daonavbox .daonavbox_header2 {
	width: 100%;
}
.daonavbox .daonavbox_header td {
	background-color: transparent;
	text-align: center !important;
}
.daonavbox .daonavbox_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.35em;
}
.daonavbox span.mw-collapsible-toggle.mw-collapsible-toggle {
	margin-top: 10px;
}