notabug.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* top navbar and buttons */
  2. #header-div { background-color: #428bca ; color: white ; }
  3. #header-div a.item.active { color: #CC0 ; }
  4. #header-logo-img { width: 48px ; height: 48px ; }
  5. /* top navbar right menu */
  6. .ui.menu .dropdown.item .menu { background: #428bca ; }
  7. .notabug-header ,
  8. .notabug-item ,
  9. .ui.menu .ui.dropdown .menu > .notabug-item { color: white !important ; }
  10. div.right.menu { height: 48px ; }
  11. .ui.secondary.menu .item { height: 40px; }
  12. div.dropdown:nth-child(2) > span:nth-child(1) { margin-bottom: 4px ; } /* + btn */
  13. div.right:nth-child(6) > a:nth-child(3) > i:nth-child(1) { margin-left: 6px ; } /* logout btn */
  14. /* top navbar buttons hover */
  15. .ui.dropdown.head.link.jump.item.poping.up:hover ,
  16. .ui.top.secondary.menu a.item:hover { color: #ff0 ; }
  17. .following.bar .top.menu a.item:hover ,
  18. .following.bar .top.menu .dropdown.item:hover { background-color: #244664 ; }
  19. div.right:nth-child(6) > a:nth-child(3):hover { background-color: #244664 ; } /* logout btn */
  20. div.right:nth-child(6) > a:nth-child(3) > i:nth-child(1):hover { color: #ff0 ; } /* logout btn */
  21. /* top navbar right menu hover */
  22. .notabug-item:hover ,
  23. .ui.menu .ui.dropdown .menu > .notabug-item:hover
  24. { background-color: #244664 !important ; color: #ff0 !important ; }
  25. /* static notabug pages */
  26. input { background-color: white; }
  27. #about-div , #help-div , #outages-div , #tos-div , #fingerprints-div { margin: 32px 0px 80px 0px ; }
  28. #home-div , #home-logo-div , #home-login-div , #home-header-div , #home-footer-div
  29. { position: fixed ; width: 100% ; }
  30. #home-div { width: 100% ; top: 48px ; bottom: 40px ; background-color: #428bca ; }
  31. #home-header-div { top: 20% ; height: 40% ; }
  32. #home-logo-div { left: 18% ; width: 20% ; }
  33. #home-login-div { left: 38% ; width: 62% ; }
  34. #home-logo-img { width: 100%; }
  35. #home-title-span { color: #0C0 ; font-family: monospace ; }
  36. #home-title-l-span { color: #00C ; font-family: monospace ; }
  37. #home-title-r-span { color: #CC0 ; font-family: monospace ; }
  38. .home-login-label { float: left ; width: 3em ; }
  39. #home-login-btn { /*position: relative ; top: -1.25em ; margin: 0em 0.5em ;*/
  40. background-color: rgb(33, 186, 69) ; color: white; height: 24px ;
  41. box-shadow: 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset ;
  42. border: medium none ; border-radius: 0.285714rem ; }
  43. #home-footer-div { bottom: 54px ; padding: 20px ; z-index: -1 ; background-color: white ;
  44. text-align: center ; }
  45. #home-footer-l-div { width: 50% ; left: 0% ; }
  46. #home-footer-r-div { width: 50% ; left: 50% ; }
  47. #fingerprints-div pre { padding: 1em ; background-color: #ccc ; }
  48. #fingerprints-table td { padding: 1em ; }