srikat

Noise Light CSS

Mar 19th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.75 KB | None | 0 0
  1. /* Custom styles for a light version */
  2.  
  3. body {
  4.     background: #dddddd;
  5.     color: #333;
  6. }
  7.  
  8. a {
  9.     color: #179FC0;
  10. }
  11.  
  12. a:hover {
  13.     color: #408b9d;
  14. }
  15.  
  16. .builder-module-header-background-wrapper {
  17.     background: #fdfdfd;
  18. }
  19.  
  20. .site-title a {
  21.     color: #0098CA;
  22. }
  23.  
  24. .site-title a:hover {
  25.     color: #408b9d;
  26. }
  27.  
  28. .builder-module-navigation-background-wrapper {
  29.     background: #7ac0c8;
  30.      border-bottom: 1px solid #055999;
  31.     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  32. }
  33.  
  34. .builder-module-navigation li a {
  35.     color: #333;
  36. }
  37.  
  38. .builder-module-navigation li.current-menu-ancestor > a, .builder-module-navigation li.current-page-item > a, .builder-module-navigation li.current-menu-item > a,
  39. .builder-module-navigation li a:hover {
  40.     background: #5b7679;
  41.     color: #FFF;
  42. }
  43.  
  44. .builder-module-content-background-wrapper {
  45.     background: #FFF;
  46.     box-shadow: 0 -8px 9px -1px #F3F3F3 inset;
  47. }
  48.  
  49. .entry-title {
  50.     color: #545152;
  51. }
  52.  
  53. .entry-title a {
  54.     color: #3d91b3;
  55. }
  56.  
  57. .meta-wrapper {
  58.     background-color: #efefef;
  59.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 239, 239)), to(rgb(254, 254, 254)));
  60.     background-image: -webkit-linear-gradient(top, rgb(239, 239, 239), rgb(254, 254, 254));
  61.     background-image: -moz-linear-gradient(top, rgb(239, 239, 239), rgb(254, 254, 254));
  62.     background-image: -o-linear-gradient(top, rgb(239, 239, 239), rgb(254, 254, 254));
  63.     background-image: -ms-linear-gradient(top, rgb(239, 239, 239), rgb(254, 254, 254));
  64.     background-image: linear-gradient(top, rgb(239, 239, 239), rgb(254, 254, 254));
  65.     filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#efefef', EndColorStr='#fefefe');
  66. }
  67.  
  68. .hentry .entry-meta.categories a {
  69.     background: #b2d9d7;
  70.     color: #333;
  71. }
  72.  
  73. .builder-module-widget-bar-background-wrapper {
  74.     background: url('images/wbm-bkgrd.png');
  75.     border-top: 1px solid #FFFFFF;
  76.     box-shadow: 0 7px 22px -10px rgba(0, 0, 0, 0.3) inset, 0 -30px 50px 0 #FFFFFF inset, 0 1px 0 #C4C4C4 inset;
  77. }
  78.  
  79. .builder-module-sidebar h4.widget-title {
  80.     background: #cccccc;
  81.     border-left: 3px solid #1c4969;
  82.     color: #1c4969;
  83. }
  84.  
  85. .builder-module-footer-background-wrapper {
  86.     background: #cde3d8;
  87. }
  88.  
  89. .builder-module-footer .builder-module-element {
  90.     color: #333;
  91. }
  92.  
  93. blockquote {
  94.     border-left: 3px solid #8d9ea3;
  95. }
  96.  
  97. .it_bb_audio.hentry {
  98.     background: #d7ddd9;
  99. }
  100.  
  101. .it-bb-audio-wrapper .audio-controls-wrapper {
  102.     background: #9eb1b6;
  103.     border-bottom: 1px solid #8d9ea3;
  104. }
  105.  
  106. .it-bb-audio-wrapper .progress-timing-wrapper {
  107.     background: #b7cbc1;
  108.     border-bottom: 1px solid #8d9ea3;
  109. }
  110.  
  111. .it-bb-audio-wrapper .playlist li.jp-playlist-current a {
  112.     background: #489ebd;
  113. }
  114.  
  115. .it-bb-audio-wrapper .playlist li.jp-playlist-current .show-all-audio {
  116.     background: #123e5f;
  117. }
  118.  
  119. .it-bb-audio-wrapper .playlist li a {
  120.     background: #cadedb;
  121.     border-top: none;
  122.     border-left: 1px solid #123e5f;
  123.     border-right: 1px solid #123e5f;
  124. }
  125.  
  126. .it-bb-audio-wrapper .playlist li a:hover {
  127.     background: #1c4969;
  128.     color: #FFF;
  129. }
  130.  
  131. .it-bb-audio-wrapper .playlist {
  132.     border-top: 1px solid #123e5f;
  133. }
  134.  
  135. .it-bb-audio-wrapper .playlist li.jp-playlist-current {
  136.     border-bottom: 1px solid #123e5f;
  137. }
  138.  
  139. input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
  140.     background: #ffffff;
  141. }
  142.  
  143. .btn:hover, .more-link:hover, .loop-utility a:hover, .comment-reply-link:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .builder-module .switch-btns a:hover, .builder-module a.btn:hover {
  144.     background: #8bbe10;
  145. }
  146.  
  147. .builder-module .switch-btns a.active {
  148.     box-shadow: none;
  149. }
  150.  
  151. .switch-btns a.btn-content {
  152.     margin-right: 0 !important;
  153. }
  154.  
  155. .builder-module .switch-btns a.active {
  156.     background: #8bbe10;
  157. }
  158.  
  159. .builder-module .fc-grid th {
  160.     background: #c4c9c5;
  161. }
  162.  
  163. .builder-module .fc-grid td.fc-other-month {
  164.     background: #e1e2cd;
  165. }
  166.  
  167. .builder-module .fc-grid tr td {
  168.     background: #FFF;
  169. }
  170.  
  171. .builder-module .fc-grid .fc-other-month .fc-day-number {
  172.     background: #469dad;
  173. }
  174.  
  175. .builder-module .fc-grid .fc-day-number {
  176.     background: #469dad;
  177.     color: #FFF;
  178. }
  179.  
  180. .builder-module .fc-grid tr td.fc-today {
  181.     background: #cadedb;
  182. }
  183.  
  184. .builder-module .fc-event-inner.fc-event-skin {
  185.     background: #1c4969 !important;
  186.     color: #FFF !important;
  187. }
  188.  
  189. /* Widgets */
  190.  
  191. .builder-module-block .it-bb-audio-player .audio-controls-wrapper {
  192.     background: #a1b0b5;
  193. }
  194.  
  195. .builder-module-block .it-bb-audio-player .progress-timing-wrapper {
  196.     /*background: #bbc9c1;*/
  197.     background: #a1b0b5;
  198. }
  199.  
  200. .builder-module-block .it-bb-audio-player .playlist li.jp-playlist-current a {
  201.     background: #5d9dbb;
  202. }
  203.  
  204. .builder-module-block .it-bb-audio-player .playlist li.jp-playlist-current .show-all-audio {
  205.     background: #1c3f5d;
  206. }
  207.  
  208. .builder-module-block .it-bb-audio-player .playlist li {
  209.     background: #ceddda;
  210. }
  211.  
  212. .widget ul a {
  213.     color: #1C4969;
  214. }
  215.  
  216. .widget ul a:hover {
  217.     color: #1c4969;
  218. }
  219.  
  220. .widget ul {
  221.     border-bottom: 1px solid #b5c8c4;
  222.     border-top: 1px solid #b5c8c4;
  223. }
  224.  
  225. .widget ul li {
  226.     border-bottom: 1px solid #cadedb;
  227.     border-top: 1px solid #cadedb;
  228. }
  229.  
  230. #searchform input[type="text"] {
  231.     background: #ebf8c3;
  232. }
  233.  
  234. /*#searchform input[type="submit"] {
  235.     padding: 0.7em 0;
  236. }*/
  237.  
  238. tr:nth-child(2n) td {
  239.     background: #FFF;
  240. }
  241.  
  242. /*end of widgets*/
  243.  
  244. .post-format-indicator {
  245.     background: #e37896;
  246. }
  247.  
  248. .hentry .gallery-item {
  249.     background: #cde3d8;
  250.     border: 1px solid #e7e7e7;
  251. }
  252.  
  253. .hentry img {
  254.     background: #b5c8c4;
  255.     border: 1px solid #e7e7e7;
  256. }
  257.  
  258. tr:nth-child(2n) th {
  259.     background: #7dbecf;
  260. }
Advertisement
Add Comment
Please, Sign In to add comment