Widget:首页:修订间差异
跳到导航
跳到搜索
无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的7个中间版本) | |||
第3行: | 第3行: | ||
background-image:none !important; | background-image:none !important; | ||
} | } | ||
a:hover img{filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;} | a:hover img { | ||
filter:alpha(Opacity=80); | |||
-moz-opacity: 0.8; | |||
opacity: 0.8; | |||
} | |||
.mainpage, | .mainpage, | ||
.mainpage * { | .mainpage * { | ||
第21行: | 第25行: | ||
background: rgba(255, 255, 255, .73); | background: rgba(255, 255, 255, .73); | ||
} | } | ||
.mainpage-column>* { | |||
box-shadow: 0.8px 0.8px 1.2px 1.2px #ededde; | box-shadow: 0.8px 0.8px 1.2px 1.2px #ededde; | ||
} | } | ||
第84行: | 第88行: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.mainpage-headtitle { | |||
text-align: center; | text-align: center; | ||
font-size: 1.8em; | font-size: 1.8em; | ||
第99行: | 第103行: | ||
text-indent: 0; | text-indent: 0; | ||
margin-top: 0; | margin-top: 0; | ||
padding-left: .5em; | padding-left: .5em; | ||
font-family: EasonPro, "黑体", serif !important; | font-family: EasonPro, "黑体", serif !important; | ||
font-weight: 400 !important; | font-weight: 400 !important; | ||
} | } | ||
.mainpage-column h2 { | |||
color: #8b8b22 !important; | color: #8b8b22 !important; | ||
border-left: 1em #ededde solid; | border-left: 1em #ededde solid; | ||
第157行: | 第160行: | ||
border: none !important; | border: none !important; | ||
} | } | ||
.mainpage-banner-control-triggle { | |||
border: 3px rgba(139, 139, 34, .5) solid !important; | border: 3px rgba(139, 139, 34, .5) solid !important; | ||
} | } | ||
.mainpage-banner-control-triggle.on { | |||
border-color: white; | border-color: white; | ||
background-color: rgba(139, 139, 34, .5)!important; | background-color: rgba(139, 139, 34, .5)!important; | ||
第182行: | 第185行: | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
/* responsive */ | |||
.mainpage-page-img { | .mainpage-page-img { | ||
width: 100%; | height: auto; | ||
max-width: 100%; | |||
} | } | ||
.mainpage-page-intro { | .mainpage-page-intro { | ||
第255行: | 第260行: | ||
display: none; | display: none; | ||
} | } | ||
h2 .mw-headline::after { | .mw-parser-output h2 .mw-headline::after, .mw-parser-output h2::after { | ||
display: none !important; | display: none !important; | ||
} | } | ||
.firstHeading { | .firstHeading { | ||
display: none; | display: none; | ||
} | } |
2023年2月1日 (三) 14:43的最新版本
=。=