Advertisement
Guest User

Gus

a guest
Feb 28th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.16 KB | None | 0 0
  1. <p>&lt;</p>
  2. <meta charset="UTF-8">
  3. <title></title>
  4. <link href="https://i.imgur.com/dfyXPEY.png" rel="shortcut icon" type="image/ico" />
  5. <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" />
  6. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /><meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <style type="text/css">/*--- BIO PAGE: FILAMENT - TESSISAMESS - 2019 ---*/
  8. /*-- Find more fun stuff at: tessisamess.insanejournal.com --*/
  9.  
  10.  
  11. /* REPLACEMENTS */
  12.  
  13. :root{
  14. --lightest: #fff; /* things */
  15. --accent: #000; /* things */
  16.  
  17. --page-bg: #f5f5f5;
  18. --bg-img: url(https://i.imgur.com/0lf34BC.png)center fixed repeat;
  19. --borders: #ccc;
  20. --section-bg: #fff;
  21.  
  22. --width: 600px; /* whole container width */
  23. --inner-width: 550px; /* bio page width */
  24. --section-height: 550px; /* bio page height */
  25.  
  26. --main-font: Roboto Condensed,helvetica,sans-serif;
  27. --font-size: 11px;
  28. --text: #222;
  29.  
  30. --headings: Tiffany;
  31. --title-size: 22px;
  32. --section-head: 15px;
  33.  
  34. --icons: Material Icons;
  35. --icon-size: 15px;
  36.  
  37. --img-grayscale: 50%;
  38.  
  39. --basics-pic: url(BASICS_PIC)center;
  40. --appearance-pic: url(APPEARANCE_PIC)center;
  41. }
  42.  
  43.  
  44. /* GENERAL */
  45.  
  46. @font-face{font-family:Tiffany;src:url(https://dl.dropbox.com/s/z5ae8b6dzysia09/TiffanyScript.otf);}
  47.  
  48. ::selection{background:var(--accent);color:var(--lightest);}
  49. ::-moz-selection{background:var(--accent);color:var(--lightest);}
  50.  
  51. ::-webkit-scrollbar-track{background:rgba(0,0,0,0.05);}
  52. ::-webkit-scrollbar{width:4px;background:transparent;}
  53. ::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.1);border-radius:3px;}
  54.  
  55. *{box-sizing:border-box;}
  56. body{margin:0;background:var(--page-bg) var(--bg-img);font-family:var(--main-font);color:var(--text);font-size:var(--font-size);width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;}
  57.  
  58. img{max-width:100%;filter:grayscale(var(--img-grayscale));}
  59. h1,h2,h3{font-family:var(--headings);margin:0;font-weight:normal;line-height:1;}
  60. blockquote{padding:0 0 0 10px;border-left:5px solid var(--borders);margin:5px 0 20px 20px;}
  61.  
  62. a{text-decoration:none;color:var(--accent);-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;}
  63. a:hover{opacity:0.5;}
  64.  
  65.  
  66. /* CONTAINERS */
  67.  
  68. article{width:var(--width);}
  69. #content{display:flex;align-items:flex-start;justify-content:center;}
  70.  
  71.  
  72. /* HEADER */
  73.  
  74. header{display:flex;align-items:center;padding:0 0 10px 40px;width:var(--width);}
  75. header img{max-height:100%;border-radius:130px/210px;}
  76. header picture{height:80px;background:var(--lightest);border:1px solid var(--borders);margin:0 10px 0 0;border-radius:130px/210px;padding:5px;}
  77.  
  78. #header-inner h1{font-size:var(--title-size);}
  79. #header-inner small{display:block;letter-spacing:3px;text-transform:uppercase;font-weight:bold;color:var(--accent);}
  80.  
  81.  
  82. /* NAVIGATION */
  83.  
  84. nav{margin:0 5px 0 0;text-align:right;font-family:var(--icons);font-size:var(--icon-size);}
  85. nav a{display:block;margin:0 0 3px 0;border:1px solid var(--borders);padding:3px;border-radius:100%;background:var(--lightest);position:relative;}
  86. nav a:hover{opacity:1;}
  87. nav a:hover:before{opacity:1;width:auto;}
  88.  
  89. nav a:before{position:absolute;right:26px;top:5px;font-family:var(--main-font);text-transform:uppercase;font-size:9px;letter-spacing:2px;background:var(--accent);color:var(--lightest);padding:0 3px 0 5px;opacity:0;width:0;overflow:hidden;}
  90.  
  91. nav a:nth-of-type(1):before{content:'Basics';}
  92. nav a:nth-of-type(2):before{content:'Personality';}
  93. nav a:nth-of-type(3):before{content:'Appearance';}
  94. nav a:nth-of-type(4):before{content:'Abilities';}
  95. nav a:nth-of-type(5):before{content:'History';}
  96. nav a:nth-of-type(6):before{content:'Aesthetics';}
  97. nav a:nth-of-type(7):before{content:'Relationships';}
  98.  
  99.  
  100. /* SECTIONS */
  101.  
  102. @-webkit-keyframes fadecontent{0%{display:none;opacity:0;}1%{display:block;opacity:0;}100%{display:block;opacity:1;}}
  103. @-moz-keyframes fadecontent{0%{display:none;opacity:0;}1%{display:block;opacity:0;}100%{display:block;opacity:1;}}
  104. @-o-keyframes fadecontent{0%{display:none;opacity:0;}1%{display:block;opacity:0;}100%{display:block;opacity:1;}}
  105. @keyframes fadecontent{0%{display:none;opacity:0;}1%{display:block;opacity:0;}100%{display:block;opacity:1;}}
  106.  
  107. main{height:var(--section-height);width:var(--inner-width);border:1px solid var(--borders);background:var(--section-bg);padding:30px 15px 30px 30px;}
  108. section{height:100%;padding:0 15px 0 0;overflow:auto;text-align:justify;line-height:1.6;display:none;-webkit-animation:fadecontent 0.5s ease-in-out;-moz-animation:fadecontent 0.5s ease-in-out;-o-animation:fadecontent 0.5s ease-in-out;animation:fadecontent 0.5s ease-in-out;}
  109. section:target{display:block;}
  110. #one{display:block;}
  111. section:target ~ #one{display:none;}
  112.  
  113. section h3{position:sticky;top:0;background:var(--section-bg);padding:15px 0 20px 0;color:var(--accent);font-size:var(--section-head);}
  114. .sub{display:block;text-transform:uppercase;font-size:9px;letter-spacing:2px;color:var(--accent);}
  115.  
  116.  
  117. /* BASICS & APPEARANCE */
  118.  
  119. .col{display:flex;justify-content:space-between;margin:0 0 20px 0;}
  120.  
  121. .side-info{width:49%;}
  122. .side-info b{display:block;text-align:right;font-size:8px;text-transform:uppercase;letter-spacing:2px;background:rgba(0,0,0,0.05);padding:2px;border-top:1px solid var(--borders);margin:0 0 2px 0;}
  123.  
  124. .side-pic{width:49%;border:1px solid var(--borders);outline:5px solid var(--lightest);outline-offset:-6px;filter:grayscale(var(--img-grayscale));}
  125. .appearance{background:var(--borders) var(--appearance-pic);background-size:cover;}
  126. .basics{background:var(--borders) var(--basics-pic);background-size:cover;}
  127.  
  128.  
  129. /* GALLERY */
  130.  
  131. #gallery{-webkit-column-count:3;-webkit-column-gap:15px;-moz-column-count:3;-moz-column-gap:15px;column-count:3;column-gap:15px;margin:0 0 -10px 0;}
  132. #gallery img{width:100%;display:inline-block;margin-bottom:10px;}
  133.  
  134.  
  135. /* RELATIONSHIPS */
  136.  
  137. .ship{display:flex;margin:0 0 20px 0;}
  138.  
  139. .pic{margin:0 10px 0 0;}
  140. .pic img, .pic progress{width:70px;}
  141. .pic progress{-webkit-appearance:none;appearance:none;}
  142. .pic progress::-webkit-progress-bar{background:#eee;box-shadow:inset 0 2px 3px rgba(0,0,0,0.2);overflow:hidden;border-radius:2px;}
  143. .pic progress::-webkit-progress-value{background:linear-gradient(to right,red,yellow,green);background-size:70px auto;box-shadow:1px 0 2px rgba(0,0,0,0.2);border-radius:2px;}
  144.  
  145. .ship-info{width:calc(100% - 80px);padding:10px;border:1px solid var(--borders);}
  146. .ship-info b{display:block;text-transform:uppercase;font-size:9px;letter-spacing:2px;color:var(--accent);}
  147.  
  148.  
  149. /* PERSONALITY */
  150.  
  151. #traits{display:flex;justify-content:space-between;}
  152. #traits b{font-size:9px;text-transform:uppercase;letter-spacing:2px;}
  153. #traits ul{list-style:none;margin:0;width:49%;padding:10px;border:1px solid var(--borders);}
  154. #traits li{display:flex;align-items:center;}
  155.  
  156. #traits li:before{font-family:var(--icons);font-size:13px;margin:0 5px 0 0;}
  157. .positive li:before{content:'add_circle_outline';}
  158. .negative li:before{content:'remove_circle_outline';}
  159.  
  160.  
  161. /* CREDIT */
  162.  
  163. #credit{position:fixed;left:10px;bottom:10px;display:block;font-weight:bold;font-size:8px;text-transform:uppercase;letter-spacing:2px;writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;}
  164. </style>
  165. <article>
  166. <header><picture> <source srcset="HEADER_PIC" /> <img src="HEADER_PIC_REPEAT" /> </picture>
  167. <div id="header-inner">
  168. <h1>Gus Gravataas</h1>
  169. <small>You wanna make a trade?</small></div>
  170. </header>
  171.  
  172. <div id="content">
  173. <nav><a href="#one">person</a> <a href="#two">star</a> <a href="#three">brush</a> <a href="#four">add_circle</a> <a href="#five">location_on</a> <a href="#six">photo</a> <a href="#seven">group</a></nav>
  174.  
  175. <main>
  176. <section id="two">
  177. <h3>Personality</h3>
  178. PERSONALITY_INFO<br />
  179. &nbsp;
  180. <div id="traits">
  181. <ul class="positive">
  182. <li><b>POSITIVE</b></li>
  183. <li>Determination</li>
  184. <li>Creativity</li>
  185. <li>Experience</li>
  186. </ul>
  187.  
  188. <ul class="negative">
  189. <li><b>NEGATIVE</b></li>
  190. <li>What do you mean? I have none!</li>
  191. <li>Just ask me</li>
  192. <li>See? None.</li>
  193. </ul>
  194. </div>
  195. </section>
  196.  
  197. <section id="three">
  198. <h3>Appearance</h3>
  199.  
  200. <div class="col">
  201. <div class="side-pic appearance">&nbsp;</div>
  202.  
  203. <div class="side-info">Height <b>Taller than 4&#39; and less than 8&quot;</b> Build <b>What&#39;s it to you? I&#39;m slim. I&#39;m trim. If you&#39;re looking closer, you&#39;d better be sizing me up for marriage or lunch.</b> Hair <b>A sore subject. I still have HAIR. It&#39;s not like I&#39;m bald. I&#39;M. NOT.</b> Eyes <b>Yep. Two of them. Both original.</b> Style <b>Usually wears wizards robes in shades of green, covered with an old Muggle-style coat and tails in black. Loafers or boots</b> Age <b>Old enough to know more than you ever will!</b></div>
  204. </div>
  205. APPEARANCE_INFO</section>
  206.  
  207. <section id="four">
  208. <h3>Abilities &amp; Skills</h3>
  209. <b class="sub">SKILL</b>
  210.  
  211. <blockquote>You looking for something? I can find it</blockquote>
  212. <b class="sub">SKILL</b>
  213.  
  214. <blockquote>You need something? We can make a deal</blockquote>
  215. <b class="sub">SKILL</b>
  216.  
  217. <blockquote>You try to shoplift? I&#39;ll make you pay</blockquote>
  218. </section>
  219.  
  220. <section id="five">
  221. <h3>History</h3>
  222. <b class="sub">SECTION</b>
  223.  
  224. <blockquote>Long, long ago, a young man graduated from Hogwarts. He set out to conquer the world . . or at least to become incredibly famous. Now he has returned!</blockquote>
  225. <b class="sub">SECTION</b>
  226.  
  227. <blockquote>Do you not have enough troubles of your own? Your seeking to read about others?</blockquote>
  228. <b class="sub">SECTION</b>
  229.  
  230. <blockquote>YOU&#39;LL be history if you don&#39;t stop delving into mine!</blockquote>
  231. </section>
  232.  
  233. <section id="six">
  234. <h3>Aesthetics</h3>
  235.  
  236. <div id="gallery"><img src="https://i.pinimg.com/originals/34/e6/1c/34e61c1faae1a4675fd903602f8af6bb.jpg" /> <img src="https://i.pinimg.com/564x/f5/34/50/f53450ab4616619c99a6ee3bb31d4dce.jpg" /> <img src="https://i.pinimg.com/564x/0e/45/1b/0e451b8aa34aee62f19a8b9ec35ac41a.jpg" /> <img src="https://i.pinimg.com/564x/18/f7/a7/18f7a78cf8d73c33c5369e5af21ebe86.jpg" /> <img src="https://i.pinimg.com/564x/fa/e2/bd/fae2bd67440b439b4e5cc2f3b3df5968.jpg" /> <img src="" /></div>
  237. </section>
  238.  
  239. <section id="seven">
  240. <h3>Relationships</h3>
  241.  
  242. <div class="ship">
  243. <div class="pic"><img src="FRIEND_PIC" /><br />
  244. <progress max="100" value="50"></progress></div>
  245.  
  246. <div class="ship-info"><b>NOBODY</b> I&#39;m alone, I like it.</div>
  247. </div>
  248. </section>
  249. <!---THIS IS THE FIRST PAGE; IT MUST BE LAST IN THE HTML TO SHOW UP WITHOUT NEEDING TO CLICK--->
  250.  
  251. <section id="one">
  252. <h3>The Basics</h3>
  253.  
  254. <div class="col">
  255. <div class="side-pic basics">&nbsp;</div>
  256.  
  257. <div class="side-info">Full Name <b>Gus Gravataas</b> Nicknames <b>the Great. Mr G</b> Birthday <b>Not Important. I&#39;ve lived</b> House <b>Was Slytherin. Haven&#39;t been there in a while</b> Profession <b>Owner and runs the &quot;?&quot; Shop in Hogsmeade (Mainly Domain)</b> Wand <b>Alder Wand with Unicorn Heartstring 12&quot;</b> Pets <b>No</b></div>
  258. </div>
  259. http://tessisamess.insanejournal.com/106351.html</section>
  260. </main>
  261. </div>
  262. </article>
  263.  
  264. <p><a href="http://tessisamess.insanejournal.com" id="credit">CODING BY TESSISAMESS</a></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement