MediaWiki:Mobile.css:修订间差异

来自SS唯基
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第22行: 第22行:
   display: flex;
   display: flex;
   list-style:none;
   list-style:none;
   background-color:#6da1ff;
   background-color:#e2e9f6;
   margin:0px;
   border-radius:4px;
}
}


第33行: 第33行:
.tab {
.tab {
   padding: 0.5em 1em;
   padding: 0.5em 1em;
   color: white;
   color: #244786;
   font-size:16px;
   font-size:16px;
   margin:0;
   margin:0 0 0 1em;
}
}


.tab:hover {
.tab:hover {
   background-color: #b1cdff;
   background-color: #a4c2f8;
}
}


.tab.active {
.tab.active {
  color:black;
   background-color: #c3d8fc;
   background-color: #b1cdff;
}
}


第57行: 第56行:
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
  color: black;
  background-color:#b1cdff;
}
}


第67行: 第64行:
.inner-content {
.inner-content {
   padding: .5em;
   padding: .5em;
  column-count:3;
  border:solid #e2e9f6;
  border-radius:4px;
  border-width:0 3px 3px;
}
}


/*分页tabs结束*/


/*分页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;
}
 
/*传奇模板结束*/

2020年8月20日 (四) 04:51的版本

/* 这里放置的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;
}

/*传奇模板结束*/