Advertisement
prasannasp

jan 27 CSS backup

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