Advertisement
Guest User

Off-White Theme

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