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

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

来自LLWiki
跳转到导航 跳转到搜索
第4行: 第4行:
border-collapse: separate;
border-collapse: separate;
border-spacing: 0;
border-spacing: 0;
border-width: 0.5px;
}
}
.radio-list.wikitable td {
.radio-list.wikitable td, .radio-list.wikitable th {
border-width: 0.5px;
border-width: 0.5px;
}
}
第14行: 第15行:
text-align:left;
text-align:left;
}
}
.table-none {
.wikitable .table-none {
border: none;
border: none;
background-color: #e5e7e9;
background-color: #e5e7e9;

2020年10月10日 (六) 04:54的版本

.radio-list {
	font-size:small;
	text-align:center;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0.5px;
}
.radio-list.wikitable td, .radio-list.wikitable th {
	border-width: 0.5px;
}
.radio-list td:nth-child(-n+2) {
	text-align:right;
}
.radio-with-comment td:last-child {
	text-align:left;
}
.wikitable .table-none {
	border: none;
	background-color: #e5e7e9;
}

.queried-id {
	margin-right: 1ch;
	background-color: cornsilk;
}

#wpTextbox1, #Wikiplus-Quickedit {
	font-family: monospace;
}

.comment--without-parentheses {
	word-break: break-all;
}

.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: white;
	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;
}
.skin-minerva .quickEdit-replace input, .skin-minerva .quickEdit-replace textarea {
	font-size: 16px;
}
#quickEdit-replace-regex {
	display: inline;
}
.quickEdit-replace button, #quickEdit-replace-regex {
	margin: 0 5px;
	cursor: pointer;
}

.mw-editTools > :not(div) {
	display:none;
}

.skin-minerva .sec-hide {
	 display:none !important;
}
.skin-minerva .section-container h2 {
	 cursor:pointer;
}
.skin-minerva .section-container h2 .mw-ui-icon-flush-left {
	 height:1.3em;
}

.Wikiplus-InterBox-Close,
/* #p-navigation, */
#feedlinks, #t-log, #t-print, #t-permalink {
	display:none;
}
textarea#Wikiplus-Quickedit {
	min-height:0;
	height:370px;
}