Advertisement
prasannasp

Jan 23 2012 Stylesheet backup

Jan 23rd, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 21.01 KB | None | 0 0
  1. /*
  2. Theme Name:     Graphene Child
  3. Theme URI:      http://prasannasp.net/
  4. Description:    Child theme for the Graphene theme
  5. Author:         Prasanna SP
  6. Author URI:     http://prasannasp.net/
  7. Template:       graphene
  8. Version:        1.0
  9. */
  10. @import url("../graphene/style.css");
  11.  
  12. /*----------------------- Header Section ---------------*/
  13.  
  14. #top-bar {
  15.     background: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-2.png") !important;
  16.     height: 48px;
  17. }
  18.  
  19. #rss {
  20.     padding: 8px 0 0 20px;
  21. }
  22.  
  23. #rss a {
  24.     opacity:0.6 !important;
  25.     filter:alpha(opacity=60) !important;
  26.     }
  27.  
  28. #rss a:hover{
  29.     opacity:1 !important;
  30.     filter:alpha(opacity=100) !important;
  31. }
  32.  
  33. #header {
  34.     height: 150px;
  35. }
  36.  
  37. #header-menu {
  38.     background: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-5.png") !important;
  39. }
  40.  
  41. .header_title {
  42.     left: 20px;
  43.     top: 15px;
  44. }
  45.  
  46. .header_desc {
  47.     top: 15px;
  48.     left: 20px;
  49. }
  50.  
  51. .header-widget {
  52.     left: 1px;
  53.     padding-top: 300px;
  54.     position: fixed;
  55.     top: 20px;
  56. }
  57. /*------------------- End of Header Section -------------*/
  58.  
  59. /* ------------------- Slider ------------------------ */
  60.  
  61. .featured_slider {
  62.  
  63.     background-image: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-2.png") !important;
  64. border-top-left-radius: 15px;
  65.     border-bottom-left-radius: 15px;
  66.  
  67.     -moz-border-radius-topright: 15px;
  68.     -webkit-border-top-right-radius: 15px;
  69.     border-top-right-radius: 15px;
  70.  
  71.     -moz-border-radius-bottomright: 15px;
  72.     -webkit-border-bottom-right-radius: 15px;
  73.     border-bottom-right-radius: 15px;
  74.  
  75.     margin-bottom: 5px;
  76.     padding-bottom: 20px;
  77.     padding-top: 5px;
  78. }
  79.  
  80. .slider_post {
  81.     height: 145px;
  82.     background-image: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-3.png");
  83.     padding-top: 10px !important;
  84. }
  85.  
  86. .slider_post h2 a,
  87. .slider_post h2 a:visited {
  88. font: normal 16px georgia !important;
  89. }
  90.  
  91. .slider_nav{
  92. padding-right: 260px;
  93. }
  94.  
  95. .home .slider_nav {
  96. padding-right: 420px;
  97. }
  98.  
  99. /* --------------------- end of slider ----------------- */
  100.  
  101. #content {
  102. background-attachment: fixed;
  103.     background-color: #E8F5FF;
  104.     background-image: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-4.png");
  105.     background-position: left top;
  106.     background-repeat: repeat;
  107.     padding-top: 10px;
  108.     padding-bottom: 10px;
  109. }
  110.  
  111. /* ------------------ post title size --------------- */
  112. .post-title,
  113. .post-title a,
  114. .post-title a:visited {
  115.     border-bottom: 1px solid #e3e3e3;
  116.     font: 20px arial;
  117.     padding-bottom: 5px;
  118. }
  119.  
  120.  
  121. /* ------------------- post nav ------------------- */
  122. #previous,
  123. #previous a,
  124. #previous a:visited,
  125. #next-post,
  126. #next-post a,
  127. #next-post a:visited {
  128.     color: #1F6EB6;
  129.     font: 13px tahoma;
  130. }
  131.  
  132. .post-nav {
  133.     margin-bottom: 10px;
  134. }
  135.  
  136. /*------------------- post ----------------------*/
  137.  
  138. .post, {  
  139. background-image: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-5.png");
  140. border-bottom-right-radius: 30px;  
  141.  }
  142.  
  143. .post-meta, .post-tags{
  144.     font: normal 13px/18px tahoma;
  145. }
  146. /*-------------- end of post --------------------*/
  147.  
  148. /*-------------  Homepage panes -----------------*/
  149.  
  150. .homepage_pane .post-excerpt {
  151.     color: #333;
  152.     font: 14px/18px arial;
  153. }
  154.  
  155. .homepage_panes {
  156.     margin-bottom: 20px;
  157. }
  158. .homepage_pane .post-title a:hover {
  159.     color: #991100;
  160. }
  161.  
  162. .homepage_pane {
  163. width: 31%;
  164. }
  165.  
  166. .homepage_pane .post-title a, .homepage_pane .post-title a:visited {
  167. color:#0088f2;
  168. }
  169.  
  170. .homepage_panes {
  171.    margin-top:20px;
  172.     background: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-3.png") repeat scroll 0 0 transparent;
  173.     border-top-right-radius: 30px;
  174.     border-bottom-right-radius: 30px;
  175.  
  176.     border-top-left-radius:
  177. 30px;
  178.     border-bottom-left-radius: 30px;
  179.  
  180.     padding-bottom: 10px;
  181.     padding-top: 20px;
  182. }
  183.  
  184. /*------------------ End of homepage panes ----------*/
  185.  
  186. /*------------------Comment section------------------*/
  187. #commentform {
  188.     background: #F5FCFF;
  189.     -moz-border-radius-topright: 30px;
  190.     -webkit-border-top-right-radius: 30px;
  191.     -moz-border-radius-bottomright: 30px;
  192.     -webkit-border-bottom-right-radius: 30px;  
  193.     background:url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-3.png");
  194. }
  195.  
  196. #comments ol li.comment.depth-1{
  197.     background: none repeat scroll 0 0 #F5FCFF;
  198.     border-bottom-right-radius: 30px;
  199.     background:url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-3.png");
  200. }
  201.  
  202. .clearfix:after, #commentform:after {
  203.     clear: both;
  204.     content: ".";
  205.     display: block;
  206.     height: 0;
  207.     visibility: hidden;
  208. }
  209. /*--------------------- End of comment section ---------------------*/
  210.  
  211.  
  212. /*---------------------- Author and other ---------------------------*/
  213.  
  214. .single .author-info {
  215.     background: #F5FCFF;
  216.     border-top-right-radius: 30px;
  217.     border-bottom-right-radius: 30px;
  218.     background:url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-3.png");
  219. }
  220.  
  221. .single .author_h4, #respond h3#reply-title, #comments > h4, .post-tags {
  222.     color: #991100 !important;
  223. }
  224.  
  225. /* ------------ End of Author ----------------*/
  226.  
  227. /*---------------sidebars--------------------*/
  228.  
  229. .sidebar div.sidebar-wrap {  
  230. background-image: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-5.png");
  231. }
  232.  
  233. #sidebar_bottom {
  234.     background-attachment: fixed;
  235.     background-color: #ACD1FA;
  236.     background-image: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-4.png");
  237.     background-position: left top;
  238.     background-repeat: repeat;
  239. }
  240.  
  241. #sidebar_bottom .sidebar-wrap {
  242.     border-bottom-left-radius: 10px;
  243.     border-bottom-right-radius: 10px;
  244. }
  245.  
  246. #sidebar_bottom .sidebar-wrap h3 {
  247. border-top-left-radius: 10px;
  248. border-top-right-radius: 10px;
  249. }
  250.  
  251. .sidebar div.sidebar-wrap {
  252. border-top-left-radius: 10px;
  253. border-top-right-radius: 10px;
  254. border-bottom-left-radius: 10px;
  255. border-bottom-right-radius: 10px;
  256.  
  257. }
  258.  
  259. .sidebar h3 {
  260. font: bold 16px/18px arial;
  261. border-top-left-radius: 10px;
  262. border-top-right-radius: 10px;
  263.  
  264. background: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-2.png") repeat scroll 0 0 transparent !important;
  265. text-align: center;
  266. }
  267.  
  268. #sidebar1, #sidebar2 {
  269.     padding: 0 15px 5px;
  270. }
  271.  
  272. /*--------------- end of sidebars --------------*/
  273.  
  274. /*------------------ footer --------------------*/
  275.  
  276. #footer {
  277. background: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/blue-footer2.jpg");
  278. margin-bottom: 10px;
  279. padding-top: 5px;
  280. color: #fff;
  281. }
  282.  
  283. #footer a, #footer a:visited {
  284.     color: #C0E3FA;
  285. }
  286.  
  287. #copyright {
  288.     margin: 10px 20px 20px !important;
  289.     width: 420px;
  290. }
  291.  
  292. .footer-menu-wrap {
  293. margin-top: 10px;
  294. }
  295.  
  296. /*-------------------- end of footer -------------------*/
  297.  
  298. /* ---------------- Block button -----------------*/
  299.  
  300. .block-button:hover, .Button:hover {
  301.     background: -moz-linear-gradient(#EE3418, #D41A00) repeat scroll 0 0 transparent !important;
  302.     background: -webkit-linear-gradient(#EE3418, #D41A00) repeat scroll 0 0 transparent !important;
  303. }
  304. /*----------------- End of Block Button -----------------*/
  305.  
  306.  
  307. /*------------------------ misc ---------------------*/
  308.  
  309. .breadcrumb {
  310. background: url("http://www.prasannasp.net/wordpressblog/wp-content/uploads/2011/12/bg-gimp-5.png");
  311. border-top-right-radius:10px;
  312. border-bottom-right-radius:10px;
  313. border-top-left-radius:10px;
  314. border-bottom-left-radius:10px;
  315. }
  316.  
  317. .home .breadcrumb {
  318. display: none;
  319. }
  320.  
  321. #toc_container {
  322. margin-top:12px;
  323. }
  324.  
  325. ul.toc_list {
  326. list-style-position:inside;
  327. }
  328.  
  329. body {
  330. padding-top:20px ;
  331. }
  332.  
  333. /*--------------------- end of misc -----------------*/
  334.  
  335. /*----------- display:none----------------*/
  336.  
  337. .homepage_pane img {display:none}
  338.  
  339.  
  340. #subscribe_comments, #subscribe-label {
  341.  display:none;
  342. }
  343.  
  344. .post-292 {
  345.     display:none;
  346. }
  347.  
  348. /*------Hover effect for Menu Items---------*/
  349.  
  350. /*Home*/
  351. #menu-item-12.current-menu-item:hover {
  352. background: linear-gradient(bottom, rgb(32,163,248) 9%, rgb(58,196,255) 55%)!important;
  353. background: -o-linear-gradient(bottom, rgb(32,163,248) 9%, rgb(58,196,255) 55%)!important;
  354. background: -moz-linear-gradient(bottom, rgb(32,163,248) 9%, rgb(58,196,255) 55%)!important;
  355. background: -webkit-linear-gradient(bottom, rgb(32,163,248) 9%, rgb(58,196,255) 55%)!important;
  356. background: -ms-linear-gradient(bottom, rgb(32,163,248) 9%, rgb(58,196,255) 55%)!important;
  357.  
  358. background: -webkit-gradient(
  359.     linear,
  360.     left bottom,
  361.     left top,
  362.     color-stop(0.09, rgb(32,163,248)),
  363.     color-stop(0.55, rgb(58,196,255))
  364. ) !important;
  365. }
  366.  
  367. /*Home current menu item and hover*/
  368. #menu-item-12.current-menu-item, #menu-item-12:hover {
  369. background: linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  370. background: -o-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  371. background: -moz-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  372. background: -webkit-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  373. background: -ms-linear-gradient(bottom, rgb(157,25,26) 15%, rgb(189,53,52) 58%, rgb(227,80,78) 79%) !important;
  374.  
  375. background: -webkit-gradient(
  376.     linear,
  377.     left bottom,
  378.     left top,
  379.     color-stop(0.15, rgb(157,25,26)),
  380.     color-stop(0.58, rgb(189,53,52)),
  381.     color-stop(0.79, rgb(227,80,78))
  382. ) !important;
  383. }
  384.  
  385. /*Blog current menu item and menu item hover*/
  386. #menu-item-427.current-menu-item, #menu-item-427:hover {
  387. background: linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  388. background: -o-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  389. background: -moz-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  390. background: -webkit-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  391. background: -ms-linear-gradient(bottom, rgb(27,67,10) 9%, rgb(54,94,36) 55%, rgb(81,123,65) 78%) !important;
  392.  
  393. background: -webkit-gradient(
  394.     linear,
  395.     left bottom,
  396.     left top,
  397.     color-stop(0.09, rgb(27,67,10)),
  398.     color-stop(0.55, rgb(54,94,36)),
  399.     color-stop(0.78, rgb(81,123,65))
  400. ) !important;
  401. }
  402.  
  403. /*Blog current menu Hover*/
  404. #menu-item-427.current-menu-item:hover {
  405. background: linear-gradient(bottom, rgb(98,59,18) 7%, rgb(128,89,45) 54%) !important;
  406. background: -o-linear-gradient(bottom, rgb(98,59,18) 7%, rgb(128,89,45) 54%) !important;
  407. background: -moz-linear-gradient(bottom, rgb(98,59,18) 7%, rgb(128,89,45) 54%) !important;
  408. background: -webkit-linear-gradient(bottom, rgb(98,59,18) 7%, rgb(128,89,45) 54%) !important;
  409. background: -ms-linear-gradient(bottom, rgb(98,59,18) 7%, rgb(128,89,45) 54%) !important;
  410.  
  411. background: -webkit-gradient(
  412.     linear,
  413.     left bottom,
  414.     left top,
  415.     color-stop(0.07, rgb(98,59,18)),
  416.     color-stop(0.54, rgb(128,89,45))
  417. ) !important;
  418. }
  419.  
  420. /*Wordpress current menu item and menu hover*/
  421. #menu-item-428.current-menu-item, #menu-item-428:hover {
  422. background: linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  423. background: -o-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  424. background: -moz-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  425. background: -webkit-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  426. background: -ms-linear-gradient(bottom, rgb(186,43,70) 49%, rgb(224,69,98) 75%, rgb(255,97,128) 88%) !important;
  427.  
  428. background: -webkit-gradient(
  429.     linear,
  430.     left bottom,
  431.     left top,
  432.     color-stop(0.49, rgb(186,43,70)),
  433.     color-stop(0.75, rgb(224,69,98)),
  434.     color-stop(0.88, rgb(255,97,128))
  435. ) !important;
  436. }
  437.  
  438. /*Wordpress current menu item Hover*/
  439. #menu-item-428.current-menu-item:hover {
  440. background: linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  441. background: -o-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  442. background: -moz-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  443. background: -webkit-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  444. background: -ms-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  445.  
  446. background: -webkit-gradient(
  447.     linear,
  448.     left bottom,
  449.     left top,
  450.     color-stop(0.23, rgb(54,30,73)),
  451.     color-stop(0.62, rgb(81,57,103)),
  452.     color-stop(0.81, rgb(114,86,134))
  453. ) !important;
  454. }
  455.  
  456. /*Technology current menu hover*/
  457. #menu-item-429.current-menu-item:hover {
  458. background: linear-gradient(bottom, rgb(106,141,190) 1%, rgb(138,170,228) 51%) !important;
  459. background: -o-linear-gradient(bottom, rgb(106,141,190) 1%, rgb(138,170,228) 51%) !important;
  460. background: -moz-linear-gradient(bottom, rgb(106,141,190) 1%, rgb(138,170,228) 51%) !important;
  461. background: -webkit-linear-gradient(bottom, rgb(106,141,190) 1%, rgb(138,170,228) 51%) !important;
  462. background: -ms-linear-gradient(bottom, rgb(106,141,190) 1%, rgb(138,170,228) 51%) !important;
  463.  
  464. background: -webkit-gradient(
  465.     linear,
  466.     left bottom,
  467.     left top,
  468.     color-stop(0.01, rgb(106,141,190)),
  469.     color-stop(0.51, rgb(138,170,228))
  470. ) !important;
  471. }
  472.  
  473. /*Technology*/
  474. #menu-item-429.current-menu-item, #menu-item-429:hover {
  475. background: linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  476. background: -o-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  477. background: -moz-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  478. background: -webkit-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  479. background: -ms-linear-gradient(bottom, rgb(2,134,6) 44%, rgb(28,161,32) 72%) !important;
  480.  
  481. background: -webkit-gradient(
  482.     linear,
  483.     left bottom,
  484.     left top,
  485.     color-stop(0.44, rgb(2,134,6)),
  486.     color-stop(0.72, rgb(28,161,32))
  487. ) !important;
  488. }
  489.  
  490. /*Linux*/
  491. #menu-item-430:hover, #menu-item-430.current-menu-item {
  492. background: linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  493. background: -o-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  494. background: -moz-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  495. background: -webkit-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  496. background: -ms-linear-gradient(bottom, rgb(132,21,56) 6%, rgb(159,49,84) 53%, rgb(191,79,118) 77%) !important;
  497.  
  498. background: -webkit-gradient(
  499.     linear,
  500.     left bottom,
  501.     left top,
  502.     color-stop(0.06, rgb(132,21,56)),
  503.     color-stop(0.53, rgb(159,49,84)),
  504.     color-stop(0.77, rgb(191,79,118))
  505. ) !important;
  506. }
  507.  
  508. /*Linux crrent menu item hover*/
  509. #menu-item-430.current-menu-item:hover {
  510. background: linear-gradient(bottom, rgb(175,127,235) 32%, rgb(210,166,255) 66%) !important;
  511. background: -o-linear-gradient(bottom, rgb(175,127,235) 32%, rgb(210,166,255) 66%) !important;
  512. background: -moz-linear-gradient(bottom, rgb(175,127,235) 32%, rgb(210,166,255) 66%) !important;
  513. background: -webkit-linear-gradient(bottom, rgb(175,127,235) 32%, rgb(210,166,255) 66%) !important;
  514. background: -ms-linear-gradient(bottom, rgb(175,127,235) 32%, rgb(210,166,255) 66%) !important;
  515.  
  516. background: -webkit-gradient(
  517.     linear,
  518.     left bottom,
  519.     left top,
  520.     color-stop(0.32, rgb(175,127,235)),
  521.     color-stop(0.66, rgb(210,166,255))
  522. ) !important;
  523. }
  524.  
  525. /*Archives current menu item hover*/
  526. #menu-item-45.current-menu-item:hover {
  527. background: linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  528. background: -o-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  529. background: -moz-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  530. background: -webkit-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  531. background: -ms-linear-gradient(bottom, rgb(22,133,58) 1%, rgb(49,160,87) 51%, rgb(79,192,114) 76%) !important;
  532.  
  533. background: -webkit-gradient(
  534.     linear,
  535.     left bottom,
  536.     left top,
  537.     color-stop(0.01, rgb(22,133,58)),
  538.     color-stop(0.51, rgb(49,160,87)),
  539.     color-stop(0.76, rgb(79,192,114))
  540. ) !important;
  541. }
  542.  
  543. /*Archives Hover and current menu item*/
  544. #menu-item-45.current-menu-item, #menu-item-45:hover {
  545. background: linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  546. background: -o-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  547. background: -moz-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  548. background: -webkit-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  549. background: -ms-linear-gradient(bottom, rgb(54,30,73) 23%, rgb(81,57,103) 62%, rgb(114,86,134) 81%) !important;
  550.  
  551. background: -webkit-gradient(
  552.     linear,
  553.     left bottom,
  554.     left top,
  555.     color-stop(0.23, rgb(54,30,73)),
  556.     color-stop(0.62, rgb(81,57,103)),
  557.     color-stop(0.81, rgb(114,86,134))
  558. ) !important;
  559. }
  560.  
  561. /*Quick Updates current menu hover */
  562.  
  563. #menu-item-532.current-menu-item:hover {
  564. background: linear-gradient(bottom, rgb(99,189,206) 20%, rgb(129,227,248) 60%) !important;
  565. background: -o-linear-gradient(bottom, rgb(99,189,206) 20%, rgb(129,227,248) 60%) !important;
  566. background: -moz-linear-gradient(bottom, rgb(99,189,206) 20%, rgb(129,227,248) 60%) !important;
  567. background: -webkit-linear-gradient(bottom, rgb(99,189,206) 20%, rgb(129,227,248) 60%) !important;
  568. background: -ms-linear-gradient(bottom, rgb(99,189,206) 20%, rgb(129,227,248) 60%) !important;
  569.  
  570. background: -webkit-gradient(
  571.     linear,
  572.     left bottom,
  573.     left top,
  574.     color-stop(0.2, rgb(99,189,206)),
  575.     color-stop(0.6, rgb(129,227,248))
  576. ) !important;
  577. }
  578.  
  579. /*Quick Updates hover and current menu item*/
  580. #menu-item-532:hover, #menu-item-532.current-menu-item {
  581. background: linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  582. background: -o-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  583. background: -moz-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  584. background: -webkit-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  585. background: -ms-linear-gradient(bottom, rgb(53,28,150) 45%, rgb(80,56,180) 73%) !important;
  586.  
  587. background: -webkit-gradient(
  588.     linear,
  589.     left bottom,
  590.     left top,
  591.     color-stop(0.45, rgb(53,28,150)),
  592.     color-stop(0.73, rgb(80,56,180))
  593. ) !important;
  594. }
  595.  
  596. /*Downloads and its child menus*/
  597. #menu-item-665:hover {
  598. background: linear-gradient(bottom, rgb(154,108,128) 23%, rgb(185,141,154) 62%) !important;
  599. background: -o-linear-gradient(bottom, rgb(154,108,128) 23%, rgb(185,141,154) 62%) !important;
  600. background: -moz-linear-gradient(bottom, rgb(154,108,128) 23%, rgb(185,141,154) 62%) !important;
  601. background: -webkit-linear-gradient(bottom, rgb(154,108,128) 23%, rgb(185,141,154) 62%) !important;
  602. background: -ms-linear-gradient(bottom, rgb(154,108,128) 23%, rgb(185,141,154) 62%) !important;
  603.  
  604. background: -webkit-gradient(
  605.     linear,
  606.     left bottom,
  607.     left top,
  608.     color-stop(0.23, rgb(154,108,128)),
  609.     color-stop(0.62, rgb(185,141,154))
  610. ) !important;
  611. }
  612.  
  613. /*Contact Me*/
  614. #menu-item-839.current-menu-item, #menu-item-839:hover {
  615. background: linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  616. background: -o-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  617. background: -moz-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  618. background: -webkit-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  619. background: -ms-linear-gradient(bottom, rgb(9,87,176) 42%, rgb(36,114,212) 71%, rgb(65,149,255) 86%) !important;
  620.  
  621. background: -webkit-gradient(
  622.     linear,
  623.     left bottom,
  624.     left top,
  625.     color-stop(0.42, rgb(9,87,176)),
  626.     color-stop(0.71, rgb(36,114,212)),
  627.     color-stop(0.86, rgb(65,149,255))
  628. ) !important;
  629. }
  630.  
  631. /*Contact me and current menu Hover*/
  632. #menu-item-839.current-menu-item:hover {
  633. background: linear-gradient(bottom, rgb(116,171,161) 41%, rgb(151,206,194) 71%, rgb(182,248,233) 86%) !important;
  634. background: -o-linear-gradient(bottom, rgb(116,171,161) 41%, rgb(151,206,194) 71%, rgb(182,248,233) 86%) !important;
  635. background: -moz-linear-gradient(bottom, rgb(116,171,161) 41%, rgb(151,206,194) 71%, rgb(182,248,233) 86%) !important;
  636. background: -webkit-linear-gradient(bottom, rgb(116,171,161) 41%, rgb(151,206,194) 71%, rgb(182,248,233) 86%) !important;
  637. background: -ms-linear-gradient(bottom, rgb(116,171,161) 41%, rgb(151,206,194) 71%, rgb(182,248,233) 86%) !important;
  638.  
  639. background: -webkit-gradient(
  640.     linear,
  641.     left bottom,
  642.     left top,
  643.     color-stop(0.41, rgb(116,171,161)),
  644.     color-stop(0.71, rgb(151,206,194)),
  645.     color-stop(0.86, rgb(182,248,233))
  646. ) !important;
  647. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement