Advertisement
Lizellea

Vale

Jan 23rd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Clicker+Script);
  3. @import url(https://fonts.googleapis.com/css?family=Satisfy);
  4. @import url(https://fonts.googleapis.com/css?family=Handlee);
  5. @import url(https://fonts.googleapis.com/css?family=Dr+Sugiyama);
  6. @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
  7. @import url(https://fonts.googleapis.com/css?family=Caveat);
  8. @import url(https://fonts.googleapis.com/css?family=Farsan);
  9.  
  10.  
  11. ::-webkit-scrollbar { width: 4px; }
  12. ::-webkit-scrollbar-track { border-radius: 2px; background-color: #; }
  13. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #9B56C6; }
  14.  
  15. body {
  16. background-image: url("");
  17. background-repeat: repeat;
  18. background-color: #000;
  19. background-size: 100% 100%;
  20. background-position: bottom right;
  21. margin: 0;
  22. }
  23.  
  24. .name{position: absolute;z-index:2;left: -2%;top: -25%;color: #585555;text-shadow: 0.1vw 0.1vw 0.1vw #C32828;font-family: Caveat;line-height:80px;text-align:center;font-size: 6vw;letter-spacing: 0.5vw;opacity:1;}
  25.  
  26. #frame {
  27. z-index: 3;
  28. background: url(http://i.imgur.com/PBFvhnE.png);
  29. background-size: ;
  30. background-position: bottom left;
  31. background-repeat: repeat;
  32. position: absolute;
  33. background-color:#000;
  34. border: 25px solid #610B0B;
  35. box-shadow:0px 0px 20px #905F5F;
  36. top: 23%;
  37. left: 23%;
  38. height: 50%;
  39. width: 50%;
  40. opacity: 1;
  41. }
  42.  
  43. .aimg { position: absolute; width: 239; height: 100%; left: 0%; bottom:0%; overflow:auto; border-right:10px solid #610B0B;background-image:url(http://i.imgur.com/WweIaS9.jpg);
  44. background-size:100% 100%;}
  45.  
  46. #infobackground{
  47. position: absolute;
  48. z-index: 3;
  49. top: 4.5%;
  50. left: 34%;
  51. height: 90%;
  52. width: 63%;
  53. background-size: ;
  54. background-color:#530202;
  55. background-image:url(http://i.imgur.com/PBFvhnE.png);
  56. background-position: center;
  57. background-repeat:repeat;
  58. border:3px solid black;
  59. box-shadow:0px 0px 20px #BA2121;
  60. overflow: hidden;
  61. color: #500243;
  62. font-family:;
  63. font-size: 10vh;
  64. opacity:1;}
  65.  
  66.  
  67. #infobox{
  68. position: absolute;
  69. z-index: 4;
  70. top: 9.5%;
  71. left: 6.5%;
  72. height: 80%;
  73. width: 85%;
  74. overflow: hidden;
  75. color: #B3B3B3;
  76. box-shadow:0px 0px 20px #000;
  77. text-align: justify;
  78. letter-spacing: .2px;
  79. line-height: 15px;
  80. border: 2px solid #000;
  81. background-color:#171717;
  82. font-family: farsan;
  83. font-size: 18px;
  84. opacity:1;
  85. }
  86.  
  87. .tab1 { z-index:10; position: absolute; top: 5%; left: 31.3%; width: 2%; height: 4%; border-radius: 50%;background-color: #000;border:2px solid #A41E1E;}
  88. .tab2 { z-index:10; position: absolute; top: 33%; left: 31.3%; width: 2%; height: 4%; border-radius: 50%;background-color: #000;border:2px solid #A41E1E;}
  89. .tab3 { z-index:10; position: absolute; top: 62%; left: 31.3%; width: 2%; height: 4%; border-radius: 50%;background-color: #000;border:2px solid #A41E1E;}
  90. .tab4 { z-index:10; position: absolute; top: 90%; left: 31.3%; width: 2%; height: 4%; border-radius: 50%;background-color: #000;border:2px solid #A41E1E;}
  91.  
  92. h1 {width: 100%; height: auto; font-size: 25px;font-family:Caveat;margin-top:1px; margin-bottom: 5px; text-align: center; border-bottom: 1px solid #A41E1E; color: #444444;}
  93. b, strong { color: #585555;text-shadow: 0.1vw 0.1vw 0.1vw #C32828;}
  94.  
  95. </style>
  96.  
  97.  
  98. <div id="frame">
  99. <div class="name">
  100. Vale
  101. </div>
  102. <a href="#1"><div class="tab1"></div></a>
  103. <a href="#2"><div class="tab2"></div></a>
  104. <a href="#3"><div class="tab3"></div></a>
  105. <a href="#4"><div class="tab4"></div></a>
  106. <div class="aimg">
  107. </div>
  108. <div id="infobackground">
  109. <div id="infobox">
  110. <center>
  111. <div style="height: 100%; overflow-y: hidden;">
  112. <a name="1"></a>
  113. <div style="width:95%; height: 100%; top: 0px; overflow: auto;" align="left">
  114. <br>
  115. <h1>Title</h1>
  116. Tab 1
  117.  
  118. </div>
  119. </div>
  120.  
  121. <div style="height: 100%; overflow-y: hidden;">
  122. <a name="2"></a>
  123. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  124. <br>
  125. <h1>Title</h1>
  126. Tab 2
  127. </div>
  128. </div>
  129.  
  130. <div style="height: 100%; overflow-y: hidden;">
  131. <a name="3"></a>
  132. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  133. <br>
  134. <h1>Title</h1>
  135. Tab 3
  136. </div>
  137. </div>
  138.  
  139. <div style="height: 100%; overflow-y: hidden;">
  140. <a name="4"></a>
  141. <div style="width:95%; height: 100%; top: 100px; overflow: auto;" align="left">
  142. <br>
  143. <h1>Title</h1>
  144. Tab 4
  145. </div>
  146. </div>
  147. </div>
  148. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement