Advertisement
grappler

causticgeek css

May 25th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.27 KB | None | 0 0
  1. @media screen and (min-width: 651px) {
  2. .menu {
  3. margin: 0 auto;
  4. background-color: transparent;
  5. background-image: none;
  6. text-align:center;
  7. }
  8. ul.menu >
  9. li:hover {
  10. background-color: transparent;
  11. display:inline;
  12. text-align:center;
  13. left: auto;
  14. }
  15. .menu a {
  16. color: transparent !important;
  17. border-left: 0 none;
  18. display:inline-block;
  19. font-size: 0;
  20. height: 70px;
  21. padding-top:20px;
  22. padding: 0;
  23. text-shadow: none;
  24. width: 80px;
  25. }
  26.  
  27. .menu li {
  28.     display: inline-block;
  29.     float: none;
  30.     margin-right: 20px;
  31.     padding-top:20px;
  32. }
  33.  
  34. .menu li li {
  35.     display: block;
  36.     text-align: left;
  37.     padding-top:20px;
  38. }
  39.  
  40. .menu li li a {
  41.     display: block;
  42.     float: none;
  43.     text-align: left;
  44.     padding-top:20px;
  45. }
  46.  
  47. .menu ul {
  48.     left: auto;
  49. }
  50.  
  51. .menu li a[title="Home"] {
  52. background: url(http://www.causticgeek.com/images/home.png) no-repeat scroll 0 0 transparent;
  53. }
  54. .menu li a[title="Home"]:hover {
  55. background: url(http://www.causticgeek.com/images/home-o.png) no-repeat scroll 0 0 transparent;
  56. }
  57. .menu .page-item-47 a {
  58. background: url(http://www.causticgeek.com/images/gaming.png) no-repeat scroll 0 0 transparent;
  59. }
  60. .menu .page-item-47 a:hover {
  61. background: url(http://www.causticgeek.com/images/gaming-o.png) no-repeat scroll 0 0 transparent;
  62. }
  63. .menu .page-item-45 a {
  64. background: url(http://www.causticgeek.com/images/rants.png) no-repeat scroll 0 0 transparent;
  65. }
  66. .menu .page-item-45 a:hover {
  67. background: url(http://www.causticgeek.com/images/rants-o.png) no-repeat scroll 0 0 transparent;
  68. }
  69. .menu .page-item-7 a {
  70. background: url(http://www.causticgeek.com/images/movies.png) no-repeat scroll 0 0 transparent;
  71. }
  72. .menu .page-item-7 a:hover {
  73. background: url(http://www.causticgeek.com/images/movies-o.png) no-repeat scroll 0 0 transparent;
  74. }
  75. .menu .page-item-10 a {
  76. background: url(http://www.causticgeek.com/images/books.png) no-repeat scroll 0 0 transparent;
  77. }
  78. .menu .page-item-10 a:hover {
  79. background: url(http://www.causticgeek.com/images/books-o.png) no-repeat scroll 0 0 transparent;
  80. }
  81. .menu .page-item-12 a {
  82. background: url(http://www.causticgeek.com/images/sports.png) no-repeat scroll 0 0 transparent;
  83. }
  84. .menu .page-item-12 a:hover {
  85. background: url(http://www.causticgeek.com/images/sports-o.png) no-repeat scroll 0 0 transparent;
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement