Advertisement
neg

Untitled

neg
Jun 22nd, 2011
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.53 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {
  4.  
  5. * {
  6. color: #666666 !important;
  7. /*background: none !important;*/
  8. background-color: black !important;
  9. font-size: 14px !important;
  10. line-height: 17px !important;
  11. letter-spacing: 0px !important;
  12. min-width: 0px !important;
  13. font-family: "Terminus", "Courier New", "Courier", monospace !important;
  14.  
  15.  
  16. }
  17.  
  18. tr.ipbtable,
  19. td.ipbtable
  20. { /* required for text in tables, because tables do not inherit from body */
  21. background: transparent;
  22. color: #666666;
  23. }
  24.  
  25.  
  26. a:link { color: #348781 !important }
  27. a:visited { color: #348781 !important }
  28. /*a:hover { color: #348781 !important; background: #007000 !important }*/
  29. a:active { color: #348781 !important }
  30.  
  31. input[type=button], input[type=submit], input[type=reset] {
  32. background-color: black !important;
  33. color: #348781 !important;
  34. border-bottom: 1px solid #004444 !important;
  35. border-left: 1px solid #004444 !important;
  36. border-right: 1px solid #004444 !important;
  37. border-top: 1px solid #004444 !important;
  38.  
  39. }
  40. input, textarea, input[type=text], input[type="password"], select {
  41. background: black !important;
  42. color: #10A309 !important;
  43.  
  44. font-weight: normal !important;
  45. border-top: 1px solid #004444 !important;
  46. border-bottom: 1px solid #004444 !important;
  47. border-left: 1px solid #004444 !important;
  48. border-right: 1px solid #004444 !important;
  49. }
  50.  
  51. hr {
  52. height: 1px !important;
  53. background: #1A7333 !important;
  54. color: #1A7333 !important;
  55. }
  56.  
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement