2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

總理俱樂部/styles2.css

萌娘百科,萬物皆可萌的百科全書!轉載請標註來源頁面的網頁連結,並聲明引自萌娘百科。內容不可商用。
跳至導覽 跳至搜尋
/* 页面[[总理俱乐部]]专用样式表 */
/*MinervaNeue皮肤下图片缩放*/
.infobox2 img {
	width:100%; max-width:312px !important; height:auto;
}
/*标题风格化*/
h2 {
	max-width: 100%;
	border-bottom: none;
	overflow: visible;
}

h2 .mw-headline {
	display: inline-block;
	position: relative;
	color: #537c90;
	letter-spacing: 2px;
	font-family: Kosugi Maru, sans-serif;
	font-weight: bolder;
	background: #d8e7ef;
	padding: 5px 10px 5px 40px;
	font-size: 110%;
	border-radius: 30px 30px 30px 30px;
	margin-left: 5px;
	line-height:1.4;
	width: 40%;

    padding-top: 5px !important;
}   

h2 span.mw-headline::before {
content:url("https://img.moegirl.org.cn/common/d/dc/Soukura_title_icon.png" ); 
	display: inline-block;
	position: absolute;
	left: -0.4em;
	top: -5%;
}

h3 .mw-headline {
	color: #26516e;
	font-size: 120%;
	padding: 0 10px;
	border-bottom: solid 2px #2d537f;
        border-top: solid 2px #2d537f;
}

h4 .mw-headline {
	border-left: solid 10px #20517d;
        border-right: solid 10px #20517d;
        border-radius:5px;
	color: #2e6896;
	padding-left: 7px;
        padding-right: 8.58px;
	position: relative;
	font-size: 118%;
	padding-bottom: 5px;
}

h5 .mw-headline {
        border:3.5px;
        background:#c8d9e9;
        border-radius:5.5px;
	padding-left: 10px;
        padding-right: 10px;
	font-size: 108%;
        color:#6087be;
	position: relative;
	font-weight: 900;
}

/*圆角化*/
 
.infoBox,.infoBoxContent,.infoBox2,.navbox-title,.navbox-group,.navbox-bottom,.wikitable,.Customtop,.bilibili-title,.navBox,table,.toc,pre,.card,.radius,.TabContent {
	border-radius: 10px;
}
.infoBoxContent {
	border-radius: 0;
}

/* 黑幕颜色 */
.heimu {
	background-color: #2c4a80;
	color: #2c4a80;
}

.heimu a, .heimu.fakelink {
	color: Transparent;
}
/* 编辑按钮右置、半透明 */
.mw-editsection {
	float: right;
	font-size: 13px;
	opacity: 0.4;
        color:#20517d;
	transition: opacity 0.8s;
}

.mw-editsection:hover {
	opacity: 1;
}
/* 更改选中颜色 */
::selection {
	color: #20517d;
	background-color: #bacdde;
}
/** 链接下划线 **/
a, .toggleunderline {
	text-decoration-style: wavy;
}
/* target样式 */
:target {
	color: #20517d;
	background-color: #a0baca !important;
	border: 2.5px outset #20517d;
}
/* [[Category:在主名字空间下的CSS页面]] */