Advertisement
ZukoHiyama

Skull

Aug 5th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. <style>
  2. /* G O O G L E F O N T S */
  3. @import url('https://fonts.googleapis.com/css?family=Rochester');
  4. @import url('https://fonts.googleapis.com/css?family=Luckiest+Guy');
  5. @import url('https://fonts.googleapis.com/css?family=Oswald');
  6. @import url('https://fonts.googleapis.com/css?family=Carter+One');
  7. @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Bahiana|Bangers|Cinzel|Cinzel+Decorative|Megrim|Unica+One');
  8. @import url('https://fonts.googleapis.com/css?family=Economica|Poiret+One');
  9. @import url('https://fonts.googleapis.com/css?family=Fjalla+One');
  10.  
  11.  
  12.  
  13. /* P A G E B O D Y */
  14. body {
  15. background-color: #FDFFFE;
  16. background-image: url('https://pm1.narvii.com/6229/29382893647729fb23cb57287606527a9b675158_hq.jpg');
  17. background-position: fixed;
  18. background-size: %;
  19. background-repeat:repeat;
  20. background-position: center ;
  21. font-family: ;
  22. color: #7c7c7c;
  23. text-shadow:0px 0px 3px #000;
  24. }
  25.  
  26.  
  27.  
  28. /* S C R O L L B A R */
  29.  
  30. ::-webkit-scrollbar-thumb:vertical {
  31. background-color: #517295;
  32. }
  33.  
  34. ::-webkit-scrollbar {
  35. width: 4px;
  36. background-color: #D5E7EC;
  37. }
  38.  
  39. ::selection {
  40. color: #ffffff;
  41. background: #ffecb1;
  42. }
  43.  
  44.  
  45.  
  46. /* T A B S */
  47.  
  48. .fixed {
  49. position: absolute;
  50. top: 320;
  51. left: 390;
  52. width: 150px;
  53. border: ;
  54. color: #;
  55. z-index: 1000;
  56. }
  57.  
  58.  
  59. .fixed2 {
  60. position: absolute;
  61. top: 200;
  62. left: 390;
  63. width: 150px;
  64. border: ;
  65. color: #;
  66. z-index: 1000;
  67. }
  68.  
  69.  
  70. .fixed3 {
  71. position: fixed;
  72. top: 200;
  73. left: 850;
  74. width: 150px;
  75. border: ;
  76. color: #;
  77. z-index: 1000;
  78. }
  79.  
  80.  
  81. .fixed4 {
  82. position: absolute;
  83. top: 320;
  84. left: 850;
  85. width: 150px;
  86. border: ;
  87. color: #;
  88. z-index: 1000;
  89. }
  90.  
  91.  
  92.  
  93. .fixed5 {
  94. position: absolute;
  95. top: 80;
  96. left: 850;
  97. width: 150px;
  98. border: ;
  99. color: #;
  100. z-index: 1000;
  101. }
  102.  
  103. .fixed6 {
  104. position: absolute;
  105. top: 80;
  106. left: 390;
  107. width: 150px;
  108. border: ;
  109. color: #;
  110. z-index: 1000;
  111. }
  112.  
  113. .main {
  114. position: fixed;
  115. top: 0%;
  116. left: 30%;
  117. width: 150px;
  118. border: ;
  119. color: #;
  120. z-index: 10;
  121. }
  122.  
  123. /* T A B S H O V E R */
  124.  
  125. .fixed:hover{
  126. opacity: 0.5;
  127. }
  128.  
  129. .fixed2:hover{
  130. opacity: 0.5;
  131. }
  132.  
  133. .fixed3:hover{
  134. opacity: 0.5;
  135. }
  136.  
  137. .fixed4:hover{
  138. opacity: 0.5;
  139. }
  140.  
  141. .fixed5:hover{
  142. opacity: 0.5;
  143. }
  144.  
  145. .fixed6:hover{
  146. opacity: 0.5;
  147. }
  148.  
  149. /* T E X T B O X */
  150.  
  151.  
  152. .textboxcontainer {
  153. height: 300px;
  154. width: 330px;
  155.  
  156. left: 0;
  157. position: fixed;
  158. padding: 5px;
  159. bottom: 150px;
  160. font-size: 9px;
  161. color: #000000;
  162. text-align: justify;
  163. z-index: 3;
  164. opacity: 0;
  165.  
  166. -webkit-transition: opacity 2s linear;
  167. -webkit-transition: all 2s ease-out;
  168. -moz-transition: all 2s ease-out;
  169. transition: all 2s ease-out;
  170. }
  171.  
  172. .textboxcontainer:target {
  173. z-index: 4;
  174. opacity: 1;
  175. }
  176.  
  177. .textbox {
  178. height: 200px;
  179. width: 330px;
  180. background-color: #E7EEF5;
  181. background-image: url('');
  182. left: 10px;
  183. position: absolute;
  184. padding: 5px;
  185. bottom: 30px;
  186. border: 2px solid #466483;
  187. box-shadow: 2px 2px 2px #CFD7DF;
  188. font-size: 9px;
  189. font-family: 'Alegreya Sans SC', sans-serif;
  190. text-transform: uppercase;
  191. overflow: auto;
  192. color: #000000;
  193. text-align: justify;
  194. z-index: 3;
  195. opacity: 1;
  196.  
  197. -webkit-transition: opacity 2s linear;
  198. -webkit-transition: all 2s ease-out;
  199. -moz-transition: all 2s ease-out;
  200. transition: all 2s ease-out;
  201. }
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. #Title {
  213. top: 330px;
  214. letter-spacing: 10;
  215. z-index: 2;
  216. width: 345px;
  217. position: absolute;
  218. left: 50px;
  219. bottom: 100px;
  220. font-family: 'Luckiest Guy', cursive;
  221. font-size: 30px;
  222. color: #466483;
  223. text-shadow: -1px 1px .5px #000;
  224. -webkit-animation: talies 8s;
  225. /* Safari 4.0 - 8.0 */
  226. animation: talies 8s;
  227. animation-fill-mode: forwards;
  228. height: 50px;
  229.  
  230. text-align: center;
  231. vertical-align: middle;
  232. line-height: 50px;
  233. }
  234. </style>
  235.  
  236. <body>
  237.  
  238.  
  239.  
  240. <div class="fixed">
  241. <a href="#01"><img src="http://i.picpar.com/YcSc.png"width="100" height=""></a>
  242. </div>
  243.  
  244. <div class="fixed2">
  245. <a href="#02"><img src="http://i.picpar.com/YcSc.png"width="100" height="100"></a>
  246. </div>
  247.  
  248. <div class="fixed3">
  249. <a href="#03"><img src="http://i.picpar.com/YcSc.png"width="100" height="100"></a>
  250. </div>
  251.  
  252. <div class="fixed4">
  253. <a href="#04"><img src="http://i.picpar.com/YcSc.png"width="100" height="100"></a>
  254. </div>
  255.  
  256. <div class="fixed5">
  257. <a href="#05"><img src="http://i.picpar.com/YcSc.png"width="100" height="100"></a>
  258. </div>
  259.  
  260. <div class="fixed6">
  261. <a href="#06"><img src="http://i.picpar.com/YcSc.png"width="100" height="100"></a>
  262. </div>
  263.  
  264. <div class="main">
  265. <img src="http://i.picpar.com/BfSc.png" width="" height="700"></a>
  266. </div>
  267.  
  268. <div id="01"class="textboxcontainer">
  269. <div id="title">Skull</div>
  270. <div class="textbox">
  271. Bottom Left
  272. </div>
  273.  
  274.  
  275. </div>
  276.  
  277.  
  278. <div id="02"class="textboxcontainer">
  279. <div id="title">Syndey</div>
  280. <div class="textbox">
  281. Middle Left
  282. </div>
  283.  
  284. </div>
  285.  
  286. <div id="03"class="textboxcontainer">
  287. <div id="title">Syndey</div>
  288. <div class="textbox">
  289. Middle Right
  290. </div>
  291.  
  292. </div>
  293.  
  294. <div id="04"class="textboxcontainer">
  295. <div id="title">Syndey</div>
  296. <div class="textbox">
  297. Bottom Right
  298. </div>
  299.  
  300. </div>
  301.  
  302.  
  303. <div id="05"class="textboxcontainer">
  304. <div id="title">Syndey</div>
  305. <div class="textbox">
  306. Top Right
  307. </div>
  308.  
  309. </div>
  310.  
  311. <div id="06"class="textboxcontainer">
  312. <div id="title">top left</div>
  313. <div class="textbox">
  314. Potato
  315. </div>
  316.  
  317. </div>
  318.  
  319.  
  320. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement