Advertisement
Guest User

Pirate 2.0

a guest
Nov 28th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. body {
  2. background: url('https://imagizer.imageshack.us/v2/340x331q90/r/538/JQXlVZ.png') no-repeat bottom right fixed,
  3. url('http://imagizer.imageshack.us/a/img913/870/4SiHtu.gif') repeat scroll 0% 0% rgba(29, 28, 20, 1);
  4. font-size: 12pt;
  5. color: #ffffff;
  6. }
  7.  
  8. html
  9. {
  10. font-size: 12pt;
  11. background: #EEFFEE;
  12. color: #ffffff;
  13. }
  14.  
  15. .unkfunc
  16. {
  17. color: #009327;
  18. }
  19. .reply {
  20. background: url('http://imagizer.imageshack.us/a/img661/268/WCer1J.gif') repeat scroll 0% 0% rgba(25, 26, 23, 1);
  21. font-size: 12pt;
  22. color: #ffffff;
  23. }
  24.  
  25. blockquote, label, .admin, .logo, .reflink a, .postarea table, .navbar, .mod {
  26. color: white;
  27. }
  28.  
  29. a {
  30. background: inherit;
  31. color: #f0f0f0;
  32. text-decoration: none;
  33. font-family: sans-serif;
  34. }
  35.  
  36. .filetitle {
  37. background: inherit;
  38. font-size: 18px;
  39. font-family: serif;
  40. color: #641760;
  41. font-weight: ;
  42. }
  43.  
  44. a:hover, a:visited {
  45. color: #6F6E73;
  46. }
  47.  
  48. .postername, .postertrip {
  49. color:#9B2239;
  50. }
  51.  
  52. .mod
  53. {
  54. color: #89A6B8;
  55. font-weight: bold;
  56. }
  57.  
  58. .admin {
  59. color: #43697F;
  60. font-weight: bold;
  61. }
  62.  
  63. hr
  64. {
  65. display: block; height: 1px;
  66. border: 0; border-top: 1px;
  67. background-color: #fff;
  68. background-color: rgba(255,255,255,0.25);
  69. margin: 1em 0; padding: 0;
  70. }
  71.  
  72. td.postblock {
  73. background: none repeat scroll 0% 0% rgba(27, 24, 22, 0.5);
  74. color: white;
  75. border: 1px solid rgba(165, 165, 165, 0.25);
  76. }
  77.  
  78. .postarea {
  79. background: none;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement