LLWiki正在建设中,欢迎加入我们

“User:Bhsd/common.css”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
 
(未显示同一用户的116个中间版本)
第1行: 第1行:
/* 移动版tabs */
/* 数字等宽 */
#mw-content-text {
.tabs, .tabs * {
font-family: Tahoma, Verdana, sans-serif;
max-height: 1000000px;
}
}
/* 隐藏表单 */
/* Menlo的下划线太细 */
#wpTextbox1, #Wikiplus-Quickedit, .CodeMirror, code, pre, .template-code, .template-pre {
.tabs-input, #tabs-inputform {
font-family: Monaco, Menlo, Courier, monospace;
display: none;
}
}
/* Monaco的删除线太细 */
/* label */
.cm-mw-tag-s, .cm-mw-tag-strike, .cm-mw-tag-del {
.tabs-label {
font-family: Menlo, Courier, monospace;
cursor: pointer;
padding: 1px 6px;
background-color: #DDD;
border: 1px solid #AAA;
}
}
.tabs-label:hover {
.mw-redirect {
font-style: italic;
background-color: #CCC;
}
}
.mw-parser-output a[href*='#']:not([class]) {
.tabs-tabbox > .tabs-label {
margin: 0 2px;
color: #007a5e;
border-bottom: none;
border-radius: 7px 7px 0 0;
position: relative;
display: inline-block;
vertical-align: bottom;
}
}

.tabs-plain > .tabs-label {
/* eruda */
border: 1px solid #AAA;
#eruda-loader {
border-radius: 8px;
margin: 2px;
position: fixed;
left: 0.76923077rem;
bottom: 3rem;
width: 40px;
height: 40px;
box-sizing: border-box;
border-radius: 10px;
padding: 7.5px;
background: #000;
opacity: 0.3;
z-index: 1;
}
}
#eruda-loader > div {
.tabs-tabbox > .tabs-input + .tabs-input + .tabs-label {
border: 2.5px solid #fff;
margin-left: 10px;
border-radius: 50%;
padding: 4px;
font-size: 12px;
color: #fff;
}
}

.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
/* 特定页面 */
z-index: 2;
.queried-id {
background-color: #FFF;
margin-right: 1ch;
background-color: #fff8dc;
}
}
.comment--without-parentheses {
/* container */
word-break: break-all;
.tabs-tabbox > .tabs-container {
margin-top: -1px;
padding: 2px 6px;
border-radius: 8px;
position: relative;
border: 1px solid #AAA;
width: inherit;
max-width: inherit;
min-width: inherit;
z-index: 1;
}
}
.noredirect > .allpagesredirect,
.tabs-plain > .tabs-container {
.jsTable th:last-child, .jsTable td:last-child,
border-radius: 0;
.mw-editTools > :not(div) {
border: none;
padding: 0;
margin-top: 1px;
}
/* content */
.tabs-content {
display: none;
display: none;
}
}
.jsTable2 td:last-child {

text-align: right;
div.Wikiplus-InterBox {
top:80px !important;
border:1px #a7d7f9 solid !important;
right:0.5em;
width:1000px !important;
padding:10px;
}
}
#myJsSize {

color: #0645ad;
.Wikiplus-InterBox-Header,
cursor: pointer;
#Wikiplus-Quickedit-Jump,
}
#Wikiplus-Quickedit-Summary-Input + br,
.myTable {
.Wikiplus-InterBox-Close,
text-align: center;
#p-navigation, #feedlinks, #t-log, #t-print {
}
display:none;
.myTable td[data-sort-value="1"] {
background-color: #cfc;
}
.myTable td[data-sort-value="-1"] {
background-color: #fcc;
}
}


textarea#Wikiplus-Quickedit {
/* Wikiplus替换 */
.quickEdit-replace {
min-height:0;
position: fixed;
height:400px;
top: calc(50% - 55px);
left: calc(50% - 155px);
border: 1px #ccc solid;
box-shadow: 0 0 3px #ccc;
padding: 10px 20px;
z-index: 10000;
background-color: #fff;
text-align: center;
}
.quickEdit-replace label {
display: block;
margin-bottom: 5px;
white-space: nowrap;
}
.quickEdit-replace input[type="text"], .quickEdit-replace textarea {
width: 220px;
height: 22px;
text-indent: 5px;
border: 1px #ababab solid;
display: inline;
box-sizing: border-box;
vertical-align: middle;
font-size: 100%;
font-family: sans-serif;
}
#quickEdit-replace-regex {
display: inline;
}
.quickEdit-replace button, #quickEdit-replace-regex {
margin: 0 5px;
cursor: pointer;
}
}

2022年1月25日 (二) 13:50的最新版本

/* 数字等宽 */
#mw-content-text {
	font-family: Tahoma, Verdana, sans-serif;
}
/* Menlo的下划线太细 */
#wpTextbox1, #Wikiplus-Quickedit, .CodeMirror, code, pre, .template-code, .template-pre {
	font-family: Monaco, Menlo, Courier, monospace;
}
/* Monaco的删除线太细 */
.cm-mw-tag-s, .cm-mw-tag-strike, .cm-mw-tag-del {
	font-family: Menlo, Courier, monospace;
}
.mw-redirect {
	font-style: italic;
}
.mw-parser-output a[href*='#']:not([class]) {
	color: #007a5e;
}

/* eruda */
#eruda-loader {
	position: fixed;
	left: 0.76923077rem;
	bottom: 3rem;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 7.5px;
	background: #000;
	opacity: 0.3;
	z-index: 1;
}
#eruda-loader > div {
	border: 2.5px solid #fff;
	border-radius: 50%;
	padding: 4px;
	font-size: 12px;
	color: #fff;
}

/* 特定页面 */
.queried-id {
	margin-right: 1ch;
	background-color: #fff8dc;
}
.comment--without-parentheses {
	word-break: break-all;
}
.noredirect > .allpagesredirect,
.jsTable th:last-child, .jsTable td:last-child,
.mw-editTools > :not(div) {
	display: none;
}
.jsTable2 td:last-child {
	text-align: right;
}
#myJsSize {
	color: #0645ad;
	cursor: pointer;
}
.myTable {
	text-align: center;
}
.myTable td[data-sort-value="1"] {
	background-color: #cfc;
}
.myTable td[data-sort-value="-1"] {
	background-color: #fcc;
}

/* Wikiplus替换 */
.quickEdit-replace {
	position: fixed;
	top: calc(50% - 55px);
	left: calc(50% - 155px);
	border: 1px #ccc solid;
	box-shadow: 0 0 3px #ccc;
	padding: 10px 20px;
	z-index: 10000;
	background-color: #fff;
	text-align: center;
}
.quickEdit-replace label {
	display: block;
	margin-bottom: 5px;
	white-space: nowrap;
}
.quickEdit-replace input[type="text"], .quickEdit-replace textarea {
	width: 220px;
	height: 22px;
	text-indent: 5px;
	border: 1px #ababab solid;
	display: inline;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 100%;
	font-family: sans-serif;
}
#quickEdit-replace-regex {
	display: inline;
}
.quickEdit-replace button, #quickEdit-replace-regex {
	margin: 0 5px;
	cursor: pointer;
}