「MediaWiki:Common.css」:修訂間差異

移除 104 位元組 、​ 2022年12月20日 (星期二)
cleanup
無編輯摘要
(cleanup)
第64行: 第64行:
}
}
::-webkit-scrollbar {
::-webkit-scrollbar {
  height: 10px;
height: 10px;
  width: 10px;
width: 10px;
}
}
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
  background: rgb(213, 213, 213);
background: rgb(213, 213, 213);
  border-radius: 6px;
border-radius: 6px;
}
}
::-webkit-scrollbar-thumb:hover {
::-webkit-scrollbar-thumb:hover {
  background: rgb(196, 196, 196);
background: rgb(196, 196, 196);
}
}
/* 公告栏滚动Rollnews */
/* 公告栏滚动Rollnews */
第91行: 第91行:
/* 链接显示效果 */
/* 链接显示效果 */
a:hover {
a:hover {
  text-decoration: none!important;
text-decoration: none!important;
  color: #2a4b8d;
color: #2a4b8d;
}
}
/* 侧边栏、顶部栏、页脚 */
/* 侧边栏、顶部栏、页脚 */
第109行: 第109行:
}
}
.vectorMenuCheckbox {
.vectorMenuCheckbox {
  height:110%;
height:110%;
}
}
.portal {
.portal {
第199行: 第199行:
}
}
#mw-panel .portal .body li a:visited {
#mw-panel .portal .body li a:visited {
  color: #0645ad;
color: #0645ad;
}
}
#mw-head .portal .body li a:visited {
#mw-head .portal .body li a:visited {
  color: #0645ad;
color: #0645ad;
}
}
#ca-conv{
#ca-conv{
第229行: 第229行:
font-size: 170%;
font-size: 170%;
}
}
h2,
h2, h3, h4, h5, h6 {
h3,
h4,
h5,
h6 {
font-family: "roboto",sans-serif !important;
color: #404040 !important;
color: #404040 !important;
line-height: 1.8 !important;
line-height: 1.8 !important;
第253行: 第248行:
/* 搜索框 */
/* 搜索框 */
#simpleSearch {
#simpleSearch {
  max-width: 225px; 
max-width: 225px; 
  background-image: none;
background-image: none;
  padding: 0.1px 10px;
padding: 0.1px 10px;
  opacity: 0.625;
opacity: 0.625;
  display: flex;
display: flex;
  transition: width 0.4s;
transition: width 0.4s;
}
}
#simpleSearch #searchButton {
#simpleSearch #searchButton {
  right: 6px !important;
right: 6px !important;
  width: 20px !important;
width: 20px !important;
  height: 23px !important;
height: 23px !important;
}
}
input::-webkit-search-cancel-button {
input::-webkit-search-cancel-button {
  display:none;
display:none;
}
}
#p-search {
#p-search {
第275行: 第270行:
}
}
@keyframes shake {
@keyframes shake {
  0%,
0%,
  50% {
50% {
transform: rotate(5deg) scale(1.05);
transform: rotate(5deg) scale(1.05);
  }
}
  
  
  25%,
25%,
  75% {
75% {
transform: rotate(-5deg) scale(1.05);
transform: rotate(-5deg) scale(1.05);
  }
}
  
  
  100% {
100% {
transform: rotate(0deg) scale(1.05);
transform: rotate(0deg) scale(1.05);
  }
}
}
}
.oo-ui-actionFieldLayout-input {
.oo-ui-actionFieldLayout-input {
第307行: 第302行:
}
}
.infoBoxx {
.infoBoxx {
  border-radius: 5px;
border-radius: 5px;
  overflow: hidden;
overflow: hidden;
}
}
.infobox {
.infobox {
  margin-top: 0.4em ;
margin-top: 0.4em ;
  margin-left: 2em;
margin-left: 2em;
  padding: 0.3em;
padding: 0.3em;
  width: 285px;
width: 285px;
  float: right;
float: right;
  clear: right;
clear: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
border-radius: 4px;
  overflow: hidden;
overflow: hidden;
  background: rgba(251,251,251,0.7);
background: rgba(251,251,251,0.7);
}
}
.infotemplatebox {
.infotemplatebox {
  margin-top: 0.4em ;
margin-top: 0.4em ;
  margin-left: 2em;
margin-left: 2em;
  padding: 0.03em;
padding: 0.03em;
  width: 285px;
width: 285px;
  float: right;
float: right;
  clear: right;
clear: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
border-radius: 4px;
  overflow: hidden!important;
overflow: hidden!important;
  background: rgba(251,251,251,0.7);
background: rgba(251,251,251,0.7);
}
}
/* 编辑历史调整*/
/* 编辑历史调整*/
第353行: 第348行:
margin-right: 3px;
margin-right: 3px;
}
}
/* Extension:MultimediaViewer的半透明化修改 */
/* Extension:MultimediaViewer的半透明化修改 */
.mw-mmv-overlay {
.mw-mmv-overlay {
position: fixed;
position: fixed;
第371行: 第366行:
display: inherit;
display: inherit;
}
}
body.mediawiki.mw-mmv-lightbox-open > * {
body.mediawiki.mw-mmv-lightbox-open > * {
display: inherit;
display: inherit;
}
}
第448行: 第443行:
}
}
#toc:not(.toc-custom) {
#toc:not(.toc-custom) {
  display: none;
display: none;
}
}
.mw-mmv-filepage-buttons .mw-mmv-view-expanded, .mw-mmv-filepage-buttons .mw-mmv-view-config {
.mw-mmv-filepage-buttons .mw-mmv-view-expanded, .mw-mmv-filepage-buttons .mw-mmv-view-config {
第499行: 第494行:
.action-edit .backToTop,
.action-edit .backToTop,
.action-submit .backToTop {
.action-submit .backToTop {
  display: none !important;
display: none !important;
}
}
/* 表格宽度 */
/* 表格宽度 */
第514行: 第509行:
/* 图片外框圆角化 */
/* 图片外框圆角化 */
.thumbinner {
.thumbinner {
  box-shadow: #666 0 0.4px 1px!important;
box-shadow: #666 0 0.4px 1px!important;
  border-radius: 5px!important;
border-radius: 5px!important;
  overflow: hidden!important;
overflow: hidden!important;
}
}
/* 图库样式 */
/* 图库样式 */