Advertisement
SingularityUtopia

seriouswonder.com UserStyle Stylish

Jun 11th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. Try this style via: https://userstyles.org/
  2.  
  3. @namespace url(http://www.w3.org/1999/xhtml);
  4. @-moz-document url-prefix("http://www.seriouswonder.com")
  5.  
  6. {
  7.  
  8. #bottom-bar
  9.  
  10. {
  11. background:#57809E;
  12. }
  13.  
  14. #sidebar h1
  15.  
  16. {
  17. box-shadow:none !important;
  18. }
  19.  
  20. h1
  21. {
  22. color: #003645;
  23. box-shadow: inset #B0C2D6 0px 1px 1px -1px, inset #C5D1DE 0px 20px 28px -12px;
  24. border-radius: 4px 4px 5px 5px;
  25. padding: 5px 15px 3px 15px !important;
  26. }
  27.  
  28. /* http://i.imgur.com/W26u2w7.png http://i.imgur.com/wF8HuH6.png http://i.imgur.com/uuLFA4U.png */
  29.  
  30.  
  31. #header, .overlap #header
  32.  
  33. {
  34. background: url('http://i.imgur.com/wF8HuH6.png') repeat-x scroll center top #FFF;
  35. }
  36.  
  37. .sidebar-content .widget
  38.  
  39. {
  40.  
  41. background-color: #F0F0F0;
  42.  
  43. }
  44.  
  45. input[type="text"]
  46.  
  47. {
  48. padding-right:6px;
  49. }
  50.  
  51. .shortcode-blockquote
  52.  
  53. {
  54. box-shadow: inset white 0px 0px 0px 1px;
  55. border-color: #BEC6CC !important;
  56. border-bottom-width: 3px;
  57. background: #F5F4E9;
  58. border-radius: 7px 7px 3px 3px;
  59. }
  60.  
  61.  
  62. .wpb_content_element.wpb_single_image img
  63.  
  64. {
  65. border-radius:8px;
  66. }
  67.  
  68. #main .vc_text_separator div, #main .vc_text_separator
  69.  
  70. {
  71. border-radius: 3px;
  72. margin-bottom:16px!important;
  73. color: white !important;
  74. font-weight: bold;
  75. }
  76.  
  77. #content div
  78.  
  79. {
  80. color: #151515 !important;
  81. }
  82.  
  83. p
  84. {
  85. padding-bottom:5px;
  86. }
  87.  
  88.  
  89. .wf-container > *
  90.  
  91. {
  92. line-height:28px !important;
  93. }
  94.  
  95. A.link_title
  96.  
  97. {
  98. color: #151515 !important;
  99. }
  100.  
  101. .tagcloud
  102.  
  103. {
  104. line-height: 1 !important;
  105. }
  106.  
  107. .entry-author
  108.  
  109. {
  110. background: #E3E3E3;
  111. border-radius: 5px;
  112. border-bottom-width: 2px;
  113. box-shadow: inset white 0px 0px 1px;
  114. }
  115.  
  116. #main h2
  117.  
  118. {
  119. color: #692F2F;
  120. background: #E3E3E3;
  121. border-radius: 6px;
  122. padding:9px 25px 10px 25px;
  123. box-shadow: inset lightgrey 0px 0px 0px 1px, inset white 0px 0px 2px;
  124. margin-top: 10px;
  125. }
  126.  
  127. #main h2:hover
  128.  
  129. {
  130. background: none;
  131. box-shadow: inset #CCCCCC 0px 0px 0px 1px, inset white 0px 0px 2px, inset #E3E3E3 0px 0px 18px 10px;
  132. color: #003780;
  133. text-shadow: white 0px 1px 1px;
  134. }
  135.  
  136. h2.entry-title
  137.  
  138. {
  139. margin-top: 5px !important;
  140. }
  141.  
  142. .blog-content.wf-td
  143.  
  144. {
  145. margin-top: -19px;
  146. margin-bottom: 13px !important;
  147. }
  148.  
  149.  
  150. #main-nav > li > a
  151.  
  152. {
  153. transition: all 0.2s ease-in-out;
  154. background: #EBEBEB;
  155. border-radius: 3px !important;
  156. margin:13px 0px 0px 0px !important;
  157. border: 1px solid #C4C4C4;
  158. border-bottom-width:2px;
  159. box-shadow: inset white 0px 0px 0px 1px;
  160. }
  161.  
  162. #main-nav > li > a:hover
  163.  
  164. {
  165. border-radius: 8px !important;
  166. background:#D4E9FF !important;
  167. border: 1px solid #AAD2F2 !important;
  168. }
  169.  
  170. #main-nav > li.act.menu-frame-on, .csstransforms3d #main-nav.fancy-rollovers > li.act.menu-frame-on
  171.  
  172. {
  173. background-color:transparent;
  174. }
  175.  
  176. #main-nav > li:hover > a span
  177.  
  178. {
  179. color: #134978 !important;
  180. }
  181.  
  182. .logo-classic-centered #main-nav > li.has-children.level-arrows-on > a
  183.  
  184. {
  185. margin:13px 4px 0px 0px !important;
  186. }
  187.  
  188. img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], .post img, .post .rollover, .post .rollover-video
  189.  
  190.  
  191. {
  192. border-radius: 5px !important;
  193. }
  194.  
  195. .sub-nav > li > a
  196.  
  197. {
  198. color: #000629;
  199. text-shadow: white 0px 0px 1px;
  200. font-weight: bold;
  201. }
  202.  
  203. .sub-nav
  204.  
  205. {
  206. background-color: #D5E3F2;
  207. border-radius: 10px;
  208. border: white solid 1px;
  209. box-shadow: none;
  210. }
  211.  
  212. #main-nav > li.act.menu-frame-on > a > span > span.menu-subtitle, #main-nav > li.act.menu-frame-on > a > span, #main-nav > li.act.menu-frame-on:hover > a > span, #main-nav > li.act.menu-frame-on:hover > a > span > span.menu-subtitle, #main-nav > li.act.menu-frame-on > a:hover span
  213.  
  214. {
  215. color: #005DFF;
  216. text-shadow: white 0px 0px 1px;
  217. }
  218.  
  219. #main-nav > li.act.menu-frame-on
  220.  
  221. {
  222. background-color: white !important;
  223. background: linear-gradient(to bottom, white, white) repeat scroll 0% 0% transparent;
  224. }
  225.  
  226. #main-nav > li.act.menu-frame-on > a, #main-nav > li.act.menu-frame-on:hover > a, .csstransforms3d #main-nav.fancy-rollovers > li.act.menu-frame-on > a, #mobile-menu span
  227.  
  228. {
  229. border-radius: 15px !important;
  230. }
  231.  
  232. #bottom-bar .mini-nav > ul > li:hover > a
  233.  
  234. {
  235. color:#7DE1FF;
  236. text-decoration:underline;
  237. }
  238.  
  239. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement