「MediaWiki:Common.css」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要
imported>Irukaza |
imported>Irukaza 無編輯摘要 |
||
| 行 84: | 行 84: | ||
#localNotice { | #localNotice { | ||
background-color: rgb(245,245,245,0.3); | background-color: rgb(245,245,245,0.3); | ||
} | |||
/* 链接显示效果 */ | |||
a:hover { | |||
text-decoration: none!important; | |||
color: #2a4b8d; | |||
} | } | ||
/* 侧边栏、顶部栏、页脚 */ | /* 侧边栏、顶部栏、页脚 */ | ||
| 行 109: | 行 114: | ||
height:110%; | height:110%; | ||
} | } | ||
.portal { | .portal { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
#mw-panel { | #mw-panel { | ||
border-right: 1px solid #bbb; | border-right: 1px solid #bbb; | ||
| 行 119: | 行 122: | ||
padding-left: 14px !important; | padding-left: 14px !important; | ||
} | } | ||
#p-logo { | #p-logo { | ||
left: 0px; | left: 0px; | ||
padding-left: 2px; | padding-left: 2px; | ||
} | } | ||
#p-logo a { | #p-logo a { | ||
padding-left: 40px; | padding-left: 40px; | ||
| 行 316: | 行 317: | ||
padding-block-start: 21px; | padding-block-start: 21px; | ||
} | } | ||
#simpleSearch:hover>#searchButton { | #simpleSearch:hover>#searchButton { | ||
animation: shake 0.4s 1 forwards; | animation: shake 0.4s 1 forwards; | ||
} | } | ||
#p-search { | #p-search { | ||
float: left; | float: left; | ||
| 行 328: | 行 327: | ||
} | } | ||
@keyframes shake { | @keyframes shake { | ||
0%, | 0%, | ||
50% { | 50% { | ||
| 行 376: | 行 375: | ||
background: rgba(251,251,251,0.7); | background: rgba(251,251,251,0.7); | ||
} | } | ||
.infotemplatebox { | .infotemplatebox { | ||
margin-top: 0.4em ; | margin-top: 0.4em ; | ||
| 行 388: | 行 386: | ||
overflow: hidden!important; | overflow: hidden!important; | ||
background: rgba(251,251,251,0.7); | background: rgba(251,251,251,0.7); | ||
} | } | ||
/* 编辑历史调整*/ | /* 编辑历史调整*/ | ||