“MediaWiki:Common.css”的版本间的差异
来自Whiteverse Library
跳到导航跳到搜索(未显示同一档案员的3个中间版本) | |||
第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
. | .responsive-columns { | ||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: space-between; | |||
} | |||
margin: | .column { | ||
flex: 1; | |||
min-width: 200px; | |||
margin: 10px; | |||
} | |||
.column h2 { | |||
text-align: center; | text-align: center; | ||
} | } | ||
.column ul { | |||
list-style-type: none; | |||
padding: 0; | |||
} | |||
.column ul li { | |||
margin: 5px 0; | |||
} | } | ||
. | .column ul li a { | ||
text-decoration: none; | |||
color: #007BFF; | |||
} | } | ||
span.blackbackground{background-color:#000000;} | .column ul li a:hover { | ||
span.blackbackground:hover{background-color:#ffffff;} | text-decoration: underline; | ||
span.completeblackbackground{background-color:#000000;} | } | ||
/*以下是模板样式*/ | |||
span.blackbackground { | |||
background-color: #000000; | |||
} | |||
span.blackbackground:hover { | |||
background-color: #ffffff; | |||
} | |||
span.completeblackbackground { | |||
background-color: #000000; | |||
} | |||
span.completeblackbackground::selection { | |||
color:black; | |||
background:#000001; | |||
} | |||
#mediawikiwvlogo { | #mediawikiwvlogo { | ||
width: 20em; | |||
background:#EEEEEE; | |||
color:#aeaeae; | |||
padding:0.5em; | |||
text-align:center; | |||
margin: 1.7em auto 1.7em; | |||
border-radius: 5em; | |||
} | } | ||
#stubbg{ | #stubbg { | ||
width: 22em; | |||
background- | background: #EEEEEE; | ||
color: #aeaeae; | |||
padding: 0.5em; | |||
text-align: center; | |||
margin: 1.7em auto 1.7em auto; | |||
border-radius: 5em; | |||
} | } | ||
#tucs { | #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; | |||
} | } | ||
2024年6月13日 (四) 12:50的最新版本
/* 这里放置的CSS将应用于所有皮肤 */ .responsive-columns { display: flex; flex-wrap: wrap; justify-content: space-between; } .column { flex: 1; min-width: 200px; margin: 10px; } .column h2 { text-align: center; } .column ul { list-style-type: none; padding: 0; } .column ul li { margin: 5px 0; } .column ul li a { text-decoration: none; color: #007BFF; } .column ul li a:hover { 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; }