“MediaWiki:Vector.css”的版本间的差异

来自个人维基
跳转至: 导航搜索
第15行: 第15行:
 
@media screen and (max-width: 600px) {
 
@media screen and (max-width: 600px) {
 
     #searchform {
 
     #searchform {
         disply: none;
+
         display: none;
 
     }
 
     }
 
}
 
}

2022年7月1日 (五) 22:17的版本

#mw-page-base,
#mw-page-base-master {
    background: linear-gradient(#398, #f6f6f6 50%);
}
body.ns-0 #ca-talk,
body.ns-1 #ca-nstab-main,
body.ns-4 #ca-talk,
body.ns-5 #ca-nstab-project {
    display: none;
}
#footer-places {
    display: none;
}
 
@media screen and (max-width: 600px) {
    #searchform {
        display: none;
    }
}
#searchform input[type=submit] {
    background: linear-gradient(#f0f0f0, #e0e0e0);
    border-radius: 3px;
    border: 1px solid #c0c0c0;
    padding: 2px 5px;
}
#wpSave {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(#4060ff, #3040ff);
    color: white;
    border-radius: 3px;
    border: 2px solid #1c2880;
}
#wpPreview,
#wpDiff {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(#f0f0f0, #e0e0e0);
    color: black;
    border-radius: 3px;
    border: 2px solid #c0c0c0;
}
 
/* Template:BiliVideo */
.lnnblog-bilivideo {
    width: 48rem;
    height: 27rem;
}