analiviamattos

NAVI page #01

Apr 20th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. <!--
  2.  
  3. NAVI THEME PAGE BY ANA LIVIA STATESOFGRACESS.TUMBLR.COM
  4. DON'T COPY! BE HAPPY ♥
  5.  
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12.  
  13. <title>{title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17.  
  18. <style type="text/css">
  19.  
  20.  
  21. #content {
  22. position: absolute;
  23. padding: 0px;
  24. margin-top:100px;
  25. margin-left: 0px;
  26. overflow: auto;}
  27.  
  28. .bmenu{
  29. padding: 0px;
  30. margin-top:100px;
  31. position: relative;
  32. }
  33. .bmenu li{
  34. font-size: 50px;
  35. display: block;
  36. }
  37. .bmenu{
  38. padding: 50px 0px;
  39. margin: 150px auto;
  40. position: relative;
  41. background: rgba(55,55,55,0.7);
  42. width: 500px;
  43. height: 400px;
  44. -webkit-border-radius: 250px;
  45. -moz-border-radius: 250px;
  46. border-radius: 250px;
  47. -webkit-transition: background-color 0.5s ease-in-out;
  48. -moz-transition: background-color 0.5s ease-in-out;
  49. -o-transition: background-color 0.5s ease-in-out;
  50. -ms-transition: background-color 0.5s ease-in-out;
  51. transition: background-color 0.5s ease-in-out;
  52. }
  53. .bmenu:hover{
  54. background: rgba(168,82,81,0.2);
  55. }
  56. .bmenu li{
  57. font-size: 40px;
  58. display: block;
  59. line-height: 66px;
  60. }
  61. .bmenu li a{
  62. white-space: nowrap;
  63. color: transparent;
  64. display: block;
  65. text-align: center;
  66. text-transform: none;
  67. text-shadow: 0px 0px 3px #fff;
  68. letter-spacing: 1px;
  69. -moz-transform: scale(0.8);
  70. -ms-transform: scale(0.8);
  71. -o-transform: scale(0.8);
  72. -webkit-transform: scale(0.8);
  73. transform: scale(0.8);
  74. -webkit-transition: all 0.4s linear;
  75. -moz-transition: all 0.4s linear;
  76. -o-transition: all 0.4s linear;
  77. -ms-transition: all 0.4s linear;
  78. transition: all 0.4s linear;
  79. }
  80. .bmenu:hover li a{
  81. text-shadow: 0px 0px 10px #fff;
  82. }
  83. .bmenu li a:hover{
  84. text-shadow: none;
  85. color: #fff;
  86. background: rgba(138,162,148,0.8);
  87. -moz-transform: scale(1);
  88. -ms-transform: scale(1);
  89. -o-transform: scale(1);
  90. -webkit-transform: scale(1);
  91. transform: scale(1);
  92. }
  93. #cred {
  94. font-family:cambria;
  95. position:fixed;
  96. font-size:10px;
  97. font-style:italic;
  98. line-height:450%;
  99. letter-spacing:1px;
  100. right:50px;
  101. bottom:40px;
  102. text-transform:lowercase;
  103. text-align:center;
  104. }
  105.  
  106. #cred a {
  107. padding:3px;
  108. color:#ffffff;
  109. -moz-transition-duration:0.5s;
  110. -webkit-transition-duration:0.5s;
  111. -o-transition-duration:0.5s;
  112. }
  113.  
  114.  
  115. #teste{margin-top:-200px;margin-left:-50px;position:fixed;
  116. background-repeat: repeat; }
  117.  
  118. </style>
  119.  
  120.  
  121. </head>
  122.  
  123. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  124.  
  125. <body>
  126.  
  127.  
  128. <div id="teste"><img src="http://2.bp.blogspot.com/-qJcKTE-NoDs/UQYcigAlAmI/AAAAAAAAAVA/6DrkBHsodLU/s1600/vintage-wallpaper.jpg"></div>
  129.  
  130. <div id="container" class="container">
  131. <ul class="bmenu">
  132. <li><a href="URL">LINK</a></li>
  133. <li><a href="URL">LINK</a></li>
  134. <li><a href="URL">LINK</a></li>
  135. <li><a href="URL">LINK</a></li>
  136. <li><a href="URL">LINK</a></li>
  137. <li><a href="URL">LINK</a></li>
  138. </ul>
  139.  
  140. </div><!-- / -->
  141.  
  142. <div id="cred">
  143. <div style="position:fixed;bottom:20px; right:30px;"><a href="http://statesofgracess.tumblr.com/" title="†SOGS†">CREDIT</a></center></div></div>
  144. </body>
  145. </html>
Add Comment
Please, Sign In to add comment