Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. /*.logo {
  2. content: url(//i.pi.gy/Nk5L.png);
  3. background-repeat: no-repeat;
  4. position: relative;
  5. left: 540px;
  6. top: 40px;
  7. */
  8.  
  9. .logo img {
  10. content: url(//i.imgur.com/AIW9h3g.png);
  11. margin-top: 20px;
  12. width: 350px!important
  13. }
  14. .bgimage {
  15. background: url("https://www.xmple.com/wallpaper/pink-blue-gradient-linear-1920x1080-c2-87cefa-ffb6c1-a-285-f-14.svg");
  16. -moz-animation: bgscroll 70s infinite linear;
  17. -ms-animation: bgscroll 70s infinite linear;
  18. -o-animation: bgscroll 70s infinite linear;
  19. }
  20. ::selection {
  21. background: #000000;
  22. }
  23. ::-moz-selection {
  24. background: #000000;
  25. }
  26. ::-webkit-selection {
  27. background: #000000;
  28. }
  29. @-webkit-keyframes bgscroll {
  30. from {
  31. background-position: 0 0;
  32. }
  33. to {
  34. background-position: -1100px 0;
  35. }
  36. }
  37. @-moz-keyframes bgscroll {
  38. from {
  39. background-position: 0 0;
  40. }
  41. to {
  42. background-position: -1100px 0;
  43. }
  44. }
  45. @-o-keyframes bgscroll {
  46. from {
  47. background-position: 0 0;
  48. }
  49. to {
  50. background-position: -1100px 0;
  51. }
  52. }
  53. @keyframes bgscroll {
  54. from {
  55. background-position: 0 0;
  56. }
  57. to {
  58. background-position: -1100px 0;
  59. }
  60. }
  61. .tselected,
  62. .tselected:hover,
  63. .maintitle,
  64. ::-webkit-scrollbar-thumb,
  65. ::-webkit-scrollbar-thumb:active,
  66. .sidebarbutton:hover,
  67. .showthreadtopbar,
  68. .sceditor-button:hover,
  69. .sceditor-button:active,
  70. .sceditor-button.active,
  71. .thead,
  72. .pagination_current,
  73. .pagination a:hover,
  74. .thead {
  75. background: #2576a8 !important;
  76. }
  77. .headertop,
  78. .scrolltotop,
  79. .tselected,
  80. .tselected:hover,
  81. blockquote {
  82. border-color: #2576a8 !important;
  83. }
  84. .scrolltotop,
  85. .thread_status.newhotfolder:before,
  86. #backtop i,
  87. .sidestat,
  88. .sidestat a,
  89. .footer_designed,
  90. .thread_status,
  91. .newfolder:before,
  92. .index-num {
  93. color: #367a87 !important;
  94. }
  95. .forum_status,
  96. .scrolltotop,
  97. .thread_status.newhotfolder:before,
  98. #backtop i,
  99. .sidestat,
  100. .sidestat a,
  101. .footer_designed,
  102. .thread_status,
  103. .newfolder:before,
  104. .index-num,
  105. .text-yellow {
  106. color: #2576a8 !important;
  107. }
  108. /* Change font from whatever to this */
  109.  
  110. body {
  111. font-family: 'Roboto', 'Helvetica Neue', 'Open Sans', 'PT Sans', 'Lato', 'Raleway', 'Sans-serif';
  112. letter-spacing: .02em;
  113. }
  114. head {
  115. cursor: url("http://cur.cursors-4u.net/symbols/images7/sym780.png"), auto;
  116. }
  117. /* Alerts Banner thing */
  118.  
  119. .dropbtn {
  120. background: transparent;
  121. color: #2576a8;
  122. padding: 10px;
  123. font-size: 14px;
  124. border: none;
  125. cursor: pointer;
  126. border-radius: 0;
  127. }
  128. .conversationnotification {
  129. background: transparent;
  130. color: #2576a8!important;
  131. padding: 10px 11px !important;
  132. display: inline-block;
  133. font-size: 14px;
  134. line-height: 25px;
  135. }
  136. .dropdown .alerts {
  137. background: transparent;
  138. color: #2576a8!important;
  139. padding: 11px;
  140. font-size: 13px;
  141. }
  142. .headertop {
  143. background-color: #1d1d1d;
  144. position: fixed;
  145. top: 0;
  146. left: 0;
  147. width: 100%;
  148. z-index: 100000;
  149. box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.3);
  150. }
  151. /* Body Edits */
  152.  
  153. .navbox {
  154. display: inline-block;
  155. color: #2576a8;
  156. padding: 9px 14px;
  157. font-size: 13px;
  158. text-transform: uppercase;
  159. font-weight: 500;
  160. }
  161. /* Postbit Edits */
  162.  
  163. .reputation_positive {
  164. color: #ce2fc3;
  165. }
  166. /*
  167. .postauthorboxx {
  168. background-image: url(//share.dove.rip/i/1i8cc6.jpg);
  169. background-repeat: no-repeat;
  170. border-top: 0;
  171. } */
  172.  
  173.  
  174. /*
  175. .postbit-bg {
  176. position: absolute;
  177. width: 100%;
  178. height: 100%;
  179. margin-top: -6px;
  180. margin-left: -5px;
  181. z-index: 1;
  182. opacity: 0.65;
  183. height: 200px;
  184. }
  185.  
  186. .postbit-bg {
  187. background: url(//share.dove.rip/i/1i8cc6.jpg) no-repeat;
  188. }
  189. .postbit-bg {
  190. background-image: url(//share.dove.rip/i/k4gksa.png);
  191. background-repeat: no-repeat;
  192. border-top: 0;
  193. position: absolute;
  194. width: 100%;
  195. height: 100%;
  196. margin-top: -6px;
  197. margin-left: -5px;
  198. z-index: 1;
  199. opacity: 0.65;
  200. height: 200px;
  201. }
  202. */
  203.  
  204.  
  205. .postbit-status-online {
  206. background: #2576a8;
  207. border-radius: 50%;
  208. z-index: 3;
  209. }
  210.  
  211. .postbit-status-offline {
  212. background: #2576a8;
  213. border-radius: 50%;
  214. z-index: 3;
  215. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement