Advertisement
Lizellea

Tarot

Aug 3rd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Italianno);
  4. @import url(https://fonts.googleapis.com/css?family=IM+Fell+English+SC);
  5. @import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
  6.  
  7. body{
  8. background-size: 100% 100%;
  9. background-color:#000;
  10. background-position:center;
  11. background-repeat:no-repeat;
  12. background-attachment:fixed;
  13. background-image:url(http://i.imgur.com/6WSccB0.png);}
  14.  
  15. ::-webkit-scrollbar { width: 2px; }
  16.  
  17. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  18.  
  19. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  20.  
  21. #image {
  22. position:fixed;
  23. left:0;
  24. bottom:0;
  25. opacity:.0;
  26. -webkit-animation: fade 8s 1s;
  27. animation: fade 8s 1s;
  28. -webkit-animation-fill-mode: forwards;
  29. animation-fill-mode: forwards;
  30. }
  31.  
  32. @-webkit-keyframes fade{
  33. from{
  34. opacity:.0;
  35. }
  36. to{
  37. opacity:1.0;
  38. }}
  39. #image img{
  40. height: 100%;
  41. }
  42.  
  43. .boxie {
  44. background-color: #;
  45. border: 1px solid #;
  46. color: #771196;
  47. text-shadow: 0 0 0.9em #;
  48. font-size: 16px;
  49. font-weight:bold;
  50. font-family: IM Fell English SC;
  51. height: 320px;
  52. left: 43%;
  53. opacity: 0;
  54. overflow: auto;
  55. padding: 5px;
  56. position: fixed;
  57. text-align: left;
  58. top: 305px;
  59. width: 461px;
  60. -webkit-transition: all 2.5s ease-in-out;
  61. transition: all 2.5s ease-in-out;
  62. }
  63. .boxie:target {
  64. background-color: #;
  65. border: 1px solid #;
  66. height: 450px;
  67. left: 43%;
  68. opacity: 1;
  69. overflow: auto;
  70. padding: 5px;
  71. position: fixed;
  72. top: 20%;
  73. width: 400px;
  74. z-index: 40;
  75. -webkit-transition: all 1s ease-in-out;
  76. transition: all 1s ease-in-out;
  77. -webkit-transform: rotateY(-360deg);
  78. transform: rotateY-360deg);
  79. }
  80.  
  81. #nav a, #nav a:link, #nav a:visited {
  82. display:block;
  83. background: #;
  84. background-size: 100% 100%;
  85. background-color:#;
  86. background-image:url(http://i.imgur.com/Lja16aY.gif);
  87. background-position: center;
  88. background-repeat:no-repeat;
  89. color: #000;
  90. height: 80px;
  91. width:55px;
  92. margin-left:0px;
  93. margin-top:0px;
  94. padding:0px;
  95. opacity:0;
  96. -webkit-animation: fade 8s 1s;
  97. animation: fade 8s 1s;
  98. -webkit-animation-fill-mode: forwards;
  99. animation-fill-mode: forwards;
  100. -webkit-transition: all 2.5s ease-in-out;
  101. transition: all 2.5s ease-in-out;}
  102.  
  103. @keyframes buttonfade{
  104. from{opacity:0;}
  105. to{opacity:1;}
  106. }
  107.  
  108. #nav a:active, #nav a:hover {
  109. display:block;
  110. height: 80px;
  111. width:55px;
  112. padding:0px;
  113. text-decoration:none;
  114. background: #;
  115. background-size: 100% 100%;
  116. background-color:#;
  117. background-image:url(http://i.imgur.com/Lja16aY.gif);
  118. background-position: center;
  119. background-repeat:no-repeat;
  120. color: #fff;
  121. margin-left:0px;
  122. margin-top:0px;
  123. -webkit-transition-duration: 0.25s;
  124. -moz-transition-duration: 0.25s;
  125. -webkit-transition: all 1s ease-in-out;
  126. transition: all 1s ease-in-out;
  127. -webkit-transform: rotateX(-360deg);
  128. transform: rotateX(-360deg);
  129. }
  130. .button{
  131. position:absolute;
  132. width:80px;
  133. background:;
  134. height:80px;
  135. overflow:hidden;
  136. }
  137.  
  138.  
  139. h1{
  140. color: #ccc;
  141. text-shadow: -0.2vw 0.2vw 0.2vw #;
  142. font-family: Italianno;
  143. font-size: 25px;
  144. letter-spacing: 0.5vw;
  145. text-align: center;}
  146.  
  147. b {
  148. font-family:'Cinzel Decorative';
  149. color:#fff;
  150. font-size: 15px;
  151. }
  152.  
  153. a {
  154. color: #D798BD;
  155. font-family: IM Fell English SC;
  156. font-size: 16px;
  157. text-decoration: none;
  158. transition: all 0.8s ease-in-out;
  159. -moz-transition: all 0.8s ease-in-out;
  160. -webkit-transition: all 0.8s ease-in-out;}
  161. a:hover {
  162. color: #fff;
  163. text-decoration: none;
  164. transition: all 0.4s ease-in-out;
  165. -moz-transition: all 0.4s ease-in-out;
  166. -webkit-transition: all 0.4s ease-in-out;}
  167.  
  168. #credit{ position: fixed; right: 10px; bottom: 0px; font-family: Arail; font-variant: normal; font-weight: normal; font-size: 15px; color: #ccc;z-index:1;}
  169.  
  170. </style>
  171. <div id="credit">
  172. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  173. </div>
  174.  
  175. <div id="image">
  176. <img src="http://i.imgur.com/zuO3s9f.png">
  177. </div>
  178.  
  179. <div id="nav">
  180. <div class="button" style="top:67%; left:20%;"> <a href="#1"></a> </div>
  181. <div class="button" style="top:60%; left:24%;"> <a href="#2"></a> </div>
  182. <div class="button" style="top:55%; left:28%;"> <a href="#3"></a> </div>
  183. <div class="button" style="top:60%; left:32%;"> <a href="#4"></a> </div>
  184. <div class="button" style="top:67%; left:36%;"> <a href="#reset"></a> </div>
  185. </div>
  186.  
  187. <div id="1" class="boxie">
  188. <h1>Header</h1>
  189. <b>Bold</b> <i>Italics</i> <a href="profile.php?user=" target="_blank">Link</a>. Words
  190.  
  191. </div>
  192.  
  193. <div id="2" class="boxie">
  194. words
  195. </div>
  196.  
  197. <div id="3" class="boxie">
  198. words
  199.  
  200. </div>
  201.  
  202. <div id="4" class="boxie">
  203. words
  204.  
  205. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement