taffyratch

Stilsett #9

Aug 4th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. .entry {
  2. background-color: #ffffff;
  3. width: 700px;
  4. padding: 5px;
  5. border-radius: 5px;
  6. }
  7. #main {
  8. background-color: #transparent;
  9. width: 720px;
  10. padding: 5px;
  11. }
  12. body {
  13. background-color: #E8E8E8;
  14. font-family: Tahoma, Geneva, sans-serif;
  15. color: #000000;
  16. }
  17. #header {
  18. display:none;
  19. background-color: #transparent;
  20. }
  21. #side {
  22. margin-top: 15px;
  23. font-family: Lucida Sans Unicode;
  24. background-color: #transparent;
  25. font-size: 9pt;
  26. font-position: center;
  27. float: right;
  28. width: 252px;
  29. margin-left:-10px;
  30. margin-top:5px;
  31. padding-left:6px;
  32. padding-right:8px;
  33. padding-bottom:6px;
  34. padding-top:0px;
  35. }
  36. #sideboks {
  37. background:#ffffff;
  38. width:252px;
  39. padding:5px;
  40. padding-top:10px;
  41. border-radius: 5px;
  42. margin-left:-4px;
  43. }
  44. #wrapper {
  45. background-color: #transparent;
  46. width: 1020px;
  47. }
  48. #footer {
  49. background-color: #transparent;
  50. }
  51. h3 {
  52. background-color: #transparent;
  53. text-align: center;
  54. }
  55. a { color: #000000}
  56. a:link { color: #FA9DBC}
  57. a:visited { color: #FA9DBC}
  58. a:active { color: #000000}
  59. h1, h2, h3, h4, h5 { font-family:Lucida Sans Unicode, Monaco, monospace; }
  60. #header h1, #header p { display:none }
  61. #header { color: #000000; }
  62. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000;
  63. }
  64. textarea {
  65. background-image: url('http://i48.tinypic.com/2njy5pf.png');
  66. background-position: right bottom;
  67. background-repeat: no-repeat;
  68. }
  69. ul#draw {width: 250px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  70. ul#draw a {text-decoration: none; color: #000000;}
  71. 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;
  72. transition: background-color 0.5s ease-out;}
  73. h2.small {display: table-cell; width: 200px; margin: 0px; height: 100%;}
  74. li.nyaa h4.open {background-color: #fff; border-top: 0px;}
  75. li.nyaa div {padding: 2px; margin: 0px; line-height: 12px; background-color: #fff; }
  76. li.nyaa div li {list-style-type: square;}
  77. li.nyaa div ul {-webkit-padding-start: 16px;
  78. }
  79. div.navigate a{
  80. background: #F2B8CF; color: #000; display:block; width: 250px; height: 15px; text-align: center; padding-top:2px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; font-weight: bold; -moz-border-radius:7px; -webkit-border-radius:7px; display: inline-block;
  81. }
  82. div.navigate a:hover{
  83. background: #464646; letter-spacing:1px;
  84. }
  85. input{
  86. background-color: #ffffff;
  87. border: 1px solid #000000;
  88. border-radius: 3px;
  89. width: 700px;
  90. }
  91. textarea {
  92. background-image: url('http://i48.tinypic.com/2njy5pf.png');
  93. background-repeat: no-repeat;
  94. background-position: right bottom;
  95. border: 1px solid #000000;
  96. border-radius: 3px;
  97. width: 700px;
  98. }
  99. #comments .avatar{
  100. border-radius:30px;
  101. border: 1px dotted #transparent;
  102. }
  103. #comments .owner {
  104. border: 0px dotted #686868;
  105. border-radius: 5px;
  106. background-color: #FCF2F6;
  107. width: 670px;
  108. margin-left: 10px;
  109. }
  110. #comments .user {
  111. border: 0px dotted #686868;
  112. border-radius: 5px;
  113. background-color: #FAC5D7;
  114. width: 670px;
  115. margin-left: 10px;
  116. }
  117. #comments .other {
  118. border: 0px dotted #686868;
  119. background-color: #ffffff;
  120. width: 670px;
  121. margin-left: 10px;
  122. border-radius: 5px;
  123. }
Add Comment
Please, Sign In to add comment