样式表

来源:互联网 发布:tfboys小说软件下载 编辑:程序博客网 时间:2024/05/05 01:49

body,td,th,caption,div,span,input,button
{
 font-size:13px;
 color:#333333;
 text-decoration:none;
}

td
{
 padding:2px;
}

table
{
 border-spacing:0px;
 border-collapse:collapse;
}

image
{
 border-width:0px;
}

a[href]:hover
{
 
}

.grid
{
 border-spacing:0px;
 border-collapse:collapse;
}


.grid tr
{
 background-color:#f9f9f0;
}

.grid .crossRow
{
 background-color:#eeeeee;
}

a
{
}

.a
{
 background-image:none;
 color:#000000;
 padding-top:0px;
 padding-bottom:0px;
 padding-right:3px;
 padding-left:3px;
 margin-left:0px;
}

input,select,textarea,button
{
 margin-left:5px;
 margin-top:3px;
}

input[type="reset"]
{
 margin-left:5px;
 color:Red;
 border-width:0px;
 width:78px;
 height:21px;
 background-image:url("../img/bg_button_blue.gif");
}

input[type="reset"]:hover
{
 color:#000000;
 background-image:url("../img/row-over.gif");
}

input[type="submit"]
{
 margin-left:5px;
 color:Red;
 border-width:0px;
 width:78px;
 height:21px;
 background-image:url("../img/bg_button_blue.gif");
}

input[type="submit"]:hover
{
 color:#000000;
 background-image:url("../img/row-over.gif");
}

input[type="button"]
{
 margin-left:5px;
 color:Red;
 border-width:0px;
 width:78px;
 height:21px;
 background-image:url("../img/bg_button_blue.gif");
}

input[type="button"]:hover
{
 color:#000000;
 background-image:url("../img/row-over.gif");
}

button
{
 margin-left:5px;
 color:Red;
 border-width:0px;
 width:78px;
 height:21px;
 background-image:url("../img/bg_button_blue.gif");
}

button:hover
{
 color:#000000;
 background-image:url("../img/row-over.gif");
}

input[type="text"]
{
 border-style:solid;
 border-color:#aaaaaa;
 border-width:1px;
}

input[type="password"]
{
 width:150px;
 border-style:solid;
 border-color:#aaaaaa;
 border-width:1px;
}

textarea
{
 width:300px;
 height:50px;
 border-style:solid;
 border-width:1px;
 border-color:#cccccc;
}

.textareaMid
{
 width:500px;
 height:100px;
}


html,body
{
 width:100%;
}

.left
{
 padding-left:10px;
 border-right-color:#f6f6f6;
 border-right-width:1px;
 border-right-style:solid;
 height:390px;
 text-align:left;
 overflow:auto;
}

.middle
{
 padding:0px;
 min-width:1000px;
 max-width:1024px;
 text-align:left;
 height:400px;
}

.content
{
 height:396px;
 text-align:left;
 overflow:auto;
}

.bottom
{
 background-image:url("../img/foot.jpg");
 background-position:center;
 background-repeat:no-repeat;
 height:94px;
 border-top-color:#eeeeee;
 border-top-style:solid;
 border-top-width:1px;
 max-width:1024px;
 min-width:1000px;
 margin-bottom: -12px;
}

.top
{
 background-image:url("../img/header.jpg");
 background-position:center;
 background-repeat:no-repeat;
 height:109px;
 border-bottom-color:#eeeeee;
 border-bottom-width:1px;
 min-width:1000px;
 border-bottom-style:solid;
 max-width:1024px;
 text-align:center;
 margin-top: -15px;
}

.selectClassLess
{
 width:80px;
}

.selectClassMid
{
 width:150px;
}

.selectClassLarger
{
 width:250px;
}

.textLess
{
 width:30px;
}

.textMid
{
 width:150px;
}

.textLarger
{
 width:250px;
}

.add
{
 
}

.delete
{
 
}

.update
{
 
}

.details
{
 
}
.searchDiv
{
 width:90%;
 margin-left:5%;
 text-align:left;
}

.searchDiv input[type=button],.searchDiv input[type=submit],.searchDiv input[type=reset],.searchDiv button
{
 float:right;
 margin-bouttom:5px;
}

.bottomTool
{
 text-align:right;
}


.tishi{
 color:green;
}

 

 

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr?              |
|--------------------------------------------------*/

.dtree {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 white-space: nowrap;
}
.dtree img {
 border: 0px;
 vertical-align: middle;
 width:20px;
 height:20px;
}
.dtree a
{
 color: #000000;
 text-decoration: none;
 background-image:none;
 line-height:normal;
 padding-top:0px;
 padding-bottom:0px;
 padding-right:0px;
 padding-left:0px;
 margin-left:0px;
 margin-right:0px;
}
.dtree a.node, .dtree a.nodeSel {
 white-space: nowrap;
 padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
 color: #ffffff;
 background-color:gray;
 text-decoration: underline;
}
.dtree a.nodeSel {
 color: #ffffff;
 background-color: black;
}
.dtree .clip {
 overflow: hidden;
}

原创粉丝点击