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

📄 style.css

📁 一款有用的图片管理系统
💻 CSS
字号:
BODY {OVERFLOW-X: hidden; OVERFLOW: scroll}
Body TD {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;

}
a { font-size: 12px;
	line-height: 20px;}
a:link {
    color: #FFFFFF;
	text-decoration:none;}
a:visited {
    color: #FFFFFF;
	text-decoration:none;}
a:hover {
    color: #FFFFFF;
	text-decoration:underline;}

a.black:link {
    color: black;
	text-decoration:none;}
a.black:visited {
    color: black;
	text-decoration:none;}
a.black:hover {
    color: black;
	text-decoration:underline;}

a.yellow:link {
    color: #FFFF00;}
a.yellow:visited {
    color: #FFFF00;}
a.yellow:hover: {
    color: #FFFF00;text-decoration:underline;}

a.red:link {
    color: #FF0000;}
a.red:visited {
    color: #FF0000;}
a.red:hover: {
    color: #FF0000;text-decoration:underline;}

select,input {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	height: 19px;
}
.black {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
}
.white {
	font-size: 9pt;
	line-height: 20px;
	color: #FFFFFF;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
}
.input {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	border: 1 solid #7F7F7F;
	background-color:#FFFFFF;
}
.skin0  { 
        border-right:  black  1px  solid; 
        border-top:  black  1px  solid;  visibility:  hidden;
        border-left:  black  1px  solid;
        width:  150px;  cursor:  default;  line-height:  1px;  
        border-bottom:  black  1px  solid; 
        font-family:  verdana;  position:  absolute;     
        background-color:  black;  text-align:  left 
} 
.skin1  { 
        font-size:  9pt;  visibility:  hidden;  
        width:  120px;  cursor:  default;
        font-family:  arial,  helvetica,  sans-serif; 
        position:  absolute; 
        background-color:  #000000;
        text-align:  center;  
        border-left:  buttonhighlight  0px  outset;  
        border-top:  buttonhighlight  0px  outset;  
        border-right:  buttonhighlight  0px  outset; 
        border-bottom:  buttonhighlight  0px  outset; 
} 
.menuitems  { 
        PADDING-RIGHT:  10px;  PADDING-LEFT:  10px 
} 
.DEK { Z-INDEX: 200; VISIBILITY: hidden; POSITION: absolute;} 
#dhtmltooltip{
	font-size: 12px;
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

⌨️ 快捷键说明

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