MediaWiki:Common.css:修订间差异

跳到导航 跳到搜索
删除3,285字节 、​ 2022年12月29日 (星期四)
move legacy vector-specific rules to vector.css
无编辑摘要
(move legacy vector-specific rules to vector.css)
第1行: 第1行:
/* 放置于这里的CSS将应用于所有皮肤 */
/* 放置于这里的CSS将应用于所有皮肤 */
/*
* 由用户850710247liu制作的皮肤界面,参考Github添加了Emoji支持
* 更改后要同步到 [[MediaWiki:Gadget-GothicMoe.css]]
*/
/*春季主题背景---画画的纱雾酱*/
body {
background-color: rgba(240, 240, 240, .5);
background-image:url(/index.php/Special:FilePath/%E7%94%BB%E7%94%BB%E7%9A%84%E7%BA%B1%E9%9B%BE%E9%85%B1.png);
background-blend-mode: overlay;
background-position:right 40% bottom 45%;
background-size:670px;
background-attachment:fixed;
background-repeat:no-repeat;
}
.mw-body {
margin-top: -4px;
background-color: rgba(255, 255, 255, 0.8);
}
#footer-places li, #footer-icons li {
float: unset;
display: inline-block;
}
#footer-places, #footer-icons {
display: inline-block;
}


/*全站样式*/
/*全站样式*/
第95行: 第70行:
color: #2a4b8d;
color: #2a4b8d;
}
}
/* 侧边栏、顶部栏、页脚 */
 
.mw-body {
border-left: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-top: none;
border-right: none;
}
.vectorTabs {
font-size: 16px;
padding-top: 2px;
}
.vectorTabs #ca-unwatch.icon a, .vectorTabs #ca-watch.icon a, .vectorTabs #ca-wikilove.icon a {
padding-top: 3.4em;
}
.vectorMenuCheckbox {
height:110%;
}
.portal {
background: transparent !important;
}
#mw-panel {
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
/* background: rgb(254,254,254,0.95) !important; */
background: rgb(246,246,246,0.95) !important;
padding-left: 14px !important;
}
#p-logo {
left: 0px;
padding-left: 2px;
}
#p-logo a {
padding-left: 40px;
left: 0px;
border-right: 1px solid #aaa;
}
#p-logo a:hover {
opacity: 1.0;
}
#mw-head {
background-color: rgb(254,254,254,0.94);
height: 100px;
box-shadow: 0px 1px 2px #aaa;
background-image: url(/index.php/Special:FilePath/%E6%98%A5%E5%A4%A9%E9%A3%9E%E9%B8%9F.png);
background-position: right top;
background-size: 920px;
background-repeat: no-repeat;
transition-property: opacity !important;
transition-duration: 0.25s !important;
}
.vectorMenu {
font-size: 92%;
}
#left-navigation {
margin-left: 233px !important;
}
#mw-page-base {
height: 104px;
}
#left-navigation,
#right-navigation {
margin-top: 60px;
}
#mw-head div.vectorMenu h4 {
height: 1.9em;
margin-bottom: 0;
padding-top: 1.25em;
padding-bottom: 0;
padding-right: 0.5em;
}
#mw-panel div.portal {
padding-bottom: 0.7em;
padding-top: 0.4em;
}
#mw-panel #p-logo .mw-wiki-logo {
width: 175px;
}
#mw-panel {
font-size: 18.5px;
}
#mw-head li {
background: transparent !important;
}
#mw-panel .portal .body li {
line-height: 1.6em;
}
.mw-wiki-logo{
padding-left: 5px !important;
padding-top: 10px !important;
border: none !important;
}
.clear-div {
clear: both;
}
.uls-trigger{
display: none;
}
div.vectorMenu div.menu {
top: 2.8em;
width: 100%;
background-color: rgba(251,251,251,0.9);
border: 1px solid #a7d7f9;
border-top: transparent;
}
#mw-panel .portal .body li a:visited {
color: #0645ad;
}
#mw-head .portal .body li a:visited {
color: #0645ad;
}
#ca-conv{
#ca-conv{
float: right;
float: right;
第246行: 第112行:
padding-top: 11px;
padding-top: 11px;
padding: 0.1em;
padding: 0.1em;
}
/* 搜索框 */
#simpleSearch {
max-width: 225px;
background-image: none;
padding: 0.1px 10px;
opacity: 0.625;
display: flex;
transition: width 0.4s;
}
#simpleSearch #searchButton {
right: 6px !important;
width: 20px !important;
height: 23px !important;
}
input::-webkit-search-cancel-button {
display:none;
}
#p-search {
float: left;
margin-right: 0.5em;
margin-left: 0.6em;
margin-top: 0.1em;
}
}
@keyframes shake {
@keyframes shake {

导航菜单