Advertisement
Patamon

STILSETT

Mar 30th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.12 KB | None | 0 0
  1. .entry {
  2. background-color: #fff;
  3. width: 600px;
  4. padding-bottom: 20px;
  5. font-family: arial;
  6. font-size: 11px;
  7. }
  8. .entry .meta b { color: #606060;}
  9. .entry .meta strong { color: #606060;}
  10. .entry .meta i { color: #606060;}
  11. .entry .meta em { color: #606060;}
  12. .entry .meta a, a:link, a:visited, a:active {
  13. background-color: transparent;
  14. text-decoration: none;
  15. color: #333;
  16. }
  17. .entry .meta a:hover {
  18. color: #606060;
  19. }
  20. .entry .meta {
  21. background-color: #f6f6f6;
  22. border-radius: 3px;
  23. border: 1px solid #eee;
  24. box-shadow: 1px 1px 1px 1px #F7F7F7 inset;
  25. padding: 5px;
  26. font-family: arial;
  27. font-size: 11px;
  28. font-weight: normal;
  29. text-align: center;
  30. color: #333;
  31. text-transform: uppercase;
  32. }
  33. #main {
  34. width: 600px;
  35. background-color: #fff;
  36. float: right;
  37. padding: 10px;
  38. margin-right: 35px;
  39. }
  40. body {
  41. background-image: url('http://img9.imageshack.us/img9/9385/tumblrm4ax9yatzo1qclbwj.png');
  42. background-attachment: fixed;
  43. background-color: #fafafa;
  44. font-family: arial;
  45. color: #333333;
  46. }
  47. #wrapper {
  48. width: 940px;
  49. background-color: transparent;
  50. margin-left: -40px;
  51. }
  52. #header {
  53. background-image: url('http://img5.imageshack.us/img5/946/69916002.png');
  54. height: 140px;
  55. width: 700px;
  56. background-repeat: no-repeat;
  57. margin-left: 110px;
  58. }
  59. #side {
  60. width: 190px;
  61. background-color: transparent;
  62. padding: 0px;
  63. float: left;
  64. margin-left: 80px;
  65. margin-top: px;
  66. font-family: arial;
  67. font-size: 8pt;
  68. color: #333;
  69. position: absolute;
  70. }
  71. #sidebox {
  72. width: 180px;
  73. color: #333;
  74. padding: 5px;
  75. background-color: #fff;
  76. }
  77. #sidebox a, a:link, a:visited {
  78. color: #333;
  79. }
  80. #sidebox a:hover {
  81. color: #606060; letter-spacing: 1px;
  82. }
  83. a { color: #333333; }
  84. a:link { color: #333333; }
  85. a:visited { color: #333333; }
  86. a:active { color: #d46382; }
  87. a:hover { color: #606060; letter-spacing: 1px; }
  88. h1, h2, h3, h5 { font-family: arial; }
  89. #header h1, #header p { display:none }
  90. #header { color: #000000; }
  91. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000;
  92. }
  93. #footer {
  94. display: none;
  95. }
  96. #profile {
  97. display: none;
  98. }
  99. h2 {
  100. font-family: times new roman;
  101. font-size: 22px;
  102. color: #000;
  103. text-transform: uppercase;
  104. background-color: #FFFFFF;
  105. text-align: left;
  106. letter-spacing: px;
  107. font-weight: bold;
  108. margin-top: -10px;
  109. }
  110. h2 a:link, h2 a:visited, h2 a:active {
  111. text-decoration: none;
  112. font-family: times new roman;
  113. color: #333;
  114. -webkit-transition-duration: 0.4s;
  115. }
  116. h2 a:link, h2 a:visited, h2 a:active {
  117. text-decoration: none;
  118. border: 0px;
  119. }
  120. h2 a:hover {
  121. background-color: transparent;
  122. -webkit-transition-duration: 0.6s;
  123. color: #606060;
  124. }
  125. #comment_submit {
  126. -webkit-transition-duration: 1.0s;
  127. background-color: #F2F2F2;
  128. border-radius: 3px;
  129. border: 1px solid #E0E0E0;
  130. box-shadow: 1px 1px 1px 1px #F7F7F7 inset;
  131. padding: 10px;
  132. color: #333;
  133. text-transform: uppercase;
  134. font-size: 13px;
  135. letter-spacing: 2px;
  136. }
  137. #comment_submit:hover {
  138. -webkit-transition-duration: 1.0s;
  139. background-color: #eee;
  140. border-radius: 3px;
  141. border: 1px solid #efefef;
  142. padding: 5px;
  143. }
  144. #comment_author {
  145. background-color: #F2F2F2;
  146. border-radius: 3px;
  147. border: 1px solid #E0E0E0;
  148. box-shadow: 1px 1px 1px 1px #F7F7F7 inset;
  149. padding: 5px;
  150. width: 200px;
  151. }
  152. #comment_authoremail {
  153. background-color: #F2F2F2;
  154. border-radius: 3px;
  155. border: 1px solid #E0E0E0;
  156. box-shadow: 1px 1px 1px 1px #F7F7F7 inset;
  157. padding: 5px;
  158. margin-left: 53px;
  159. }
  160. #comment_authorurl {
  161. background-color: #F2F2F2;
  162. border-radius: 3px;
  163. border: 1px solid #E0E0E0;
  164. box-shadow: 1px 1px 1px 1px #F7F7F7 inset;
  165. padding: 5px;
  166. }
  167. #comment_text {
  168. background-color: #F2F2F2;
  169. border-radius: 3px;
  170. border: 1px solid #E0E0E0;
  171. box-shadow: 1px 1px 1px 1px #F7F7F7 inset;
  172. padding: 5px;
  173. }
  174. #commentinnhold { padding-left: 90px; padding-top: 10px; padding-bottom: 10px; }
  175. h11 {
  176. font-size: 15px;
  177. font-family: times new roman;
  178. padding-left: 10px;
  179. color: #333;
  180. text-transform: uppercase;
  181. }
  182. h10 {
  183. font-family: arial;
  184. font-size: 11px;
  185. color: #333;
  186. padding-left: 13px;
  187. }
  188. #comments img.avatar{
  189. background-color: #ffffff;
  190. padding: 2px;
  191. float: left;
  192. border:1px solid #dfdfdf;
  193. -moz-border-radius: 70px;
  194. -webkit-border-radius: 70px;
  195. -khtml-border-radius: 70px;
  196. border-radius: 70px;
  197. width: 60px;
  198. height: 60px;
  199. }
  200. #comments .owner, #comments .other, #comments .user{
  201. background-color: #f6f6f6;
  202. border-radius: 3px;
  203. border: 1px solid #eee;
  204. box-shadow: 1px 1px 1px 1px #F7F7F7 inset;
  205. }
  206. #comments .owner a {
  207. color: #333;
  208. text-decoration: none;
  209. }
  210. #comments .owner a:link {
  211. color: #333;
  212. text-decoration: none;
  213. }
  214. #comments .owner a:visited {
  215. color: #333;
  216. text-decoration: none;
  217. }
  218. #comments .owner a:active {
  219. color: #333;
  220. text-decoration: none;
  221. }
  222. #comments .owner a:hover {
  223. background-color: transparent;
  224. color: #000;
  225. text-decoration: none;
  226. }
  227. #comments .other a {
  228. color: #333;
  229. text-decoration: none;
  230. }
  231. #comments .other a:link {
  232. color: #333;
  233. text-decoration: none;
  234. }
  235. #comments .other a:visited {
  236. color: #333;
  237. text-decoration: none;
  238. }
  239. #comments .other a:active {
  240. color: #333;
  241. text-decoration: none;
  242. }
  243. #comments .other a:hover {
  244. background-color: transparent;
  245. color: #606060;
  246. text-decoration: none;
  247. }
  248. #comments .user a {
  249. color: #333;
  250. text-decoration: none;
  251. }
  252. #comments .user a:link {
  253. color: #333;
  254. text-decoration: none;
  255. }
  256. #comments .user a:visited {
  257. color: #333;
  258. text-decoration: none;
  259. }
  260. #comments .user a:active {
  261. color: #333;
  262. text-decoration: none;
  263. }
  264. #comments .user a:hover {
  265. background-color: transparent;
  266. color: #606060;
  267. text-decoration: none;
  268. }
  269. ul#draw {
  270. width: 180px; 0px; color: #333; margin-bottom: -5px;
  271. }
  272. ul#draw a {
  273. text-decoration: none; color: #333;
  274. }
  275. ul#nyaa li h4 {
  276. margin: 0; padding: 1px; text-transform: times new roman; font-size: 15px; text-align: center; background-color: #fff; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
  277. transition: background-color 0.5s ease-out;
  278. }
  279. h4.small {
  280. times new roman; font-size: 15px;
  281. display: table-cell; width: 100px;
  282. }
  283. li.nyaa h4.open {
  284. background-color: #fff; border-top: 0px;
  285. margin-bottom:- 10px;
  286. }
  287. li.nyaa div {
  288. padding: 2px; margin: 0px;
  289. }
  290. li.nyaa div li {
  291. list-style-type: square;
  292. }
  293. li.nyaa div ul {
  294. -webkit-padding-start: 12px;
  295. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement