manage.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .study_tb{margin-top: 5px}
  2. .study_tb td{padding:0px !important; border:none;}
  3. .study_tab {background: url(bg_tab.gif) repeat-x 0px 22px;height: 28px;overflow: hidden;padding: 0px 10px;}
  4. .study_tab a {display: block;position: relative;float: left;text-align:center;height: 20px;padding: 0px 10px;margin-top: 2px;background: url(bg_tab.gif) repeat-x 0px -100px;color: #999;text-decoration: none;line-height: 20px;*line-height: 22px;font-size: 12px;width: 100px;overflow: hidden;}
  5. .study_tab_min a {width: 85px;}
  6. .study_tab a i, .study_tab a ins {background: url(bg_tab.gif) no-repeat;display: block;height: 20px;width: 5px;position: absolute;top: 0px;}
  7. .study_tab a i{left: 0px;background-position: 0px -125px;}
  8. .study_tab a ins {right: 0px;background-position: 0px -150px;}
  9. .study_tab a.active {margin: 0px;height: 28px;background-position: 0px -10px;font-weight: bold;color: #FFF;line-height: 22px;*line-height: 24px;}
  10. .study_tab a.active i, .study_tab a.active ins {height: 28px; }
  11. .study_tab a.active i{background-position: 0px -40px;}
  12. .study_tab a.active ins {background-position: 0px -70px;}
  13. .study_tab_mid { clear:both; overflow:hidden; line-height:20px; height:20px; }
  14. .study_tab_mid li { cursor:pointer; margin-right:8px;}
  15. .study_tab_mid h3{ float:left; margin-right:20px; }
  16. .study_tab_mid ul{ float:left; line-height:18px; }
  17. .study_tab_mid .tab1{ clear:none; }
  18. .study_tab_mid .tab1 a{ line-height:20px; }
  19. .study_tab_mid .tab1 a span{ padding:0 7px; *padding:1px 7px 0; *line-height:19px; }
  20. .study_tab_mid .tab1 a:hover{ background:#F5F5F5 url(bg_tab_mid.gif) no-repeat 0 -40px; color:#09C; }
  21. .study_tab_mid .tab1 a:hover span{ background:url(bg_tab_mid.gif) no-repeat right -60px; }
  22. .study_tab_mid .tab1 .current a{ background:url(bg_tab_mid.gif) no-repeat 0 0; }
  23. .study_tab_mid .tab1 .current a span, .study_tab_mid .tab1 .current a:hover span{ background:url(bg_tab_mid.gif) no-repeat right -20px; color:#FFF;}
  24. .study_tab_mid .current .dropmenu a{ background:none;}
  25. table.admin_list_table { width:100%; border:1px solid #0099CC; margin:5px 0px; margin-top:5px; }
  26. table.admin_list_table th { text-align:center; color:#333; font-weight:bold; border-bottom:1px solid #0099CC !important; background-color:#E6F2FB;}
  27. table.admin_list_table td ,table.admin_list_table th{ padding:8px; border-right:1px solid #0099CC; border-bottom:1px solid #0099CC;}
  28. table.admin_list_table td input[type=text] { width:80px;}
  29. table.admin_list_table td { color:#666}
  30. table.admin_list_table textarea { width:100%; }
  31. table.admin_list_table .center {text-align:center;}
  32. .tip_div {text-align:center;padding: 10px;zoom:1;margin-top:8px;background:#1B84C0;font:25px/1.5 Tahoma,Helvetica,sans-serif;font-weight:bold;color:#F7F3F3;}