106 lines
1.8 KiB
CSS
Executable File
106 lines
1.8 KiB
CSS
Executable File
/*
|
|
author: cailongqun [at] yahoo [dot] com [dot] cn
|
|
website:www.phpletter.com
|
|
|
|
*/
|
|
html, body
|
|
{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
body
|
|
{
|
|
font: 11px Arial, Helvetica, sans-serif;
|
|
color:#444444;
|
|
}
|
|
fieldset
|
|
{
|
|
border: 3px double #999;
|
|
padding: 2px 1em 8px;
|
|
margin: 0 0 0 12px;
|
|
}
|
|
fieldset p
|
|
{
|
|
margin: 0;
|
|
line-height: 1.5em;
|
|
}
|
|
fieldset p input,
|
|
fieldset p label,
|
|
fieldset p button{vertical-align: middle;}
|
|
fieldset label{font-weight: bold; color: #334D64;}
|
|
form
|
|
{
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
legend
|
|
{
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
color: #A1040B;
|
|
}
|
|
.input{font: 11px Arial, Helvetica, sans-serif;}
|
|
button
|
|
{
|
|
font: bold 11px Arial, Helvetica, sans-serif;
|
|
background-color: #ccc;
|
|
color: #334D64;
|
|
}
|
|
.disabledButton{
|
|
background-color:#cccccc;
|
|
color:#FFFFFF;
|
|
text-shadow:#999999;
|
|
border:1px solid;
|
|
border-bottom:2px;
|
|
border-left-color:#ece9d8;
|
|
border-bottom-color:#716f64;
|
|
|
|
}
|
|
#modes{display: block;}
|
|
#pageBody{
|
|
position:relative;
|
|
margin-top:5px;
|
|
margin-left:12px;
|
|
left:0;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
table.tableForm
|
|
{
|
|
width: 400px;
|
|
border: 1px solid #2F3030;
|
|
margin: 1em auto;
|
|
border-collapse: collapse;
|
|
}
|
|
#windowSaveClose{
|
|
position:relative;
|
|
left:360px;
|
|
}
|
|
table.tableForm thead th
|
|
{
|
|
background-color: #000;
|
|
font-size:12px;
|
|
font-weight: bold;
|
|
text-transform : uppercase;
|
|
text-align: left;
|
|
color: #fff;
|
|
padding: 4px 8px;
|
|
border: 1px solid #2F3030;
|
|
white-space: nowrap;
|
|
}
|
|
table.tableForm thead th.center{text-align: center;}
|
|
table.tableForm thead th.right{text-align: right;}
|
|
table.tableForm tbody th
|
|
{
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
width: 1%;
|
|
font-weight: normal;
|
|
color: #000;
|
|
padding: 4px 4px 4px 12px;
|
|
}
|
|
table.tableForm tbody td{padding: 4px 8px;}
|
|
table.tableForm tfoot th{}
|
|
table.tableForm tfoot td{padding: 4px 8px 12px;}
|
|
|
|
|