Advertisement
thisisnotras

Untitled

Aug 4th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Dancing+Script);
  4. @import url(http://fonts.googleapis.com/css?family=Playfair+Display);
  5.  
  6. .pfor {display: none;}
  7. #profile {background-color: transparent;
  8. border: 0px;}
  9.  
  10.  
  11. body { transparent;
  12. font-family: 'Dancing Script', cursive;
  13. font-weight: 400;}
  14.  
  15. #whole {
  16. position: fixed;
  17. top :0px;
  18. left: 0px;
  19. bottom: 0px;
  20. right: 0px;
  21. background: black;
  22. overflow: hidden;}
  23.  
  24. #window {
  25. position: absolute;
  26. height: 300px;
  27. left: 0px;
  28. right: 0px;
  29. top: 100px;
  30. border-top: 1px solid white;
  31. border-bottom: 1px solid white;
  32. z-index: 0;
  33. background: white;
  34. }
  35.  
  36. #window2 {
  37. position: absolute;
  38. width: 400px;
  39. top: 140px;
  40. bottom: 0px;
  41. right: 0px;
  42. background: white;
  43. z-index: 0;
  44. }
  45.  
  46. #picture{
  47. position: absolute;
  48. top: 104px;
  49. bottom: 0px;
  50. width: 400px;
  51. border: 0px solid red;
  52. right: 0px;
  53. background-image:
  54. url(http://i59.tinypic.com/n5sayo.png);
  55. background-position: left top;
  56. background-size: 150%;
  57. background-repeat: no-repeat;
  58. z-index: 1;
  59. opacity: .5;
  60. transition: opacity 1s;
  61. -webkit-transition: opacity 1s;
  62. }
  63.  
  64. #picturehover {
  65. position: absolute;
  66. top: 104px;
  67. bottom: 0px;
  68. width: 400px;
  69. border: 0px solid red;
  70. right: 0px;
  71. background: white;
  72. z-index: 2;
  73. animation: nameappear2 1000s linear 5s;
  74. -webkit-animation: nameappear2 1000s linear 5s;}
  75.  
  76.  
  77. #picture:hover{
  78. opacity: 1;}
  79.  
  80. #namebox{
  81. position: absolute;
  82. top: 200px;
  83. height: 140px;
  84. width: 580px;
  85. border: 0px solid red;
  86. right: 400px;
  87. font-size: 70pt;
  88. text-align: right;
  89. opacity: 0;
  90. color: #3B7BB5;
  91. animation: nameappear 1000s linear 6s;
  92. -webkit-animation: nameappear 1000s linear 6s;}
  93.  
  94. @-webkit-keyframes nameappear{
  95. 0% {opacity: 0;}
  96. 0.11% {opacity:1;}
  97. 100% {opacity: 1;}
  98. }
  99.  
  100. @keyframes nameappear{
  101. 0% {opacity:0 }
  102. 0.11% {opacity: 1;}
  103. 100% {opacity: 1;}
  104. }
  105.  
  106. @-webkit-keyframes nameappear2{
  107. 0% {opacity: 1;}
  108. 0.11% {opacity: 0;}
  109. 1% {right: -1000px;}
  110. }
  111.  
  112. @keyframes nameappear2{
  113. 0% {opacity: 1;}
  114. 0.11% {opacity:0;}
  115. 1% {right: -1000px;}
  116. }
  117.  
  118. #titlebox{
  119. position: absolute;
  120. left: 850px;
  121. height: 30px;
  122. width: 150px;
  123. top: 470px;
  124. border: 0px solid white;
  125. font-size: 15pt;
  126. color: #3B7BB5;
  127. text-align: right;
  128. padding-top: 12px;
  129. z-index: 1;
  130. opacity: 1;
  131. }
  132.  
  133.  
  134. .glide1 {
  135. animation: nameappear 1000s linear 4s;
  136. -webkit-animation: nameappear 1000s linear 4s;}
  137.  
  138. .glide2 {
  139. left: 500px !important;
  140. animation: nameappear 1000s linear 3s;
  141. -webkit-animation: nameappear 1000s linear 3s;}
  142.  
  143. .glide3 {
  144. left: 150px !important;
  145. animation: nameappear 1000s linear 2s;
  146. -webkit-animation: nameappear 1000s linear 2s;}
  147.  
  148. #slidebox{
  149. position: absolute;
  150. left: 775px;
  151. height: 200px;
  152. width: 300px;
  153. top: 505px;
  154. border: 1px solid #3B7BB5;
  155. opacity: 0;
  156. transition: opacity 1s;
  157. -webkit-transition: opacity 1s;
  158. }
  159.  
  160. #slidebox:hover{
  161. opacity: 1;}
  162.  
  163. .slide2 {
  164. left: 425px !important;}
  165.  
  166. .slide3 {
  167. left: 75px !important;}
  168.  
  169. #contentbox{
  170. position: absolute;
  171. height: 195px;
  172. width: 292px;
  173. top: 2px;
  174. left: 3px;
  175. overflow: auto;
  176. border: 0px solid red;
  177. color: #E0CABC;
  178. text-align: left;
  179. font-family: 'Playfair Display', serif;
  180. font-size: 9pt;}
  181.  
  182. </style>
  183.  
  184.  
  185.  
  186.  
  187. <div id="whole">
  188.  
  189. <div id="window">
  190. </div>
  191.  
  192. <div id="window2">
  193. </div>
  194.  
  195. <a href="http://i60.tinypic.com/2di4mkm.jpg" target="_blank">
  196. <div id="picture">
  197. </div>
  198. </a>
  199.  
  200. <div id="picturehover">
  201. </div>
  202.  
  203. <div id="namebox">Character name.
  204. </div>
  205.  
  206. <div id="titlebox" class="glide1">Category 3.
  207. </div>
  208.  
  209. <div id="titlebox" class="glide2">Category 2.
  210. </div>
  211.  
  212. <div id="titlebox" class="glide3">Category 1.
  213. </div>
  214.  
  215. <div id="slidebox">
  216. <div id="contentbox">
  217. Content here.
  218. </div>
  219. </div>
  220.  
  221. <div id="slidebox" class="slide2">
  222. <div id="contentbox">
  223. Content here.
  224. </div>
  225. </div>
  226.  
  227. <div id="slidebox" class="slide3">
  228. <div id="contentbox">
  229. Content here.
  230. </div>
  231. </div>
  232.  
  233.  
  234. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement