Advertisement
Guest User

Untitled

a guest
Sep 8th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. /**
  3. * (Original) Background pattern used from http://www.dinpattern.com/2011/08/29/charcoal/
  4. * New one used from http://www.noqta.it/dromoscopio/ #40
  5. * CSS changes colours, soon background images if I wanna.
  6. * To apply, get Stylish for Firefox(Or other custom style platform SEE #1), then make a new CSS style for
  7. * * powdertoy.co.uk
  8. * and paste this file into the editor box.
  9. ** HOW TO INSTALL ON VARIOUS PLATFORMS:
  10. * Opera: http://www.opera.com/docs/usercss/
  11. * Firefox: http://userstyles.org/styles/66266/the-powder-toy-custom-css
  12. * IE: http://webdesign.about.com/od/css/ht/htcssuseriewin.htm
  13. * Safari: http://webdesign.about.com/od/css/ht/htcssusersafari.htm
  14. * Chrome: https://chrome.google.com/webstore/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe
  15. * By boxmein 2012, I allow remakes of any kind while attribution is provided to original code.
  16. **/
  17.  
  18. @-moz-document domain("powdertoy.co.uk") {
  19. /* Links */
  20. html {
  21. /* Replace the URL with your own to change the background-pattern! */
  22. /* (Original BG)background-image: url('http://boxmein.web44.net/images/charcoal/charcoal.gif') !important; */
  23. background-image: url('http://www.noqta.it/dromoscopio/img/pattern_40.gif') !important;
  24. background-attachment: fixed !important;
  25. background-repeat: repeat !important;
  26. }
  27. input, textarea, .Tag {
  28. background-color: #404040 !important;
  29. border: 1px solid #222 !important;
  30. background-image: none !important;
  31. color: #fff !important;
  32. }
  33. .Conversation {
  34. border-bottom-color: #222 !important;
  35. }
  36. a {
  37. color:#96979A !important;
  38. text-shadow:1px 1px 1px #000;
  39. }
  40.  
  41. a.Item {
  42. background:none !important;
  43. }
  44.  
  45. a:hover {
  46. color:#393A40 !important;
  47. }
  48.  
  49. /* ------------------------------
  50. Global colouring tags!
  51. Controls area on top of boxes */
  52. .Pageheader,.Pageheader *,.ButtonLink,.PostForm,.GroupInfo,.fSaveDetails {
  53. background-color:#383838 !important;
  54. color:#96979A !important;
  55. text-shadow:2px 0 3px rgba(0,0,0,0.7) !important;
  56. }
  57.  
  58. /* Unread count, nice and simple. */
  59. .CUnreadCount {
  60. background-color:#8B0000 !important;
  61. }
  62.  
  63. /* Various messages -- and now save box too! */
  64. .Warning,.Error,.Information {
  65. background-color:#222 !important;
  66. border:none !important;
  67. margin-bottom:5px;
  68. }
  69.  
  70. .ParentCategory {
  71. color:#DDD !important;
  72. }
  73.  
  74. /* Topic page numbers with icons */
  75. .Item,.Active {
  76. text-shadow:2px 0 3px rgba(0,0,0,0.7) !important;
  77. }
  78.  
  79. .TopContainer {
  80. color:#ccc;
  81. text-shadow:2px 2px 3px rgba(0,0,0,0.7) !important;
  82. }
  83.  
  84. /* TinyMCE and other! */
  85. input {
  86. background-color:#FFF !important;
  87. background-image:none !important;
  88. resize:vertical !important;
  89. }
  90.  
  91. /* Various links except menu items and categories and forum titles */
  92. a.Link {
  93. color:#ccc !important;
  94. }
  95.  
  96. .Meta span em {
  97. box-shadow:0 0 5px #FFF !important;
  98. color:#fff !important;
  99. }
  100.  
  101. /* Top "TPT" text */
  102. h1 {
  103. border:none !important;
  104. color:#FFF !important;
  105. font-weight:700;
  106. }
  107.  
  108. .Page,.Subpage,a.Link,input,input.EditPlain,.SaveDetails,.Download,.Meta em {
  109. background-color:#383838 !important;
  110. }
  111.  
  112. /* ------------------------------ */
  113. .Page,.Subpage {
  114. box-shadow:0 0 5px rgba(0,0,0,0.7);
  115. color:#FFF !important;
  116. }
  117.  
  118. /* Forum post categories */
  119. li {
  120. background-color:#272727 !important;
  121. }
  122.  
  123. .MessageList {
  124. border-radius:3px;
  125. }
  126.  
  127. /* */
  128. .OtherF > input {
  129. color:#FFF !important;
  130. }
  131.  
  132. /* Your own post brighter than regular, darker than op */
  133. .Mine {
  134. background-color:#333 !important;
  135. }
  136.  
  137. .Developer {
  138. background-color:rgba(0, 150, 255, 0.1) !important;
  139. }
  140.  
  141. .Moderator {
  142. background-color:rgba(0, 255, 0, 0.1) !important;
  143. }
  144.  
  145. .Administrator {
  146. background-color:rgba(0, 0, 255, 0.1) !important;
  147. }
  148.  
  149. blockquote:before,blockquote:after {
  150. color:rgba(255,255,255,0.5);
  151. content:"\"";
  152. font-size:50px !important;
  153. }
  154.  
  155. .blockquote:after {
  156. float:right;
  157. }
  158.  
  159. .mceContentBody p {
  160. background-color:rgba(0,0,0,0) !important;
  161. }
  162.  
  163. /* ------------------------------
  164. Wiki */
  165. div.SubPage *,div.Content,div.SubPage.NoPad {
  166. background-color:#383838 !important;
  167. border-color:#222 !important;
  168. color:#fefefe !important;
  169. }
  170.  
  171. a.NPage,.Op,.ConUnread,.mceLayout,.Pagefooter,.mceToolbar,.mceToolbar *,#AddReplyMessage_ifr {
  172. background-color:#555 !important;
  173. }
  174.  
  175. .MessageList,.Subpage,.Page,.Pageheader,li,.Item,.Active,input,a.Link,.Download,.RecentContainer,.PostForm,.Meta em,ul,.mceToolbar,.mceToolbar *,.Pagefooter {
  176. border-color:#222 !important;
  177. }
  178.  
  179. .mceLayout,#AddReplyMessage_ifr html,#AddReplyMessage_ifr p {
  180. background-image:none !important;
  181. }
  182. }
  183. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement