theme_overrides.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /* override table width restrictions
  2. See: https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
  3. */
  4. @media screen and (min-width: 767px) {
  5. .wy-table-responsive table td {
  6. white-space: normal !important;
  7. }
  8. .wy-table-responsive {
  9. overflow: visible !important;
  10. }
  11. }
  12. /**
  13. * Buttons on Extension Module pages.
  14. */
  15. #administrative .section p:last-child a,
  16. #analysis-annotation .section p:last-child a,
  17. #data-loading-collection .section p:last-child a,
  18. #developer-tools .section p:last-child a,
  19. #third-party-integration .section p:last-child a,
  20. #searching .section p:last-child a,
  21. #visualization-display .section p:last-child a {
  22. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  23. display: inline-block;
  24. vertical-align: middle;
  25. text-align: center;
  26. border-radius: 4px;
  27. margin-bottom: 20px;
  28. margin-right: 8px;
  29. -webkit-font-smoothing: antialiased;
  30. letter-spacing: 0.03em;
  31. font-weight: 500;
  32. line-height: 14px;
  33. font-size: 14px;
  34. padding: 9px 10px;
  35. color: #666666;
  36. background: #FFFFFF;
  37. background: -webkit-linear-gradient(top, #FFFFFF, #f1f1f1);
  38. border: 1px solid #c8c8c8;
  39. box-shadow: 0 1px 0px #e9e9e9;
  40. }
  41. #administrative .section p:last-child a:hover,
  42. #analysis-annotation .section p:last-child a:hover,
  43. #data-loading-collection .section p:last-child a:hover,
  44. #developer-tools .section p:last-child a:hover,
  45. #third-party-integration .section p:last-child a:hover,
  46. #searching .section p:last-child a:hover,
  47. #visualization-display .section p:last-child a:hover {
  48. background: -webkit-linear-gradient(top, #FFFFFF, #e6e6e6);
  49. }
  50. /**
  51. * BRANDING
  52. */
  53. /* Sidebar Title */
  54. .wy-side-nav-search {
  55. background: none !important;
  56. }
  57. .wy-side-nav-search input[type="text"] {
  58. border-color: black;
  59. }
  60. .wy-nav-side {
  61. color: #CCCCCC !important;
  62. background: #2D2D34 !important;
  63. background-image: url("hexagon_pattern.png") !important;
  64. background-repeat: repeat !important;
  65. background: -webkit-linear-gradient(left, $light-grey , $gray-base) !important;
  66. background: linear-gradient(to right, $light-grey , $gray-base) !important;
  67. }
  68. /* Logo */
  69. .fa-home::before, .icon-home::before {
  70. content: url('small_logoonly.png')
  71. }
  72. /* Sidebar TOC */
  73. .wy-menu-vertical li.current {
  74. color: #CCCCCC;
  75. border-color: black;
  76. background: rgba(0,0,0,0.5);
  77. }
  78. .wy-menu-vertical li.toctree-l1.current > a {
  79. color: black;
  80. border-color: whitesmoke;
  81. background-color: whitesmoke;
  82. }
  83. .wy-menu-vertical li.toctree-l2.current > a,
  84. .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
  85. .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
  86. color: #CCCCCC;
  87. border-color: black;
  88. background-color: rgba(0,0,0,0.05);
  89. }
  90. .wy-menu-vertical li.current a:hover,
  91. .wy-menu-vertical li.toctree-l1.current > a:hover,
  92. .wy-menu-vertical li.toctree-l2.current > a:hover,
  93. .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:hover,
  94. .wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a:hover {
  95. color: white;
  96. border-color: black;
  97. font-weight: bold;
  98. background-color: rgba(0,0,0);
  99. }
  100. .wy-menu-vertical li.toctree-l1 a,
  101. .wy-menu-vertical li.toctree-l2 a,
  102. .wy-menu-vertical li.toctree-l3 a,
  103. .wy-menu-vertical li.toctree-l4 a {
  104. color: #CCCCCC;
  105. border-color: black;
  106. }
  107. /* Main Content */
  108. .wy-nav-content-wrap {
  109. background: whitesmoke;
  110. }
  111. a, a:hover {
  112. color: #990000;
  113. }
  114. a:visited {
  115. color: #cc0000;
  116. }
  117. a.icon-home:visited {
  118. color: #ffffff;
  119. }
  120. /* Code blocks */
  121. .highlight {
  122. background: #e1f0db;
  123. }
  124. /* Default Notes */
  125. .wy-alert.wy-alert-info,
  126. .rst-content .note,
  127. .rst-content .wy-alert-info.attention,
  128. .rst-content .wy-alert-info.caution,
  129. .rst-content .wy-alert-info.danger,
  130. .rst-content .wy-alert-info.error,
  131. .rst-content .wy-alert-info.hint,
  132. .rst-content .wy-alert-info.important,
  133. .rst-content .wy-alert-info.tip,
  134. .rst-content .wy-alert-info.warning,
  135. .rst-content .seealso, .rst-content
  136. .wy-alert-info.admonition-todo,
  137. .rst-content .wy-alert-info.admonition {
  138. background: #d9d9d9;
  139. }
  140. .wy-alert.wy-alert-info
  141. .wy-alert-title,
  142. .rst-content .note .wy-alert-title,
  143. .rst-content .wy-alert-info.attention .wy-alert-title,
  144. .rst-content .wy-alert-info.caution .wy-alert-title,
  145. .rst-content .wy-alert-info.danger .wy-alert-title,
  146. .rst-content .wy-alert-info.error .wy-alert-title,
  147. .rst-content .wy-alert-info.hint .wy-alert-title,
  148. .rst-content .wy-alert-info.important .wy-alert-title,
  149. .rst-content .wy-alert-info.tip .wy-alert-title,
  150. .rst-content .wy-alert-info.warning .wy-alert-title,
  151. .rst-content .seealso .wy-alert-title,
  152. .rst-content .wy-alert-info.admonition-todo .wy-alert-title,
  153. .rst-content .wy-alert-info.admonition .wy-alert-title,
  154. .wy-alert.wy-alert-info .rst-content .admonition-title,
  155. .rst-content .wy-alert.wy-alert-info .admonition-title,
  156. .rst-content .note .admonition-title,
  157. .rst-content .wy-alert-info.attention .admonition-title,
  158. .rst-content .wy-alert-info.caution .admonition-title,
  159. .rst-content .wy-alert-info.danger .admonition-title,
  160. .rst-content .wy-alert-info.error .admonition-title,
  161. .rst-content .wy-alert-info.hint .admonition-title,
  162. .rst-content .wy-alert-info.important .admonition-title,
  163. .rst-content .wy-alert-info.tip .admonition-title,
  164. .rst-content .wy-alert-info.warning .admonition-title,
  165. .rst-content .seealso .admonition-title, .rst-content
  166. .wy-alert-info.admonition-todo .admonition-title,
  167. .rst-content .wy-alert-info.admonition .admonition-title {
  168. background: #737373;
  169. }
  170. /* Note Warnings */
  171. .wy-alert.wy-alert-warning .wy-alert-title, .rst-content .wy-alert-warning.note .wy-alert-title, .rst-content .attention .wy-alert-title, .rst-content .caution .wy-alert-title, .rst-content .wy-alert-warning.danger .wy-alert-title, .rst-content .wy-alert-warning.error .wy-alert-title, .rst-content .wy-alert-warning.hint .wy-alert-title, .rst-content .wy-alert-warning.important .wy-alert-title, .rst-content .wy-alert-warning.tip .wy-alert-title, .rst-content .warning .wy-alert-title, .rst-content .wy-alert-warning.seealso .wy-alert-title, .rst-content .admonition-todo .wy-alert-title, .rst-content .wy-alert-warning.admonition .wy-alert-title, .wy-alert.wy-alert-warning .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-warning .admonition-title, .rst-content .wy-alert-warning.note .admonition-title, .rst-content .attention .admonition-title, .rst-content .caution .admonition-title, .rst-content .wy-alert-warning.danger .admonition-title, .rst-content .wy-alert-warning.error .admonition-title, .rst-content .wy-alert-warning.hint .admonition-title, .rst-content .wy-alert-warning.important .admonition-title, .rst-content .wy-alert-warning.tip .admonition-title, .rst-content .warning .admonition-title, .rst-content .wy-alert-warning.seealso .admonition-title, .rst-content .admonition-todo .admonition-title, .rst-content .wy-alert-warning.admonition .admonition-title {
  172. background: #e6b800;
  173. }
  174. .wy-alert.wy-alert-warning, .rst-content .wy-alert-warning.note, .rst-content .attention, .rst-content .caution, .rst-content .wy-alert-warning.danger, .rst-content .wy-alert-warning.error, .rst-content .wy-alert-warning.hint, .rst-content .wy-alert-warning.important, .rst-content .wy-alert-warning.tip, .rst-content .warning, .rst-content .wy-alert-warning.seealso, .rst-content .admonition-todo, .rst-content .wy-alert-warning.admonition {
  175. background: #FcFde6;
  176. }