3,716
个编辑
(建立内容为“→这里放置的CSS将应用于所有皮肤: .responsive-columns { display: flex; flex-wrap: wrap; justify-content: space-between; } .column…”的📄新页面) |
|||
第32行: | 第32行: | ||
.column ul li a:hover { | .column ul li a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | |||
/*以下是模板样式*/ | |||
span.blackbackground { | |||
background-color: #000000; | |||
} | |||
span.blackbackground:hover { | |||
background-color: #ffffff; | |||
} | |||
span.completeblackbackground { | |||
background-color: #000000; | |||
} | |||
span.completeblackbackground::selection { | |||
color:black; | |||
background:#000001; | |||
} | |||
#mediawikiwvlogo { | |||
width: 20em; | |||
background:#EEEEEE; | |||
color:#aeaeae; | |||
padding:0.5em; | |||
text-align:center; | |||
margin: 1.7em auto 1.7em; | |||
border-radius: 5em; | |||
} | |||
#stubbg { | |||
width: 22em; | |||
background: #EEEEEE; | |||
color: #aeaeae; | |||
padding: 0.5em; | |||
text-align: center; | |||
margin: 1.7em auto 1.7em auto; | |||
border-radius: 5em; | |||
} | |||
#tucs { | |||
border-radius: 4px; | |||
width: 233px; | |||
height: 20px; | |||
background-image: linear-gradient(to right, #2375c0, #325c62); | |||
color: white; | |||
text-align: center; | |||
} | |||
#accesscontrol { | |||
width: 12em; | |||
background:#EEEEEE; | |||
color:#aeaeae; | |||
padding:0.5em; | |||
text-align:center; | |||
margin: auto auto 1.7em; | |||
border-radius: 5em; | |||
} | } |