Advertisement
Pr0nogo

Untitled

Aug 27th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. /* Place here any CSS code that you would like to affect both the Default and Home themes */
  2. blockquote {
  3. margin: 0;
  4. border: none;
  5. padding: 0;
  6. background-color: transparent;
  7. size: 0.5em;
  8. }
  9. blockquote p {
  10. margin: 0;
  11. text-indent: 3em;
  12. }
  13. blockquote p + p {
  14. margin: 1em 0 0;
  15. }
  16. #toc {
  17. margin:0;
  18. }
  19. @media only screen and (min-width: 1367px) and (max-width: 1680px) {
  20. .toc-origin {
  21. max-width: 225px !important;
  22. }
  23. }
  24. @media only screen and (max-width: 1366px) {
  25. .toc-origin {
  26. max-width: 175px !important;
  27. }
  28. }
  29. header.header-wrap {
  30. background-color: #111 !important;
  31. }
  32. .feature.feature-header {
  33. background-color: #111 !important;
  34. }
  35. .collapse.navbar-collapse.navbar-top-target {
  36. background-color: #111 !important;
  37. }
  38. main.content-wrap {
  39. background-color: gray !important;
  40. }
  41. footer.footer-wrap {
  42. background-color: gray !important;
  43. }
  44. .page-options-container {
  45. background-color: Gainsboro !important;
  46. }
  47. .main-content-wrap.col-md-9 {
  48. background-color: Gainsboro;
  49. }
  50. nav.side-bar-wrap.col-md-3 {
  51. background-color: Gainsboro;
  52. }
  53. .main-content {
  54. background-color: Gainsboro;
  55. }
  56. main > .content {
  57. background-color: Gainsboro;
  58. }
  59. .side-bar {
  60. background-color: Gainsboro;
  61. }
  62. .row {
  63. background-color: Gainsboro;
  64. }
  65. .page-title.page-header {
  66. background-color: gainsboro;
  67. }
  68. .collapse.navbar-collapse.navbar-side-target {
  69. background-color: ghostwhite;
  70. border: 2px solid #111;
  71. }
  72. .container-content {
  73. background-color: Gainsboro !important;
  74. }
  75. .collapsible-block-content {
  76. padding:10px 10px 10px 10px;
  77. background:#000;
  78. color: white;
  79. border: 5px solid gray;
  80. }
  81. main > .content .page-title {
  82. background: gainsboro !important;
  83. }
  84. main .content .page-title span {
  85. background: none !important;
  86. }
  87. main .main-content h1 {
  88. background: none !important;
  89. }
  90. td {
  91. background: gainsboro !important;
  92. }
  93. #toc {
  94. background: gainsboro !important;
  95. }
  96. .collapsible-block-content a:link {
  97. color: deepskyblue;
  98. }
  99. .collapsible-block-content a:visited {
  100. color: darkcyan;
  101. }
  102. .collapsible-block-content a:hover {
  103. color: cyan
  104. }
  105. /* JQUERY LIGHTBOX */
  106.  
  107. #jquery-overlay {
  108. position: absolute;
  109. top: 0;
  110. left: 0;
  111. z-index: 90;
  112. width: 100%;
  113. height: 500px;
  114. }
  115.  
  116. #jquery-lightbox {
  117. position: absolute;
  118. top: 0;
  119. left: 0;
  120. width: 100%;
  121. z-index: 100;
  122. text-align: center;
  123. line-height: 0;
  124. }
  125.  
  126. #jquery-lightbox a img { border: none; }
  127.  
  128. #lightbox-container-image-box {
  129. position: relative;
  130. background-color: #fff;
  131. width: 250px;
  132. height: 250px;
  133. margin: 0 auto;
  134. }
  135.  
  136. #lightbox-container-image { padding: 10px; }
  137.  
  138. #lightbox-loading {
  139. position: absolute;
  140. top: 40%;
  141. left: 0%;
  142. height: 25%;
  143. width: 100%;
  144. text-align: center;
  145. line-height: 0;
  146. }
  147.  
  148. #lightbox-nav {
  149. position: absolute;
  150. top: 0;
  151. left: 0;
  152. height: 100%;
  153. width: 100%;
  154. z-index: 10;
  155. }
  156.  
  157. #lightbox-container-image-box > #lightbox-nav { left: 0; }
  158.  
  159. #lightbox-nav a { outline: none;}
  160.  
  161. #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  162. width: 49%;
  163. height: 100%;
  164. zoom: 1;
  165. display: block;
  166. }
  167.  
  168. #lightbox-nav-btnPrev {
  169. left: 0;
  170. float: left;
  171. }
  172.  
  173. #lightbox-nav-btnNext {
  174. right: 0;
  175. float: right;
  176. }
  177.  
  178. #lightbox-container-image-data-box {
  179. font: 10px Verdana, Helvetica, sans-serif;
  180. background-color: #fff;
  181. margin: 0 auto;
  182. line-height: 1.4em;
  183. overflow: auto;
  184. width: 100%;
  185. padding: 0 10px 0;
  186. }
  187.  
  188. #lightbox-container-image-data {
  189. padding: 0 10px;
  190. color: #666;
  191. }
  192.  
  193. #lightbox-container-image-data #lightbox-image-details {
  194. width: 70%;
  195. float: left;
  196. text-align: left;
  197. }
  198.  
  199. #lightbox-image-details-caption { font-weight: bold; }
  200.  
  201. #lightbox-image-details-currentNumber {
  202. display: block;
  203. clear: left;
  204. padding-bottom: 1.0em;
  205. }
  206.  
  207. #lightbox-secNav-btnClose {
  208. width: 66px;
  209. float: right;
  210. padding-bottom: 0.7em;
  211. }
  212. a {
  213. color: RoyalBlue ;
  214. }
  215. a:hover {
  216. color: MediumTurquoise ;
  217. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement