main.css 2.0 KB

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