MediaWiki:Mobile.css:修订间差异
imported>=海豚= 无编辑摘要 |
小 →top:bad link repair, replaced: hmoegirl.com → hmoegirl.info |
||
| (未显示3个用户的22个中间版本) | |||
| 第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; | ||
} | } | ||
/* 目录样式 */ | /* 目录样式 */ | ||
| 第45行: | 第28行: | ||
background-color: #F5F5F5 !important; | background-color: #F5F5F5 !important; | ||
border: solid 0px transparent !important; | border: solid 0px transparent !important; | ||
border-left: 4px solid # | border-left: 4px solid #ffa92f !important; | ||
} | |||
/* 社群推荐背景样式 */ | |||
#mp-banner { | |||
background-image: url(https://www.hmoegirl.info/images/0/09/80468767.jpg); | |||
} | } | ||
/* 页顶提示模板相关 */ | /* 页顶提示模板相关 */ | ||
| 第88行: | 第75行: | ||
float: middle; | float: middle; | ||
clear: middle; | clear: middle; | ||
margin:0 auto; | |||
background: rgba(251,251,251,0.7); | |||
} | } | ||
.infotemplatebox { | .infotemplatebox { | ||
padding: 0.2em; | |||
float: middle; | float: middle; | ||
clear: middle; | clear: middle; | ||
background: rgba(251,251,251); | |||
} | } | ||
/* 编辑区样式 */ | /* 编辑区样式 */ | ||
| 第98行: | 第89行: | ||
} | } | ||
#wpSummaryLabel > div > span > label{ | #wpSummaryLabel > div > span > label{ | ||
display:none; | |||
display: none | |||
} | } | ||
. | .CodeMirror-gutter-elt{ | ||
display: none; | |||
} | } | ||
. | .CodeMirror-gutters { | ||
display: none; | |||
} | } | ||
. | .content .collapsible-heading .edit-page { | ||
visibility: inherit!important; | |||
} | } | ||
/* 表格优化 */ | /* 表格优化 */ | ||
table.wraptable { | table.wraptable { | ||
white-space: normal; | |||
} | }/* | ||
.content table{ | .content table { | ||
display: table; | display: table; | ||
} | }*/ | ||
/* 修复单元格莫名空行 */ | /* 修复单元格莫名空行 */ | ||
td { | td { | ||
| 第209行: | 第182行: | ||
#content.content table.wikitable { | #content.content table.wikitable { | ||
border: none; | border: none; | ||
} | } | ||
/* 大家族模板 */ | /* 大家族模板 */ | ||
| 第225行: | 第188行: | ||
background: #a5e4a5; | background: #a5e4a5; | ||
} | } | ||
body .content .navbox { | body .content .navbox { | ||
display: table !important; | display: table !important; | ||