custom.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /*Docs*/
  2. .sub-title {
  3. font-size: 30px;
  4. margin-top: 50px;
  5. margin-bottom: 10px;
  6. padding-bottom: 0;
  7. }
  8. .sub-title a {
  9. font-size: 16px;
  10. }
  11. .section.docs-heading {
  12. padding: 60px 0;
  13. }
  14. .affix {
  15. position: static;
  16. }
  17. @media (min-width: 992px) {
  18. .affix,
  19. .affix-bottom {
  20. width: 213px
  21. }
  22. .affix {
  23. position: fixed;
  24. top: 20px
  25. }
  26. .affix-bottom {
  27. position: absolute
  28. }
  29. .affix .bs-docs-sidenav,
  30. .affix-bottom .bs-docs-sidenav {
  31. margin-top: 0;
  32. margin-bottom: 0
  33. }
  34. }
  35. @media (min-width: 1200px) {
  36. .affix,
  37. .affix-bottom {
  38. width: 263px
  39. }
  40. }
  41. @media (min-width: 768px) {
  42. .docs-sidebar {
  43. padding-left: 20px
  44. }
  45. }
  46. .intro a {
  47. font-size: 15px;
  48. }
  49. .intro .disabled {
  50. color: #777;
  51. cursor: default;
  52. }
  53. .docs-sidebar .intro>li>a:hover {
  54. color: #0E97EE;
  55. background-color: transparent;
  56. }
  57. .docs-sidebar .intro>li>a:focus {
  58. color: #0E97EE;
  59. background-color: transparent;
  60. }
  61. .docs-sidebar .intro>.active:hover>a,
  62. .docs-sidebar .intro>.active>a {
  63. color: #0E97EE;
  64. font-weight: bold;
  65. }
  66. .docs-sidebar .intro ul >.active:hover>a,
  67. .docs-sidebar .intro ul >.active>a {
  68. color: #0E97EE;
  69. }
  70. .docs-sidebar .intro ul>li>a {
  71. font-size: 14px;
  72. }
  73. .intro.nav {
  74. list-style: decimal;
  75. }
  76. .intro.nav > li {
  77. position: static;
  78. display: list-item;
  79. }
  80. .intro.nav > li > a {
  81. position: initial;
  82. display: initial;
  83. padding: initial;
  84. }
  85. @media (min-width: 992px) {
  86. .docs-sidebar .intro ul {
  87. display: none;
  88. padding-bottom: 10px;
  89. }
  90. .docs-sidebar .intro>.active>ul {
  91. display: block
  92. }
  93. }
  94. /*Syntax Highlighter : Sublime Theme */
  95. .syntaxhighlighter {
  96. background-color: #2b303b !important;
  97. padding: 15px 0;
  98. margin: 1em 0 2em 0 !important
  99. }
  100. .syntaxhighlighter a,
  101. .syntaxhighlighter div,
  102. .syntaxhighlighter code,
  103. .syntaxhighlighter table,
  104. .syntaxhighlighter table td,
  105. .syntaxhighlighter table tr,
  106. .syntaxhighlighter table tbody,
  107. .syntaxhighlighter table thead,
  108. .syntaxhighlighter table caption,
  109. .syntaxhighlighter textarea {
  110. line-height: 1.3em !important;
  111. }
  112. .syntaxhighlighter .line.alt1 {
  113. background-color: #2b303b !important;
  114. }
  115. .syntaxhighlighter .line.alt2 {
  116. background-color: #2b303b !important;
  117. }
  118. .syntaxhighlighter .string,
  119. .syntaxhighlighter .string a {
  120. color: #90be8c !important;
  121. }
  122. .syntaxhighlighter .color1,
  123. .syntaxhighlighter .color1 a {
  124. color: #d08770 !important;
  125. }
  126. .syntaxhighlighter .plain,
  127. .syntaxhighlighter .plain a {
  128. color: #c0c5ce !important;
  129. }
  130. .syntaxhighlighter .keyword {
  131. color: #bf616a !important;
  132. }
  133. .syntaxhighlighter .gutter {
  134. color: #757a84 !important;
  135. }
  136. .syntaxhighlighter .line.highlighted.alt1,
  137. .syntaxhighlighter .line.highlighted.alt2 {
  138. background-color: #333E49 !important;
  139. }
  140. .syntaxhighlighter .gutter .line.highlighted {
  141. background-color: #343d46 !important;
  142. color: #757a84 !important;
  143. }
  144. .syntaxhighlighter .value {
  145. color: #96b5b4 !important;
  146. }
  147. /*css*/
  148. /* .syntaxhighlighter .css.plain,
  149. .syntaxhighlighter .css.plain a {
  150. color: #d08770 !important;
  151. }
  152. .syntaxhighlighter .css.keyword {
  153. color: #c0c5ce !important;
  154. }*/
  155. .syntaxhighlighter .color3,
  156. .syntaxhighlighter .color3 a {
  157. color: #b48ead !important;
  158. }
  159. /*js*/
  160. .syntaxhighlighter .js.keyword {
  161. color: #b48ead !important;
  162. }