模板:会议大厅页顶/style.css:修订间差异
无编辑摘要
BugCatcher(讨论 | 贡献) 小无编辑摘要 |
BugCatcher(讨论 | 贡献) 无编辑摘要 |
||
第1行: | 第1行: | ||
hr { | |||
background:transparent; | |||
border-top:2px dotted #3b898a; | |||
} | } | ||
. | .button-1 { | ||
background:#3b898a; | |||
} | |||
.button-1 a { | |||
color:white; | |||
} | } | ||
. | .button-2 { | ||
background:#ddedee; | |||
} | } | ||
.button-2 a { | |||
. | color:#3b898a; | ||
} | } | ||
. | .button-3 { | ||
background:#ddedee; | |||
} | } | ||
.button-3 a { | |||
color:#2A52BE; | |||
. | |||
} | } | ||
.button-3>a::after { | |||
.button- | display:none; | ||
} | } | ||
.button | .button { | ||
transition: all .35s; | |||
text-align:center; | |||
border-radius:5px; | |||
margin:5px 5px; | |||
} | } | ||
.button a { | |||
.button | display: block; | ||
padding: 5px; | |||
height: 100%; | |||
} | } | ||
.button:hover { | |||
.button | box-shadow: 0 0 8px #bbb; | ||
} | } | ||
.button- | .button-2:hover, | ||
.button- | .button-3:hover { | ||
background:#EFF9F8; | |||
} | } |