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

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

来自LLWiki
跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
标签移动版网页编辑 移动版编辑
第1行: 第1行:
ul.gallery audio {
width: auto; /* Safari */
min-width: 100%; /* Chrome和Edge */
max-width: 100%; /* Firefox */
}
.page-Special_新建文件 audio {
position: absolute;
left: 0;
top: 63px;
}
.page-Special_新建文件 .gallery .thumb {
position: relative;
height: 150px;
}

#mw-content-text {
#mw-content-text {
font-family: Tahoma, Verdana, sans-serif;
font-family: Tahoma, Verdana, sans-serif;

2021年7月20日 (二) 01:37的版本

ul.gallery audio {
	width: auto; /* Safari */
	min-width: 100%; /* Chrome和Edge */
	max-width: 100%; /* Firefox */
}
.page-Special_新建文件 audio {
	position: absolute;
	left: 0;
	top: 63px;
}
.page-Special_新建文件 .gallery .thumb {
	position: relative;
	height: 150px;
}

#mw-content-text {
	font-family: Tahoma, Verdana, sans-serif;
}
.mw-redirect {
	font-style: italic;
}

/* 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;
}
#wpTextbox1, #Wikiplus-Quickedit, .CodeMirror {
	font-family: Monaco, Menlo, Courier, monospace;
}

/* 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;
}