MediaWiki:Common.css:修订间差异

删除9字节 、​ 2022年3月5日 (星期六)
无编辑摘要
imported>Irukaza
(撤销Irukaza讨论)的版本120496)
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);
}
/* 链接显示效果 */
a:hover {
  text-decoration: none!important;
  color: #2a4b8d;
}
}
/* 编辑历史调整*/
/* 编辑历史调整*/
匿名用户