更改

添加1,037字节 、 2023年10月21日 (六) 12:23
无编辑摘要
第162行: 第162行:  
     margin: 1em 0;
 
     margin: 1em 0;
 
     text-align: justify;
 
     text-align: justify;
 +
}
 +
 +
.content table {
 +
    overflow: auto;
 +
    overflow-y: auto;
 +
    overflow-x: auto;
 
}
 
}
   第192行: 第198行:  
.header .search-box {
 
.header .search-box {
 
     padding-left: 1.5em;
 
     padding-left: 1.5em;
 +
}
 +
 +
.minerva-user-navigation {
 +
    min-width: 0;
 
}
 
}
   第226行: 第236行:  
.hidetext:hover a.new {
 
.hidetext:hover a.new {
 
     color: #ff4b6a;
 
     color: #ff4b6a;
 +
}
 +
 +
.hidetext a:visited {
 +
  color:#ff9dae;
 +
}
 +
 +
.hidetext:hover a:visited {
 +
  color:#9ca5aa;
 +
}
 +
 +
 +
/* === Collapsible elements. Toggle-link moved to left. ===
 +
/* Margin around it adjusted.
 +
/* https://community.fandom.com/wiki/Thread:1104268
 +
/* https://community.wikia.com/wiki/Thread:499656
 +
/* https://community.wikia.com/wiki/Help:Collapsing
 +
/* https://cannabis.wikia.com/wiki/MediaWiki:Wikia.css */
 +
 +
.mw-collapsible span.mw-collapsible-toggle {
 +
    float:left;
 +
    margin-left:0;
 +
    margin-right:1em;
 +
}
 +
 +
@media (max-width: 720px) {
 +
    body .content .character-table {
 +
        width: 1200px !important;
 +
        display: table !important;
 +
        box-sizing: content-box !important;
 +
    }
 +
 +
    body .content table.wikitable {
 +
        border: 1px solid !important;  /* 或者你想要的任何其他边框样式 */
 +
    }
 +
 +
    body .content caption {
 +
        display: table-caption !important;
 +
    }
 
}
 
}