Advertisement
Pr0nogo

Untitled

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