Advertisement
Lizellea

Eden De Lupus

Sep 29th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Amatica+SC);
  3. @import url(https://fonts.googleapis.com/css?family=Satisfy);
  4. @import url(https://fonts.googleapis.com/css?family=Italianno);
  5. @import url(https://fonts.googleapis.com/css?family=Caveat);
  6. @import url(https://fonts.googleapis.com/css?family=Farsan);
  7.  
  8.  
  9. ::-webkit-scrollbar { width: 2px; }
  10. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  11. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  12.  
  13. body {
  14. background-image: url("http://i.imgur.com/ZAk5WyL.jpg");
  15. background-repeat:repeat;
  16. background-color: #000;
  17. background-size: 100% 100%;
  18. background-position: bottom left;
  19. margin: 0;
  20. }
  21.  
  22. #backgroundline {
  23. background-image:url("");
  24. background-size: 200px 200px;
  25. background-color: #000;
  26. border-bottom: 6px silver double;
  27. opacity:0.8;
  28. height: 8%;
  29. left: 0%;
  30. position: fixed;
  31. top: 0%;
  32. width: 100%;
  33. box-shadow:
  34. 0 0 0 0px hsl(200, 30%, 20%),
  35. 0px 0px 10px white;}
  36.  
  37. #backgroundline2 {
  38. background-image:url("");
  39. background-size: 200px 200px;
  40. background-color: #000;
  41. border-top: 6px silver double;
  42. opacity:0.8;
  43. height: 8%;
  44. left: 0%;
  45. position: fixed;
  46. bottom: 0%;
  47. width: 100%;
  48. box-shadow:
  49. 0 0 0 0px hsl(200, 30%, 20%),
  50. 0px 0px 10px white;}
  51.  
  52. #name{
  53. position: fixed;
  54. z-index:2;
  55. left: 1%;
  56. top: -0.5vh;
  57. color: #7B1313;
  58. text-shadow: -0.1vw 0.1vw 0.1vw #fff;
  59. font-family: amatica sc;
  60. font-size: 3vw;
  61. font-weight:bold;
  62. letter-spacing: 0.5vw;
  63. opacity:0;
  64. -webkit-animation:namefade 2.5s 1;
  65. animation:namefade 2.5s 1;
  66. animation-delay:1s;
  67. animation-fill-mode:forwards;
  68. -webkit-animation-delay:1s;
  69. -webkit-animation-fill-mode:forwards;
  70. }
  71.  
  72. @keyframes namefade{
  73. from{opacity:0;}
  74. to{opacity:1;}
  75. }
  76.  
  77. #name2{
  78. position: fixed;
  79. z-index:2;
  80. right: 1%;
  81. bottom: 1vh;
  82. color: #7B1313;
  83. text-shadow: -0.1vw 0.1vw 0.1vw #fff;
  84. font-family: amatica sc;
  85. font-size: 2.5vw;
  86. font-weight:bold;
  87. letter-spacing: 0.1vw;
  88. opacity:0;
  89. -webkit-animation:namefade 2.5s 1;
  90. animation:namefade 2.5s 1;
  91. animation-delay:3s;
  92. animation-fill-mode:forwards;
  93. -webkit-animation-delay:3s;
  94. -webkit-animation-fill-mode:forwards;
  95. }
  96.  
  97. @keyframes namefade{
  98. from{opacity:0;}
  99. to{opacity:1;}
  100. }
  101.  
  102.  
  103. .eden {
  104. z-index: -1;
  105. position: absolute;
  106. border: 3px groove #960019;
  107. background-color: #000;
  108. font-family: Farsan;
  109. font-size: 18px;
  110. padding: 4px;
  111. color: #ccc;
  112. height:40%;
  113. top:30%;
  114. left: 28%;
  115. width: 40%;
  116. line-height:19px;
  117. overflow: auto;
  118. opacity: 0;
  119. -webkit-transition: all 1s ease-out;
  120. -moz-transition: all 1s ease-out;
  121. -ms-transition: all 1s ease-out;
  122. -o-transition: all 1s ease-out;
  123. transition: all 1s ease-out;
  124. }
  125.  
  126. .eden:target {
  127. z-index: 10;
  128. opacity: 1;
  129. position: absolute;
  130. top: 30%;
  131. -webkit-transition: all 1s ease-out;
  132. -moz-transition: all 1s ease-out;
  133. -ms-transition: all 1s ease-out;
  134. -o-transition: all 1s ease-out;
  135. transition: all 1s ease-out;
  136. }
  137.  
  138. #buttons {
  139. z-index:2;
  140. margin: 0;
  141. padding: 0;
  142. width: 30.5vw;
  143. background-color: transparent;
  144. position: fixed;
  145. top: 1%;
  146. right: 1%;
  147. overflow: auto;
  148. font-family:Caveat;
  149. opacity:1;
  150. font-weight:;
  151. }
  152. #buttons a {
  153. display: inline;
  154. color: #417343;
  155. padding: 5px;
  156. font-size: 4.5vh;
  157. padding: 0.5vh 0.5vh 0.5vh 0.5vh;
  158. text-decoration: none;
  159. }
  160. #buttons a:hover{
  161. color:#ccc;
  162. font-size: 4.5vh;
  163. }
  164.  
  165. #buttons2 {
  166. z-index:2;
  167. margin: 0;
  168. padding: 0;
  169. width: 30.5vw;
  170. background-color: transparent;
  171. position: fixed;
  172. bottom: 1%;
  173. left: 0%;
  174. overflow: auto;
  175. font-family:Caveat;
  176. opacity:1;
  177. font-weight:;
  178. }
  179. #buttons2 a {
  180. display: inline;
  181. color: #417343;
  182. padding: 5px;
  183. font-size: 4.5vh;
  184. padding: 0.5vh 0.5vh 0.5vh 0.5vh;
  185. text-decoration: none;
  186. }
  187. #buttons2 a:hover{
  188. color:#ccc;
  189. font-size: 4.5vh;
  190. }
  191.  
  192.  
  193. h1{
  194. letter-spacing:2px;
  195. margin:0px;
  196. color:#7B1313;
  197. font-size:22px;
  198. text-align:center;
  199. margin-top:5px;
  200. margin-bottom:10px;
  201. text-shadow: -0.1vw 0.1vw 0.1vw #000;
  202. font-family: amatica sc;
  203. font-size: 3.9vh;
  204. }
  205.  
  206.  
  207. b, strong { color: #C1BE30}
  208.  
  209. a {
  210. color: #457136;
  211. text-decoration: none;
  212. }
  213. a:active, a:link, a:visited {
  214. color: #DBE27C;
  215. text-decoration: none;
  216. -webkit-transition: all 0.4s ease-in;
  217. -moz-transition: all 0.4s ease-in;
  218. -ms-transition: all 0.4s ease-in;
  219. -o-transition: all 0.4s ease-in;
  220. transition: all 0.4s ease-in;
  221. }
  222. a:hover {
  223. color: #457136;
  224. -moz-transition-duration:0.5s;
  225. -webkit-transition-duration:0.5s;
  226. -o-transition-duration:0.5s;
  227. transition-duration:0.5s;
  228. }
  229.  
  230. .circle{
  231. border-radius:150px;
  232. -webkit-transition: all 0.8s ease-out;
  233. -moz-transition: all 0.8s ease-out;
  234. -o-transition: all 0.8s ease-out;
  235. }
  236.  
  237. .circle:hover{
  238. border-radius:150px;
  239. -webkit-transition: all 0.8s ease-out;
  240. -moz-transition: all 0.8s ease-out;
  241. -o-transition: all 0.8s ease-out;
  242. -webkit-transform: rotate(0deg);
  243. -moz-transform: rotate(0deg);
  244. -ms-transform: rotate(0deg);
  245. -o-transform: rotate(0deg);
  246. }
  247.  
  248.  
  249. </style>
  250. <div id="backgroundline"></div>
  251. <div id="backgroundline2"></div>
  252. <div id="name">
  253. Paradise of Predators.
  254. </div>
  255. <div id="name2">
  256. Sancutuary of Strays.
  257. </div>
  258.  
  259. <div id="buttons">
  260. <center>
  261. <a href="#01">Introduction</a>
  262. <a href="#02">Backstory</a>
  263. <a href="#03">Grounds</a>
  264. <a href="#04">Plots</a>
  265. </center>
  266. </div>
  267.  
  268. <div id="buttons2">
  269. <center>
  270. <a href="#05">Members</a>
  271. <a href="#06">Duties</a>
  272. <a href="#07">Rules</a>
  273. <a href="#08">Updates</a>
  274. </center>
  275. </div>
  276.  
  277.  
  278. <div id="01" class="eden">
  279. <h1>Header</h1>
  280. words <b>Bold</b> <i>italics</i> <a href="link.com" target="_blank">Link</a>
  281.  
  282. </div>
  283.  
  284. <div id="02" class="eden">
  285. <h1>Header</h1>
  286. words
  287. </div>
  288.  
  289. <div id="03" class="eden">
  290. <h1>Header</h1>
  291. words
  292. </div>
  293.  
  294. <div id="04" class="eden">
  295. <h1>Plots</h1>
  296. Words
  297.  
  298. <br><br>
  299. <h1>Events</h1>
  300. words
  301. </div>
  302.  
  303. <div id="05" class="eden">
  304. <h1>People</h1>
  305. <center>
  306. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name here" target="_blank"><img src="http://i.imgur.com/3gQ4he1.jpg" height="100" width="100" align="left"></a> - Name -<br> Description <br><br><br>
  307.  
  308. <a href="profile.php?user=Name here" target="_blank"><img src="http://i.imgur.com/3gQ4he1.jpg" height="100" width="100" align="right"></a> - Name -<br> Description <br><br><br>
  309.  
  310. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name here" target="_blank"><img src="http://i.imgur.com/3gQ4he1.jpg" height="100" width="100" align="left"></a> - Name -<br> Description <br><br><br>
  311.  
  312. <a href="profile.php?user=Name here" target="_blank"><img src="http://i.imgur.com/3gQ4he1.jpg" height="100" width="100" align="right"></a> - Name -<br> Description <br><br><br>
  313.  
  314. <a target="_blank" href="https://roleplay.chat/profile.php?user=Name here" target="_blank"><img src="http://i.imgur.com/3gQ4he1.jpg" height="100" width="100" align="left"></a> - Name -<br> Description <br><br><br>
  315.  
  316. <a href="profile.php?user=Name here" target="_blank"><img src="http://i.imgur.com/3gQ4he1.jpg" height="100" width="100" align="right"></a> - Name -<br> Description <br><br><br>
  317.  
  318. </center>
  319. </div>
  320.  
  321. <div id="06" class="eden">
  322. <h1>Header</h1>
  323. words
  324. </div>
  325.  
  326. <div id="07" class="eden">
  327. <h1>Header</h1>
  328. words
  329. </div>
  330.  
  331. <div id="08" class="eden">
  332. <h1>Header</h1>
  333. words
  334. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement