Advertisement
Lizellea

Kano

Aug 18th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Bigelow+Rules);
  3. @import url(https://fonts.googleapis.com/css?family=Asap);
  4.  
  5. body{
  6. background-size: 100% 100%;
  7. background-color:#303579;
  8. background-position:center;
  9. background-repeat:no-repeat;
  10. background-attachment:fixed;
  11. background-image:url(http://www.iloe.fr/wp-content/uploads/2013/10/bg1.jpg);}
  12.  
  13. a {
  14. color: #d6698ff;
  15. font-family:Asap;
  16. font-size: 12px;
  17. text-decoration: none;
  18. transition: all 0.8s ease-in-out;
  19. -moz-transition: all 0.8s ease-in-out;
  20. -webkit-transition: all 0.8s ease-in-out;}
  21. a:hover {
  22. color: #000000;
  23. font-family: Asap;
  24. font-size: 12px;
  25. text-decoration: none;
  26. transition: all 0.6s ease-in-out;
  27. -moz-transition: all 0.6s ease-in-out;
  28. -webkit-transition: all 0.6s ease-in-out;}
  29.  
  30. ::-webkit-scrollbar-thumb:vertical
  31. {
  32. background-color:transparent;
  33. -moz-border-radius:10px;
  34. -webkit-border-radius:10px;
  35. }
  36. ::-webkit-scrollbar
  37. {
  38. width:6px;
  39. height:20px;
  40. background-color:transparent;
  41. }
  42.  
  43. b{font-family: Asap; Color: #25225F; Text-shadow: 0px 0px 2px #2D6994; font-size:13px;}
  44. i{font-family: Asap; Color: #1D1D60; font-size:13;}
  45.  
  46. h3 {
  47. font-family: Bigelow Rules;
  48. color: #1D1D60;
  49. font-size:25px;
  50. letter-spacing:2px;
  51. margin-bottom:1px;
  52. margin-top:3px;
  53. text-align: center;
  54. width: 100%;}
  55.  
  56. #mainpic {
  57. position:fixed;
  58. z-index: 0;
  59. width:35%;
  60. height: 100%;
  61. right: 0px;
  62. bottom: 0px;
  63. background: #;
  64. color: #6D6D6B;
  65. font-size:2vh;
  66. overflow:hidden;
  67. opacity:0;
  68. -webkit-animation: picturefade 1.5s 1;
  69. animation: picturefade 1s 1;
  70. animation-delay:1.5s;
  71. -webkit-animation-delay:1.5s;
  72. animation-fill-mode: forwards;
  73. -webkit-animation-fill-mode: forwards;}
  74. #mainpic img {
  75. width: 100%;}
  76. @keyframes picturefade{
  77. 0%{right:-20%;opacity:0;}
  78. 100%{right:0%;opacity:1;}
  79. }
  80.  
  81. .pages {
  82. position: fixed;
  83. left: 450px;
  84. top: 90px;
  85. width: 350px;
  86. height: 350px;
  87. border-radius: 7px;
  88. border-top: 2px solid #1D1D60;
  89. border-bottom: 2px solid #1D1D60;
  90. border-left: 2px solid #1D1D60;
  91. border-right: 2px solid #1D1D60;
  92. background-color: #fff;
  93. box-shadow: 0.4vw 0.5vw 0.5vw #1D1D60;
  94. color: #ccc;
  95. padding: 10px;
  96. font-family: Asap;
  97. font-size: 13px;
  98. letter-spacing: 0px;
  99. word-spacing: 1px;
  100. line-height: 13px;
  101. text-align: left;
  102. opacity: 0;
  103. z-index: ;
  104. overflow: auto;
  105. transition: all 0.7s ease-in-out;
  106. -webkit-transition: all 0.7s ease-in-out;
  107. -moz-transition: all 0.7s ease-in-out;
  108. -o-transition: all 0.7s ease-in-out;
  109. -ms-transition: all 0.7s ease-in-out;
  110. }
  111.  
  112. .pages:target {
  113. top: 28%;
  114. left: 13%;
  115. opacity: 1;
  116. font-family: Asap;
  117. z-index: 1;
  118. transition: all 0.7s ease-in-out;
  119. -webkit-transition: all 0.7s ease-in-out;
  120. -moz-transition: all 0.7s ease-in-out;
  121. -o-transition: all 0.7s ease-in-out;
  122. -ms-transition: all 0.7s ease-in-out;
  123. }
  124.  
  125.  
  126. a.tab:active, a.tab:link, a.tab:visited {
  127. background-color: #fff;
  128. border: #1D1D60 solid 2px;
  129. border-radius: 50%;
  130. display: inline-block;
  131. height: 25px;
  132. text-decoration: none;
  133. width: 25px;
  134. -webkit-transition: all 0.4s ease-in;
  135. -moz-transition: all 0.4s ease-in;
  136. -ms-transition: all 0.4s ease-in;
  137. -o-transition: all 0.4s ease-in;
  138. transition: all 0.4s ease-in;
  139. box-shadow:inset 0 0 75px 75px #fff, 0 0 0 #fff;
  140.  
  141. }
  142.  
  143. a.tab:hover {
  144. background-color: #1D1D60;
  145. border: #fff 2px solid;
  146. box-shadow:inset 0 0 35px 35px transparent, 0 0 75px 50px transparent;
  147.  
  148. }
  149.  
  150.  
  151. #thetabs {
  152. background-color: transparent;
  153. border: none;
  154. height: 20px;
  155. left: 16.50%;
  156. position: fixed;
  157. text-align: left;
  158. letter-spacing: 45px;
  159. bottom: 2%;
  160. width: 375px;
  161. }
  162.  
  163.  
  164.  
  165. #credit{ position: fixed;
  166. left: 10px;
  167. bottom: 0px;
  168. font-family: Arial;
  169. font-variant: normal;
  170. font-weight: normal;
  171. font-size: 100%;
  172. color: #fff;
  173. z-index:1;}
  174.  
  175. </style>
  176.  
  177. <div id="credit">
  178. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  179. </div>
  180.  
  181. <div id="mainpic">
  182. <img src="http://i.picpar.com/QiYb.png">
  183. </div>
  184.  
  185. <div id="thetabs">
  186. <a href="#01" class="tab"> </a>
  187. <a href="#02" class="tab"> </a>
  188. <a href="#03" class="tab"> </a>
  189. <a href="#04" class="tab"> </a>
  190. </div></div>
  191.  
  192. <div id="01" class="pages">
  193. <h3>Title here<h3>
  194. <b>Bold</b><i>italic</i><a href="link.com" target="_blank">Link</a>
  195. </div>
  196.  
  197. <div id="02" class="pages">
  198.  
  199.  
  200.  
  201. </div>
  202.  
  203. <div id="03" class="pages">
  204.  
  205. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement