owltrash

ellana's profile

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