MediaWiki:Mobile.css

来自SS唯基
Fezz240讨论 | 贡献2022年9月4日 (日) 12:01的版本 (模版: 收纳表)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera: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.2em 0.5em;
  color: #244786;
  font-size:14px;
  margin:0 0 0 0.3em;
}

.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: .2em;
  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;
}

/*传奇模板结束*/



/*收纳表模版开始*/
.stgt {
    width: 95%;
}
.stgt.hori {
    display: flex;
}
.stab {
    display:  grid;
    margin:   0;
    padding:  1%;
    gap:      6px;
    width:    inherit;
}
.stab.hori {
    display:     inline-grid;
    height:      400px;
    overflow-y:  auto;
    width:       20%;
}
.sitm {
    margin:   0;
    padding:  0;
    font-weight:  700;
}
.ctab {
    margin:       0;
    padding:      1%;
    margin-left:  0;
    width:        inherit;
}
.ctab.hori {
    display:    inline;
    height:     400px;
    overflow-y: auto;
    width:      60%;
}
/*收纳表模版结束*/