Advertisement
Guest User

Good Old Smogon Theme

a guest
Jul 6th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.95 KB | None | 0 0
  1. div.forum_list {
  2.     background-color: #6363b0;
  3. }
  4.  
  5. ol.nodeList.sectionMain {
  6.     background-color: #f5f5ff;
  7. }
  8.  
  9. div.nodeInfo.forumNodeInfo.primaryContent.unread {
  10.     background-color: #f5f5ff;
  11. }
  12.  
  13. div.nodeInfo.forumNodeInfo.primaryContent {
  14.     background-color: #f5f5ff;
  15. }
  16.  
  17. div.discussionList.section.sectionMain {
  18.     background-color: #f5f5ff;
  19. }
  20.  
  21. div.listBlock.main {
  22.     background-color: #f5f5ff;
  23. }
  24.  
  25. div.forum_view {
  26.     background-color: #6363b0;
  27. }
  28.  
  29. a.username {
  30.     color: #2b58b3;
  31.     font-weight: bold;
  32. }
  33.  
  34. a.tinyIcon.feedIcon {
  35.     display: none;
  36. }
  37.  
  38. div.member_view {
  39.     background-color: #6363b0;
  40. }
  41.  
  42. div.mainProfileColumn {
  43.     background-color: #f5f5ff;
  44. }
  45.  
  46. form.messageSimple.profilePoster.AutoValidator.primaryContent {
  47.     background-color: #f5f5ff;
  48. }
  49.  
  50. li.primaryContent.messageSimple {
  51.     background-color: #f5f5ff;
  52. }
  53.  
  54. div.primaryContent.avatarHeap {
  55.     background-color: #f5f5ff;
  56. }
  57.  
  58. div.navTabs {
  59.     border-style: none;
  60. }
  61.  
  62. div.member_list {
  63.     background-color: #6363b0;
  64. }
  65.  
  66. div.nodeInfo.categoryNodeInfo.categoryStrip {
  67.     background-color: #7474bd;
  68.     border-style: none;
  69. }
  70.  
  71. h3.nodeTitle a {
  72.     color: #0048d9;
  73.     font-weight: bold;
  74. }
  75.  
  76. div.listBlock.stats.pairsJustified {
  77.     background-color: #e1e4f2;
  78. }
  79.  
  80. dl.sectionHeaders {
  81.     background-color: #6363b0;
  82.     border-color: #f0f0f0;
  83.     border-style: solid;
  84. }
  85.  
  86. a.PreviewTooltip {
  87.     font-weight: bold;
  88. }
  89.  
  90. a.title span {
  91.     color: #ffffff;
  92. }
  93.  
  94. a.postDate span {
  95.     color: #ffffff;
  96. }
  97.  
  98. a.major span {
  99.     color: #ffffff;
  100. }
  101.  
  102. a.minor span {
  103.     color: #ffffff;
  104. }
  105.  
  106. dd.lastPost a span {
  107.     color: #ffffff;
  108. }
  109.  
  110. a.callToAction span {
  111.     background-color: #6363b0;
  112. }
  113.  
  114. a.callToAction {
  115.     border-style: none;
  116. }
  117.  
  118. div.thread_view {
  119.     background-color: #6363b0;
  120. }
  121.  
  122. li.message {
  123.     background-color: #f5f5ff;
  124. }
  125.  
  126. div.messageInfo.primaryContent {
  127.     background-color: #f5f5ff;
  128. }
  129.  
  130. blockquote.messageText.ugc.baseHtml {
  131.     background-color: #f5f5ff;
  132. }
  133.  
  134. div.messageMeta {
  135.     background-color: #f5f5ff;
  136. }
  137.  
  138. div.attribution.type {
  139.     border-style: none;
  140.     background-color: #796eb8;
  141.     color: #ffffff;
  142. }
  143.  
  144. div.bbCodeBlock.bbCodeQuote aside blockquote {
  145.     background-color: #e4def7;
  146. }
  147.  
  148. div.bbCodeBlock.bbCodeQuote {
  149.     border-style: none;
  150. }
  151.  
  152. div.pageContent {
  153.     background-color: #f5f5ff;
  154. }
  155.  
  156. #logo a img {
  157.     background-color: #616161;
  158. }
  159.  
  160. div.account_personal_details {
  161.     background-color: #6363b0;
  162. }
  163.  
  164. div.account_alerts {
  165.     background-color: #6363b0;
  166. }
  167.  
  168. div.news_feed_page {
  169.     background-color: #6363b0;
  170. }
  171.  
  172. div.account_likes {
  173.     background-color: #6363b0;
  174. }
  175.  
  176. div.watch_threads {
  177.     background-color: #6363b0;
  178. }
  179.  
  180. div.account_signature {
  181.     background-color: #6363b0;
  182. }
  183.  
  184. div.account_privacy {
  185.     background-color: #6363b0;
  186. }
  187.  
  188. div.account_preferences {
  189.     background-color: #6363b0;
  190. }
  191.  
  192. div.account_security {
  193.     background-color: #6363b0;
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement