owltrash

ellana's old profile (tessisamess version)

Nov 30th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. <body>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>Title Here</title>
  7. <link rel="shortcut icon" href="ICOURL" type="image/ico" />
  8. <link href="https://fonts.googleapis.com/css?family=Open+Sans|Oswald" rel="stylesheet">
  9.  
  10. <style>
  11.  
  12. /*-- COME CLOSER [MAXI] - TESSISAMESS - 2018 --*/
  13. /*-- Find more fun stuff at:tessisamess.insanejournal.com --*/
  14.  
  15. /* GENERAL */
  16.  
  17. ::selection{background:#ccc;}
  18. ::-moz-selection{background:#ccc;}
  19.  
  20. body{margin:0;padding:0;background:#333 url(https://i.imgur.com/2zzBySA.jpg)center fixed;background-size:cover;font-family:Open Sans,helvetica,arial,sans-serif;font-size:13px;color:#fff;text-align:center;}
  21.  
  22. a{color:#fff;text-decoration:none;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
  23. a:hover{opacity:0.5;}
  24.  
  25. h1,h2,h3,h4,h5,h6{text-transform:uppercase;font-family:Oswald,arial black,sans-serif;font-weight:normal;margin:0;}
  26.  
  27.  
  28. /* NAVIGATION */
  29.  
  30. nav{text-transform:uppercase;font-family:Oswald,arial black,sans-serif;text-align:right;font-size:11px;letter-spacing:1px;padding:10px 25px 0 25px;}
  31. nav a{display:inline-block;margin-left:15px;}
  32.  
  33.  
  34. /* HEADER */
  35.  
  36. header{height:35vh;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;text-shadow:1px 1px 1px rgba(0,0,0,0.7);}
  37. #header-inner h1{font-size:35px;letter-spacing:2px;}
  38. #header-inner h2{font-size:11px;letter-spacing:5px;}
  39.  
  40.  
  41. /* WHOLE CONTAINER */
  42.  
  43. #container{padding:4vw;background:rgba(0,0,0,0.5);}
  44.  
  45. #container-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 auto;}
  46. #container-inner h2{width:100%;text-align:center;letter-spacing:2px;}
  47.  
  48. .card{width:280px;height:350px;margin:2vw;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
  49.  
  50. .card-inner{padding:3vw;position:relative;z-index:200;}
  51. .bg-mask{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
  52.  
  53. .card h3{font-size:22px;}
  54. .card h4{font-size:11px;letter-spacing:2px;}
  55. .card h3:after{content:'';display:block;height:2px;background:rgba(255,255,255,0.4);width:5%;margin:5px auto;-webkit-transition:all 0.7s ease-in-out;-moz-transition:all 0.7s ease-in-out;-ms-transition:all 0.7s ease-in-out;-o-transition:all 0.7s ease-in-out;transition:all 0.7s ease-in-out;transition-delay:1s;}
  56.  
  57. .card-info{font-style:italic;padding-top:700px;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out;}
  58.  
  59. .j-link{width:50%;margin:20px auto 0 auto;display:block;background:rgba(0,0,0,0.3);padding:3px;text-transform:uppercase;font-family:Oswald,arial black,sans-serif;font-size:10px;letter-spacing:2px;font-style:normal;}
  60.  
  61. .card:hover{background-size:150% auto!important;}
  62. .card:hover .bg-mask{background:rgba(0,0,0,0.5);}
  63. .card:hover .card-info{padding-top:20px;}
  64. .card:hover h3:after{width:40%;}
  65.  
  66.  
  67. /* FOOTER */
  68.  
  69. footer{padding:5vw;font-size:9px;text-transform:uppercase;letter-spacing:2px;font-family:Oswald,arial black,sans-serif;text-shadow:1px 1px 1px rgba(0,0,0,0.7);}
  70. footer a{opacity:0.7;}
  71.  
  72. </style>
  73.  
  74.  
  75. </head>
  76.  
  77. <body>
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. <nav>
  88. <a target="_blank" href="https://roleplay.chat/">HOME</a>
  89. </nav>
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. <header>
  100. <div id="header-inner">
  101. <h1> ELLANA LAVELLAN </h1>
  102. <h2> FORMER INQUISITOR. HOLY STUMP OF ANDRASTE. DRAGON AGE: INQUISITION. </h2>
  103. </div>
  104. </header>
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. <article id="container">
  115. <div id="container-inner">
  116.  
  117.  
  118.  
  119.  
  120. <section class="card" style="background:url(https://i.imgur.com/VCYLlkU.png)center;background-size:100% auto;">
  121. <div class="card-inner">
  122. <div class="titles">
  123. <h3>SHAPESHIFTER</h3>
  124. <h4> SPECIALIZATION </h4>
  125. </div>
  126. <div class="card-info">
  127. Once the First of her Clan, Ellana retains a profound connection to the earth and all that depends on it—one that enhances her senses; reveals paths where most see none; and serves as an anchor for an otherwise unpredictable nature.
  128. <p> At the Well of Sorrows, she told Morrigan to fuck off and drank from the Well herself.
  129.  
  130. </div>
  131. </div>
  132. <div class="bg-mask"></div></section>
  133.  
  134.  
  135.  
  136. <section class="card" style="background:url(https://i.imgur.com/hmhg3GY.png)center;background-size:100% auto;">
  137. <div class="card-inner">
  138. <div class="titles">
  139. <h3> ACHIEVEMENTS </h3>
  140. <h4> (FOR BETTER OR WORSE) </h4>
  141. </div>
  142. <div class="card-info">
  143. <br>⚜ Recruited the Mages
  144. <br>⚜ Supported Leliana as Divine
  145. <br>⚜ Helped the Grey Wardens rebuild
  146. <br>⚜ Reconciled Celene and Briala; recruited Florianne
  147. <br>⚜ Spared the Chargers
  148. <br>⚜ Defeated the Jaws of Hakkon
  149. <br>⚜ Drank from the Well
  150. <br>⚜ Disbanded the Inquisition
  151. <br>⚜ Vowed to stop Solas
  152. <br>
  153.  
  154. </div>
  155. </div>
  156. <div class="bg-mask"></div></section>
  157.  
  158.  
  159.  
  160.  
  161. <section class="card" style="background:url(https://i.imgur.com/ZjPdPfw.png)center;background-size:100% auto;">
  162. <div class="card-inner">
  163. <div class="titles">
  164. <h3> OOC </h3>
  165. <h4> RULES </h4>
  166. </div>
  167. <div class="card-info">
  168. <b>1.</b> shitposter, mirrorposter, snowballer. pm-friendlyish.
  169. <br>(don't @ me for smut.)
  170. <br><br>
  171. <b>2.</b> open to other inquisitors, OCs, AUs and not being the inquisitor.
  172. <br><br>
  173. <b>3.</b> <u><b>smut?</b></u> yes, but I'll smash and dash if I barely know you. ¯\_(ツ)_/¯
  174.  
  175. </div>
  176. </div>
  177. <div class="bg-mask"></div></section>
  178.  
  179.  
  180.  
  181.  
  182.  
  183. </div>
  184. </article>
  185.  
  186.  
  187.  
  188.  
  189.  
  190. <footer>
  191. <br>
  192.  
  193. <a id="credit" href="http://tessisamess.insanejournal.com">CODING BY TESSISAMESS</a>
  194. </footer>
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. </body>
Advertisement
Add Comment
Please, Sign In to add comment