「MediaWiki:Mobile.css」:修訂間差異

跳至導覽 跳至搜尋
增加 38 位元組 、​ 2022年12月20日 (星期二)
→‎top:​bad link repair, replaced: hmoegirl.com → hmoegirl.info
imported>=海豚=
無編輯摘要
→‎top:​bad link repair, replaced: hmoegirl.com → hmoegirl.info
 
(未顯示由 3 位使用者於中間所作的 19 次修訂)
行 1: 行 1:
/* 放置于这里的CSS将影响使用移动版网站的用户 */
/* 放置于这里的CSS将影响使用移动版网站的用户 */
/* 标题样式调整*/
html>body.skin-minerva .content .mw-parser-output>h2::before,
html>body.skin-minerva .content .section-heading::before {
   content: "#";
   display: block;
   user-select: none;
   color: #ffa92f;
   background-color: #ffa92f;
   position: absolute;
   top: .6em;
   width: 6px;
   overflow: hidden;
}
html>body.skin-minerva .content .mw-parser-output > h2 .indicator, .content .section-heading .indicator {
   margin-left: 1em;
}
/* 链接样式 */
/* 链接样式 */
a:hover {
a:hover {
text-decoration: none;
   text-decoration: none;
}
}
a, a:visited {
a, a:visited {
    text-decoration: none;
    text-decoration: none;
    color: #3366cc;
    color: #3366cc;
}
/* 社群推荐背景样式 */
#mp-banner {
   background-image: url(https://www.hmoegirl.com/images/0/09/80468767.jpg);
}
}
/* 目录样式 */
/* 目录样式 */
行 16: 行 28:
    background-color: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    border: solid 0px transparent !important;
    border: solid 0px transparent !important;
    border-left: 4px solid #f4c430 !important;
    border-left: 4px solid #ffa92f !important;
}
/* 社群推荐背景样式 */
#mp-banner {
   background-image: url(https://www.hmoegirl.info/images/0/09/80468767.jpg);
}
}
/* 页顶提示模板相关 */
/* 页顶提示模板相关 */
行 67: 行 83:
   clear: middle;
   clear: middle;
   background: rgba(251,251,251);
   background: rgba(251,251,251);
}
.infoBoxIcon {
   display: none!important;
}
}
/* 编辑区样式 */
/* 编辑区样式 */
行 76: 行 89:
}
}
#wpSummaryLabel > div > span > label{
#wpSummaryLabel > div > span > label{
display:none;
   display:none;
}
}
.CodeMirror {
.CodeMirror-gutter-elt{
    border: 1px solid #c8ccd1;
    display: none;
}
}
/* 隐藏用户评论头像 */
.CodeMirror-gutters {
.comment-avatar {
    display: none;
    display: none !important;
}
}
.comment-body {
.content .collapsible-heading .edit-page {
   padding-left: 12px !important;
    visibility: inherit!important;
}
.comment-thread .comment-thread {
    margin-left: 35px !important;
}
.comment-thread > div:not(:first-child) .comment-body {
   padding-left: 0px !important;
}
.comment-body {
   padding-left: 7px !important;
   padding-right: 6px !important;
}
.comment-replybox{
border-top: 1px solid rgba(0,0,0,0.13);
   padding-top: 25px!important;
}
.fa-smile-o{
  display:block !important;
}
}
/* 表格优化 */
/* 表格优化 */
table.wraptable {
table.wraptable {
  white-space: normal;
   white-space: normal;
}
}/*
.content table{
.content table {
    display: table;
    display: table;
}
}*/
/* 修复单元格莫名空行 */
/* 修复单元格莫名空行 */
td {
td {
行 193: 行 188:
    background: #a5e4a5;
    background: #a5e4a5;
}
}
  body .content .navbox {
  body .content .navbox {
    display: table !important;
    display: table !important;

導覽選單