Advertisement
Guest User

Untitled

a guest
May 24th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. /* links */
  2. a,
  3. a:visited {
  4. color: #585858 !important;
  5. text-decoration: none;
  6. }
  7.  
  8. a:hover {
  9. color: #ff8700 !important;
  10. text-decoration: underline
  11. }
  12.  
  13. /* header (the logo..) */
  14. #gerrit_header {
  15. position: absolute;
  16. top: 0;
  17. }
  18.  
  19. #gerrit_header h2 {
  20. padding-left: 20px;
  21. height: 25px;
  22. }
  23.  
  24. /* reset default styles */
  25. .topmenuMenuLeft {
  26. width: auto;
  27. padding-top: 0 !important;
  28. padding-left: 0 !important;
  29. padding-right: 0 !important;
  30. }
  31.  
  32. .topmenuTDmenu {
  33. padding: 0 !important;
  34. }
  35.  
  36. .gwt-TabBar .gwt-TabBarItem {
  37. border-bottom: 0 !important;
  38. }
  39.  
  40. .linkMenuBar {
  41. padding-left: 0 !important;
  42. }
  43.  
  44. /* the holy menu */
  45. #gerrit_topmenu {
  46. background-color: transparent !important;
  47. color: #ffffff !important;
  48. padding: 0;
  49. font-size: 13px;
  50. padding-left: 160px;
  51. }
  52.  
  53. #gerrit_topmenu a {
  54. color: #ffffff !important;
  55. }
  56.  
  57. #gerrit_topmenu .gwt-TabBar {
  58. border-bottom: none !important;
  59. }
  60.  
  61. #gerrit_topmenu .gwt-TabBarItem,
  62. #gerrit_topmenu .gwt-TabBarRest,
  63. #gerrit_topmenu .gwt-TabPanelBottom {
  64. background: none !important;
  65. }
  66.  
  67. #gerrit_topmenu > table {
  68. background: url(static/s-buttons.2a9e3abb93e617254323a2f81b.cache.png) left top repeat-x !important;
  69. border-collapse: collapse !important;
  70. border-top: 1px solid #E97E0D !important;
  71. }
  72.  
  73. #gerrit_topmenu > table > tbody > tr > td > table {
  74. border: 0 !important;
  75. }
  76.  
  77. #gerrit_topmenu .gwt-Label {
  78. color: #ffffff !important;
  79. height: 25px;
  80. padding-top: 4px;
  81. }
  82.  
  83. #gerrit_topmenu .gwt-TabBarItem,
  84. #gerrit_topmenu .gwt-TabPanelBottom a {
  85. border-left: 1px solid #ffc37d !important;
  86. border-right: 1px solid #e97e0d !important;
  87. }
  88.  
  89. #gerrit_topmenu .gwt-TabPanelBottom {
  90. padding: 0 !important;
  91. }
  92.  
  93. #gerrit_topmenu .gwt-TabPanelBottom a {
  94. display: inline-block;
  95. height: 23px;
  96. padding-top: 7px;
  97. margin-top: 1px;
  98. }
  99.  
  100. #gerrit_topmenu .gwt-TabBarItem-wrapper:hover,
  101. #gerrit_topmenu .gwt-TabPanelBottom a:hover {
  102. background-color: #ffa70b;
  103. }
  104.  
  105. #gerrit_topmenu .gwt-TabBarItem-selected,
  106. #gerrit_topmenu .gwt-TabPanelBottom a.menuItem.activeRow {
  107. background-color: #faaf28 !important;
  108. }
  109.  
  110. /* hell yeah, this is the right corner..
  111. #gerrit_topmenu > table > tbody > tr > td:nth-child(3) > div > div
  112. */
  113. #gerrit_topmenu > table > tbody > tr > td:nth-child(3) > div > div span,
  114. #gerrit_topmenu > table > tbody > tr > td:nth-child(3) [role=menuitem] {
  115. display: inline-block;
  116. height: 25px !important;
  117. padding: 4px 10px 0 10px !important;
  118. border-right: 1px solid #e97e0d !important;
  119. }
  120.  
  121.  
  122. #gerrit_topmenu > table > tbody > tr > td:nth-child(3) [role=menuitem] {
  123. border-left: 1px solid #ffc37d;
  124. }
  125.  
  126. /* hell yeah, and this is the search box */
  127. #gerrit_topmenu > table > tbody > tr > td:nth-child(3) > div > div:nth-child(2) {
  128. padding-top: 6px;
  129. }
  130.  
  131. /* working... message */
  132. #gerrit_topmenu > div > span {
  133. border: 1px solid #000000;
  134. box-shadow: 1px 1px 10px #888;
  135. color: #000000 !important;
  136. position: absolute;
  137. top: 29px;
  138. width: 100px;
  139. }
  140.  
  141.  
  142. /* a text saying "Loading Gerrit Code review" */
  143. #gerrit_startinggerrit {
  144. padding-left: 180px;
  145. }
  146.  
  147. /* footer */
  148. #gerrit_btmmenu {
  149. margin-right: 10px;
  150. background: url(static/footer-logo.b9f2ba66aab906975d481c42d4.cache.gif) no-repeat scroll right center transparent;
  151. }
  152.  
  153. #gerrit_btmmenu div {
  154. color: #aaaaaa !important;
  155. margin-right: 15px;
  156. font-size: .8em;
  157. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement