Advertisement
taffyratch

Stilsett #3

Feb 15th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. .entry {
  2. background-color: transparent;
  3. }
  4. body {
  5. background-color: #CCC2B6;
  6. background-image: url("");
  7. font-family: Arial, Helvetica, sans-serif;
  8. color: #333333;
  9. }
  10. #header {
  11. background-color: #transparent;
  12. display: none;
  13. }
  14. #wrapper {
  15. background-color: #transparent;
  16. width: 850px;
  17. margin-left: -50px;
  18. }
  19. #main {
  20. background-color: #ffffff;
  21. font-size: 9pt;
  22. width: 600px;
  23. float:right;
  24. margin-left: 0px;
  25. padding: 10px;
  26. font-family: Arial;
  27. color: #000000;
  28. font-size: 8pt;
  29. }
  30. #side {
  31. position: fixed;
  32. margin-left: 10px;
  33. background-color: #ffffff;
  34. font-family: arial;
  35. color: #000000;
  36. font-size: 8pt;
  37. width: 200px;
  38. padding: 8px;
  39. }
  40. #footer {
  41. background-color: #ffffff;
  42. display: none;
  43. }
  44. h2 {
  45. font-family: 'Reenie Beanie', cursive;
  46. border-bottom: 0px solid #DBD3E3;
  47. color: #000000;
  48. font-style: normal;
  49. font-size: 40px;
  50. letter-spacing: 3px;
  51. font-weight: normal;
  52. margin-bottom: 0px;
  53. margin-top: 3px;
  54. padding-bottom: 2px;
  55. line-height: 100%;
  56. text-align: center;
  57. }
  58. h3 {
  59. font-family: 'Raleway', sans-serif;
  60. font-size: 15px;
  61. color: #000000;
  62. text-transform: normal;
  63. padding: 2px 5px -2px 2px;
  64. letter-spacing: 2px;
  65. margin-bottom: 20px;
  66. line-height: 120%;
  67. border-bottom: 0px solid #000;
  68. }
  69. textarea {
  70. background-image: url('http://i48.tinypic.com/2njy5pf.png');
  71. background-position: right bottom;
  72. background-repeat: no-repeat;
  73. }
  74. a { color: #E887AE}
  75. a:link { color: #E887AE}
  76. a:visited { color: #E887AE}
  77. a:active { color: #E887AE}
  78. h1, h4, h5 { font-family: Tahoma, Geneva, sans-serif; }
  79. #header h1, #header p { display:none }
  80. #header { color: #000000; }
  81. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000; }
  82. h2 a, h2 a:link, h2 a:visited, h2 a:active { text-decoration: none; color: #000000; }
  83. a.yes:link, a.yes:visited, a.yes:active
  84. {display:block; font-family:helvetica; background:#0c0c0c; text-transform:uppercase; font-size:8px; padding:7px 0px 7px 2px; margin-bottom:3px; border-right:5px solid #e2e2e2; color:#a4a4a4; background:#000; letter-spacing:1px;}
  85. a.yes:hover {background:#000; border-right:5px solid #eb4e9c; color:#a4a4a4;}
  86. ul#draw {width: 200px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  87. ul#draw a {text-decoration: none; color: #666666;}
  88. ul#nyaa li h4 {margin: 0; padding: 1px; text-transform: Georgia; font-size: 10px; text-align: center; background-color: #fff; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
  89. transition: background-color 0.5s ease-out;}
  90. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  91. li.nyaa h4.open {background-color: #fff; border-top: 0px;}
  92. li.nyaa div {padding: 2px; margin: 0px; line-height: 12px; background-color: #fff; }
  93. li.nyaa div li {list-style-type: square;}
  94. li.nyaa div ul {-webkit-padding-start: 12px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement