Advertisement
Guest User

stilsett

a guest
Jan 1st, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. body {
  2. text-align: left;
  3. font-family: arial;
  4. font-size: 12px;
  5. background-color: #dddddd;
  6. background-image: url('http://i68.tinypic.com/2la6g4g.jpg');
  7. background-attachment: fixed;
  8. background-repeat: repeat;
  9. color:#1b1b1b;
  10. margin: 0px;
  11. padding: 20px 0px 0px 20px;
  12. }
  13. #header {
  14. height: 300px;
  15. width: 600px;
  16. background-color: transparent;
  17. background-image: url('http://i68.tinypic.com/m9oepg.png');
  18. background-repeat: no-repeat;
  19. background-position: left;
  20. float: left;
  21. padding: 10px;
  22. margin-left: 255px;
  23. margin-bottom: 15px;
  24. }
  25. h3, h4, h5, h3 a {
  26. font-family: baskerville;
  27. font-size: 32px;
  28. color: #1b1b1b;
  29. background-color: trans;
  30. width: 190px;
  31. padding: 3px 5px 3px 5px;
  32. margin: 0px 0px 5px 0px;
  33. }
  34. h3 a, h3 a:hover {
  35. background-color: #ffffff;
  36. padding: 0px;
  37. color: #a1a1a1;
  38. }
  39. #main h3 {
  40. font-size: 20px;
  41. margin: 0px 0px 10px 0px;
  42. }
  43. h1 a {
  44. color: #a1a1a1;
  45. }
  46. h2, h2 a{
  47. font-family: times new roman;
  48. font-size: 30px;
  49. color: #1b1b1b;
  50. margin: 0px 0px 0px 0px;
  51. border: 0px;
  52. color: #1b1b1b;
  53. text-transform: uppercase;
  54. background-color: trans;
  55. }
  56. a {
  57. color:#1b1b1b;
  58. text-decoration: none;
  59. }
  60. a:hover {
  61. color:#606060;
  62. border: 0px;
  63. text-decoration: none;
  64. transition: all 0.6s ease-in-out 0s;
  65. -moz-transition: all 0.6s ease-in-out 0s;
  66. -webkit-transition: all 0.6s ease-in-out 0s;
  67. -o-transition: all 0.6s ease-in-out 0s;
  68. }
  69. #wrapper{
  70. border: 0px;
  71. width: 955px;
  72. padding: 5px 0px 0px 0px;
  73. margin-bottom: 20px;
  74. }
  75. #side {
  76. float: right;
  77. border: 3px solid #ffffff;
  78. color: #1b1b1b;
  79. width: 169px;
  80. padding: 0px;
  81. background-color: #ffffff;
  82. margin-top: -160px;
  83. margin-right: -110px;
  84. }
  85. #main {
  86. width: 600px;
  87. background-color: #ffffff;
  88. margin-top: -20px;
  89. margin-left: 250px;
  90. padding: 10px 10px 10px 10px;
  91. -moz-box-shadow:0px 0px 15px #e4e3e3;
  92. box-shadow: 0px 0px 15px #e4e3e3;
  93. }
  94. .breadcrumbs{
  95. width: 650px;
  96. background-color: #fff;
  97. padding: 4px;
  98. margin: 0px;
  99. display:none;
  100. }
  101. #footer {
  102. display: none;
  103. font-size: 11px;
  104. letter-spacing: 1px;
  105. width: 610px;
  106. background-color: #fff;
  107. margin: 0px 0px 0px 0px;
  108. }
  109. input, textarea{
  110. width: 400px;
  111. padding: 2px;
  112. border: 0px dotted #D7D7D7;
  113. background-color: #efefef;
  114. }
  115. textarea{
  116. cols: 20;
  117. }
  118. #comments{
  119. padding: 1px;
  120. width: 600px;
  121. background-color: #ffffff;
  122. }
  123. #comment_submit{
  124. width: 90px;
  125. }
  126. #comments .meta{
  127. text-align: left;
  128. padding: 3px 3px 3px 50px;
  129. margin: 0px 0px 2px 0px;
  130. }
  131. #comments .content{
  132. line-height: 15px;
  133. background-color: transparent;
  134. padding: 0px;
  135. margin: 0px;
  136. }
  137. #comments h4, #comments h4 a{
  138. font-size: 20px;
  139. line-height: 15px;
  140. font-weight: normal;
  141. width: 100%;
  142. color: #232323;
  143. text-transform: uppercase;
  144. background-color: transparent;
  145. padding: 0px 0px 0px 0px;
  146. margin: 0px 0px 2px 0px;
  147. }
  148. #comments img.avatar{
  149. background-color: #ffffff;
  150. border:1px solid;
  151. padding:2px;
  152. float:left;
  153. margin: 0px 4px 0px 0px;
  154. border: 0px solid #e0dfdf;
  155. -moz-border-radius: 30px;
  156. -webkit-border-radius:1px;
  157. -khtml-border-radius:1px;
  158. border-radius: 1px;
  159. }
  160. #newcomment{
  161. padding: 10px 0px 10px 0px;
  162. margin: 10px 0px 10px 0px;
  163. width: 600px;
  164. background-color: #ffffff;
  165. }
  166. .clearfix{
  167. padding: 0px;
  168. margin: 0px ;
  169. width: 600px;
  170. background-color: #ffffff
  171. }
  172. #header h1, #header p {
  173. display: none;
  174. }
  175. #side ul {
  176. list-style-type: none;
  177. font-size: 8pt;
  178. margin: 0px;
  179. }
  180. #side li a {
  181. font-weight: normal;
  182. color: #676767;
  183. }
  184. #side li a:hover {
  185. color: #232323;
  186. }
  187. #side li {
  188. padding: 3px;
  189. border-bottom: 0px dashed #676767;
  190. }
  191. table, tr, td {
  192. border: 0px;
  193. }
  194. @import url(http://fonts.googleapis.com/css?family=Jura:300);
  195. }
  196. ul#draw {
  197. width: 130px; list-style: none; margin: 0 auto; padding: px; border-top: 0px; color: #1b1b1b;}
  198. ul#draw a {
  199. width: 130px;text-decoration: none; color: #1b1b1b;}
  200. ul#draw a:hover{
  201. width: 150px;text-decoration: none; color: #606060;}
  202. ul#nyaa li h6 {
  203. width: 130px;margin: 0; padding: 1px; text-transform: arial; font-size: 12px; text-align: center; background-color: #fff; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
  204. transition: background-color 0.5s ease-out;}
  205. h6.small {
  206. display: none; width: 130px;margin: 0px; height: 100%;
  207. }
  208. h6 {
  209. width: 145px;
  210. background-color: #ffffff;
  211. color: #1b1b1b;
  212. font-weight: normal;
  213. text-align: center;
  214. border-bottom: 1px solid #ffffff;
  215. font-family: times new roman;
  216. font-size: 17px;
  217. text-transform: capitalize;
  218. border-bottom: 1px solid #1b1b1b;
  219. border-top: 1px solid #1b1b1b;
  220. }
  221. li.nyaa div {padding: 0px; margin: 0px; line-height: px; background-color: #fff; }
  222. li.nyaa div li {list-style-type: square;}
  223. li.nyaa div ul {-webkit-padding-start: 12px;
  224. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement