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

来自个人维基
跳转至: 导航搜索
第2行: 第2行:
 
button,
 
button,
 
select {
 
select {
font-size: 1rem;
+
font-size: 1rem;
 
}
 
}
  
 
#mw-page-base,
 
#mw-page-base,
 
#mw-page-base-master {
 
#mw-page-base-master {
    background: linear-gradient(#398, #f6f6f6 50%);
+
background: linear-gradient(#398, #f6f6f6 50%);
 
}
 
}
 
body.ns-12 #ca-talk,
 
body.ns-12 #ca-talk,
 
body.ns-13 #ca-nstab-help {
 
body.ns-13 #ca-nstab-help {
    display: none;
+
display: none;
 
}
 
}
 
#footer-places {
 
#footer-places {
    display: none;
+
display: none;
 
}
 
}
  
 
body.ns-14 #mw-subcategories,
 
body.ns-14 #mw-subcategories,
 
body.ns-14 #mw-pages {
 
body.ns-14 #mw-pages {
    clear: left;
+
clear: left;
 
}
 
}
 
body.ns-14 #mw-subcategories h3,
 
body.ns-14 #mw-subcategories h3,
 
body.ns-14 #mw-pages h3 {
 
body.ns-14 #mw-pages h3 {
    font-size: .75rem;
+
font-size: .75rem;
    padding: 0;
+
padding: 0;
    clear: left;
+
clear: left;
    float: left;
+
float: left;
    transform: translate(0, 5px);
+
transform: translate(0, 5px);
    line-height: 100%;
+
line-height: 100%;
    border: .25rem solid transparent;
+
border: .25rem solid transparent;
    border-right-width: .15rem;
+
border-right-width: .15rem;
    border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPjxwYXRoIGZpbGw9IiNkZGQiIGQ9Ik0wLDBIMUwyLDEsMSwySDBaIi8+PC9zdmc+)
+
border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPjxwYXRoIGZpbGw9IiNkZGQiIGQ9Ik0wLDBIMUwyLDEsMSwySDBaIi8+PC9zdmc+)
        0 1 0 0 fill / .5rem / .5rem;
+
0 1 0 0 fill / .5rem / .5rem;
 +
}
 +
body.ns-14 #mw-subcategories h3:empty,
 +
body.ns-14 #mw-subcategories h3:-moz-only-whitespace,
 +
body.ns-14 #mw-pages h3:empty,
 +
body.ns-14 #mw-pages h3:-moz-only-whitespace {
 +
display: none;
 
}
 
}
 
body.ns-14 #mw-subcategories li,
 
body.ns-14 #mw-subcategories li,
 
body.ns-14 #mw-pages li {
 
body.ns-14 #mw-pages li {
    margin-left: 2rem;
+
margin-left: 2rem;
 
}
 
}
  
 
#p-logo>a {
 
#p-logo>a {
    background-size: 135px 135px;
+
background-size: 135px 135px;
 
}
 
}
  
 
@media screen and (max-width: 600px) {
 
@media screen and (max-width: 600px) {
    #searchform {
+
#searchform {
        display: none;
+
display: none;
    }
+
}
 
}
 
}
 
#searchform input {
 
#searchform input {
第52行: 第58行:
 
}
 
}
 
#searchform input[type=submit] {
 
#searchform input[type=submit] {
    background: linear-gradient(#f0f0f0, #e0e0e0);
+
background: linear-gradient(#f0f0f0, #e0e0e0);
    border-radius: 3px;
+
border-radius: 3px;
    border: 1px solid #c0c0c0;
+
border: 1px solid #c0c0c0;
    padding: 2px 5px;
+
padding: 2px 5px;
 
}
 
}
 
#wpSave {
 
#wpSave {
    display: inline-block;
+
display: inline-block;
    padding: 0.5rem 1rem;
+
padding: 0.5rem 1rem;
    background: linear-gradient(#4060ff, #3040ff);
+
background: linear-gradient(#4060ff, #3040ff);
    color: white;
+
color: white;
    border-radius: 3px;
+
border-radius: 3px;
    border: 2px solid #1c2880;
+
border: 2px solid #1c2880;
 
}
 
}
 
#wpPreview,
 
#wpPreview,
 
#wpDiff {
 
#wpDiff {
    display: inline-block;
+
display: inline-block;
    padding: 0.5rem 1rem;
+
padding: 0.5rem 1rem;
    background: linear-gradient(#f0f0f0, #e0e0e0);
+
background: linear-gradient(#f0f0f0, #e0e0e0);
    color: black;
+
color: black;
    border-radius: 3px;
+
border-radius: 3px;
    border: 2px solid #c0c0c0;
+
border: 2px solid #c0c0c0;
 
}
 
}
  
 
/* Template:BiliVideo */
 
/* Template:BiliVideo */
 
.lnnblog-bilivideo {
 
.lnnblog-bilivideo {
    width: 48rem;
+
width: 48rem;
    height: 27rem;
+
height: 27rem;
 
}
 
}

2022年9月5日 (一) 09:20的版本

input,
button,
select {
	font-size: 1rem;
}
 
#mw-page-base,
#mw-page-base-master {
	background: linear-gradient(#398, #f6f6f6 50%);
}
body.ns-12 #ca-talk,
body.ns-13 #ca-nstab-help {
	display: none;
}
#footer-places {
	display: none;
}
 
body.ns-14 #mw-subcategories,
body.ns-14 #mw-pages {
	clear: left;
}
body.ns-14 #mw-subcategories h3,
body.ns-14 #mw-pages h3 {
	font-size: .75rem;
	padding: 0;
	clear: left;
	float: left;
	transform: translate(0, 5px);
	line-height: 100%;
	border: .25rem solid transparent;
	border-right-width: .15rem;
	border-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPjxwYXRoIGZpbGw9IiNkZGQiIGQ9Ik0wLDBIMUwyLDEsMSwySDBaIi8+PC9zdmc+)
		0 1 0 0 fill / .5rem / .5rem;
}
body.ns-14 #mw-subcategories h3:empty,
body.ns-14 #mw-subcategories h3:-moz-only-whitespace,
body.ns-14 #mw-pages h3:empty,
body.ns-14 #mw-pages h3:-moz-only-whitespace {
	display: none;
}
body.ns-14 #mw-subcategories li,
body.ns-14 #mw-pages li {
	margin-left: 2rem;
}
 
#p-logo>a {
	background-size: 135px 135px;
}
 
@media screen and (max-width: 600px) {
	#searchform {
		display: none;
	}
}
#searchform input {
 font-size: .75rem;
}
#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;
}