MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 标签:手工回退 |
||
(未显示同一用户的58个中间版本) | |||
第3行: | 第3行: | ||
font-family: 微软雅黑; | font-family: 微软雅黑; | ||
} | } | ||
.infobox { | .infobox { | ||
background: #eee; | background: #eee; | ||
第49行: | 第51行: | ||
.heimu:active .new, .heimu .new:active, .new:active .heimu { | .heimu:active .new, .heimu .new:active, .new:active .heimu { | ||
color: #BA0000 !important; | color: #BA0000 !important; | ||
} | |||
/* 首頁目錄的樣式 */ | |||
.index { | |||
display: flex; | |||
} | |||
.index-phone { | |||
display: none; | |||
} | |||
.index-link { | |||
margin:5px; | |||
height:40px; | |||
width:98%; | |||
border-radius: 25px; | |||
background-image: linear-gradient(aqua, #9966FF); | |||
} | |||
.link-content { | |||
transition: 1s; | |||
} | |||
.link-content:hover { | |||
text-shadow: 4px 4px gray; | |||
} | |||
@media screen and (max-width: 900px) { | |||
.fongjing { | |||
display: none; | |||
} | |||
.topic { | |||
display: none; | |||
} | |||
.index-phone { | |||
display: flex; | |||
} | |||
} | } |