Advertisement
Patamon

STILSETT

Oct 21st, 2013
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. html {
  2. background-color: #ffffff;
  3. font-family: "Times new roman",Arial, Helvetica, sans-serif;
  4. color: #000000;
  5. }
  6. .entry {
  7. padding-top:15px;
  8. background-color: transparent;
  9. font-size:14px;
  10. line-height:16px;
  11. letter-spacing:1px;
  12. }
  13. body .entry * {
  14. background-color: transparent;
  15. font-size:14px;
  16. line-height:24px;
  17. color: #000000;
  18. }
  19. body .entry h2, body .entry h2 a {
  20. background-color: transparent;
  21. font-size:36px;
  22. margin-top: -20px;
  23. line-height:36px;
  24. font-weight:bold;
  25. letter-spacing:3px;
  26. text-decoration:none;
  27. margin-bottom: -20px;
  28. }
  29. #box {
  30. background-color:#ffffff;
  31. padding: 5px;
  32. width: 180px;
  33. border: 1px solid #cccccc;
  34. margin-left: -100px;
  35. float: left;
  36. }
  37. .content a {
  38. color:#000000 !important;
  39. text-decoration:underline;}
  40. .content a:hover {
  41. color:#000000;
  42. text-decoration:overline underline;
  43. }
  44. body {
  45. background-color: transparent;
  46. font-family: "Times new roman", Arial, Helvetica, sans-serif;
  47. color: #000000;
  48. }
  49. #doc2 {
  50. background-color: #ffffff;
  51. padding:0 5px 0;
  52. }
  53. #header {
  54. background-color: transparent;
  55. text-align:center;
  56. }
  57. #wrapper {
  58. background-color: transparent;
  59. padding:0 0 10px;
  60. width:800px;
  61. margin-left: 70px;
  62. }
  63. .breadcrumbs {
  64. height:20px;
  65. border-top:1px solid #000000;
  66. border-bottom:1px solid #000000;
  67. font-size:14px;
  68. background-color:#ffffff;
  69. text-transform:uppercase;
  70. }
  71. .archivebar {
  72. height:20px;
  73. padding-top:15px;
  74. background-color:#ccc;
  75. font-size:12px;
  76. background-color:#ffffff;
  77. text-transform:uppercase;
  78. }
  79. #main {
  80. width:600px;
  81. float:right;
  82. margin-right: -30px;
  83. padding-left: 20px;
  84. border-left: 1px dashed #1b1b1b;
  85. }
  86. #footer {
  87. background-color: #ffffff;
  88. font-family:Tahoma, Arial, Sans-serif;
  89. display: none;
  90. }
  91. a { color: #000000}
  92. a:link { color: #000000}
  93. a:visited { color: #000000}
  94. a:active { color: #000000}
  95. a:hover { color:#000000; text-decoration:underline;}
  96. h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration:none;}
  97. h1, h2, h3, h4, h5 { font-family: "Times new roman", Tahoma,
  98. Geneva, sans-serif; color: #000000;}
  99. h2, h2 a {font-size:36px; line-height:90%; color: #000000;
  100. text-transform:uppercase;}
  101. #header h1 { font-family: "Times New Roman", Tahoma, arial;
  102. color: #000000; text-transform:uppercase;}
  103. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration:
  104. none; color: #000000; font-size:26px; }
  105. .entry .meta {
  106. margin-left: -5px !important;
  107. font-family:Tahoma, Arial, Sans-serif;
  108. text-transform:uppercase;
  109. }
  110. .meta,.entry .meta, .entry .tags, .entry .meta ul li {
  111. padding-top:15px;
  112. padding-bottom:5px;
  113. clear: both;
  114. font-size: 9px;
  115. }
  116. .meta a,.entry .meta a, .entry .tags a, .entry .meta ul li a {
  117. clear: both;
  118. font-size: 9px;
  119. }
  120. #side {
  121. width: 180px; float: left;
  122. line-height: 15px;
  123. padding-right: 20px;
  124. padding-top: 5px;
  125. margin-top: 5px;
  126. position: fixed;
  127. }
  128. #side a { color: #000000; font-family: "Times new roman", Tahoma, Arial, Sans-
  129. serif; letter-spacing: 1px;}
  130. .side a:link { color: #000000}
  131. .side a:visited { color: #000000}
  132. .side a:active { color: #000000}
  133. .side a:hover { color:#000000; text-decoration:underline}
  134. #side h1, h2, h3, h4, h5 { font-family: "Times new roman",
  135. Tahoma, Arial, Geneva, sans-serif; text-transform:uppercase;
  136. color:#000; padding-top:10px; line-height:100%; letter-
  137. spacing:1px;}
  138. #side h2, h2 a {font-size:36px; line-height:90%; text-
  139. transform:uppercase;}
  140. .side h1 a, h1 a:link, h1 a:visited, h1 a:active { text-
  141. decoration: none; color: #000000; }
  142. .entry .meta {
  143. margin: 2px 0;
  144. font-family:Tahoma, Arial, Sans-serif;
  145. text-transform:uppercase;
  146. }
  147. #comments, .comment * {
  148. padding-bottom: 5px;
  149. margin-top: -10px;
  150. }
  151. #comments, #newcomment, #comments h4, #newcomment h4 {
  152. font-size:14px;
  153. line-height:16px;
  154. letter-spacing:1px;
  155. }
  156. #comments h4 a, #newcomment h4 a {
  157. font-size:14px;
  158. line-height:16px;
  159. letter-spacing:1px;
  160. }
  161. #profile {
  162. padding-top:15px;
  163. letter-spacing: 1px;
  164. }
  165. #profile h3 a {
  166. font-family: "Times new roman", Tahoma, Arial, Sans-serif;
  167. padding-top:5px;
  168. font-weight:bold;
  169. }
  170. #header, #header a {font-size:200% !important;}
  171. #header h1 {text-transform: uppercase;}
  172. #header a {font-size:100% !important;}
  173. #header p {font-size:16px; margin-top:-10px; color:000;text-transform:uppercase;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement