MediaWiki:Common.css
来自Whiteverse Library
跳到导航跳到搜索The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/* 这里放置的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;
}