2011-12-10 10:03:32 +00:00
|
|
|
html, body{
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
html{
|
2011-12-23 10:02:45 +00:00
|
|
|
background: url(<%= asset_path "body.jpg" %>) no-repeat fixed 0 0 transparent;
|
2011-12-10 10:03:32 +00:00
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
color: #000000;
|
|
|
|
font-family: Helvetica, '微軟正黑體';
|
|
|
|
}
|
|
|
|
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_banner_link{
|
2012-01-24 03:38:53 +00:00
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #787e82), color-stop(0.05, #61676c), color-stop(1, #292c2d) );
|
|
|
|
background:-moz-linear-gradient( center top -90deg, #787e82 0%, #61676c 5%, #292c2d 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#61676c', endColorstr='#292c2d');
|
|
|
|
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.7);
|
|
|
|
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.7);
|
|
|
|
box-shadow: 0px 1px 5px 0px rgba(0,0,0,.7);
|
|
|
|
border-top: 1px solid #474a4c;
|
|
|
|
border-bottom: 1px solid #1d2020;
|
|
|
|
height: 41px;
|
2011-12-10 10:03:32 +00:00
|
|
|
width: 100%;
|
2012-01-24 03:38:53 +00:00
|
|
|
behavior: url(<%= asset_path "PIE.htc" %>);
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
.hmenu{
|
2012-01-24 03:38:53 +00:00
|
|
|
float: right;
|
|
|
|
height: 41px;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_orbit{
|
2012-01-24 03:38:53 +00:00
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #70787d), color-stop(1, #3b4043) );
|
|
|
|
background:-moz-linear-gradient( center top -90deg, #70787d 0%, #3b4043 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70787d', endColorstr='#3b4043');
|
|
|
|
-webkit-border-radius: 0px 0px 5px 5px;
|
|
|
|
-moz-border-radius: 0px 0px 5px 5px;
|
|
|
|
border-radius: 0px 0px 5px 5px;
|
|
|
|
-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,.7);
|
|
|
|
-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,.7);
|
|
|
|
box-shadow: 0px 1px 1px 0px rgba(0,0,0,.7);
|
|
|
|
cursor: pointer;
|
|
|
|
float: left;
|
2011-12-10 10:03:32 +00:00
|
|
|
height: 43px;
|
2012-01-24 03:38:53 +00:00
|
|
|
margin-left: 10px;
|
2011-12-10 10:03:32 +00:00
|
|
|
width: 41px;
|
2012-01-24 03:38:53 +00:00
|
|
|
behavior: url(<%= asset_path "PIE.htc" %>);
|
|
|
|
}
|
|
|
|
#back_orbit span{
|
|
|
|
text-indent: -9999px;
|
|
|
|
background: url(<%= asset_path "bar_orbit.png" %>) no-repeat scroll 0 0 transparent;
|
|
|
|
display: block;
|
|
|
|
height: 43px;
|
|
|
|
width: 100%;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_orbit:hover{
|
2012-01-24 03:38:53 +00:00
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #e4e4e4) );
|
|
|
|
background:-moz-linear-gradient( center top -90deg, #fefefe 0%, #e4e4e4 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e4e4e4');
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
-moz-border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
#back_orbit:hover span{
|
|
|
|
background-position: 0 -44px;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_orbit:hover #orblist{
|
2011-12-10 10:03:32 +00:00
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
#orblist{
|
2012-01-24 03:38:53 +00:00
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #FFFFFF) );
|
|
|
|
background:-moz-linear-gradient( center top -90deg, #e4e4e4 0%, #FFFFFF 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#FFFFFF');
|
|
|
|
-webkit-border-radius: 0px 3px 3px 3px;
|
|
|
|
-moz-border-radius: 0px 3px 3px 3px;
|
|
|
|
border-radius: 0px 3px 3px 3px;
|
|
|
|
-webkit-box-shadow: 0 3px 3px #000000;
|
|
|
|
-moz-box-shadow: 0 3px 3px #000000;
|
2011-12-10 10:03:32 +00:00
|
|
|
box-shadow: 0 3px 3px #000000;
|
|
|
|
display: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px;
|
|
|
|
position: absolute;
|
|
|
|
top: 43px;
|
|
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
#orblist li{
|
|
|
|
border-bottom:1px solid #aaa;
|
|
|
|
list-style:none;
|
|
|
|
}
|
|
|
|
.orblink{
|
|
|
|
color: #333333;
|
|
|
|
display: block;
|
|
|
|
font: 12px/100% arial,sans-serif;
|
|
|
|
padding: 5px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.orblink:hover{
|
|
|
|
background:#eee;
|
|
|
|
color:#333;
|
|
|
|
}
|
2012-01-24 03:38:53 +00:00
|
|
|
#log_out{
|
|
|
|
-moz-box-shadow:inset 1px 0px 0px 0px #73777b;
|
|
|
|
-webkit-box-shadow:inset 1px 0px 0px 0px #73777b;
|
|
|
|
box-shadow:inset 1px 0px 0px 0px #73777b;
|
|
|
|
border-right:1px solid #41474c;
|
|
|
|
border-left:1px solid #41474c;
|
|
|
|
float:right;
|
|
|
|
width:41px;
|
|
|
|
height:41px;
|
|
|
|
}
|
|
|
|
#log_out:hover{
|
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0, #01afde), color-stop(1, #007ec6) );
|
|
|
|
background:-moz-linear-gradient( center top -90deg, #01afde 0%, #007ec6 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01afde', endColorstr='#007ec6');
|
|
|
|
}
|
2011-12-10 10:03:32 +00:00
|
|
|
#log_out a{
|
|
|
|
background: url(<%= asset_path "service_btn.png" %>) no-repeat scroll right 0 transparent;
|
2012-01-24 03:38:53 +00:00
|
|
|
display: block;
|
|
|
|
height: 41px;
|
|
|
|
text-indent: -9999px;
|
|
|
|
width: 41px;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
#log_out a:hover{
|
|
|
|
background: url(<%= asset_path "service_btn.png" %>) no-repeat scroll right bottom transparent !important;
|
|
|
|
}
|
|
|
|
.lang{
|
2012-01-24 03:38:53 +00:00
|
|
|
color: #FFFFFF;
|
|
|
|
float: right;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 40px;
|
|
|
|
margin-right: 10px;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
.lang a{
|
|
|
|
color:#fff;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
.lang a:hover{
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_content{
|
2011-12-10 10:03:32 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_footer{
|
2011-12-10 10:03:32 +00:00
|
|
|
background-color: #101010;
|
|
|
|
bottom: 0;
|
|
|
|
color: #FFFFFF;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 10px;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
box-shadow: 0 -3px 4px #000;
|
|
|
|
}
|
|
|
|
#search {
|
|
|
|
background: url(<%= asset_path "search_block_bg.jpg" %>) repeat-x scroll left top transparent;
|
|
|
|
height: 20px;
|
|
|
|
margin-top: 43px;
|
|
|
|
padding: 15px 12px;
|
|
|
|
}
|
|
|
|
#search input {
|
|
|
|
background: url(<%= asset_path "search_bg.png" %>) no-repeat scroll left top transparent;
|
|
|
|
border: medium none;
|
|
|
|
font-family: Helvetica;
|
|
|
|
height: 20px;
|
|
|
|
padding: 0 20px;
|
|
|
|
width: 154px;
|
|
|
|
}
|
2011-12-23 10:02:45 +00:00
|
|
|
/*
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar {
|
2011-12-23 10:02:45 +00:00
|
|
|
background: url(<%= asset_path "75.png" %>) repeat scroll left top transparent;
|
|
|
|
box-shadow: 3px 0 4px #472A12;
|
|
|
|
border-right: 1px solid #121212;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
width: 220px;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar h1 {
|
2011-12-10 10:03:32 +00:00
|
|
|
background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;
|
|
|
|
border-bottom: 1px solid #1B1B1B;
|
|
|
|
border-top: 1px solid #424344;
|
|
|
|
color: #FFFFFF;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
height: 21px;
|
|
|
|
line-height: 21px;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 10px;
|
|
|
|
text-shadow: 0 -1px 0 #000000;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .list {
|
2011-12-10 10:03:32 +00:00
|
|
|
color:#fff;
|
|
|
|
font-size:12px;
|
|
|
|
background:url(<%= asset_path "line.png" %>) repeat-x left bottom;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .list li {
|
2011-12-10 10:03:32 +00:00
|
|
|
background:url(<%= asset_path "sidebar_li.jpg" %>) repeat-x left top;
|
|
|
|
border-top:1px solid #424344;
|
|
|
|
border-bottom:1px solid #000000;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .list li:hover {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
border-top:1px solid #406cc3;
|
|
|
|
border-bottom:1px solid #242628;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .list li a {
|
2011-12-10 10:03:32 +00:00
|
|
|
display: block;
|
|
|
|
padding: 7px 0 6px 12px;
|
|
|
|
color:#c4c4c4;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .list li a span {
|
2011-12-10 10:03:32 +00:00
|
|
|
background:url(<%= asset_path "add_mamber.png" %>) left top no-repeat;
|
|
|
|
text-shadow: 0px 1px 0px #000;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 2px 0 1px 35px;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .list li a:hover span {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
color:#eeeeee;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .users .list .set_1 {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
border-top:1px solid #406cc3;
|
|
|
|
border-bottom:1px solid #242628;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .users .list .set_1 a span {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
color:#eeeeee;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .roles .list .set_2 {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
border-top:1px solid #406cc3;
|
|
|
|
border-bottom:1px solid #242628;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .roles .list .set_2 a span {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
color:#eeeeee;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .infos .list .set_3 {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
border-top:1px solid #406cc3;
|
|
|
|
border-bottom:1px solid #242628;
|
|
|
|
}
|
2011-12-29 07:35:13 +00:00
|
|
|
#back_sidebar .infos .list .set_3 a span {
|
2011-12-10 10:03:32 +00:00
|
|
|
background-position:left bottom;
|
|
|
|
color:#eeeeee;
|
|
|
|
}
|
2011-12-23 10:02:45 +00:00
|
|
|
*/
|
2011-12-10 10:03:32 +00:00
|
|
|
.main {
|
|
|
|
height: 100%;
|
|
|
|
margin-left: 260px;
|
|
|
|
padding-right: 40px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.main_list {
|
|
|
|
padding-top: 70px;
|
|
|
|
}
|
|
|
|
.main_list ul {
|
|
|
|
clear:both;
|
|
|
|
}
|
2011-12-23 10:34:21 +00:00
|
|
|
#profile {
|
2011-12-10 10:03:32 +00:00
|
|
|
padding-top: 100px;
|
|
|
|
}
|
|
|
|
/*add_buttom*/
|
|
|
|
.button_bar {
|
|
|
|
float: right;
|
|
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #666, 0px 0px 3px black;
|
|
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #666, 0px 0px 3px black;
|
|
|
|
box-shadow:inset 0px 1px 0px 0px #666, 0px 0px 3px black;
|
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f4f4f), color-stop(1, #000000) );
|
|
|
|
background:-moz-linear-gradient( center top, #4f4f4f 5%, #000000 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#000000');
|
|
|
|
background-color:#4f4f4f;
|
|
|
|
-moz-border-radius:5px;
|
|
|
|
-webkit-border-radius:5px;
|
|
|
|
border-radius:5px;
|
|
|
|
display:inline-block;
|
|
|
|
padding:0;
|
|
|
|
margin:10px 0 60px;
|
|
|
|
}
|
|
|
|
.button_bar a {
|
|
|
|
text-decoration:none;
|
|
|
|
text-shadow:0px -1px 0px #000000;
|
|
|
|
font-size:12px;
|
|
|
|
color:#EDEDED;
|
|
|
|
border-right:1px solid #555;
|
|
|
|
-moz-box-shadow:1px 0px 0px black;
|
|
|
|
-webkit-box-shadow:1px 0px 0px black;
|
|
|
|
box-shadow:1px 0px 0px black;
|
|
|
|
padding: 6px 10px 4px;
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.button_bar a:active {
|
|
|
|
padding: 7px 10px 3px !important;
|
|
|
|
text-shadow:0px 1px 0px #000000;
|
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #4f4f4f) );
|
|
|
|
background:-moz-linear-gradient( center top, #000000 5%, #4f4f4f 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4f4f4f');
|
|
|
|
}
|
2011-12-23 10:02:45 +00:00
|
|
|
.button_bar a:last-child, .button_bar input {
|
2011-12-10 10:03:32 +00:00
|
|
|
border-right:none;
|
|
|
|
-moz-box-shadow:none;
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
box-shadow:none;
|
|
|
|
-moz-border-radius:0px 5px 5px 0px;
|
|
|
|
-webkit-border-radius:0px 5px 5px 0px;
|
|
|
|
border-radius:0px 5px 5px 0px;
|
|
|
|
}
|
|
|
|
.button_bar a:first-child {
|
|
|
|
-moz-border-radius:5px 0px 0px 5px;
|
|
|
|
-webkit-border-radius:5px 0px 0px 5px;
|
|
|
|
border-radius:5px 0px 0px 5px;
|
|
|
|
}
|
|
|
|
.button_bar a.new {
|
|
|
|
padding: 5px 10px;
|
|
|
|
-moz-border-radius:5px;
|
|
|
|
-webkit-border-radius:5px;
|
|
|
|
border-radius:5px;
|
|
|
|
}
|
|
|
|
.button_bar a:hover {
|
|
|
|
color:#FFFFFF;
|
|
|
|
}
|
2011-12-23 10:02:45 +00:00
|
|
|
.button_bar input {
|
|
|
|
background-color:transparent;
|
|
|
|
text-decoration:none;
|
|
|
|
text-shadow:0px -1px 0px #000000;
|
|
|
|
font-size:12px;
|
|
|
|
color:#EDEDED;
|
|
|
|
border-right:1px solid #555;
|
|
|
|
border-top:none;
|
|
|
|
border-left:none;
|
|
|
|
border-bottom:none;
|
|
|
|
-moz-box-shadow:1px 0px 0px black;
|
|
|
|
-webkit-box-shadow:1px 0px 0px black;
|
|
|
|
box-shadow:1px 0px 0px black;
|
|
|
|
padding: 3px 10px 1px;
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.button_bar input:focus {
|
|
|
|
padding: 4px 10px 0px !important;
|
|
|
|
text-shadow:0px 1px 0px #000000;
|
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #4f4f4f) );
|
|
|
|
background:-moz-linear-gradient( center top, #000000 5%, #4f4f4f 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4f4f4f');
|
|
|
|
}
|
2011-12-10 10:03:32 +00:00
|
|
|
.up {
|
|
|
|
margin:10px 0;
|
|
|
|
}
|
|
|
|
#person {
|
|
|
|
left: 245px;
|
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
|
|
|
top: 75px;
|
|
|
|
width: 140px;
|
|
|
|
background-color:#FFF;
|
|
|
|
padding:15px;
|
|
|
|
border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-box-shadow: 0px 0px 4px #180902; /* Firefox */
|
|
|
|
-webkit-box-shadow: 0px 0px 4px #180902;/* Safari 和 Chrome */
|
|
|
|
box-shadow: 0px 0px 4px #180902; /* Opera 10.5 + */
|
|
|
|
}
|
|
|
|
#file {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
#person img {
|
|
|
|
}
|
|
|
|
.user_mail {
|
|
|
|
border: medium none;
|
|
|
|
border:1px solid #DDDDDD;
|
|
|
|
color: #666666;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
#person label {
|
|
|
|
display: block;
|
|
|
|
margin: 15px 0 0;
|
2011-12-28 12:57:18 +00:00
|
|
|
width: auto;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
#person label input {
|
|
|
|
}
|
|
|
|
#person label #user_admin {
|
|
|
|
float:right;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#person label span {
|
|
|
|
text-align:left;
|
|
|
|
font-size:11px;
|
|
|
|
color:#888;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
#person select {
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
padding: 0;
|
|
|
|
width: 140px;
|
|
|
|
}
|
2011-12-28 12:57:18 +00:00
|
|
|
#profile .users{
|
2011-12-10 10:03:32 +00:00
|
|
|
margin-left: 180px;
|
|
|
|
}
|
2011-12-28 12:57:18 +00:00
|
|
|
.roles_block, .attributes_block {
|
2011-12-10 10:03:32 +00:00
|
|
|
background: url(<%= asset_path "75.png" %>) repeat left top;
|
|
|
|
min-width:710px;
|
|
|
|
margin-bottom:50px;
|
|
|
|
position:relative;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-box-shadow: 0px 0px 4px #180902; /* Firefox */
|
|
|
|
-webkit-box-shadow: 0px 0px 4px #180902;/* Safari 和 Chrome */
|
|
|
|
box-shadow: 0px 0px 4px #180902; /* Opera 10.5 + */
|
|
|
|
}
|
2011-12-28 12:57:18 +00:00
|
|
|
.roles_block>h2, .attributes_block>h2 {
|
2011-12-10 10:03:32 +00:00
|
|
|
color: #FFFFFF;
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
text-shadow: 0 3px 2px #000000;
|
|
|
|
top: -30px;
|
|
|
|
}
|
2011-12-28 12:57:18 +00:00
|
|
|
.group>h2 {
|
|
|
|
color: #FFFFFF;
|
|
|
|
margin: 0 20px;
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
.group>.info_input {
|
|
|
|
border: 1px solid #686868;
|
|
|
|
margin: 0 20px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2011-12-10 10:03:32 +00:00
|
|
|
.main hr {
|
2011-12-28 12:57:18 +00:00
|
|
|
background-color: #222222;
|
2011-12-10 10:03:32 +00:00
|
|
|
height:8px;
|
|
|
|
border:none;
|
|
|
|
margin:0;
|
|
|
|
border-radius: 5px 5px 0px 0px;
|
|
|
|
-moz-border-radius: 5px 5px 0px 0px;
|
|
|
|
-webkit-border-radius: 5px 5px 0px 0px;
|
|
|
|
border-bottom:1px solid #000;
|
|
|
|
}
|
|
|
|
#basic_block hr {
|
|
|
|
background-color: #666666;
|
|
|
|
}
|
2011-12-28 12:57:18 +00:00
|
|
|
hr.teacher_block {
|
|
|
|
background-color: #0071A9 !important;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
2011-12-28 12:57:18 +00:00
|
|
|
hr.student_block {
|
|
|
|
background-color: #AF0045 !important;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
.info_input {
|
|
|
|
padding:10px 20px;
|
|
|
|
}
|
|
|
|
.info_input table {
|
|
|
|
color:#fff;
|
|
|
|
width:100%;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
.info_input table td {
|
|
|
|
padding:5px 10px 5px 0;
|
|
|
|
width: 10%;
|
|
|
|
}
|
|
|
|
.info_input .list_head {
|
|
|
|
background:url(<%= asset_path "line.png" %>) left bottom repeat-x;
|
|
|
|
}
|
|
|
|
.info_input .list_head td {
|
|
|
|
}
|
|
|
|
.info_input .list_item {
|
|
|
|
color:#AEAEAE;
|
|
|
|
}
|
2011-12-28 12:57:18 +00:00
|
|
|
#add_attribute {
|
|
|
|
|
|
|
|
}
|
|
|
|
.add {
|
|
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #8c8c8c;
|
|
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #8c8c8c;
|
|
|
|
box-shadow:inset 0px 1px 0px 0px #8c8c8c;
|
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #303030), color-stop(1, #1a1a1a) );
|
|
|
|
background:-moz-linear-gradient( center top, #303030 5%, #1a1a1a 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#1a1a1a');
|
|
|
|
background-color:#303030;
|
|
|
|
-moz-border-radius:3px;
|
|
|
|
-webkit-border-radius:3px;
|
|
|
|
border-radius:3px;
|
|
|
|
border:1px solid #000;
|
2011-12-10 10:03:32 +00:00
|
|
|
display:block;
|
2011-12-28 12:57:18 +00:00
|
|
|
color:#999;
|
|
|
|
font-family:arial;
|
2011-12-10 10:03:32 +00:00
|
|
|
font-size:12px;
|
2011-12-28 12:57:18 +00:00
|
|
|
font-weight:bold;
|
|
|
|
padding:0px;
|
|
|
|
text-decoration:none;
|
|
|
|
text-shadow:0px -1px 0px #000000;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 26px;
|
|
|
|
}
|
|
|
|
.add:hover {
|
|
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a1a1a), color-stop(1, #303030) );
|
|
|
|
background:-moz-linear-gradient( center top, #1a1a1a 5%, #303030 100% );
|
|
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#303030');
|
|
|
|
background-color:#1a1a1a;
|
|
|
|
}
|
|
|
|
.add:active {
|
|
|
|
position:relative;
|
|
|
|
top:1px;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main table {
|
|
|
|
width:100%;
|
|
|
|
}
|
2011-12-23 10:02:45 +00:00
|
|
|
|
|
|
|
.main th {
|
|
|
|
color:#fff;
|
|
|
|
}
|
2011-12-10 10:03:32 +00:00
|
|
|
.main td {
|
|
|
|
padding-left:20px;
|
|
|
|
color:#fff;
|
|
|
|
font-size:14px;
|
2011-12-23 10:02:45 +00:00
|
|
|
line-height:20px;
|
|
|
|
}
|
|
|
|
.main tr.have td{
|
|
|
|
background: url(<%= asset_path "75.png" %>) repeat left top;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.main tr.have td:first-child{
|
|
|
|
border-radius: 5px 0 0 5px;
|
|
|
|
-moz-border-radius: 5px 0 0 5px;
|
|
|
|
-webkit-border-radius: 5px 0 0 5px;
|
|
|
|
}
|
|
|
|
.main tr.have td:last-child{
|
|
|
|
border-radius: 0 5px 5px 0;
|
|
|
|
-moz-border-radius: 0 5px 5px 0;
|
|
|
|
-webkit-border-radius: 0 5px 5px 0;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
.main thead td {
|
|
|
|
font-size:16px;
|
|
|
|
text-shadow: 0px 1px 1px #3e2914;
|
|
|
|
}
|
2011-12-23 10:02:45 +00:00
|
|
|
.main thead th {
|
|
|
|
line-height:40px;
|
|
|
|
font-size:16px;
|
|
|
|
text-shadow: 0px 1px 1px #3e2914;
|
|
|
|
}
|
2011-12-10 10:03:32 +00:00
|
|
|
.main thead td.action {
|
2011-12-23 10:02:45 +00:00
|
|
|
width:140px;
|
2011-12-10 10:03:32 +00:00
|
|
|
}
|
|
|
|
.main tbody td.roles {
|
|
|
|
background-image: url(<%= asset_path "roles_type.jpg" %>);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
.main tbody td.teacher {
|
|
|
|
background-position: 0 -54px;
|
|
|
|
}
|
|
|
|
.main tbody td.student {
|
|
|
|
background-position: 0 -5px;
|
|
|
|
}
|
|
|
|
.main tbody td.action a {
|
|
|
|
background-image: url(<%= asset_path "icon.png" %>);
|
|
|
|
display: inline-block;
|
|
|
|
height: 19px;
|
|
|
|
margin-right: 10px;
|
2011-12-23 10:02:45 +00:00
|
|
|
outline:none;
|
2011-12-10 10:03:32 +00:00
|
|
|
text-indent: -9999px;
|
|
|
|
width: 19px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.show {
|
|
|
|
background-position: left top;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.show:hover {
|
|
|
|
background-position: left -19px;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.edit {
|
|
|
|
background-position: -19px top;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.edit:hover {
|
|
|
|
background-position: -19px -19px;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.delete {
|
|
|
|
background-position: -38px top;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.delete:hover {
|
|
|
|
background-position: -38px -19px;
|
|
|
|
}
|
2011-12-23 10:02:45 +00:00
|
|
|
.main tbody td.action a.download {
|
|
|
|
background-position: -74px top;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.download:hover {
|
|
|
|
background-position: -74px -19px;
|
|
|
|
}
|
2011-12-10 10:03:32 +00:00
|
|
|
.main tbody td.action a.switch {
|
|
|
|
background: url(<%= asset_path "switch.png" %>) no-repeat left 3px;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
.main tbody tr.disable td.action a.switch {
|
|
|
|
background-position:left bottom;
|
|
|
|
}
|
|
|
|
.main tbody td.action a.delete:hover {
|
|
|
|
background-position: -38px -19px;
|
|
|
|
}
|
|
|
|
.main tbody tr.have {
|
|
|
|
}
|
|
|
|
.main tbody tr.disable {
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
.main tbody tr {
|
|
|
|
background:none;
|
|
|
|
height:15px;
|
2011-12-23 10:02:45 +00:00
|
|
|
}
|
|
|
|
.main tbody tr.have .assets_pic {
|
|
|
|
height: 40px;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 40px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.main tbody tr.have .assets_pic img {
|
|
|
|
left: -15%;
|
|
|
|
position: absolute;
|
|
|
|
top: -15%;
|
|
|
|
width: 130%;
|
2012-01-24 03:38:53 +00:00
|
|
|
}
|
|
|
|
#rgContent .main2{
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
#rgContent h1{
|
|
|
|
border-bottom: 1px dashed #CCCCCC;
|
|
|
|
color: #333333;
|
|
|
|
font-size: 19px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
padding: 0 0 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#rgContent label {
|
|
|
|
color: #888888;
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 25px 0 5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#rgContent input {
|
|
|
|
color: #888888;
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
#rgContent .button_bar {
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
width:100%;
|
|
|
|
margin:30px 0 0;
|
|
|
|
}
|
|
|
|
#rgContent .button_bar a {
|
|
|
|
float: none;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
#close_modal{
|
|
|
|
display:none !important;
|
2011-07-12 08:02:41 +00:00
|
|
|
}
|