76
个编辑
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
. | .mw-editsection-divider { | ||
display: inline; | |||
} | } | ||
#Wikiplus-Quickedit { | |||
width: 100%; | |||
min-height: 500px; | |||
word-break: break-all; | |||
} | } | ||
#Wikiplus-Quickedit-Summary-Input { | |||
width: 50%; | |||
} | |||
.skin-vector #Wikiplus-Quickedit-Summary-Input { | |||
margin-top: 5px; | |||
} | |||
#Wikiplus-Quickedit-Preview-Submit, | |||
#Wikiplus-Quickedit-Submit { | |||
margin-top: 5px; | |||
padding: revert; | |||
} | |||
#Wikiplus-Quickedit-Preview-Output { | |||
clear: both; | |||
margin: 5px 0; | |||
} | |||
.Wikiplus-Btn { | |||
position: relative; | |||
float: left; | |||
margin: 3px 5px; | |||
padding: 3px 1em; | |||
width: auto; | |||
background-color: #ffffff; | |||
box-shadow: 0 1px 2px #aaaaaa; | |||
text-align: center; | |||
cursor: pointer; | |||
} | |||
.Wikiplus-Btn a { | |||
position: relative; | |||
display: block; | |||
margin: 0; | |||
color: #000000; | |||
text-decoration: none; | |||
} | |||
.Wikiplus-InterBox { | |||
position: absolute; | |||
top: 20%; | |||
z-index: 200; | |||
padding: 1.5rem 10px; | |||
width: 600px; | |||
min-height: 100px; | |||
border: 1px solid rgba(161,154,220,0.41); | |||
background-color: #edf9f7; | |||
user-select: none; | |||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
} | |||
.Wikiplus-InterBox-Header { | |||
position: relative; | |||
top: 0; | |||
top: -8px; | |||
margin: 0; | |||
width: 100%; | |||
border-bottom: 1px solid #66ccff; | |||
text-align: left; | |||
font-size: 1.1rem; | |||
line-height: 2rem; | |||
cursor: move; | |||
} | |||
.Wikiplus-InterBox-Input { | |||
margin: 1.5rem; | |||
width: 60%; | |||
} | |||
.Wikiplus-InterBox-Btn { | |||
position: relative; | |||
float: right; | |||
margin: auto 3px; | |||
padding: 6px 12px; | |||
border: 1px solid #dedede; | |||
background-color: #ffffff; | |||
vertical-align: middle; | |||
text-align: center; | |||
cursor: pointer; | |||
} | |||
.Wikiplus-InterBox-Btn:hover { | |||
background-color: #e8e8e8; | |||
} | |||
.Wikiplus-InterBox-Close { | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
margin: 3px 7px; | |||
font-size: 1.5rem; | |||
cursor: pointer; | |||
} | |||
.Wikiplus-InterBox label { | |||
font-size: 0.95rem; | |||
} | |||
.Wikiplus-InterBox table.diff { | |||
table-layout: auto; | |||
} | |||
.Wikiplus-InterBox table.diff .diff-addedline, | |||
.Wikiplus-InterBox table.diff .diff-deletedline, | |||
.Wikiplus-InterBox table.diff .diff-lineno { | |||
width: 50%; | |||
} | |||
.Wikiplus-InterBox table.diff .diff-marker { | |||
text-align: left; | |||
} | |||
.Wikiplus-Banner { | |||
margin: 0; | |||
padding: 10px 5px; | |||
min-height: 50px; | |||
background: rgba(193,222,214,0.51); | |||
text-align: center; | |||
font-size: 2rem; | |||
font-family: '-apple-system', 'BlinkMacSystemFont', 'MiSans', '小米兰亭 Pro VF', 'OPPO Sans', 'HarmonyOS Sans', 'HONOR Sans', 'Source Sans 3', 'Source Sans Pro', 'Source Han Sans SC', 'Helvetica', 'Roboto', 'SFProDisplay-Regular', '-apple-system', 'BlinkMacSystemFont', 'MiSans', '小米兰亭 Pro VF', 'OPPO Sans', 'HarmonyOS Sans', 'HONOR Sans', 'Source Sans 3', 'Source Sans Pro', 'Source Han Sans TC', 'Helvetica', 'Roboto', 'SFProDisplay-Regular', 'Plangothic P1', 'Plangothic P2', '方正宋体S-超大字符集', '方正宋体S-超大字符集(SIP)', '文泉驿等宽正黑', 'BabelStone Han', 'HanaMinB', 'FZSong-Extended', 'Arial Unicode MS', 'Code2002', 'DFSongStd', 'unifont', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; | |||
} | |||
.MoeNotification-notice { | |||
position: relative; | |||
display: none; | |||
overflow: hidden; | |||
margin: 3px 5px; | |||
padding: 0 5px; | |||
width: auto; | |||
box-shadow: 0 3px 3px #aaaaaa; | |||
font-size: 1rem; | |||
} | |||
.MoeNotification-notice span { | |||
position: relative; | |||
margin: 3px auto 3px 3px; | |||
color: #ffffff; | |||
text-align: left; | |||
font-size: 1rem; | |||
line-height: 1.5; | |||
} | |||
.MoeNotification-notice-success { | |||
border-left: 5px solid #8dda93; | |||
border-bottom-left-radius: 3px; | |||
border-top-left-radius: 3px; | |||
background-color: #008a00; | |||
} | |||
.MoeNotification-notice-warning { | |||
border-left: 5px solid #ffdf00; | |||
border-bottom-left-radius: 3px; | |||
border-top-left-radius: 3px; | |||
background-color: #f4bd00; | |||
} | |||
.MoeNotification-notice-warning span { | |||
color: #000000; | |||
} | |||
.MoeNotification-notice-error { | |||
border-left: 5px solid #e71717; | |||
border-bottom-left-radius: 3px; | |||
border-top-left-radius: 3px; | |||
background-color: #b00e06; | |||
} | |||
#MoeNotification { | |||
position: fixed; | |||
bottom: 2rem; | |||
left: 0; | |||
z-index: 713; | |||
min-width: 20%; | |||
} | } | ||