模板:会议大厅页顶/style.css:修订间差异
BugCatcher(讨论 | 贡献) 小无编辑摘要 标签:已被回退 |
BugCatcher(讨论 | 贡献) 小无编辑摘要 标签:已被回退 |
||
第64行: | 第64行: | ||
.button-list>a, | .button-list>a, | ||
.button-list>a.external:visited { | .button-list>a.external:visited { | ||
color: # | color: #F5FFFA; | ||
} | } |
2023年4月10日 (一) 19:53的版本
.meeting-hall-title { text-align: center; font-size: larger; font-weight: 700 } .apply-button-list { display: flex; flex-wrap: wrap; justify-content: center; } .apply-button-list>a { margin: 0.5em; padding: 0.4em 1em 0.4em; font-size: 1.2em; font-weight: 700; line-height: 100%; background: #eaeff2; border-radius: 0.5em; transition: .3s all; background-image: none; } .apply-button-list>a::after { display: none; } .apply-button-list a:hover { background: #f2f2f2; } .apply-button-list>a, .apply-button-list>a.external:visited { color: #0645ad; } .button-list { display: flex; flex-wrap: wrap; justify-content: center; } .button-list>a { margin: 0.5em; padding: 0.4em 1em 0.4em; font-size: 1.2em; font-weight: 700; line-height: 100%; background: #A6FFCC; border-radius: 0.5em; transition: .3s all; background-image: none; } .button-list>a::after { display: none; } .button-list a:hover { background: #f2f2f2; } .button-list>a, .button-list>a.external:visited { color: #F5FFFA; }