LLWiki正在建设中,欢迎加入我们

“MediaWiki:Common.css”的版本间差异

跳转到导航 跳转到搜索
(// Edit via Wikiplus)
}
/* 首页 */
.page-LLWiki_首页 #firstHeading {
display:none;
}
.mainpage-flex {
display:inline-block;
width:32%;
background-color:#FFE5F455;
padding:18px;
border-radius:5px;
box-sizing:border-box;
}
.mainpage-flex-title {
font-size:large;
font-weight:bold;
color:#C2006B;
text-align:center;
margin-bottom:10px;
}
.mainpage-flex td {
vertical-align:top;
min-width:30px;
}
.mainpage-project {
width:49%;
margin-bottom:40px;
}
.mainpage-project-title {
font-weight:bold;
font-size:20px;
padding:5px 5px 5px 20px;
border-left:30px solid;
border-radius:5px;
}
.mainpage-project-text {
padding:10px 8%;
}
 
ol.linenums {
margin-left:3.7em;
}
 
/* 用于模板的css类 */
/* 信息框模板 */
.infoboxtemplate {
float:right;
width:280px;
border-radius:5px;
padding:3px;
font-size:small;
text-align:center;
background-color:#F3F5F7;
border:1px solid #D4DBE2;
margin-left:20px;
box-sizing:border-box;
}
.infoboxtemplate > tbody > tr:first-child {
font-size:15px;
}
.infoboxtemplate th:only-child {
padding:3px;
color:white;
border-radius:5px;
}
/* 提示信息,如消歧义等 */
.notice {
text-align: justify;
margin: 1em;
padding: 0.2em;
font-size:small;
}
/* 用戶框 */
.userbox {
float:left;
border-collapse:collapse;
border-spacing:0;
}
.userbox tr {
height:72px;
}
.userbox th:nth-of-type(2) {
width:148px;
}
/* 提示信息 */
.infobox {
margin:0 auto;
clear:both;
}