MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第327行: | 第327行: | ||
color: #000000; | color: #000000; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
/* 网站公告的样式 Mediawiki:sitenotice 使用 */ | |||
#siteNoticeScroll { | |||
width: 100%; | |||
height: 25px; | |||
line-height: 25px; | |||
overflow: hidden; | |||
text-align: center; | |||
margin-bottom: 0.25em; | |||
} | |||
#siteNoticeScroll ul { | |||
height: 25px; | |||
line-height: 25px; | |||
-webkit-transition: margin .73s ease-in-out; | |||
-moz-transition: margin .73s ease-in-out; | |||
transition: margin .73s ease-in-out; | |||
} | |||
#siteNoticeScroll li { | |||
height: 25px; | |||
list-style: none; | |||
float: left; | |||
width: 100%; | |||
} | } | ||
| 第339行: | 第364行: | ||
.tooltip-content { | .tooltip-content { | ||
visibility: hidden; | visibility: hidden; | ||
background-color: # | background-color: #150d0a; | ||
border: 1px solid # | border: 1px solid #7c502e; | ||
padding: 8px; | padding: 8px; | ||
border-radius: 4px; | border-radius: 4px; | ||
| 第355行: | 第380行: | ||
visibility: visible; | visibility: visible; | ||
} | } | ||
/* 动态 Tooltip 基础样式 */ | /* 动态 Tooltip 基础样式 */ | ||
.dynamic-tooltip { | .dynamic-tooltip { | ||
| 第385行: | 第411行: | ||
border-style: solid; | border-style: solid; | ||
border-color: #333 transparent transparent transparent; | border-color: #333 transparent transparent transparent; | ||
} | } | ||