Advertisement
Guest User

Dark Blue

a guest
Oct 30th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. html, body {
  2. background-color: #111b25;
  3. color: #FFFFFF;
  4. font-family: "Trebuchet MS",Trebuchet,serif;
  5. }
  6. a {
  7. color: #FFFFFF;
  8. }
  9. a:hover {
  10. color: #0066FF;
  11. }
  12. .adminbar {
  13. clear:both;
  14. float:right;
  15. font-size: .8em;
  16. }
  17. .adminbar a {
  18. font-weight: bold;
  19. }
  20. .logo {
  21. clear:both;
  22. text-align:left;
  23. font-size:2em;
  24. font-weight: bold;
  25. color:#FFFFFF;
  26. /*width:100%;*/
  27. }
  28. .replymode, .passvalid {
  29. background:#111B25;
  30. text-align:center;
  31. padding:2px;
  32. color:#2266AA;
  33. clear: both;
  34. font-weight: bold;
  35. margin-bottom: .5em;
  36. border: solid 1px #CCCCCC;
  37. -moz-border-radius: 5px;
  38. }
  39. .catalogmode {
  40. background: #0040E0;
  41. text-align: center;
  42. padding: 2px;
  43. color: #111B25;
  44. clear: both;
  45. font-weight: bold;
  46. margin-bottom: .5em;
  47. border: solid 1px #CCCCCC;
  48. -moz-border-radius: 5px;
  49. }
  50. .postarea {
  51. }
  52. .rules {
  53. font-size:0.7em;
  54. }
  55. .postblock {
  56. background:transparent;
  57. color:#054A99;
  58. font-weight:bold;
  59. }
  60. .footer {
  61. text-align:center;
  62. font-size:12px;
  63. font-family:serif;
  64. margin: 2em 0 0 0;
  65. }
  66. .dellist {
  67. font-weight: bold;
  68. text-align:center;
  69. }
  70. .delbuttons {
  71. text-align:center;
  72. padding-bottom:4px;
  73. }
  74. .managehead {
  75. background:#111B25;
  76. color:#054A99;
  77. padding:0px;
  78. }
  79. .postlists {
  80. background:#FFFFFF;
  81. width:100%;
  82. padding:0px;
  83. color:#800000;
  84. }
  85. .row1 {
  86. background:#111B25;
  87. color:#054A99;
  88. }
  89. .row2 {
  90. background:#CCCCCC;
  91. color:#054A99;
  92. }
  93. .unkfunc {
  94. background:inherit;
  95. color:#708f20;
  96. }
  97. .reflink {
  98. font-size: .8em;
  99. font-weight: bold;
  100. }
  101. .filesize {
  102. text-decoration:none;
  103. color: #9e9e9e;
  104. font-size: .8em;
  105. }
  106. .filetitle {
  107. background:inherit;
  108. font-size:1.2em;
  109. color:#054A99;
  110. font-weight:bold;
  111. }
  112. .postername {
  113. color:#004A99;
  114. font-weight:bold;
  115. }
  116. .postertrip {
  117. color:#FF3300;
  118. }
  119. .oldpost {
  120. color:#CC1105;
  121. font-weight:bold;
  122. }
  123. .omittedposts {
  124. color:#9e9e9e;
  125. }
  126. .reply {
  127. background:#202933;
  128. border: solid 1px #CCCCCC;
  129. padding: 0;
  130. margin: 0;
  131. -moz-border-radius: 5px;
  132. }
  133. blockquote {
  134. margin: .5em .5em .5em 1em;
  135. }
  136. blockquote p {
  137. margin: 0;
  138. padding: 0;
  139. }
  140. .reply blockquote {
  141. margin: .5em !important;
  142. }
  143. .doubledash {
  144. display: none;
  145. vertical-align:top;
  146. clear:both;
  147. float:left;
  148. }
  149. .replytitle {
  150. font-size: 1.2em;
  151. color:#054A99;
  152. font-weight:bold;
  153. }
  154. .commentpostername {
  155. color:#004A99;
  156. font-weight:800;
  157. }
  158. .thumbnailmsg {
  159. font-size: .8em;
  160. color:#9e9e9e;
  161. }
  162. hr {
  163. border-style: solid none none none;
  164. border-width: 1px;
  165. border-color: #000000;
  166. }
  167. table {
  168. border-style: none;
  169. }
  170. table td {
  171. border-style: none;
  172. }
  173. .nothumb {
  174. background-color: #0;
  175. border-style: dotted;
  176. margin: .3em .5em;
  177. }
  178.  
  179. .abbrev {
  180. color:#9e9e9e;
  181. }
  182. .highlight {
  183. background:#3c4e60;
  184. color:#FFFFFF;
  185. border: 2px dashed #111b25;
  186. }
  187.  
  188. #watchedthreads {
  189. background-color: #202933 !important;
  190. border: 1px solid #CCCCCC !important;
  191. -moz-border-radius: 5px;
  192. }
  193. .reflinkpreview {
  194. background-color: #202933 !important;
  195. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement