Advertisement
Guest User

Untitled

a guest
Jun 15th, 2011
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.92 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. /* computerlove yay */
  4. body, span, background, select, form, td, th, tr, p, dd, dt {
  5. background:#1a1e22 !important;
  6. color:#CCCCCC !important;
  7. font-family: terminus !important;
  8. font-style: normal !important;
  9. font-size: 14px !important;
  10. }
  11.  
  12. div {
  13. font-family: terminus !important;
  14. font-style: normal !important;
  15. font-size: 14px !important;
  16. background:#1a1e22 !important;
  17. color:#CCCCCC !important;
  18. }
  19.  
  20.  
  21. ol {
  22. background-color:#1a1e22 !important;
  23. font-family: terminus !important;
  24. font-style: normal !important;
  25. font-size: 14px !important;
  26. }
  27.  
  28. h1 {
  29. background:#1a1e22 !important;
  30. color:#dddddd !important;
  31. font-family: terminus !important;
  32. font-style: normal !important;
  33. }
  34.  
  35. h2  {
  36.   background:#000000 !important;
  37.   color:#dddddd !important;
  38. font-family: terminus !important;
  39. font-style: normal !important;
  40. }
  41.  
  42. h3, h4, h5, h6 {
  43. background:inherit !important;
  44. color:#dddddd !important;
  45. font-family: terminus !important;
  46. font-style: normal !important;
  47. }
  48.  
  49. font, p {
  50. color:#bbbbbb !important;
  51. font-family: terminus !important;
  52. font-style: normal !important;
  53. }
  54.  
  55. table {
  56. background:#1a1e22 !important;
  57. font-family: terminus !important;
  58. font-style: normal !important;
  59. font-size: 14px !important;
  60. }
  61.  
  62. ul {
  63. background:#1a1e22 !important;
  64. color:#CCCCCC !important;
  65. font-family: terminus !important;
  66. font-style: normal !important;
  67. font-size: 14px !important;
  68. }
  69.  
  70. li, code {
  71. background:#1a1e22 !important;
  72. color:#dddddd !important;
  73. font-family: terminus !important;
  74. font-style: normal !important;
  75. font-size: 14px !important;
  76. }
  77.  
  78. strong, blockquote {
  79. background:#1a1e22 !important;
  80. color:#ffffff !important;
  81. font-family: terminus !important;
  82. font-style: italic !important;
  83. font-size: 14px !important;
  84. }
  85.  
  86. a {color:#FFCC66 !important;
  87. background:#1a1e22 !important;
  88. font-family: terminus !important;
  89. font-style: normal !important;
  90. font-size: 14px !important;}
  91. a:link {color:#FFCC66 !important; font-weight:bold !important; text-decoration:underline !important; }
  92. a:visited {color:#FFB720 !important;}
  93. a:active {color:#ff2424 !important;}
  94. a:hover {color:red !important;}
  95.  
  96. input, input.post {
  97. color:#000000 !important;
  98. background:#1a1e22 !important;
  99. font-family: terminus !important;
  100. font-style: normal !important;
  101. font-size: 14px !important;
  102. }
  103.  
  104. pre, textarea {
  105.    color: white !important;
  106.    background: #1a1e22 !important;
  107.    border-left-color: gray !important;
  108.    border-right-color: gray !important;
  109.    border-top-color: gray !important;
  110.    border-bottom-color: gray !important;
  111. }
  112.  
  113. /* Uncomment this part if you also want to apply to forms and the like. */
  114. input:not([type="button"]):not([type="checkbox"])
  115. :not([type="submit"]):not([type="reset"]),
  116. select {
  117.     color: white !important;
  118.     background: #1a1e22 !important;
  119.     border-left-color: gray !important;
  120.     border-right-color: gray !important;
  121.     border-top-color: gray !important;
  122.     border-bottom-color: gray !important;
  123. }
  124.  
  125.  
  126. /* ----------------------- GMAIL -------------------------- */
  127. @-moz-document domain("mail.google.com") {
  128. * { color:#FFCC66 !important;  }
  129.  
  130. button {
  131.     background-color:#000000 !important;  
  132.     color:#dddddd !important
  133.     }
  134. }
  135. @-moz-document domain("www.google.ru") {
  136. /* Replacement images
  137. ---------------------*/
  138.  
  139. /* big logo */
  140. img[src*="logos/"], img[src$="logo.gif"], div[style*="logo_plain.png"], img[src$="logo_google_suggest.gif"], img[src^="logos/holiday"] {
  141.     margin-top: 6% !important;
  142.     width: 0 !important;
  143.     height: 103px !important;
  144.     padding-left: 281px !important;
  145.     background-image: url("http://nsm02.casimages.com/img/2009/12/03//091203075935902034982578.png") !important;
  146. }
  147.  
  148.  
  149. /* small logo */
  150. #logo span, img[src$="logo_sm.gif"], img[src$="google_sm.gif"], img[src$="logo_google_suggest_sm.gif"] {
  151.     width: 0 !important;
  152.     height: 51px !important;
  153.     padding-left: 135px !important;
  154.     background: url("http://nsm02.casimages.com/img/2009/12/03//091203075936902034982586.png") top left no-repeat !important;
  155. }
  156.  
  157. /* Hide small logo text link */
  158. a#logo { font-size: 0 !important; }
  159.  
  160. /* Shopping cart "image" */
  161. .tfb td.c, .tb td.c {background:#999 !important;}
  162. .tfb td.b, .tb td.b {background:#ccc !important;}
  163. .tfb td.a, .tb td.a {background:#fff !important;}
  164.  
  165. /* shared image for [+], [-], and stars */
  166. .csb[style*="background-position: -114px -78px"],
  167. .csb[style*="background-position: -126px -78px"],
  168. table[style*="height: 9px; width: 50px"] img[style*="top: -78px"],
  169. img[src*="/sy-star-"]
  170. {
  171.     background-image: url("http://nsm02.casimages.com/img/2009/12/03//091203075937902034982588.png") !important;
  172. }
  173.  
  174. /* [-] icon */
  175. .csb[style*="background-position: -114px -78px"],
  176. .csb[style*="background-position: -126px -78px"]
  177. {
  178.     width: 16px !important;
  179.     height: 16px !important;
  180.     background-position: 0 0 !important;
  181. }
  182.  
  183. /* [+] icon */
  184. .csb[style*="background-position: -114px -78px"] {
  185.     background-position: -16px 0 !important;
  186. }
  187. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement