MediaWiki:Common.css:修订间差异

无编辑摘要
无编辑摘要
第24行: 第24行:


/* background images */
/* background images */
.gridBG {
.Liberty { background: url(/images_stellariswiki/d/dc/MainBG.jpg) no-repeat center center fixed; background-color: #f5f5f5; background-size: cover;}
background: #2e7b6d url(/images_stellariswiki/d/dc/MainBG.jpg) repeat left center;
 
.Liberty .content-wrapper .liberty-content,
.Liberty .content-wrapper .liberty-sidebar { opacity: 0.9; }
 
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
   line-height: inherit;
   list-style: none none;
   margin: 0 !important;
}
}
.gridBG2 {
.plainlist ol li,
background: #2e7b6d url(/images_stellariswiki/0/07/MainBG2.png) repeat left center;
.plainlist ul li {
   margin-bottom: 0 !important;
}
}



2022年3月22日 (二) 16:51的版本

/* 这里放置的CSS将应用于所有皮肤 */

/* 031 Start of wiki specific CSS (general customization options) */

/* Hiding the main page's title (using an image instead) */
body.page-Stellaris_Wiki h1.firstHeading { display:none; }

/* Infobox colors */
.eu4box {
	border: 2px solid #0e4339;
	background: #2e7b6d;
}
.eu4box .heading {
	background: #0e4339;
}

.eu4box-inline {
	border: 2px solid #77b6ab;
	background: #FDFDFD !important; /*remove later*/
}
.eu4box-inline .heading {
	background: #1D8673;
}

/* background images */
.Liberty { background: url(/images_stellariswiki/d/dc/MainBG.jpg) no-repeat center center fixed; background-color: #f5f5f5; background-size: cover;}

.Liberty .content-wrapper .liberty-content,
.Liberty .content-wrapper .liberty-sidebar { opacity: 0.9; }

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0 !important;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0 !important;
}

/* 032 End of wiki specific CSS (general customization options) */
/* 041 Start of wiki specific CSS (very specific) */

.stellaris-outliner-content {
	background-color: #111815;
	color: #1dc57c;
	background-image:linear-gradient(to top, #1c2923, #111815 33px);
	padding:0 8px 8px 8px;
}

.stellaris-outliner-content hr {
	height:2px;
	background-color: #325448;
}

.stellaris-outliner a { color: lightblue !important; }

.stellaris-outliner {
	margin: 0 0 3px 3px;
}

.stellaris-outliner-header {
	font-size: 15px;
	left: 8px;
	bottom: 2px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	height: 0;
	display:inline-block;
	float:left;
}

.stellaris-outliner-header h1,
.stellaris-outliner-header h2,
.stellaris-outliner-header h3,
.stellaris-outliner-header h4,
.stellaris-outliner-header h5,
.stellaris-outliner-header h6 {
	font-size: 15px;
	color: #FFFFFF;
	padding:0;
	margin:0;
}

.infobox-row-heading:first-of-type { border: none !important; }

.effect-yellow { color: #FFA500; }
.effect-background-yellow { background: #E9E9E9; padding: 0px 2px; border-radius: 2px; }
.effect-blue { color: blue; }
.effect-background-blue { background: #E9E9E9; padding: 0px 2px; border-radius: 2px; }

/* Top-icon */
div.topicon {
	position: absolute;
	top: -2em;
	margin-right: -10px;
	display: block !important;
	z-index: 999;
}

/* 042 End of wiki specific CSS (very specific) */