置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

总理俱乐部/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页面]] */