main.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. body { margin:0; font-size:12px; line-height:18px; }
  2. #SE-menu { font-size:13px; }
  3. #SE-menu .navbar-inner { min-height:36px; }
  4. #SE-menu .navbar-inner .nav>li>a { padding: 8px 10px 8px; }
  5. #SE-menu .navbar-inner .divider-vertical { height:36px; }
  6. #SE-menu .navbar-inner { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
  7. #SE-menu-sub { border-bottom:2px solid #C53000; background:#eee;}
  8. #SE-menu-sub .btn {margin:4px 2px;}
  9. #SE-menu .bookmark-item-rem {opacity:0.5;}
  10. #SE-menu .bookmark-item-add {opacity:0.5;}
  11. #SE-menu .bookmark-item-rem:hover {opacity:1;}
  12. #SE-menu .bookmark-item-add:hover {opacity:1;}
  13. .tbl-view td {border-color:#eee;}
  14. .tbl-view thead td {background:#f3f3f3;}
  15. .tbl-view tbody tr:hover td {background:#E6FFE6;}
  16. .tbl-view tbody tr.tbl-row-0,
  17. .tbl-view tbody tr.row-0 {background:#f3f3f3;}
  18. .tbl-view tbody tr.tbl-row-1,
  19. .tbl-view tbody tr.row-1 {background:#fff;}
  20. .tbl-view input[type=text] {margin:0;padding:0;}
  21. .se-main-menu {}
  22. .se-main-menu td:hover {background-color:#f3f3f3;}
  23. .red{color:#f00;}
  24. .green{color:#0f0;}
  25. .blue{color:#00f;}
  26. .dropdown-menu a em {font-size:0.9em; color:#bbb;}
  27. .label-A_STATUS-NORMAL { background:#aeffae; color:#555; text-align:center; text-shadow:none; }
  28. .label-A_STATUS-WAITING { background:#ffd2ff; color:#555; text-align:center; text-shadow:none; }
  29. .label-A_STATUS-MONITOR { background:#cccaff; color:#555; text-align:center; text-shadow:none; }
  30. .label-A_STATUS-WARNING { background:#ffbaba; color:#555; text-align:center; text-shadow:none; }
  31. .label-A_STATUS-DELETED { background:#e0e0e0; color:#808080; text-align:center; text-shadow:none; }
  32. .label-A_STATUS-OFF_SOFT { background:#fce3b7; color:#808080; text-align:center; text-shadow:none; }
  33. .label-A_STATUS-OFF_HARD { background:#eee; color:#808080; text-align:center; text-shadow:none; }