⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 api.css

📁 在流览器上仿CS界面的JAVASCRIPT脚本
💻 CSS
字号:
body {
	background:	white;
}

body, td {
	font-family:	Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size:		13px;
	color:			black;
}

code, pre {
	font-family:	Lucida Console, Courier New, Monospace;
}

.get-column,
.set-column,
.optional-column,
.bubbles-column {
	vertical-align:	middle;
	text-align:		center;
}

.get-header,
.set-header,
.optional-header,
.bubbles-header {
	writing-mode:	tb-rl;
	filter:			FlipH() FlipV();
	background:		white;
}


h1, h2, h3, h4 {
	margin-top:		20px;
	margin:			5px;
}

p, table, pre {
	margin:			5px;
	margin-left:	20px;
}

h1 {
	font-size:	150%;
}

h2 {
	margin-top:	20px;
	font-size:	130%;
}

h3 {
	margin-top:	20px;
	font-size:	120%;
}

h4 {
	margin-left:	10px;
	font-size:		100%;
}


td {
	border:		1px solid #aaa;
	padding:	4px;
}

table {
	border-collapse:	collapse;
	border:				1px solid white;
}

thead {
	font-weight:	bold;
}

thead td {
	border-bottom:	1px solid black;
	text-align:		left;
	vertical-align:	bottom;
}

td {
	vertical-align:	top;
}

code {
	white-space:	nowrap;
}


.class-tree,
.class-tree ul {
	list-style: 	none;
	margin-left:	30px;
	padding:		0;
	border-left:	1px solid #aaa;
}

.class-tree {
	margin-left:		20px;
}

.class-tree li code {
	border:				1px solid #aaa;
	padding:			2px 5px;
	text-decoration:	none;
	color:				black;
	position:			relative;
	left:				-15px;
	background:			white;
}

.class-tree li code a {
	color:				black;
	text-decoration:	none;
}

.class-tree li {
	margin-bottom:	5px;
	margin-top:		5px;

}

.class-tree li a:hover {
	color:	blue;
	text-decoration:	underline;
}



.partial-class-tree,
.partial-class-tree ul {
	list-style: 	none;
	margin-left:	20px;
	padding:		0;
}

.partial-class-tree {
	margin-left:		20px;
}

.partial-class-tree li code {
	/*
	position:			relative;
	left:				-15px;
	*/
}

.partial-class-tree code {
	font-weight:	bold;
}

.partial-class-tree code a {
	font-weight:	normal;
}

.warning {
	color:	red;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -