247 lines
6.4 KiB
CSS
247 lines
6.4 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;
|
|
}
|
|
|
|
h1{font-size:18px;text-align:center;border-bottom:#ddd 1px dotted;}
|
|
|
|
/*
|
|
* 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;}
|
|
|
|
.paginator{width:50%;float:left;}
|
|
|
|
/* 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;}
|
|
|
|
/* Forms
|
|
---------------------------------------------------------------------*/
|
|
|
|
form {
|
|
overflow:auto;
|
|
}
|
|
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;
|
|
}
|
|
textarea {
|
|
line-height:18px;
|
|
overflow:auto;
|
|
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
}
|
|
textarea.small {
|
|
height:5.5em;
|
|
}
|
|
textarea.medium {
|
|
height:10em;
|
|
}
|
|
textarea.large {
|
|
height:20em;
|
|
}
|
|
input.half,select.half,textarea.half {
|
|
width:50%;
|
|
}
|
|
input.full,select.full,textarea.full {
|
|
width:97%;
|
|
}
|
|
input[type="submit"],input[type="reset"],input[type="button"] {
|
|
margin-bottom:0;
|
|
}
|
|
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;
|
|
}
|
|
fieldset {
|
|
border:0 none;
|
|
border-top:1px solid #ddd;
|
|
margin:10px 0;
|
|
padding:10px 0;
|
|
position:relative;
|
|
}
|
|
legend {
|
|
background:#fff;
|
|
color:#93BB3A;
|
|
font-weight:bold;
|
|
padding:0 6px 0 0;
|
|
}
|
|
label {
|
|
font-size:11px;
|
|
text-transform:uppercase;
|
|
font-weight:bold;
|
|
}
|
|
label.required:before {
|
|
content:"*";
|
|
color:red;
|
|
font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
|
|
}
|
|
label.ok {
|
|
background:url("../img/valid.gif") no-repeat;
|
|
padding-left:16px;
|
|
}
|
|
label.error {
|
|
color:#d00;
|
|
text-transform:none;
|
|
margin-left:6px;
|
|
}
|
|
label.choice {
|
|
vertical-align:middle;
|
|
font-weight:normal;
|
|
text-transform:none;
|
|
}
|
|
fieldset small {
|
|
color:#999;
|
|
font-size:11px;
|
|
display: block;
|
|
}
|
|
.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);
|
|
}
|
|
|
|
|
|
#abstract{width:100%;overflow:hidden;}
|
|
#abstract p {text-indent:24px;font-size:12px;line-height:24px;}
|
|
#abstract p img.thumb{float:left;margin-right:10px;}
|
|
|
|
.reviewlist {width:90%;overflow:hidden;margin:0 auto; float:left;}
|
|
|
|
.reviewlist li:nth-child(even) {
|
|
}
|
|
.reviewlist li:nth-child(odd) {
|
|
background:#FAFDFE;
|
|
}
|
|
|
|
#allcomments{overflow:hidden;}
|
|
.reviewitem{width:100%;overflow:hidden;padding:5px 0;}
|
|
.reviewitem .itemtitle{width:50%;float:left;overflow:hidden;}
|
|
.reviewitem .itemtime{width:50%;float:right;overflow:hidden;text-align:right;}
|
|
.reviewitem .itemcontent{width:100%;float:none;overflow:hidden;min-height:60px;}
|
|
.reviewitem .itemcontent p{width:100%;text-indent:24px;line-height:18px;margin:9px 0; overflow:hidden;}
|
|
|