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

User:Bhsd/common.css

来自LLWiki
< User:Bhsd
Bhsd讨论 | 贡献2020年8月9日 (日) 01:35的版本
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/* 移动版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;
}