app.css 557 B

123456789
  1. body { background: #DCDCFF; color: #000033; }
  2. .navbar-inverse { background-color: #000033; }
  3. .navbar-inverse .navbar-brand { color: #DCDCFF; }
  4. #page { margin-top: 85px; }
  5. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { border-color: #909090; }
  6. #page .userlist #cname-before { border-bottom-left-radius: 0; }
  7. #page .userlist #cname { border-bottom-right-radius: 0; }
  8. #page .userlist #cemail-before { border-top-left-radius: 0; }
  9. #page .userlist #cemail { border-top-right-radius: 0; }