Advertisement
Falkstids

Brandi code

May 18th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. <style>
  2. body{
  3. background-color:#fcf5d8;
  4. background-image:url('http://www.iconsdb.com/icons/preview/white/star-xxl.png');
  5. background-size:30px;
  6. overflow:hidden;
  7. }
  8.  
  9. @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100i,300,300i,400,400i');
  10. @import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
  11. @import url('https://fonts.googleapis.com/css?family=Passion+One');
  12.  
  13. #cover{
  14. width:100%;
  15. height:100%;
  16. background-color:#000;
  17. position:absolute;
  18. margin-top:0px;
  19. margin-left:0px;
  20. left:0px;
  21. top:0px;
  22. transition:1s;
  23. transition-delay:9999999s;
  24. z-index:99;
  25. opacity:1;
  26. }
  27.  
  28. #star{
  29. background-color:#fcf5d8;
  30. background-image:url('http://www.iconsdb.com/icons/preview/white/star-xxl.png');
  31. background-size:30px;
  32. width:300px;
  33. height:300px;
  34. margin-top:-150px;
  35. margin-left:-150px;
  36. position:absolute;
  37. top:50%;
  38. left:50%;
  39. -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  40. clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  41. z-index:99;
  42. transition:2s;
  43. }
  44.  
  45. #cover:hover > #star{
  46. width:5000px;
  47. height:5000px;
  48. transition:2s;
  49. margin-top:-2500px;
  50. margin-left:-2500px;
  51. }
  52.  
  53. h2{
  54. font-family: 'Passion One', cursive;
  55. font-size:40pt;
  56. color: white;
  57. background: url('https://68.media.tumblr.com/d5fa2d8151671ae4bf4cdecc4c2613be/tumblr_olwh3z29741vsjcxvo1_540.gif') no-repeat;
  58. background-size:100%;
  59. -webkit-background-clip: text;
  60. -webkit-text-fill-color: transparent;
  61. position:absolute;
  62. top:40%;
  63. left:10%;
  64. transition:1s;
  65. opacity:0;
  66. -webkit-text-stroke-width: 1px;
  67. -webkit-text-stroke-color:white;
  68. }
  69.  
  70. #cover > h2 {
  71. opacity:1;
  72. transition-delay:1s;
  73. }
  74.  
  75. h3{
  76. font-family: 'Passion One', cursive;
  77. font-size:40pt;
  78. color: white;
  79. background: url('https://68.media.tumblr.com/d5fa2d8151671ae4bf4cdecc4c2613be/tumblr_olwh3z29741vsjcxvo1_540.gif') no-repeat;
  80. background-size:100%;
  81. -webkit-background-clip: text;
  82. -webkit-text-fill-color: transparent;
  83. position:absolute;
  84. top:40%;
  85. left:60%;
  86. -webkit-text-stroke-width: 1px;
  87. -webkit-text-stroke-color: white;
  88. }
  89.  
  90. body:hover > #cover{
  91. opacity:0;
  92. transition-delay:2s;
  93. z-index:1;
  94. }
  95.  
  96. #background{
  97. width:700px;
  98. height:400px;
  99. position:absolute;
  100. left:0%;
  101. background-color:#d6657f;
  102. top:50%;
  103. margin-top:-200px;
  104. margin-left:-350px;
  105. border-radius:30px;
  106. border:solid 2px #fd94f6;
  107. opacity:0;
  108. transition:3s;
  109. transition-delay:9999999999s;
  110. z-index:90;
  111. background-image:url('http://i.imgur.com/Fa0pBKl.png');
  112. background-size:350px;
  113. background-repeat:no-repeat;
  114. background-position:10px;
  115. }
  116.  
  117. #image{
  118. width:100%;
  119. height:501px;
  120. background-image:url('https://images-ext-1.discordapp.net/.eJwFwUtygjAAANC7sC-fVqS6owGkDokWEC0bxwCJEFohCb90vHvf-9MG3mpb7S5lJ7aGUf_caCX0shbFg5e3rtN_K2no1X5Cs-Uf6OJCFwGncL3-0Hv126tNBYXflMYo8xtMEhU5fL0Zr8UcKQfmHs6i-9EdmBzGgMdzz85na-Cx2W4Ce8TgxCy7MkU7PWiTBHXxQb8YnkhYLmGCwnRU5bIDDL6j1BfNsoo8eLEwkZm6kNA6gj0z9VwRvylf2jQD3ZwjYPfx6pOebHGdtOc_MLtNaA.FbeFq9OFPoz8qK2Yl3hpoWpZ1fY');
  121. background-size:contain;
  122. background-repeat:no-repeat;
  123. position:absolute;
  124. top:50%;
  125. left:50%;
  126. margin-top:-300px;
  127. margin-left:100px;
  128. }
  129.  
  130. body:hover > #background{
  131. opacity:1;
  132. left:50%;
  133. margin-left:-350px;
  134. transition-delay:2.5s;
  135.  
  136. }
  137.  
  138. #navi{
  139. width:80px;
  140. height:300px;
  141. position:absolute;
  142. top:50%;
  143. left:50%;
  144. background-color:transparent;
  145. margin-top:-150px;
  146. margin-left:20px;
  147. float:left;
  148. z-index:10;
  149.  
  150. }
  151.  
  152. #navi a {
  153. width:70px;
  154. height:70px;
  155. background-image:url('http://i.imgur.com/bv8aQbD.png');
  156. background-size:100%;
  157. display:inline-block;
  158. -webkit-animation: monsterAnimation 1s infinite;
  159. animation: monsterAnimation 1s infinite;
  160. -webkit-animation-timing-function: linear;
  161. -webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
  162. animation-play-state: paused;
  163.  
  164. }
  165.  
  166. #navi a:hover{
  167. -webkit-animation-play-state: running;
  168. animation-play-state: running;
  169. }
  170.  
  171. @keyframes monsterAnimation {
  172. 100% { -webkit-transform: rotate(360deg); }
  173. }
  174.  
  175. #one, #two, #three{
  176. width:250px;
  177. height:250px;
  178. background-color:#fcd0ab;
  179. border-radius:10px;
  180. padding:10px;
  181. opacity:0;
  182. z-index:1;
  183. transition:1s;
  184. position:absolute;
  185. margin-top:60px;
  186. margin-left:50px;
  187. text-aligh:justify;
  188. font-family: 'Josefin Sans', sans-serif;
  189. color:#97375d;
  190. font-size:10pt;
  191.  
  192. }
  193.  
  194. #one:target, #two:target, #three:target{
  195. opacity:1;
  196. z-index:10;
  197. }
  198.  
  199.  
  200. h1{
  201. font-family: 'Architects Daughter', cursive;
  202. font-size:20pt;
  203. position:absolute;
  204. top:-40px;
  205. text-shadow: 2px 2px #fff;
  206. }
  207.  
  208. a{
  209. text-decoration:none;
  210. color:#ea6b5c;
  211. transition:1s;
  212. }
  213.  
  214. a:hover{
  215. color:#923456;
  216. }
  217.  
  218. @keyframes particleAnimation
  219. {
  220. 0% {
  221. left: -100px;
  222. transform:rotate{0deg}
  223. }
  224. 100% {
  225. left: calc( 100% + 100px );
  226. -webkit-transform: translate(0px, 300px) rotateZ(360deg);
  227. }
  228. }
  229.  
  230. .p{
  231. position:fixed;
  232. left:0px;
  233. top:50px;
  234. width:30px;
  235. height:30px;
  236. background-color:transparent;
  237. background-image: url('http://i.imgur.com/yu81Kq1.png');
  238. background-size:100%;
  239. position:fixed;
  240. animation-name:particleAnimation;
  241. animation-timing-function: linear;
  242. animation-iteration-count: infinite;
  243. }
  244.  
  245. .p-1{
  246. animation-duration:10s;
  247. }
  248. .p-2{
  249. animation-duration:5s;
  250. top:60%;
  251. }
  252. .p-3{
  253. animation-duration:20s;
  254. top:40%;
  255. height:60px;
  256. width:60px;
  257. }
  258.  
  259. .p-4{
  260. animation-duration:3s;
  261. top:10%;
  262. height:100px;
  263. width:100px;
  264. }
  265.  
  266. .p-5{
  267. animation-duration:15s;
  268. top:70%;
  269. height:20px;
  270. width:20px;
  271. }
  272.  
  273.  
  274. </style>
  275.  
  276.  
  277. <div id="background">
  278. <div id="image">
  279. </div>
  280. <div id="one">
  281. <h1> Meme </h1>
  282. <br><span style="float: left; font-weight: bold;">Information</span> <span style="float: right; font-style: italic;">Stat</span>
  283. </div>
  284. <div id="two">
  285. <h1> Meme2 </h1>
  286. <br>Text
  287. </div>
  288. <div id="three">
  289. <h1> OOC </h1>
  290. <br><b>00</b> This profile was made by <a href=""> The hound of tindalos </a>, message him for commissions and inquiries about code.
  291.  
  292. </div>
  293. <div id="navi">
  294. <a href="#one">
  295. </a>
  296. <a href="#two">
  297. </a>
  298. <a href="#three">
  299. </a>
  300. <a href="#">
  301. </a>
  302. </div>
  303. </div>
  304.  
  305. <div id="cover">
  306. <div id="star">
  307. </div>
  308. <h2> Even the prettiest stars </h2>
  309. <h3> eventually flicker out </h3>
  310. </div>
  311.  
  312. <div class="p p-1"></div>
  313. <div class="p p-2"></div>
  314. <div class="p p-3"></div>
  315. <div class="p p-4"></div>
  316. <div class="p p-5"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement