Template:希顶经/样式.css:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的1个中间版本) | |||
第1行: | 第1行: | ||
.zhina { | .zhina { | ||
background: # | background: #f2ecde; | ||
padding: 16px; | padding: 16px; | ||
position: relative; | position: relative; | ||
第15行: | 第15行: | ||
text-align: center; | text-align: center; | ||
font-size: 12px; | font-size: 12px; | ||
color: # | color: #9b4400; | ||
} | } | ||
.zhina-nav-left, .zhina-nav-right { | .zhina-nav-left, .zhina-nav-right { | ||
第31行: | 第31行: | ||
margin: 4px; | margin: 4px; | ||
color: #333; | color: #333; | ||
background: | background: white; | ||
} | } |
2022年11月11日 (五) 09:56的最新版本
.zhina {
background: #f2ecde;
padding: 16px;
position: relative;
font-size: 16px;
}
.zhina-title {
text-align: center;
font-size: 24px;
}
.zhina-number {
width: 16px;
height: 16px;
display: inline-block;
text-align: center;
font-size: 12px;
color: #9b4400;
}
.zhina-nav-left, .zhina-nav-right {
position: absolute;
top: 32px;
}
.zhina-nav-left {
left: 16px;
}
.zhina-nav-right {
right: 16px;
}
.zhina-nav-left a, .zhina-nav-right a {
padding: 4px;
margin: 4px;
color: #333;
background: white;
}