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