Advertisement
prasannasp

05-10-2012 style.css

Oct 5th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 43.78 KB | None | 0 0
  1. @import url("../graphene/style.css");
  2.  
  3. /* --- Make it light coloured --- */
  4.  
  5. #header {
  6.         border-color:#999;
  7. }
  8.  
  9. #header-menu > li > a {
  10.         color: #000;
  11. }
  12. #header-menu > li > a > span {
  13.         color: #484848;
  14. }
  15. #header-menu > li.menu-item-ancestor > a {
  16.         background: url("../graphene/images/sprite_master.png") -877px -192px no-repeat transparent;
  17. }
  18.  
  19. /* Top level header menu, hover and current state */
  20. #header-menu > li:hover,
  21. #header-menu > li.current-menu-item,
  22. #header-menu > li.current-menu-ancestor {
  23.         background: url("../graphene/images/sprite_h.png") left -4px repeat-x #eee;
  24. }
  25.  
  26. #header-menu > li:hover > a,
  27. #header-menu > li.current-menu-item > a,
  28. #header-menu > li.current-menu-ancestor > a {
  29.         color: #fff;
  30. }
  31. #header-menu > li:hover > a > span,
  32. #header-menu > li.current-menu-item > a > span,
  33. #header-menu > li.current-menu-ancestor > a > span {
  34.         color: #aaa;
  35. }
  36. #header-menu > li.menu-item-ancestor:hover > a,
  37. #header-menu > li.current-menu-item > a,
  38. #header-menu > li.current-menu-ancestor > a {
  39.         background-position: -877px -236px;
  40. }
  41.  
  42. /*----------------------- Header Section ---------------*/
  43.  
  44. #top-bar {
  45.         background: #FAFCFF !important;
  46. background: linear-gradient(bottom, #F7F7F7 25%, #E3E3E3 50%, #D9D9D9 75%, #BDBDBD 100%) !important;
  47. background: -o-linear-gradient(bottom, #F7F7F7 25%, #E3E3E3 50%, #D9D9D9 75%, #BDBDBD 100%) !important;
  48. background: -moz-linear-gradient(bottom, #F7F7F7 25%, #E3E3E3 50%, #D9D9D9 75%, #BDBDBD 100%) !important;
  49. background: -webkit-linear-gradient(bottom, #F7F7F7 25%, #E3E3E3 50%, #D9D9D9 75%, #BDBDBD 100%) !important;
  50. background: -ms-linear-gradient(bottom, #F7F7F7 25%, #E3E3E3 50%, #D9D9D9 75%, #BDBDBD 100%) !important;
  51.  
  52. background: -webkit-gradient(
  53.     linear,
  54.     left bottom,
  55.     left top,
  56.     color-stop(0.25, #F7F7F7),
  57.     color-stop(0.5, #E3E3E3),
  58.     color-stop(0.75, #D9D9D9),
  59.     color-stop(1, #BDBDBD)
  60. ) !important;
  61.     height: 52px;
  62. }
  63.  
  64. #profiles {
  65.     padding: 10px 0 0 5px;
  66. }
  67.  
  68. #profiles a {
  69.     opacity:0.6 !important;
  70.     filter:alpha(opacity=60) !important;
  71.     }
  72.  
  73. #profiles a:hover{
  74.     opacity:1 !important;
  75.     filter:alpha(opacity=100) !important;
  76. }
  77.  
  78. .mysocial img {
  79.    display: none;
  80. }
  81.  
  82. #social-id-1 {
  83. background: url('images/sprite.png') !important;
  84. background-position: 0px -114px !important;
  85. }
  86.  
  87. #social-id-2 {
  88. background: url('images/sprite.png') !important;
  89. background-position: 0px -152px !important;
  90. }
  91.  
  92. #social-id-3 {
  93. background: url('images/sprite.png') !important;
  94. background-position: 0px 0px !important;
  95. }
  96.  
  97. #social-id-4 {
  98. background: url('images/sprite.png') !important;
  99. background-position: 0px -76px !important;
  100. }
  101.  
  102. #social-id-5 {
  103. background: url('images/sprite.png') !important;
  104. background-position: 0px -38px !important;
  105. }
  106.  
  107. #top-bar-date {
  108. padding-top: 15px;
  109. color: #FF0000;
  110. font: 16px/21px Georgia;
  111. text-align: center;
  112. }
  113.  
  114. /*------------------- End of Header Section -------------*/
  115.  
  116. /* ------------------- Slider ------------------------ */
  117.  
  118. .slider_nav a,
  119. .slider_nav a:visited {
  120.     background: url("images/sprite.png") 0px -190px no-repeat;
  121.     width: 14px;
  122.     height: 14px;
  123.     /* margin: 0 2px; */
  124. }
  125. .slider_nav a.active,
  126. .slider_nav a.active:visited,
  127. .slider_nav a:hover {
  128.     background-position: 0px -210px;
  129. }
  130.  
  131. .featured_slider {
  132.     background: url(images/2x2trans.png) !important;
  133.     /* margin-bottom: 20px !important; */
  134.     padding: 0;
  135. }
  136.  
  137. .featured_slider #slider_root {
  138.         -moz-box-shadow:0 0 5px #555555;
  139.     -webkit-box-shadow:0 0 5px #555555;
  140.     box-shadow:0 0 5px #555555;
  141. }
  142.  
  143. .slider_post {
  144. background:#F2F5FA;
  145. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EDF4FA 100%);
  146. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EDF4FA));
  147. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF4FA 100%);
  148. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF4FA 100%);
  149. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF4FA 100%);
  150. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF4FA 100%);
  151. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EDF4FA',GradientType=1 );
  152.     height: 165px;
  153. }
  154.  
  155. .slider_post h2 a,
  156. .slider_post h2 a:visited {
  157. font: normal 16px georgia !important;
  158. }
  159.  
  160. /* --------------------- end of slider ----------------- */
  161.  
  162. #content,
  163. #sidebar_bottom {
  164.     background-attachment: fixed;
  165.     background-image: url("images/content-background.png");
  166.     background-repeat: repeat;
  167.     background-position: left top;
  168. }
  169.    
  170. #content {
  171.     padding-bottom: 10px;
  172.     padding-top: 10px;
  173. }
  174.  
  175. /* ------------------ post title size --------------- */
  176. .post-title,
  177. .post-title a,
  178. .post-title a:visited {
  179.     border-bottom: 1px solid #e3e3e3;
  180.     font: 20px arial;
  181.     padding-bottom: 5px;
  182. }
  183.  
  184. /* ------------------- post nav ------------------- */
  185. .previous,
  186. .previous a,
  187. .previous a:visited,
  188. .next-post,
  189. .next-post a,
  190. .next-post a:visited
  191. {
  192.     color: #1F6EB6;
  193.     font: 13px tahoma;
  194. }
  195.  
  196. .previous:hover, #next-post:hover,
  197. .previous a:hover,
  198. .next-post a:hover
  199. {
  200.     color: #309203;
  201.     font: 13px tahoma;
  202. }
  203.  
  204. .post-nav {
  205.     margin-bottom: 10px;
  206. }
  207.  
  208. .next-post, .previous, .post-tags a, .post-meta a, .email a {
  209. cursor: pointer;
  210. margin-top: 5px;
  211. padding: 1px 4px 1px 4px;
  212. border-radius: 5px 5px 5px 5px;
  213.         -moz-box-shadow:0 0 4px #888888;
  214.     -webkit-box-shadow:0 0 4px #888888;
  215.     box-shadow:0 0 4px #888888;
  216.  
  217. background: linear-gradient(bottom, #CCD9FF 0%, #E0E9FF 50%);
  218. background: -o-linear-gradient(bottom, #CCD9FF 0%, #E0E9FF 50%);
  219. background: -moz-linear-gradient(bottom, #CCD9FF 0%, #E0E9FF 50%);
  220. background: -webkit-linear-gradient(bottom, #CCD9FF 0%, #E0E9FF 50%);
  221. background: -ms-linear-gradient(bottom, #CCD9FF 0%, #E0E9FF 50%);
  222.  
  223. background: -webkit-gradient(
  224.     linear,
  225.     left bottom,
  226.     left top,
  227.     color-stop(0, #CCD9FF),
  228.     color-stop(0.5, #E0E9FF)
  229. );
  230. }
  231.  
  232. .next-post:hover, .previous:hover, .post-tags a:hover, .post-meta a:hover, .email a:hover {
  233. background: linear-gradient(bottom, #F0E1BA 44%, #FFFFE0 72%);
  234. background: -o-linear-gradient(bottom, #F0E1BA 44%, #FFFFE0 72%);
  235. background: -moz-linear-gradient(bottom, #F0E1BA 44%, #FFFFE0 72%);
  236. background: -webkit-linear-gradient(bottom, #F0E1BA 44%, #FFFFE0 72%);
  237. background: -ms-linear-gradient(bottom, #F0E1BA 44%, #FFFFE0 72%);
  238.  
  239. background: -webkit-gradient(
  240.     linear,
  241.     left bottom,
  242.     left top,
  243.     color-stop(0.44, #F0E1BA),
  244.     color-stop(0.72, #FFFFE0)
  245. );
  246.         -moz-box-shadow:0 0 4px #555555;
  247.     -webkit-box-shadow:0 0 4px #555555;
  248.     box-shadow:0 0 4px #555555;
  249. }
  250.  
  251. /*------------------- post ----------------------*/
  252. .post .two-columns .post.nodate, .two-columns .post.page, .two-columns .post.post_404, .two-columns .post.post_404_search {
  253. /*
  254. background: #FAFCFF;
  255. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #FAFCFF 100%) !important;
  256. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#FAFCFF)) !important;
  257. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  258. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  259. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  260. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  261. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FAFCFF',GradientType=1 ) !important;
  262. */
  263.  
  264. border-radius: 30px 30px 30px 30px;
  265.  
  266.         -moz-box-shadow:0 0 8px #7FB8F5;
  267.     -webkit-box-shadow:0 0 8px #7FB8F5;
  268.     box-shadow:0 0 8px #7FB8F5;
  269. }
  270.  
  271. .post {
  272. /*
  273. background: #FAFCFF;
  274. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #FAFCFF 100%) !important;
  275. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#FAFCFF)) !important;
  276. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  277. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  278. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  279. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#FAFCFF 100%) !important;
  280. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FAFCFF',GradientType=1 ) !important;
  281. */
  282.  
  283. border-radius: 30px 30px 30px 30px;
  284.  
  285.         -moz-box-shadow:0 0 8px #7FB8F5;
  286.     -webkit-box-shadow:0 0 8px #7FB8F5;
  287.     box-shadow:0 0 8px #7FB8F5;
  288. }
  289.  
  290. .child-page {
  291.     background: none repeat scroll 0 0 #E8F4FF;
  292. }
  293.  
  294. .post-meta, .post-tags{
  295.     font: normal 13px/18px tahoma;
  296. }
  297. /*-------------- end of post --------------------*/
  298.  
  299.  
  300. /*------------------Comment section------------------*/
  301. #comments ol li.comment.depth-1, #comments ol li.pingback.depth-1, #comments ol li.trackback.depth-1 {
  302.     border-radius: 30px 30px 30px 30px;
  303. }
  304.  
  305. #commentform {
  306. background:#F2F5FA;
  307. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #E6F0FA 100%);
  308. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#E6F0FA));
  309. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%);
  310. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%);
  311. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%);
  312. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%);
  313. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6F0FA',GradientType=1 );
  314.  
  315.         -moz-box-shadow:0 0 8px #7FB8F5;
  316.     -webkit-box-shadow:0 0 8px #7FB8F5;
  317.     box-shadow:0 0 8px #7FB8F5;
  318.  
  319.     -moz-border-radius-topright: 30px;
  320.     -webkit-border-top-right-radius: 30px;
  321.     -moz-border-radius-bottomright: 30px;
  322.     -webkit-border-bottom-right-radius: 30px;  
  323.  
  324.     border-radius: 30px 30px 30px 30px;
  325. }
  326.  
  327. #comments ol li.comment.depth-1 {
  328. background:#F2F5FA;
  329. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #E6F0FA 100%) !important;
  330. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#E6F0FA)) !important;
  331. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  332. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  333. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  334. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  335. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6F0FA',GradientType=1 ) !important;
  336.  
  337.         -moz-box-shadow:0 0 8px #7FB8F5 !important;
  338.     -webkit-box-shadow:0 0 8px #7FB8F5 !important;
  339.     box-shadow:0 0 8px #7FB8F5 !important;
  340.     border-bottom-right-radius: 30px !important;
  341. }
  342.  
  343. #comments ol li.comment, #comments ol li.pingback, #comments ol li.trackback {
  344. background: -moz-linear-gradient(left center , #FCFCF0 0%, #FFFFFF 50%, #FCFCF0 100%) repeat scroll 0 0 transparent !important;
  345. background: -webkit-linear-gradient(left center , #FCFCF0 0%, #FFFFFF 50%, #FCFCF0 100%) repeat scroll 0 0 transparent !important;
  346. background: -o-linear-gradient(left center , #FCFCF0 0%, #FFFFFF 50%, #FCFCF0 100%) repeat scroll 0 0 transparent !important;
  347. background: -ms-linear-gradient(left center , #FCFCF0 0%, #FFFFFF 50%, #FCFCF0 100%) repeat scroll 0 0 transparent !important;
  348. background: linear-gradient(left center , #FCFCF0 0%, #FFFFFF 50%, #FCFCF0 100%) repeat scroll 0 0 transparent !important;
  349.     border-radius: 10px 10px 10px 10px;
  350.     border-top: 0 none !important;
  351.     box-shadow: 0 0 4px #555555 !important;
  352.     margin-bottom: 15px;
  353. }
  354.  
  355. #comments ol li.pingback.depth-1, #comments ol li.trackback.depth-1 {
  356. background:#F2F5FA !important;
  357. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #E6F0FA 100%) !important;
  358. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#E6F0FA)) !important;
  359. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  360. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  361. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  362. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E6F0FA 100%) !important;
  363. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6F0FA',GradientType=1 ) !important;
  364.  
  365.         -moz-box-shadow:0 0 8px #7FB8F5 !important;
  366.     -webkit-box-shadow:0 0 8px #7FB8F5 !important;
  367.     box-shadow:0 0 8px #7FB8F5 !important;
  368.         margin-right: 10px;
  369. }
  370.  
  371. #comments li.bypostauthor,
  372. #comments li.bypostauthor.comment.depth-1, #comments ol.children li.bypostauthor, #comments li.bypostauthor.comment {
  373.     background:#fff;
  374.     -pie-background: linear-gradient(left center, #ebebeb 0%, #fff 50%, #ebebeb 100%) !important;
  375.     background: -moz-linear-gradient(left center, #ebebeb 0%, #fff 50%, #ebebeb 100%) !important;
  376.     background: -webkit-gradient(linear,left top,right top,color-stop(0, #ebebeb),color-stop(0.5, #fff),color-stop(1, #ebebeb)) !important;
  377.     background: -o-gradient(linear,left top,right top,color-stop(0, #ebebeb),color-stop(0.5, #fff),color-stop(1, #ebebeb)) !important;
  378.     background: -ms-gradient(linear,left top,right top,color-stop(0, #ebebeb),color-stop(0.5, #fff),color-stop(1, #ebebeb)) !important;
  379.     background: linear-gradient(left center, #ebebeb 0%, #fff 50%, #ebebeb 100%) !important;
  380.     -moz-box-shadow:0 0 4px #555 !important;
  381.     -webkit-box-shadow:0 0 4px #555 !important;
  382.     box-shadow:0 0 4px #555 !important;
  383.    
  384.     border-top: 0 !important;
  385.     margin-right: 10px;
  386.     border-radius: 10px 10px 10px 10px;
  387.  
  388.     margin-bottom: 15px;
  389. }
  390.  
  391. #commentform #submit {
  392.     float: right;
  393. }
  394.  
  395. #ed_toolbar input {
  396.     height: 24px !important;
  397. }
  398. /*--------------------- End of comment section ---------------------*/
  399.  
  400. /*---------------------- Author and other ---------------------------*/
  401. .single .author-info {
  402. background:#F2F5FA;
  403. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #E1EDFA 100%);
  404. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#E1EDFA));
  405. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E1EDFA 100%);
  406. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E1EDFA 100%);
  407. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E1EDFA 100%);
  408. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#E1EDFA 100%);
  409. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1EDFA',GradientType=1 );
  410.  
  411.         -moz-box-shadow:0 0 8px #7FB8F5;
  412.     -webkit-box-shadow:0 0 8px #7FB8F5;
  413.     box-shadow:0 0 8px #7FB8F5;
  414.  
  415.         padding-left: 20px;
  416.     border-radius: 30px 30px 30px 30px;
  417.  
  418.     border-top-right-radius: 30px;
  419.     border-bottom-right-radius: 30px;
  420. }
  421.  
  422. .single .author_h4, #respond h3#reply-title, #comments > h4, .post-tags {
  423.     color: #991100 !important;
  424. }
  425. /* ------------ End of Author ----------------*/
  426.  
  427. /*---------------sidebars--------------------*/
  428. .sidebar h3 {
  429.     background: -ms-linear-gradient(#E1E1E1, #F7F7F7) repeat scroll 0 0 transparent !important;
  430. }
  431.  
  432. #sidebar_bottom .sidebar-wrap, .sidebar div.sidebar-wrap {
  433. /*
  434. background:#F2F5FA !important;
  435. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EDF2F7 100%) !important;
  436. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EDF2F7)) !important;
  437. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF2F7 100%) !important;
  438. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF2F7 100%) !important;
  439. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF2F7 100%) !important;
  440. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#EDF2F7 100%) !important;
  441. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EDF2F7',GradientType=1 ) !important;
  442. */
  443.  
  444.  
  445.     -moz-box-shadow:0 0 4px #7FB8F5;
  446.     -webkit-box-shadow:0 0 4px #7FB8F5;
  447.     box-shadow:0 0 4px #7FB8F5;
  448.  
  449.     border-radius: 10px 10px 10px 10px;
  450.  
  451.     border-bottom-left-radius: 10px;
  452.     border-bottom-right-radius: 10px;
  453. }
  454.  
  455. #sidebar_bottom .sidebar-wrap h3 {
  456. border-top-left-radius: 10px;
  457. border-top-right-radius: 10px;
  458. }
  459.  
  460. .sidebar h3 {
  461. border-top-left-radius: 10px;
  462. border-top-right-radius: 10px;
  463. text-align: center;
  464. }
  465. /*--------------- end of sidebars --------------*/
  466.  
  467. /*------------------ footer --------------------*/
  468. #developer {
  469. width: 420px;
  470. }
  471.  
  472. #footer {
  473. background: #425F7A;
  474. background: linear-gradient(bottom, #0C2845 6%, #425F7A 53%, #5D7796 77%);
  475. background: -o-linear-gradient(bottom, #0C2845 6%, #425F7A 53%, #5D7796 77%);
  476. background: -moz-linear-gradient(bottom, #0C2845 6%, #425F7A 53%, #5D7796 77%);
  477. background: -webkit-linear-gradient(bottom, #0C2845 6%, #425F7A 53%, #5D7796 77%);
  478. background: -ms-linear-gradient(bottom, #0C2845 6%, #425F7A 53%, #5D7796 77%);
  479.  
  480. background: -webkit-gradient(
  481.     linear,
  482.     left bottom,
  483.     left top,
  484.     color-stop(0.06, #0C2845),
  485.     color-stop(0.53, #425F7A),
  486.     color-stop(0.77, #5D7796)
  487. );
  488. margin-bottom: 10px;
  489. padding-top: 5px;
  490. color: #fff;
  491. }
  492.  
  493. #footer:hover {
  494. background: linear-gradient(bottom, #33457A 25%, #4D619F 63%);
  495. background: -o-linear-gradient(bottom, #33457A 25%, #4D619F 63%);
  496. background: -moz-linear-gradient(bottom, #33457A 25%, #4D619F 63%);
  497. background: -webkit-linear-gradient(bottom, #33457A 25%, #4D619F 63%);
  498. background: -ms-linear-gradient(bottom, #33457A 25%, #4D619F 63%);
  499.  
  500. background: -webkit-gradient(
  501.     linear,
  502.     left bottom,
  503.     left top,
  504.     color-stop(0.25, #33457A),
  505.     color-stop(0.63, #4D619F)
  506. );
  507. }
  508.  
  509. #footer a, #footer a:visited {
  510.     color: #C0E355;
  511. }
  512.  
  513. #footer a:hover {
  514.    color: #BCDDF5;
  515. }
  516.  
  517. #copyright {
  518.     margin: 10px 20px 20px !important;
  519.     width: 50%;
  520.     max-width: 50%;
  521. }
  522.  
  523. .footer-menu-wrap {
  524. margin-top: 10px;
  525. }
  526. /*-------------------- end of footer -------------------*/
  527.  
  528. /* ---------------- Block button -----------------*/
  529.  
  530. .block-button:hover, .Button:hover {
  531.     background: linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  532.     background: -moz-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  533.     background: -webkit-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  534.     background: -o-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  535.     background: -ms-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  536. }
  537.  
  538. #commentform #submit:hover {
  539.     background: linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  540.     background: -moz-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  541.     background: -webkit-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  542.     background: -o-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  543.     background: -ms-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  544. }
  545. /*----------------- End of Block Button -----------------*/
  546.  
  547. /* ==== .wp-pagenavi sttyle ========= */
  548. .wp-pagenavi {
  549.     padding: 10px 20px 10px !important;
  550.     display:block !important;
  551.     clear:both !important;
  552. }
  553. .wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend,
  554. .wp-commentnavi a, .wp-commentnavi span.pages, .wp-commentnavi span.extend {
  555.         color:#333333 !important;
  556.         text-shadow:0px 1px #F6F6F6 !important;
  557.         padding:6px 9px 6px 9px !important;
  558.         border:solid 1px #B6B6B6 !important;
  559.         box-shadow:0px 1px #EFEFEF !important;
  560.         -moz-box-shadow:0px 1px #EFEFEF !important;
  561.         -webkit-box-shadow:0px 1px #EFEFEF !important;
  562.         -o-box-shadow:0px 1px #EFEFEF !important;
  563.         -ms-box-shadow:0px 1px #EFEFEF !important;
  564.         background:#E6E6E6 !important;
  565.         background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
  566.         background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6)) !important;
  567.         background:-o-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
  568.         background:-ms-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6) !important;
  569.         font-size:12px !important;
  570.         margin-right:3px !important;
  571.         text-decoration:none !important;
  572. }  
  573. .wp-pagenavi a:hover, .wp-commentnavi a:hover {
  574.         color:#fff !important;
  575.         text-shadow:0px 1px #4876C9 !important;
  576.         border-color:#3D6DC3 !important;
  577.         background:#5A8CE7 !important;
  578.         background:-moz-linear-gradient(top,#C2E0FF 1px,#84AFFE 1px,#5A8CE7) !important;
  579.         background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#C2E0FF),color-stop(0.02,#84AFFE),color-stop(1,#5A8CE7)) !important;
  580.         background:-o-linear-gradient(top,#C2E0FF 1px,#84AFFE 1px,#5A8CE7) !important;
  581.         background:-ms-linear-gradient(top,#C2E0FF 1px,#84AFFE 1px,#5A8CE7) !important;
  582.         color:#FFFFFF !important;
  583.         box-shadow:0px 1px #E7E7E7 !important;
  584.         -moz-box-shadow:0px 1px #E7E7E7 !important;
  585.         -webkit-box-shadow:0px 1px #E7E7E7 !important;
  586.         -o-box-shadow:0px 1px #E7E7E7 !important;
  587.         -ms-box-shadow:0px 1px #E7E7E7 !important;
  588. }
  589.  
  590. .wp-pagenavi span.current, .wp-commentnavi span.current {
  591.         padding:6px 9px 6px 9px !important;
  592.         border:solid 1px #DCDCDC !important;
  593.         color:#fff !important;
  594.         box-shadow:0px 1px #E7E7E7 !important;
  595.         -moz-box-shadow:0px 1px #E7E7E7 !important;
  596.         -webkit-box-shadow:0px 1px #E7E7E7 !important;
  597.         -o-box-shadow:0px 1px #E7E7E7 !important;
  598.         -ms-box-shadow:0px 1px #E7E7E7 !important;
  599.         margin-right:3px !important;
  600.         text-shadow:0px 1px #4876C9 !important;
  601.         border-color:#3D6DC3 !important;
  602.         background:#5A8CE7 !important;
  603.         background:-moz-linear-gradient(top,#C2E0FF 1px,#84AFFE 1px,#5A8CE7) !important;
  604.         background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#C2E0FF),color-stop(0.02,#84AFFE),color-stop(1,#5A8CE7)) !important;
  605.         background:-o-linear-gradient(top,#C2E0FF 1px,#84AFFE 1px,#5A8CE7) !important;
  606.         background:-ms-linear-gradient(top,#C2E0FF 1px,#84AFFE 1px,#5A8CE7) !important;
  607. }
  608.  
  609. /*------------------------ misc ---------------------*/
  610. #text-50 {
  611.     text-align: center;
  612. }
  613.  
  614. #toc_container {
  615. margin-top:12px;
  616. }
  617.  
  618. ul.toc_list {
  619. list-style-position:inside;
  620. }
  621.  
  622. body {
  623. padding-top:20px ;
  624. }
  625.  
  626. #toc_container,
  627. #toc_container.no_bullets ul,
  628. #toc_container.no_bullets li,
  629. #toc_container.have_bullets ul,
  630. #toc_container.have_bullets li {
  631.     background: none;
  632.     list-style: none !important;
  633.     list-style-type: none !important;
  634.     border-radius: 10px;
  635. }
  636.  
  637. .wp_syntax {
  638. margin-top: 10px !important;
  639. padding: 5px !important;
  640. width: 98% !important;
  641.  
  642.     -moz-box-shadow:0 0 4px #FA947D;
  643.     -webkit-box-shadow:0 0 4px #FA947D;
  644.     box-shadow:0 0 4px #FA947D;
  645.     -o-box-shadow:0 0 4px #FA947D;
  646.     -ms-box-shadow:0 0 4px #FA947D;
  647. }
  648.  
  649. code.block, pre.block {
  650.     font: 14px "Courier New";
  651. }
  652.  
  653. .firstp {
  654. font: 15px/19px Georgia;
  655.     color: #573428;
  656. }
  657.  
  658. .cf7sub, .emailsub-button, .quotescollection_refresh {
  659. background: #489AD8;
  660. background: linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent;
  661. background: -moz-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent;
  662. background: -webkit-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent;
  663. background: -o-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent;
  664. background: -ms-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent;
  665.  
  666. padding: 5px;
  667.  
  668. -moz-border-radius: 3px;
  669.         -webkit-border-radius: 3px;
  670.         border-radius: 3px;
  671.        
  672.         -moz-box-shadow: 0 0 2px #555;
  673.         -webkit-box-shadow: 0 0 2px #555;
  674.         box-shadow: 0 0 2px #555;
  675.         -o-box-shadow: 0 0 2px #555;
  676.         -ms-box-shadow: 0 0 2px #555;
  677.        
  678.         border: 1px solid #1C5FA5;
  679.         color: #fff;
  680.         cursor: pointer;
  681.     display: inline !important;
  682.         float: none;
  683.         font: bold 14px arial;
  684.         margin: 10px 5px 5px;
  685.         position: relative;
  686.         text-decoration: none;
  687.         text-shadow: 0 -1px 0 #16497E;
  688. }
  689.  
  690. .cf7sub:hover, .emailsub-button:hover,
  691. .quotescollection_refresh:hover {
  692.     background: linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  693.     background: -moz-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  694.     background: -webkit-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  695.     background: -o-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  696.     background: -ms-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  697. }
  698.  
  699. .cf7sub {
  700.     border: 0 none !important;
  701.     display: block;
  702. }
  703.  
  704. .emailsub-button {
  705. width: 100px !important;
  706. padding: 2px !important;
  707. }
  708.  
  709. .quotescollection_refresh {
  710.     float: left !important;
  711. }
  712.  
  713. .quotescollection_refresh:hover {
  714. color: #FFFFFF;
  715. }
  716.  
  717. button.submit, button {
  718. background: #489AD8 !important;
  719. background: linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent !important;
  720. background: -moz-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent !important;
  721. background: -webkit-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent !important;
  722. background: -o-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent !important;
  723. background: -ms-linear-gradient(#62B4F2, #108BE8) repeat scroll 0 0 transparent !important;
  724.  
  725. padding: 3px;
  726.  
  727. -moz-border-radius: 3px;
  728.         -webkit-border-radius: 3px;
  729.         border-radius: 3px;
  730.        
  731.         -moz-box-shadow: 0 0 5px #555;
  732.         -webkit-box-shadow: 0 0 5px #555;
  733.         box-shadow: 0 0 5px #555;
  734.         -o-box-shadow: 0 0 5px #555;
  735.         -ms-box-shadow: 0 0 5px #555;
  736.        
  737.         border: 1px solid #1C5FA5;
  738.         color: #fff;
  739.         cursor: pointer;
  740.         display: block;
  741.         float: none;
  742.         font: bold 14px arial;
  743.         margin: 5px 5px 5px;
  744.         position: relative;
  745.         text-decoration: none;
  746.         text-shadow: 0 -1px 0 #16497E;
  747. }
  748.  
  749. button.submit:hover, button:hover {
  750.     background: linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  751.     background:  -moz-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  752.     background: -webkit-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  753.     background: -o-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  754.     background: -ms-linear-gradient(#68E851, #1C9606) repeat scroll 0 0 transparent !important;
  755. }
  756.  
  757. #search-3 button.submit, button {
  758. display: inline;
  759. }
  760.  
  761.  
  762. #top_search button, #top_search button:hover {
  763. background: url("/wordpressblog/wp-content/themes/graphene/images/sprite_master_light.png") no-repeat scroll -38px top transparent !important;
  764. border: none !important;
  765. box-shadow: none  !important;
  766. margin-top: 0px;
  767. }
  768.  
  769. #text-37 {
  770. text-align: left;
  771. width: 160%;
  772. margin-top: 10px;
  773. }
  774.  
  775. .quotescollection_author {
  776. font-style: italic !important;
  777. }
  778.  
  779. .at16nc {
  780. margin-left: 3px;
  781. }
  782.  
  783. #php_widget-4 ul li:hover {
  784. background: #F7D8C3;
  785. background: linear-gradient(bottom, #F0D2B8 0%, #FFECE0 55%);
  786. background: -o-linear-gradient(bottom, #F0D2B8 0%, #FFECE0 55%);
  787. background: -moz-linear-gradient(bottom, #F0D2B8 0%, #FFECE0 55%);
  788. background: -webkit-linear-gradient(bottom, #F0D2B8 0%, #FFECE0 55%);
  789. background: -ms-linear-gradient(bottom, #F0D2B8 0%, #FFECE0 55%);
  790.  
  791. background: -webkit-gradient(
  792.     linear,
  793.     left bottom,
  794.     left top,
  795.     color-stop(0, #F0D2B8),
  796.     color-stop(0.55, #FFECE0)
  797. );
  798. padding-left: 4px;
  799. border-radius: 5px 5px 5px 5px;
  800. }
  801.  
  802. #php_widget-4 ul li a {
  803. display: inline-block;
  804. }
  805.  
  806. .cat-desc, .term-desc {
  807.     text-align: center;
  808. }
  809.  
  810. .cat-desc p:first-child {
  811.     font: 15px/20px georgia;
  812.     color: #064A14;
  813. }
  814. /*--------------------- end of misc -----------------*/
  815.  
  816. /*-------------------- Hover backgrounds -------------*/
  817. .homepage_pane:hover, .slider_post:hover, .single .author-info:hover, #comments ol li.comment.depth-1:hover, #commentform:hover {
  818. background:#F5EFDA;
  819. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #F5EFDA 100%);
  820. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#F5EFDA));
  821. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%);
  822. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%);
  823. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%);
  824. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%);
  825. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5EFDA',GradientType=1 );
  826. }
  827.  
  828. /*
  829. #sidebar_bottom .sidebar-wrap:hover, .sidebar div.sidebar-wrap:hover {
  830. background:#F5EFDA !important;
  831. background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #F5EFDA 100%) !important;
  832. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#F5EFDA)) !important;
  833. background: -webkit-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%) !important;
  834. background: -o-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%) !important;
  835. background: -ms-radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%) !important;
  836. background: radial-gradient(center, ellipse cover,  #FFFFFF 0%,#F5EFDA 100%) !important;
  837. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5EFDA',GradientType=1 ) !important;
  838. }
  839. */
  840.  
  841. /*----------- display:none----------------*/
  842.  
  843. #subscribe_comments, #subscribe-label {
  844.  display:none;
  845. }
  846.  
  847. .post-292 {
  848.     display:none;
  849. }
  850.  
  851. /*=============== Contact form 7 ==============*/
  852. #cform7page {
  853. margin-left: 15px;
  854. }
  855.  
  856. .wpcf7 form p{
  857.     float:left;
  858.     width:189px;
  859.     font:normal 11px arial;
  860.     color:#666666;
  861.     line-height:20px;
  862.     margin-left:22px;
  863.     }
  864.  
  865.  
  866. .wpcf7 form p.cf7name{
  867.     margin-left: 0;
  868.     }
  869.  
  870. .wpcf7 .cf7captcha {
  871.     margin-left: 60px !important;
  872.     }
  873.  
  874. .wpcf7 form p label{
  875.     display:block;
  876.     margin-bottom:5px;
  877.     }
  878.  
  879. .wpcf7 form p input.input-text, .input-text{
  880.     width:184px !important;
  881.     border:1px solid #c8c8c8;
  882.     padding:3px 2px;
  883.     }
  884.  
  885. .wpcf7 textarea{
  886.     display:block;
  887.     border:1px solid #c8c8c8;
  888.     width:608px;
  889.     height:156px;
  890.     padding:3px 2px;
  891.     font:normal 12px arial;
  892.     }
  893.  
  894. .wpcf7 input{
  895.     display:block;
  896.     border:1px solid #c8c8c8;
  897.     width:184px;
  898.     height:15px;
  899.     padding:3px 2px;
  900.     font:normal 12px arial;
  901.     }
  902.  
  903. .wpcf7 .cf7message{
  904.     clear:both;
  905.     margin-left:0;
  906.     margin-top:20px;
  907.     width:608px;
  908.     }
  909.  
  910. .wpcf7 .cf7captcha input {
  911.         clear:both;
  912.     margin-left:0;
  913.     }
  914.  
  915. .wpcf7 .cf7captcha {
  916.     clear: both;
  917.     margin-left: 0;
  918.     width: 47%;
  919. }
  920.  
  921. .wpcf7 .cf7captcha label, .cf7captcha img{
  922.     display:inline;
  923.     vertical-align:middle;
  924.     }
  925.  
  926. .wpcf7 .cf7captcha span input{
  927.     width:50px;
  928.       display: inline-block;
  929.     border:1px solid #c8c8c8;
  930.     padding:3px 2px;
  931.     }
  932.  
  933. .cf7sub {
  934. font: bold 14px arial !important;
  935. height: 30px !important;
  936. width: 125px  !important;
  937. }
  938.  
  939. div.wpcf7-mail-sent-ok, div.wpcf7-response-output {
  940.     display: inline-block;
  941. }
  942.  
  943. /*======================== Menu =======================*/
  944. header-menu, #header-menu-wrap {
  945.         background: #FAFCFF !important;
  946. background: linear-gradient(bottom, #F7F7F7 25%, #F5F5F5 50%, #DEDEDE 75%, #C2C2C2 100%) !important;
  947. background: -o-linear-gradient(bottom, #F7F7F7 25%, #F5F5F5 50%, #DEDEDE 75%, #C2C2C2 100%) !important;
  948. background: -moz-linear-gradient(bottom, #F7F7F7 25%, #F5F5F5 50%, #DEDEDE 75%, #C2C2C2 100%) !important;
  949. background: -webkit-linear-gradient(bottom, #F7F7F7 25%, #F5F5F5 50%, #DEDEDE 75%, #C2C2C2 100%) !important;
  950. background: -ms-linear-gradient(bottom, #F7F7F7 25%, #F5F5F5 50%, #DEDEDE 75%, #C2C2C2 100%) !important;
  951.  
  952. background: -webkit-gradient(
  953.     linear,
  954.     left bottom,
  955.     left top,
  956.     color-stop(0.25, #F7F7F7),
  957.     color-stop(0.5, #F5F5F5),
  958.     color-stop(0.75, #DEDEDE),
  959.     color-stop(1, #C2C2C2)
  960. ) !important;
  961. }
  962.  
  963. /*------Hover effect for Menu Items---------*/
  964.  
  965. /*Home current menu item and hover*/
  966. #menu-item-12.current-menu-item, #menu-item-12:hover {
  967. background: linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  968. background: -o-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  969. background: -moz-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  970. background: -webkit-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  971. background: -ms-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  972.  
  973. background: -webkit-gradient(
  974.     linear,
  975.     left bottom,
  976.     left top,
  977.     color-stop(0.15, rgb(157,25,26)),
  978.     color-stop(0.58, rgb(189,53,52)),
  979.     color-stop(0.79, rgb(227,80,78))
  980. ) !important;
  981. }
  982.  
  983. /* Blog current menu item and menu item hover */
  984. #menu-item-427.current-menu-item, #menu-item-427:hover {
  985. background: linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  986. background: -o-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  987. background: -moz-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  988. background: -webkit-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  989. background: -ms-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  990.  
  991. background: -webkit-gradient(
  992.     linear,
  993.     left bottom,
  994.     left top,
  995.     color-stop(0.09, rgb(27,67,10)),
  996.     color-stop(0.55, rgb(54,94,36)),
  997.     color-stop(0.78, rgb(81,123,65))
  998. ) !important;
  999. }
  1000.  
  1001. /*Wordpress current menu item and hover*/
  1002. #menu-item-428.current-menu-item, #menu-item-428:hover {
  1003. background: linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  1004. background: -o-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  1005. background: -moz-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  1006. background: -webkit-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  1007. background: -ms-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  1008.  
  1009. background: -webkit-gradient(
  1010.     linear,
  1011.     left bottom,
  1012.     left top,
  1013.     color-stop(0.49, rgb(186,43,70)),
  1014.     color-stop(0.75, rgb(224,69,98)),
  1015.     color-stop(0.88, rgb(255,97,128))
  1016. ) !important;
  1017. }
  1018.  
  1019. /*Graphene hover and current menu item*/
  1020. #menu-item-1023:hover, #menu-item-1023.current-menu-item {
  1021. background: linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  1022. background: -o-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  1023. background: -moz-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  1024. background: -webkit-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  1025. background: -ms-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  1026.  
  1027. background: -webkit-gradient(
  1028.     linear,
  1029.     left bottom,
  1030.     left top,
  1031.     color-stop(0.45, rgb(53,28,150)),
  1032.     color-stop(0.73, rgb(80,56,180))
  1033. ) !important;
  1034. }
  1035.  
  1036. /*Technology*/
  1037. #menu-item-429.current-menu-item, #menu-item-429:hover {
  1038. background: linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  1039. background: -o-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  1040. background: -moz-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  1041. background: -webkit-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  1042. background: -ms-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  1043.  
  1044. background: -webkit-gradient(
  1045.     linear,
  1046.     left bottom,
  1047.     left top,
  1048.     color-stop(0.44, rgb(2,134,6)),
  1049.     color-stop(0.72, rgb(28,161,32))
  1050. ) !important;
  1051. }
  1052.  
  1053. /*Linux*/
  1054. #menu-item-430:hover, #menu-item-430.current-menu-item {
  1055. background: linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  1056. background: -o-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  1057. background: -moz-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  1058. background: -webkit-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  1059. background: -ms-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  1060.  
  1061. background: -webkit-gradient(
  1062.     linear,
  1063.     left bottom,
  1064.     left top,
  1065.     color-stop(0.06, rgb(132,21,56)),
  1066.     color-stop(0.53, rgb(159,49,84)),
  1067.     color-stop(0.77, rgb(191,79,118))
  1068. ) !important;
  1069. }
  1070.  
  1071. /*Archives Hover and current menu item*/
  1072. #menu-item-45.current-menu-item, #menu-item-45:hover {
  1073. background: linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1074. background: -o-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1075. background: -moz-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1076. background: -webkit-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1077. background: -ms-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1078.  
  1079. background: -webkit-gradient(
  1080.     linear,
  1081.     left bottom,
  1082.     left top,
  1083.     color-stop(0.23, rgb(54,30,73)),
  1084.     color-stop(0.62, rgb(81,57,103)),
  1085.     color-stop(0.81, rgb(114,86,134))
  1086. ) !important;
  1087. }
  1088.  
  1089.  
  1090. /*Downloads and its child menus*/
  1091. /* === Downloads === */
  1092. #menu-item-665:hover {
  1093. background: linear-gradient(bottom, rgb(129,98,39) 34%, rgb(155,128,67) 67%) !important;
  1094. background: -o-linear-gradient(bottom, rgb(129,98,39) 34%, rgb(155,128,67) 67%) !important;
  1095. background: -moz-linear-gradient(bottom, rgb(129,98,39) 34%, rgb(155,128,67) 67%) !important;
  1096. background: -webkit-linear-gradient(bottom, rgb(129,98,39) 34%, rgb(155,128,67) 67%) !important;
  1097. background: -ms-linear-gradient(bottom, rgb(129,98,39) 34%, rgb(155,128,67) 67%) !important;
  1098.  
  1099. background-image: -webkit-gradient(
  1100.     linear,
  1101.     left bottom,
  1102.     left top,
  1103.     color-stop(0.34, rgb(129,98,39)),
  1104.     color-stop(0.67, rgb(155,128,67))
  1105. ) !important;
  1106. cursor: default;
  1107. }
  1108.  
  1109. /* == Graphene Child Theme === */
  1110. #menu-item-837:hover {
  1111. background: linear-gradient(bottom, rgb(29,118,180) 18%, rgb(56,154,216) 59%, rgb(84,185,255) 80%) !important;
  1112. background: -o-linear-gradient(bottom, rgb(29,118,180) 18%, rgb(56,154,216) 59%, rgb(84,185,255) 80%) !important;
  1113. background: -moz-linear-gradient(bottom, rgb(29,118,180) 18%, rgb(56,154,216) 59%, rgb(84,185,255) 80%) !important;
  1114. background: -webkit-linear-gradient(bottom, rgb(29,118,180) 18%, rgb(56,154,216) 59%, rgb(84,185,255) 80%) !important;
  1115. background: -ms-linear-gradient(bottom, rgb(29,118,180) 18%, rgb(56,154,216) 59%, rgb(84,185,255) 80%) !important;
  1116.  
  1117. background: -webkit-gradient(
  1118.     linear,
  1119.     left bottom,
  1120.     left top,
  1121.     color-stop(0.18, rgb(29,118,180)),
  1122.     color-stop(0.59, rgb(56,154,216)),
  1123.     color-stop(0.8, rgb(84,185,255))
  1124. ) !important;
  1125. }
  1126.  
  1127. /* === Wordpress Plugins ==*/
  1128. #menu-item-1391.current-page-parent, #menu-item-1391:hover {
  1129. background: linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1130. background: -o-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1131. background: -moz-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1132. background: -webkit-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1133. background: -ms-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  1134.  
  1135. background: -webkit-gradient(
  1136.     linear,
  1137.     left bottom,
  1138.     left top,
  1139.     color-stop(0.23, rgb(54,30,73)),
  1140.     color-stop(0.62, rgb(81,57,103)),
  1141.     color-stop(0.81, rgb(114,86,134))
  1142. ) !important;
  1143. }
  1144.  
  1145. /* ==== Wordpress plugin dropdown items ===== */
  1146. #menu-item-1513.current-menu-item, #menu-item-1513:hover, #menu-item-1512.current-menu-item, #menu-item-1512:hover, #menu-item-1508.current-menu-item, #menu-item-1508:hover, #menu-item-1509.current-menu-item, #menu-item-1509:hover, #menu-item-1511.current-menu-item, #menu-item-1511:hover, #menu-item-1510.current-menu-item, #menu-item-1510:hover {
  1147. background: linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  1148. background: -o-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  1149. background: -moz-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  1150. background: -webkit-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  1151. background: -ms-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  1152.  
  1153. background: -webkit-gradient(
  1154.     linear,
  1155.     left bottom,
  1156.     left top,
  1157.     color-stop(0.01, rgb(22,133,58)),
  1158.     color-stop(0.51, rgb(49,160,87)),
  1159.     color-stop(0.76, rgb(79,192,114))
  1160. ) !important;
  1161. }
  1162.  
  1163. /* ==== Kannada Twitter Client === */
  1164. #menu-item-667:hover {
  1165. background: linear-gradient(bottom, rgb(83,118,30) 4%, rgb(117,154,57) 52%) !important;
  1166. background: -o-linear-gradient(bottom, rgb(83,118,30) 4%, rgb(117,154,57) 52%) !important;
  1167. background: -moz-linear-gradient(bottom, rgb(83,118,30) 4%, rgb(117,154,57) 52%) !important;
  1168. background: -webkit-linear-gradient(bottom, rgb(83,118,30) 4%, rgb(117,154,57) 52%) !important;
  1169. background: -ms-linear-gradient(bottom, rgb(83,118,30) 4%, rgb(117,154,57) 52%) !important;
  1170.  
  1171. background: -webkit-gradient(
  1172.     linear,
  1173.     left bottom,
  1174.     left top,
  1175.     color-stop(0.04, rgb(83,118,30)),
  1176.     color-stop(0.52, rgb(117,154,57))
  1177. ) !important;
  1178. }
  1179.  
  1180. /* === Twitter bot script == */
  1181. #menu-item-666:hover {
  1182. background: linear-gradient(bottom, rgb(142,17,128) 21%, rgb(171,43,154) 61%) !important;
  1183. background: -o-linear-gradient(bottom, rgb(142,17,128) 21%, rgb(171,43,154) 61%) !important;
  1184. background: -moz-linear-gradient(bottom, rgb(142,17,128) 21%, rgb(171,43,154) 61%) !important;
  1185. background: -webkit-linear-gradient(bottom, rgb(142,17,128) 21%, rgb(171,43,154) 61%) !important;
  1186. background: -ms-linear-gradient(bottom, rgb(142,17,128) 21%, rgb(171,43,154) 61%) !important;
  1187.  
  1188. background: -webkit-gradient(
  1189.     linear,
  1190.     left bottom,
  1191.     left top,
  1192.     color-stop(0.21, rgb(142,17,128)),
  1193.     color-stop(0.61, rgb(171,43,154))
  1194. ) !important;
  1195. }
  1196.  
  1197. /*Contact Me*/
  1198. #menu-item-839.current-menu-item, #menu-item-839:hover {
  1199. background: linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  1200. background: -o-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  1201. background: -moz-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  1202. background: -webkit-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  1203. background: -ms-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  1204.  
  1205. background: -webkit-gradient(
  1206.     linear,
  1207.     left bottom,
  1208.     left top,
  1209.     color-stop(0.42, rgb(9,87,176)),
  1210.     color-stop(0.71, rgb(36,114,212)),
  1211.     color-stop(0.86, rgb(65,149,255))
  1212. ) !important;
  1213. }
  1214.  
  1215. /* For plugins */
  1216. /* Quotes Collection */
  1217. .quotescollection_randomquote cite {
  1218.     display:block; /* To display author and source in a new line */
  1219.     text-align:right;
  1220. }
  1221.  
  1222. .quotescollection_author { /* author */
  1223.     font-style:normal;
  1224. }
  1225.  
  1226. .quotescollection_source { /* source */
  1227.     font-style: italic;
  1228. }
  1229.  
  1230. /* Quotes page */
  1231. blockquote.quotescollection {
  1232.     border:0;
  1233.     background:none;
  1234.     padding:0;
  1235.     margin:2em;
  1236.     font-size:1em;
  1237. }
  1238.  
  1239. blockquote.quotescollection cite {
  1240.     display:inline;
  1241.     font-size:0.83em;
  1242. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement