bulix.css

来自「phpSysInfo v2.3 显示CPU、内存、硬盘、系统温度、风扇速度等系统」· CSS 代码 · 共 109 行

CSS
109
字号
* {	font-family: Verdana,Helvetica,sans-serif;	font-size: 11px;	font-weight: normal;}a {  text-decoration: none;}a:link {        color: #09c;        background-color: transparent;}a:visited {        color: #09c;        background-color: transparent;}a:active {        color: blue;        background-color: transparent;}body {        background: #fff;}font {        text-decoration: none;        font-family: Verdana,Helvetica,sans-serif;        font-size: 11px;        font-weight: normal;}div.title {	font-size: 15pt;	font-weight: bold;	text-align: center;	padding: 10px;}select {        color: black;        text-decoration: none;        font-family: Verdana,Helvetica,sans-serif;        font-size: 10px;        font-weight: normal;}input {        color: black;        text-decoration: none;        font-family: Verdana,Helvetica,sans-serif;        font-size: 10px;        font-weight: bold;}table{        border: none;        margin: 0px;        padding: 0px;}div.box {	background: white;	width: 100%;}div.boxheaderleft{	background-image: url(images/left_bar.gif);	background-position: left top;	background-repeat: no-repeat;	height: 20px;	width: 20px;	float: left;}div.boxheaderright{	background-image: url(images/right_bar.gif);	background-position: right top;	background-repeat: no-repeat;	height: 20px;	width: 20px;	float: right;}div.boxheadertext{	font-weight: bold;	text-align: center;	border-right: 1px black solid;	height: 20px;	padding-top: 3px;	background-image: url(images/middle_bar.gif);	background-position: left top;	background-repeat: repeat-x;}div.boxcontent {	padding: 5px;	padding-top: 1em;	border: 1px #ccc solid;	border-top: none;	background: #efefef;}

⌨️ 快捷键说明

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