155 lines
4.3 KiB
CSS
155 lines
4.3 KiB
CSS
#leftPanel
|
|
{
|
|
float:left; width:200px;
|
|
background-color:#edefea;
|
|
}
|
|
#leftPanel .title
|
|
{
|
|
border-bottom: #5D657C 1px solid;
|
|
border-top: #5D657C 1px solid;
|
|
color: #5D657C;
|
|
line-height: 25px;
|
|
font-size: 14px;
|
|
padding-left: 15px;
|
|
font-weight: bold;
|
|
margin-bottom: 0px;
|
|
background-color: #e6edea;
|
|
}
|
|
ul {list-style-type: none; }
|
|
#leftPanel ul, #rightPanel ul {margin-left: 10px;padding-left: 0px;overflow:hidden;width:45%;float:left;}
|
|
#leftPanel .item{line-height: 25px;}
|
|
.more a:link, .more a:visited{color:Green; text-decoration:none;}
|
|
li.more{text-align:right;padding-right:20px;}
|
|
#rightPanel{float:left;padding-left: 15px;}
|
|
#message{background-color:#fffbcc;border:1px solid #E6DB55;padding-left:10px;}
|
|
.datalist {width:300px;}
|
|
.paginationControl{float:right;padding-left:30px;}
|
|
.title{border-bottom:1px dotted #c7ddc7;padding: 5px 15px 5px;font-size: 16px; font-weight:bold;}
|
|
|
|
table {
|
|
border-collapse:collapse;
|
|
border-spacing:0;
|
|
}
|
|
|
|
|
|
/*
|
|
* paginationControl
|
|
*/
|
|
.paginationControl{float:right;padding-left:30px;margin:10px auto;}
|
|
.paginationControl A {border:#9aafe5 1px solid;padding:2px 5px;color:#2A7AD2;margin-right:2px;TEXT-DECORATION:none}
|
|
.paginationControl A:hover {border:#2A7AD2 1px solid;COLOR: #000;BACKGROUND-COLOR:lightyellow}
|
|
.paginationControl A:active {border:#2A7AD2 1px solid;COLOR: #000;BACKGROUND-COLOR:lightyellow}
|
|
.paginationControl SPAN.current {border:navy 1px solid;margin-right:2px;padding:2px 5px;FONT-WEIGHT: bold;COLOR: #fff;BACKGROUND-COLOR: #2A7AD2}
|
|
.paginationControl SPAN.disabled {border:#929292 1px solid;padding:2px 5px;COLOR: #929292; MARGIN-RIGHT: 2px;}
|
|
|
|
|
|
/* Tables
|
|
---------------------------------------------------------------------*/
|
|
|
|
table.stylized {
|
|
border-collapse:collapse;
|
|
position:relative;
|
|
margin-top:1em;
|
|
margin-bottom:1em;
|
|
}
|
|
table.stylized th,table.stylized td {
|
|
line-height:18px;
|
|
padding:8px 12px;
|
|
}
|
|
table.stylized th {
|
|
background-color:#2A7AD2 !important;
|
|
color:#fff;
|
|
text-align:left;
|
|
}
|
|
table.stylized tr.high {
|
|
background-color:#ffa !important;
|
|
}
|
|
table.stylized tbody th,table.stylized tbody td,table.stylized tfoot th,table.stylized tfoot td {
|
|
border-bottom:solid 1px #eee;
|
|
}
|
|
table.stylized tfoot td {
|
|
background-color:#f2f2f2 !important;
|
|
border-bottom:2px solid #ddd;
|
|
}
|
|
table.stylized tr:nth-child(even) td {
|
|
}
|
|
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
|
|
background:#FAFDFE;
|
|
}
|
|
table.stylized caption {
|
|
margin-bottom:1em;
|
|
text-align:left;
|
|
font-size:11px;
|
|
text-transform:uppercase;
|
|
}
|
|
table.no-style th,table.no-style td {
|
|
line-height:18px;
|
|
padding:4px 8px 4px 0;
|
|
}
|
|
table.no-style td,table.no-style th {
|
|
background:none !important;
|
|
color:#666;
|
|
border-bottom:0 none;
|
|
border-bottom:1px dotted #ddd !important;
|
|
}
|
|
table.no-style caption {
|
|
margin-bottom:0;
|
|
text-align: left;
|
|
}
|
|
/* flot TD */
|
|
td.legendLabel {
|
|
font-size:11px;
|
|
padding:0 4px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
input.q{width:200px;}
|
|
|
|
input:focus,textarea:focus,select:focus {
|
|
outline-width:0; /* No outline border for Safary */
|
|
}
|
|
|
|
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
|
|
border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
|
|
border-style:solid;
|
|
border-width:1px;
|
|
padding:4px;
|
|
color:#777;
|
|
}
|
|
|
|
input:focus,textarea:focus {
|
|
-moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
|
-webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
|
box-shadow:0 1px 1px rgba(196,196,196,0.5);
|
|
-webkit-focus-ring-color:none;
|
|
border-color:#c4c4c4;
|
|
background-color:#FFFFF0;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
padding: 5px 10px;
|
|
color: #777 !important;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
font-family: Tahoma, Arial, sans-serif;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
text-shadow: 0 1px 1px rgba(255,255,255,0.9);
|
|
position: relative;
|
|
cursor: pointer;
|
|
border:1px solid #ccc !important;
|
|
background:#fff url("../images/btn-overlay.png") repeat-x !important;
|
|
}
|
|
.btn:hover, .btn:focus, .btn:active {
|
|
outline:medium none;
|
|
border:1px solid #329ECC !important;
|
|
opacity:0.9;
|
|
-khtml-opacity: .9;
|
|
-moz-opacity: 0.9;
|
|
-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
|
|
-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
|
|
box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
|
|
} |