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

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

来自LLWiki
跳转到导航 跳转到搜索
(// Edit via Wikiplus)
标签移动版网页编辑 移动版编辑
标签移动版网页编辑 移动版编辑
第1行: 第1行:
/* 移动版tabs */
.tabs, .tabs * {
.tabs, .tabs * {
max-height: 1000000px;
max-height: 1000000px;
}
}
/* 隐藏表单 */
.tabs-input, #tabs-inputform {
.tabs-input, #tabs-inputform {
display: none;
display: none;
}
}
/* label */
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
.tabs-label {
z-index: 2;
cursor: pointer;
background-color: #FFF;
padding: 1px 6px;
}
background-color: #DDD;
.tabs-tabbox > .tabs-input + .tabs-input + .tabs-label {
margin-left: 10px;
}
.tabs-plain > .tabs-label {
border: 1px solid #AAA;
border: 1px solid #AAA;
}
border-radius: 8px;
.tabs-label:hover {
margin: 2px;
background-color: #CCC;
}
}
.tabs-tabbox > .tabs-label {
.tabs-tabbox > .tabs-label {
第25行: 第25行:
vertical-align: bottom;
vertical-align: bottom;
}
}
.tabs-label:hover {
.tabs-plain > .tabs-label {
background-color: #CCC;
}
.tabs-label {
cursor: pointer;
padding: 1px 6px;
background-color: #DDD;
border: 1px solid #AAA;
border: 1px solid #AAA;
border-radius: 8px;
margin: 2px;
}
}
.tabs-plain > .tabs-container {
.tabs-tabbox > .tabs-input + .tabs-input + .tabs-label {
border-radius: 0;
margin-left: 10px;
}
border: none;
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
padding: 0;
margin-top: 1px;
z-index: 2;
background-color: #FFF;
}
}
/* container */
.tabs-tabbox > .tabs-container {
.tabs-tabbox > .tabs-container {
margin-top: -1px;
margin-top: -1px;
第51行: 第49行:
z-index: 1;
z-index: 1;
}
}
.tabs-plain > .tabs-container {
border-radius: 0;
border: none;
padding: 0;
margin-top: 1px;
}
/* content */
.tabs-content {
.tabs-content {
display: none;
display: none;

2020年8月9日 (日) 01:35的版本

/* 移动版tabs */
.tabs, .tabs * {
	max-height: 1000000px;
}
/* 隐藏表单 */
.tabs-input, #tabs-inputform {
	display: none;
}
/* label */
.tabs-label {
	cursor: pointer;
	padding: 1px 6px;
	background-color: #DDD;
	border: 1px solid #AAA;
}
.tabs-label:hover {
	background-color: #CCC;
}
.tabs-tabbox > .tabs-label {
	margin: 0 2px;
	border-bottom: none;
	border-radius: 7px 7px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.tabs-plain > .tabs-label {
	border: 1px solid #AAA;
	border-radius: 8px;
	margin: 2px;
}
.tabs-tabbox > .tabs-input + .tabs-input + .tabs-label {
	margin-left: 10px;
}
.tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label {
	z-index: 2;
	background-color: #FFF;
}
/* container */
.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;
}
.tabs-plain > .tabs-container {
	border-radius: 0;
	border: none;
	padding: 0;
	margin-top: 1px;
}
/* content */
.tabs-content {
	display: none;
}

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

.Wikiplus-InterBox-Header,
#Wikiplus-Quickedit-Jump,
#Wikiplus-Quickedit-Summary-Input + br,
.Wikiplus-InterBox-Close,
#p-navigation, #feedlinks, #t-log, #t-print {
	display:none;
}

textarea#Wikiplus-Quickedit {
	min-height:0;
	height:400px;
}