Advertisement
Guest User

Black Theme

a guest
Aug 25th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1.  
  2. body {
  3. background: url("http://i.imgur.com/Hxc3s.jpg") #161616;
  4. font-family: Century Gothic;
  5. font-weight: normal;
  6. color: #777777;
  7. }
  8.  
  9. h1, h2, h3, h4 {
  10. font-family: Century Gothic;
  11. font-weight: normal;
  12. color: #444444;
  13. }
  14.  
  15. h2 {
  16. padding: 20px 0px 0px 4px;
  17. color: #d18637;
  18. }
  19.  
  20. a {
  21. color: #55c7c8;
  22. font-family: Century Gothic;
  23. font-weight: normal;
  24. }
  25.  
  26. a.Button, input.Button {
  27. font-family: Century Gothic;
  28. font-weight: normal;
  29. color: #f8f8f8;
  30. }
  31.  
  32. td {
  33. font-family: Century Gothic;
  34. font-weight: normal;
  35. padding: 4px 0px 4px 4px;
  36. border-bottom: solid 1px #000;
  37. }
  38.  
  39. div#Head {
  40. box-shadow: none;
  41. background: #232324;
  42. border-top: 2px solid #282828;
  43. border-bottom: 2px solid #000;
  44. }
  45.  
  46. td div.Options {
  47. padding-top: 2px;
  48. }
  49.  
  50. .Flyout.MenuItems li a {
  51. color: #55c7c8;
  52. }
  53.  
  54. .Flyout.MenuItems li a:hover {
  55. background: #d18637;
  56. color: #f8f8f8;
  57. }
  58.  
  59. div.Excerpt, div.Message, div.Box.CategoryFollowToggleBox, div.CategoryDescription {
  60. font-family: Palatino Linotype;
  61. }
  62.  
  63. ul.PopList li.Item.Title strong {
  64. font-weight: normal;
  65. font-size: 15px;
  66. letter-spacing: 1px;
  67. }
  68.  
  69. div.BreadcrumbsWrapper {
  70. border-bottom: dashed 1px #d18637;
  71. }
  72.  
  73. div.Column.PanelColumn {
  74. background: #232324;
  75. padding: 15px;
  76. margin-left: -15px;
  77. border-top: 2px solid #282828;
  78. border-left: 2px solid #262626;
  79. border-right: solid 2px #000000;
  80. border-bottom: solid 2px #000000;
  81. }
  82.  
  83. div.Column.ContentColumn {
  84. background: #232324;
  85. padding: 15px 15px 15px 20px;
  86. border-top: 2px solid #282828;
  87. border-left: 2px solid #262626;
  88. border-right: solid 2px #000000;
  89. border-bottom: solid 2px #000000;
  90. }
  91.  
  92. div.P.PageDescription {
  93. margin: 0;
  94. padding-left: 4px;
  95. font-variant: small-caps;
  96. font-size: 16px;
  97. font-family: Palatino Linotype;
  98. }
  99.  
  100. .MItem {
  101. color: #d18637;
  102. }
  103.  
  104. h1.H {
  105. margin: 0;
  106. font-size: 30px;
  107. padding-left: 4px;
  108. padding-top: 5px;
  109. padding-bottom: 10px;
  110. font-variant: small-caps;
  111. letter-spacing: 1px;
  112. }
  113.  
  114. ul.TagCloud li {
  115. background: #eeeeee;
  116. }
  117.  
  118. ul.TagCloud a {
  119. color: #444444;
  120. font-family: Palatino Linotype;
  121. }
  122.  
  123. span.Count, div.Meta span.Tag {
  124. background: #444444;
  125. }
  126.  
  127. td.BlockColumn.LatestPost {
  128. padding-top: 5px;
  129. }
  130.  
  131. strong.HasNew {
  132. font-weight: normal;
  133. background: #d18637;
  134. color: #f8f8f8;
  135. letter-spacing: 1px;
  136. padding: 3px 4px;
  137. }
  138.  
  139. ul.PanelInfo.PanelCategories li {
  140. background: none;
  141. padding-left: 5px;
  142. }
  143.  
  144. ul.PanelInfo.PanelCategories li.ClearFix.Heading {
  145. font-weight: normal;
  146. color: #d18637;
  147. background: #202020;
  148. }
  149.  
  150. ul.PanelInfo.PanelCategories li.ClearFix.Depth3 {
  151. padding-left: 15px;
  152. }
  153.  
  154. div.Item.ItemDiscussion, li.Item.ItemComment, div.DataCounts, div.BestOfData li.Item, ul.DataList li.Item {
  155. border-top: none;
  156. border-bottom: 1px solid #000;
  157. }
  158.  
  159. div.FormWrapper {
  160. border: 1px dashed #ccc;
  161. }
  162.  
  163. div.cleditorToolbar {
  164. background: #f8f8f8;
  165. opacity: .5;
  166. }
  167.  
  168. thead tr td.CategoryName {
  169. padding-bottom: 5px;
  170. color: #444;
  171. }
  172.  
  173. div#Foot div.Row {
  174. color: #d18637;
  175. }
  176.  
  177. div.ItemContent.Activity div.Title {
  178. font-weight: normal;
  179. }
  180.  
  181. form {
  182. background: none;
  183. }
  184.  
  185. span.CrumbLabel {
  186. padding: 0px 5px;
  187. }
  188.  
  189. td.DiscussionName {
  190. padding: 4px 0px 4px 4px;
  191. }
  192.  
  193. div.ChildCategories {
  194. border-top: 1px #444 dotted;
  195. }
  196.  
  197. hr {
  198. visibility: hidden;
  199. }
  200.  
  201. ul.SiteMenu a {
  202. color: #d18637;
  203. }
  204.  
  205. tr.Item.Read {
  206. background: #202020;
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement