You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
3.2 KiB
CSS

body {
background:#ffffff; font-size:12px;}
.tableAll { border:none; width:100%; text-align:left; border-collapse: collapse; margin:0 auto;
}
.tableAll td {border:none; padding:5px;min-height:30px;
}
.tableAll td.remark {border:1px solid #bce8f1; background-color:#d9edf7; padding:5px 20px;min-height:30px; color:#3a87ad; font-weight:bold;
}
.tableAll td.td_right { text-align:right;
}
.tableAll td input[type="text"],.tableAll td input[type="file"],.tableAll td select,.tableAll td .validatebox-text {
width:100%; border:1px solid #d5d5d5; background-color:#ffffff; padding:0; min-height:25px; line-height:25px;height:25px;}
.tableAll td textarea{
width:100%; border:1px solid #d5d5d5; background-color:#ffffff; padding:0; min-height:25px; line-height:25px;}
td.f1{ text-align:right; white-space:nowrap; vertical-align:top; line-height:25px;}
input[type="button"],.new_add
{cursor:pointer; font-weight:bold;
text-align: center; vertical-align:middle;
background-color:#1b6aaa;
border:solid 3px #1b6aaa; margin:0px;
height:2em; line-height:1.5em;
padding: 0 10px;
color:#ffffff;
font-size:1.5em; display:inline-block;
}
input[type="button"]:hover,.new_add:hover
{
border:solid 3px #428bca;
}
input[type="checkbox"] {width:1.5em; height:1.5em;
}
.MouseHover
{
border: 1px solid #0000FF;
background-color: #008080;
}
.MouseButtonHover
{
cursor:pointer;
border:1px solid #7eabcd;
background:url('../themes/default/images/button_plain_hover.png') repeat-x left bottom;
}
.f-purple {
color:#ae7fcc;}
.f-orange {
color:#ff9b4a;}
.f-blue {
color:#62a0d2;}
.f-grey {
color:#8b8b8b;}
.f-red {
color:#e2735f;}
.f-green {
color:#7fb762;}
.table_btn {width:30px; height:20px; line-height:20px;text-align:center;opacity:0.8; cursor:pointer;font-size:16px; cursor:pointer;
}
.table_btn:hover {font-size:18px;opacity:1;
}
.btn_edit::before {
color:#62a0d2;
content:"\f040";
}
.btn_del::before {
color:#e2735f;
content:"\f1f8";
}
.btn_useradd::before {
color:#7fb762;
content:"\f234";
}
.DataGridRowTitleStyle { background:#e8f6fc; line-height:30px; padding:5px; border: 1px solid #e9e9e9; font-weight:bold;
}
.lessonTitle { text-align:center; font-size:20px; font-weight:bold;
}
.lessonselect_btn{margin:0px;background:#e8f6fc; height:50px; width:100%; padding:5px; }
.lessonselect_btn ul{ width:100%; text-align:left; margin:0;}
.lessonselect_btn ul li {
width: 130px;
height: 40px; float:left; text-align:center;
}
.lessonselect_btn ul li a{
width: 120px;
height: 40px;float:left; display:block;
color: #FFF;
text-align: center;
text-shadow: 0 -1px -1px rgba(0,0,0,0.2)!important;
border: 0;
border-radius: 12px;
position: relative;
}
.lessonselect_btn ul li a:hover {
text-decoration: none;
}
.lessonselect_btn ul li a i { font-size:2em; float:left;
padding: 7px 0 2px 10px;
}
.lessonselect_btn ul li a i:hover { font-size:2em;
}
.lessonselect_btn ul li a span { font-family:"微软雅黑";text-align:left; display:block;font-size:16px; font-weight:bold;width:80px; float:right;
padding: 7px 10px 2px 0px ;
}