theme_overrides.css 7.4 KB

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