1,219
个编辑
(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: →用于首页: →首页不显示红链: .new { color: inherit; } .mp-2012-text > ul { margin-left: 1em; } #column-feature-more .column-feature-more-header a { font-weight: bold; color: #474747; } #column-feature-more { margin-top: 1.2em; clear: left; } #column-feature-more ul { list-style: none; margin-left: 0; } #column-feature-more li { font-size: .9em; color: #4…”) |
无编辑摘要 |
||
| (未显示2个用户的21个中间版本) | |||
| 第2行: | 第2行: | ||
/* 用于首页 */ | /* 用于首页 */ | ||
/* 首页不显示红链 */ | /* 首页不显示红链 */ | ||
.mp-2012-text > ul { | .mp-2012-text > ul { | ||
margin-left: 1em; | margin-left: 1em; | ||
| 第139行: | 第135行: | ||
/* Scope your styles inside a media query. This means they will only apply on tablet or desktop. */ | /* Scope your styles inside a media query. This means they will only apply on tablet or desktop. */ | ||
/* 以下样式将不会在移动设备中应用 */ | /* 以下样式将不会在移动设备中应用 */ | ||
@media all and ( min-width: 720px ) { | @media all and ( min-width: 720px ) { | ||
| 第284行: | 第279行: | ||
border: 1px solid #CADEED; | border: 1px solid #CADEED; | ||
box-shadow: 0px 1px 3px #DDE6ED; | box-shadow: 0px 1px 3px #DDE6ED; | ||
background: # | background: #fff; | ||
background: linear-gradient(#fff 65%,# | background: linear-gradient(#fff 65%,#eff6fa 100%); | ||
clear: both; | clear: both; | ||
} | } | ||
| 第323行: | 第318行: | ||
height: 119px; | height: 119px; | ||
margin-bottom: 1px; | margin-bottom: 1px; | ||
background-image: url("// | background-image: url("https://turchine.com/turchinewiki/images/1/11/Sign_of_Turchine_300px.png"); | ||
background-position: -118px | background-position: -118px -20px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
| 第333行: | 第328行: | ||
#mp-2012-banner { | #mp-2012-banner { | ||
/* [[File:Zhwp blue banner.png]] */ | /* [[File:Zhwp blue banner.png]] */ | ||
background-image: url("// | background-image: url("https://turchine.com/turchinewiki/images/b/b7/Homepagebanner.png"); | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
height: 120px; | height: 120px; | ||