krackocloud

MotK IceFairy

May 9th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain("www.shrinemaiden.org") {
  3. /* IceFairy theme for MotK
  4. /* By KrackoCloud! (Annotations inspired by Theshim, I guess!)
  5. /* Last updated July 2013 */
  6.  
  7. /*BACKGROUND-----------------------------------------------------*/
  8. /* main background */
  9. body{
  10. background: #EBF5FF!important;
  11. }
  12. /* top bg */
  13. #bannerbg{
  14. background: #FAFAFA!important;
  15. opacity: 0!important;/*Default forum css is 0.5*/
  16. }
  17. /* top center, holds the site logo */
  18. #bannerouter, #header{
  19. background: #FAFAFA!important;
  20. }
  21. /* area of the page that holds all the content */
  22. #moderndark64 .topleft{
  23. background: #F2F7FC!important;
  24. }
  25. /* very bottom of page, with the forum credits */
  26. #wfooter{
  27. background: #EBF5FF!important;
  28. }
  29.  
  30. /*MAIN SCHEME--------------------------*/
  31. /* Board header bars */
  32. #moderndark64 .catbg, #moderndark64 .catbg2, #moderndark64 tr.catbg td, #moderndark64 tr.catbg2 td,#moderndark64 tr.catbg th,#moderndark64 tr.catbg2 th{
  33. background: #002080!important;
  34. color: #E6E6E6!important;
  35. }
  36. /* ODD-numbered posts, odd-numbered thread bars, childboard boxes, the read/undread icons, and preview text box */
  37. .windowbg, #preview_body{
  38. color: black !important;
  39. background: #AED1FF!important;
  40. }
  41. /* EVEN numbered posts, even-numbered thread bars, the "Started by", the time last posted in, subforum name and descriptions, the week buttons on the calendar,
  42. the bg on the site stats, odd-numbered columns on the memberlist, and the members and guests viewing box */
  43. .windowbg2{
  44. color: black !important;
  45. background: #F8F8F8!important;
  46. }
  47.  
  48. /*input areas*/
  49. input, button, select, textarea, .rich_editor{
  50. color: black!important;
  51. background: white!important;
  52. }
  53. /* Small text that appears all over the place - Recently active users, "users viweing this board/topic", date reply was posted, user custom flavor text,
  54. thread icon legend, forum engine credits at bottom, and probably much more*/
  55. .smalltext{
  56. color: black!important;
  57. }
  58. /* Subforum descriptions, thread stats */
  59. body, td, th, tr{
  60. color: black !important;
  61. }
  62.  
  63. /*BOARD INDEX-----------------------------------------------------*/
  64. /* Forum titles that are links (Bunbunmaru News, Hakurei Shrine, etc).
  65. Because they're links, they have link colors, not the color listed in the above section. This section helps override the disparity */
  66. h3.catbg a, tr.catbg a{
  67. color:#F5F5F5!important;
  68. }
  69. /* Subforum titles */
  70. .table_list tbody.content td.info a.subject{
  71. color: #001590!important;
  72. }
  73. /* Site News fader */
  74. #newsfader {
  75. border: 1px solid #CCCCCC;
  76. background: #EEEEEE!important;
  77. }
  78. /* Info Center headers */
  79. .titlebg, .titlebg2, thead tr.titlebg th, tr.titlebg td, tr.titlebg2 td{
  80. background: #EEEEEE!important;
  81. border: 1px solid #CCCCCC;
  82. }
  83. /* Info Center body */
  84. #upshrinkHeaderIC p{
  85. background: #FAFAFA!important;
  86. border: 1px solid #CCCCCC !important;
  87. }
  88. /*cell borders
  89. table.table_list tr{
  90. }*/
  91.  
  92. /*BOARDS----------------------------------------------------------*/
  93. /*The only part of the directory, which is above boards, that isn't a link. (Moderator, Post Reply, etc)*/
  94. .navigate_section{
  95. color:black!important;
  96. }
  97. /*Buttons above and below boards (Mark all messages as read, New Topic, Notify, etc)*/
  98. .buttonlist ul li a{
  99. color:white!important;
  100. }
  101. /* Half-round header bars for some tables, pretty much unused */
  102. .table_grid thead th{
  103. background: #524e4e !important;
  104. }
  105.  
  106. /* sides of a thread bar - Don't use this if you want the whole bar to look the same!
  107. Look out - Things will look different on non-board thread listings (unread topics, replies)!
  108. /* left side - first color
  109. .icon1.windowbg, .icon2.windowbg{}
  110. /* second color
  111. .icon1.windowbg2, .icon2.windowbg2{}
  112. /* right side - first color
  113. .stats.windowbg, .lastpost.windowbg{}
  114. /* second color
  115. .stats.windowbg2, .lastpost.windowbg2{}
  116.  
  117. /* stickies */
  118. .stickybg{
  119. background: #A7E6D7!important;
  120. }
  121. .stickybg2{
  122. background: #CAF0E5!important;
  123. }
  124. /* locked thread */
  125. .lockedbg{
  126. background: #B9D2CA!important;
  127. }
  128. .lockedbg2{
  129. background: #D4E6E0!important;
  130. }
  131.  
  132. /*People viewing a board/thread*/
  133. .whos_viewing, #whoisviewing{
  134. background: #FAFAFA!important;
  135. }
  136.  
  137. /*LINKS------------------------------------------------------------*/
  138. /* onsite links, excluding subforum names (but not childboard names) */
  139. a:link, a:visited, a:not(userlink){ /*currently trying to fix forcing link color onto usernames*/
  140. color: #0047A3!important;
  141. }
  142. a.userlink:link, a.userlink:visited{/*usernames. same as above*/
  143. }
  144. a:hover{ /*mouseover*/
  145. color: #005CB6!important;
  146. }
  147. /* hyperlink colors */
  148. .bbc_link:link, .bbc_link:visited{
  149. color: #C80000!important;
  150. }
  151. .bbc_link:hover{ /*mouseover*/
  152. color: #B40000!important;
  153. }
  154. /* user menu below search bar */
  155. #user, #user a{
  156. color: #0047A3!important;
  157. }
  158. #user a:hover{ /*mouseover*/
  159. color: #005CB6!important;
  160. }
  161. /*search/submit buttons*/
  162. .button_submit, .button_reset{
  163. background: #0047A3!important;
  164. color: white!important;
  165. }
  166.  
  167. /*POSTING----------------------------------------------------------*/
  168. /* quotes */
  169. blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote{
  170. color: black !important;
  171. background: #E1E3E6!important;
  172. }
  173. /* post warning text box (while you were posting new replies, etc.) */
  174. #errors{
  175. /*background: #FFE4E9 !important;/*default is #FFE4E9*/
  176. }
  177.  
  178. /*FRONT PAGE--------------------------------------------------------*/
  179. /*main area and sidebar (they're kind of merged together)*/
  180. #container, #sidebar{
  181. background:#AED1FF!important;
  182. }
  183. /*articles*/
  184. #content{
  185. background: #F8F8F8!important;
  186. }
  187. /*navigation bar at the top*/
  188. #header-bar{
  189. background: #AED1FF!important;
  190. }
  191. /*navigation buttons on mouseover*/
  192. #pagenav li a:hover{
  193. background: #FDFDFD!important;
  194. }
  195. /*footer*/
  196. #footer{
  197. background: #EBF5FF!important;
  198. }
  199. /*small gap between page header and content. Holds the search bar*/
  200. #navigation{
  201. background: #002080!important;
  202. }
  203. /*"In category" section right below sharing buttons*/
  204. .post_category, .post_category span{
  205. background: #AED1FF!important;
  206. color: black !important;
  207. }
  208. /*article details (written by, written on)*/
  209. .post_dets span{
  210. color: black!important;
  211. }
  212.  
  213. /*DROPDOWN MENUS--------------------------------*/
  214. /*top toolbar*/
  215. #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused, #nav a.mainMenuParentBtnFocused, #nav a.chosen, #nav a:hover, #nav a:focus, #nav li a:hover, #nav li a:focus {
  216. background: none repeat scroll 0 0 #eeeeee!important;
  217. }
  218. #subMenusContainer a:hover{ /*mouseover*/
  219. background: #EBF5FF!important;
  220. }
  221. /* other dropdown menus*/
  222. .subMenuBtn, .subParentBtn, .mainMenuParentBtnFocused{
  223. background: #eeeeee!important;
  224. }
  225. #admsubMenus a:hover{ /*mouseover*/
  226. background: #EBF5FF!important;
  227. }
  228.  
  229. /*HEADERS/FOOTERS--------------------------------------------------*/
  230. /* headers , which is used for a ton of stuff*/
  231. h1, h2, h5, h6{
  232. color: white !important;
  233. }
  234. h3{ /*for the sake of the front page*/
  235. color: black!important;
  236. }
  237. /*This includes usernames when viewing profiles, and small headers like "Signature" when viewing profiles*/
  238. h4, h5{
  239. color: black !important;
  240. }
  241.  
  242. /* legend at the bottom (thread icon explanations) */
  243. .description, .description_board, .plainbox{
  244. background: #F5F5F5!important;
  245. }
  246.  
  247. /*CALENDAR----------------------------------------------------------*/
  248. /* background of the current date on the calendar */
  249. .calendar_today{
  250. /*background-color: #F5F5F5!important;*/
  251. }
  252. /* color of the word "birthdays" on the calendar */
  253. .birthday{
  254. /*color: #C344E6 !important;*/
  255. }
  256. /* color of names of holidays on the calendar */
  257. .holiday{
  258. /*color: #9636DC!important;*/
  259. }
  260.  
  261. /**/
  262.  
  263. }
Advertisement
Add Comment
Please, Sign In to add comment