MediaWiki:Mobile.css
外观
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 这里放置的CSS将影响使用移动版网站的用户 */
/* 黑条模板css */
span.heitiao{
background-color: #252525;
color: #252525;
text-shadow: none;
}
span.heitiao:hover {
transition: color .13s linear;
color: white;
}
/*分页tabs*/
.tabs-container {
width: 100%;
margin-bottom:20px;
}
.tabs-pages {
display: flex;
list-style:none;
background-color:#e2e9f6;
border-radius:4px;
}
.tab:focus,
.tab:hover {
cursor: pointer;
}
.tab {
padding: 0.5em 1em;
color: #244786;
font-size:16px;
margin:0 0 0 1em;
}
.tab:hover {
background-color: #a4c2f8;
}
.tab.active {
background-color: #c3d8fc;
}
.tabs-contents {
width: 100%;
height: auto;
}
.tab-c {
display: none;
width: 100%;
height: auto;
}
.tab-c.active {
display: block;
}
.inner-content {
padding: .5em;
column-count:3;
border:solid #e2e9f6;
border-radius:4px;
border-width:0 3px 3px;
}
/*分页tabs结束*/
/*传奇模板*/
.legendT {
background:white;
width:100%;
}
.legendT th{
background-color:#E1685D;
color:white;
padding:1em;
}
.legendT ul{
margin:0;
width:100%;
}
.legendT li{
display:inline-block;
margin:0 .7% 0;
text-align:center;
vertical-align:text-top;
width:7%;
min-width:65px;
max-width:125px;
}
.legendT img{
width: 100%;
min-width: 65px;
max-width: 125px;
height: auto;
}
/*传奇模板结束*/