DaphneRoss

STYLE

Jun 26th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. #headnav {
  2. background-image:url(http://static.tumblr.com/38tkyuw/M8zlrr5yg/x54ffo.png);
  3. width:1120px;
  4. text-align: center;
  5. margin-top:5px;
  6. margin-bottom: 5px;
  7. margin-left: auto;
  8. margin-right: auto;
  9.  
  10. }
  11.  
  12. #subnav {
  13. width: 115px;
  14. text-align: center;
  15. display:inline-block;
  16. font-size: 12px;
  17. padding: 3px;
  18. margin-top:5px;
  19. margin-bottom: 5px;
  20. letter-spacing:3px;
  21. font-family: 'Josefin Slab', serif;
  22. text-transform: uppercase;
  23. color: #000000;
  24. background: none;
  25. transition: all 0.5s ease;
  26. -o-transition-transition: all 0.5s ease;
  27. -webkit-transition: all 0.5s ease;
  28. -moz-transition: all 0.5s ease;}
  29.  
  30. #subnav a{
  31. font-weight: normal;
  32. color: #979797;
  33. -webkit-transition-timing-function: ease-out;
  34. -webkit-transition-duration: 1s;
  35. -moz-transition-timing-function: ease-out;
  36. -moz-transition-duration: 1s;}
  37.  
  38. #subnav a:hover{
  39. color: #979797;
  40. text-shadow: 1px 1px 1px transparent;
  41. -webkit-transition-timing-function: ease-out;
  42. -webkit-transition-duration: 1s;
  43. -moz-transition-timing-function: ease-out;
  44. -moz-transition-duration: 1s;}
  45.  
  46. #subnav:hover {
  47. transition: all 0.5s ease;
  48. -o-transition-transition: all 0.5s ease;
  49. -webkit-transition: all 0.5s ease;
  50. -moz-transition: all 0.5s ease;}
  51.  
  52. #subnav:hover #nav a:moo{
  53. border-top:0px solid #fff; }
  54.  
  55. #subnav:hover #nav{
  56. opacity:3;
  57. -webkit-transition-duration:.7s;
  58. overflow:hidden;
  59. background-color:transparent;
  60. z-index:966666666666666666666666666666666666666669;
  61. height:auto;}
  62.  
  63. #nav {
  64. position:absolute;
  65. overflow:hidden;
  66. width: 115px;
  67. height: 0px;
  68. text-transform: uppercase;
  69. line-height: 20px;
  70. font-size: 12px;
  71. font-family: Lola;
  72. padding-top: 3px;
  73. opacity:0;
  74. transition: all 0.5s ease;
  75. o-transition-transition: all 0.5s ease;
  76. -webkit-transition: all 0.5s ease;
  77. -moz-transition: all 0.5s ease;}
  78.  
  79. #nav a{
  80. background-color:#FFFFFF;
  81. color: #c0c0c0;
  82. text-align:center;
  83. display:block;
  84. text-transform: lowercase;
  85. font-style: italic;
  86. line-height: 20px;
  87. font-family: 'times new roman', serif;
  88. font-size: 7pt;
  89. transition: all 0.5s ease;
  90. -o-transition-transition: all 0.5s ease;
  91. -webkit-transition: all 0.5s ease;
  92. -moz-transition: all 0.5s ease;}
  93.  
  94. #nav a:hover{
  95. font-family: 'times new roman', cursive;
  96. font-size: 7pt;
  97. text-align: right;
  98. color:#000000;
  99. background-image:url(http://25.media.tumblr.com/tumblr_m1kx83TYhr1rrt2v9o1_400.jpg);
  100. opacity:100;
  101. transition: all 0.5s ease;
  102. -o-transition-transition: all 0.5s ease;
  103. -webkit-transition: all 0.5s ease;
  104. -moz-transition: all 0.5s ease;}
Advertisement
Add Comment
Please, Sign In to add comment