spielglocken

Page 01 | Odessa

May 18th, 2019
1,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <link href='https://static.tumblr.com/vr8wztv/KHzpnokhf/cssreset.css' rel='stylesheet' type='text/css'>
  5. <link href='https://dl.dropbox.com/s/2qmg7i8pf4otfj0/odessa-v1.0.1.css' rel='stylesheet' type='text/css'>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Playfair Display:400,400i,700,700i|IBM Plex Mono:400,700" rel="stylesheet">
  8.  
  9.  
  10.  
  11.  
  12. <!--
  13. ===============================================
  14.  
  15.  
  16. All in one page: Odessa
  17. more @ https://spielglocken.tumblr.com
  18.  
  19. Do not alter or remove credit
  20.  
  21.  
  22. ===============================================
  23. Notes are included below.
  24. -->
  25.  
  26.  
  27.  
  28.  
  29. <!-- don't forget to change this -->
  30. <title>Odessa</title>
  31. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  32. <style type="text/css">
  33.  
  34. /* variables */
  35.  
  36. :root {
  37. --bodyFont: 'Lora';
  38. --titleFont: 'Playfair Display';
  39. /* don't forget to link the font if you change this. */
  40.  
  41. --contentWidth: 900px;
  42.  
  43. /* appearance */
  44.  
  45. --bodyBackground: #fafafa;
  46. --contentAreaBackground: #ffffff;
  47. --inContentBackground: rgba(0,0,0,.03); /* grey backgrounds inside the container */
  48. --accentColor: #8593ad;
  49. --borderColor: #eaedf2;
  50.  
  51. /* text */
  52.  
  53. --baseFontSize: 1em;
  54. /* in case you would like to make the container smaller/bigger and therefore may need to adjust the font size. base font size dictates the whole page's font size. you may use other units, for example pixel (eg. 16px), percentage (eg. 90%). 1em equals 16px. */
  55. --mainTextColor: #454951;
  56. --alternateTextColor: #969ca5; /* alternate, lighter text color */
  57. --headingTextColor: #232528;
  58. --mainLinkColor: #8593ad;
  59. --accentText: #f0f0f0; /* color of text on accent-color backgrounds */
  60.  
  61. /* blogroll icons */
  62.  
  63. --avatarRadius: 5px; /* 100%: round, [...]px: rounded corners, 0: square */
  64. }
  65. </style>
  66. <noscript><style>body {opacity:1;}</style></noscript>
  67. </head>
  68. <body>
  69. <div class="wrapper">
  70.  
  71.  
  72. <!------------------------------------------------
  73.  
  74. HEADER
  75.  
  76. -------------------------------------------------->
  77.  
  78. <header class="main">
  79. <!-- page title -->
  80. <h1 class="cap title font">Odessa</h1>
  81.  
  82. <!-- page subtitle -->
  83. <section class="header-quote it">
  84. Cliche quote it is us against the world
  85. </section>
  86. </header>
  87. <main>
  88.  
  89. <!------------------------------------------------
  90.  
  91. SECTION 1: ABOUT
  92.  
  93. -------------------------------------------------->
  94.  
  95. <section class="user-info">
  96. <!-- section title -->
  97. <h1 class="section-title font cap">About</h1>
  98.  
  99. <!-- content goes here -->
  100. <article>
  101. <p>God god evil sea decieve burying. Snare insofar enlightenment suicide enlightenment intentions. Sea ubermensch ubermensch depths transvaluation ideal deceptions deceptions decieve eternal-return god strong oneself. Decrepit inexpedient justice faithful against sexuality play intentions will.</p>
  102. <p>Of strong zarathustra faith against noble pious good against morality justice. Passion oneself war self pinnacle selfish hope derive value selfish salvation inexpedient deceptions ultimate. Justice faithful chaos will virtues philosophy hope love society deceptions christian noble.</p>
  103. </article>
  104. </section>
  105.  
  106.  
  107. <!------------------------------------------------
  108.  
  109. SECTION 2: LINKS/TAGS
  110.  
  111. -------------------------------------------------->
  112.  
  113. <section class="links">
  114.  
  115. <!-- title -->
  116. <h1 class="section-title font cap">Works</h1>
  117.  
  118. <!-- a sub-section. use this divide your links by category -->
  119. <article class="links-subsection">
  120.  
  121. <!-- sub-section title -->
  122. <h2 class="cap font">Current Projects</h2>
  123.  
  124. <!-- links go here -->
  125. <a href="/">Endure</a>
  126. <a href="/">Entertain</a>
  127. <a href="/">Enchant</a>
  128. <a href="/">Engulf</a>
  129. </article>
  130. <!-- close sub-section -->
  131.  
  132.  
  133. <!-- add or remove as necessary -->
  134. <article class="links-subsection">
  135. <h2 class="cap font">Finished Projects</h2>
  136. <a href="/">Enrich</a>
  137. <a href="/">Enhance</a>
  138. <a href="/">Enlighten</a>
  139. <a href="/">Enamour</a>
  140. </article>
  141. <article class="links-subsection">
  142. <h2 class="cap font">Other Projects</h2>
  143. <a href="/">Envision</a>
  144. <a href="/">Engage</a>
  145. <a href="/">Enliven</a>
  146. </article>
  147. </section>
  148.  
  149.  
  150. <!------------------------------------------------
  151.  
  152. SECTION 3: BLOGROLL/FRIENDS
  153.  
  154. for aesthetics reasons, the number of blogs shown on initial page load is limited to 10 (6 and 4 on medium and small screens respectively). to show all of the blogs you follow (i.e. blogroll list is not truncated), remove the class 'is-blogroll` from the markup right below this note, like so:
  155.  
  156. `<section class="br">`
  157.  
  158. -------------------------------------------------->
  159.  
  160. {block:Following}
  161. <section class="br is-blogroll">
  162.  
  163. <!-- title -->
  164. <h1 class="section-title font cap">Following</h1>
  165. <!-- blogroll goes here. if you use this for other purposes, replace the blogroll markups with your own. don't forget to check the `SHARE THE BLOGS I'M FOLLOWING` in the blog settings, or your blogroll won't show.-->
  166. <article class="br-list">
  167. <!-- structure for each link -->
  168. {block:Followed}
  169. <a href="{FollowedURL}">
  170. <!-- avatar -->
  171. <img src="{FollowedPortraitURL-128}" />
  172. <!-- username -->
  173. <div class="name it" data-tippy-content="{FollowedName}"><span class="has-ellipsis">{FollowedName}</span></div>
  174. </a>
  175. {/block:Followed}
  176. </article>
  177. </section>
  178. {/block:Following}
  179.  
  180.  
  181. <!------------------------------------------------
  182.  
  183. SECTION 4: F.A.Q
  184.  
  185. -------------------------------------------------->
  186.  
  187. <section class="faq">
  188. <!-- section title -->
  189. <h1 class="section-title font cap">Frequently Asked Questions</h1>
  190. <!-- open question wrapper -->
  191. <article class="questions">
  192.  
  193. <!-- question -->
  194. <section class="q">Eternal-return intentions joy zarathustra overcome ideal self faith horror deceptions eternal-return?</section>
  195.  
  196. <!-- answer -->
  197. <section class="a">
  198. <p>Contradict suicide value insofar war merciful chaos chaos prejudice. Passion philosophy deceptions ascetic madness depths <a href="http://spielglocken.tumblr.com">against prejudice ubermensch</a> of virtues marvelous endless.</p>
  199.  
  200. <pre>A preformatted text suicide mountains battle superiority eternal-return revaluation sexuality good suicide decrepit decrepit faithful, love society deceptions christian noble.</pre>
  201.  
  202. <p>God god evil sea decieve burying. Snare insofar enlightenment suicide enlightenment intentions. Sea ubermensch <code>code ubermensch depths</code> transvaluation ideal deceptions deceptions decieve eternal-return god strong oneself. <b>Decrepit inexpedient</b> justice faithful <i>against sexuality play</i> intentions will. Of strong zarathustra faith against noble pious good against morality justice.</p>
  203.  
  204. <h1>First heading</h1>
  205.  
  206. Passion oneself war self pinnacle selfish hope derive value selfish salvation inexpedient deceptions ultimate. <u>Justice faithful chaos</u> will virtues philosophy hope love society <s>deceptions christian noble</s>.</p>
  207.  
  208. <blockquote>
  209. Aversion endless noble ocean battle decieve pious superiority. Transvaluation fearful contradict eternal-return hatred joy free will chaos revaluation.
  210. </blockquote>
  211.  
  212. <p>Suicide mountains eternal-return revaluation sexuality good suicide decrepit decrepit faithful. Society battle superiority eternal-return merciful mountains insofar horror.</p>
  213. <ul>
  214. <li>Moral free</li>
  215. <li>faithful hatred</li>
  216. <li>law god</li>
  217. </ul>
  218. <ol>
  219. <li>Faith philosophy ascetic</li>
  220. <li>eternal-return value</li>
  221. </ol>
  222.  
  223. <hr>
  224.  
  225. <h2>Second heading</h2>
  226. <p>Suicide mountains eternal-return revaluation sexuality good suicide decrepit decrepit faithful. Society battle superiority eternal-return merciful mountains insofar horror.</p>
  227.  
  228. <h3>Third heading</h3>
  229. <p>Value philosophy pinnacle decieve faithful battle christian law. Love zarathustra strong holiest sea. Evil right marvelous right faithful. Grandeur ocean horror sexuality salvation hope victorious right contradict abstract snare superiority selfish.</p>
  230.  
  231. <h4>Fourth, fifth heading</h4>
  232. <p>Society holiest moral grandeur passion victorious convictions. Of ascetic revaluation pinnacle christian horror oneself decrepit pinnacle marvelous contradict good faithful joy.</p>
  233. </section>
  234. </article>
  235. <!-- /close question wrapper -->
  236.  
  237. <!-- add/remove as necessary -->
  238. <article class="questions">
  239. <section class="q">Hatred eternal-return madness good free faithful ultimate ultimate abstract hope passion hope?</section>
  240. <section class="a">
  241. Will enlightenment ocean holiest evil. Right burying merciful madness madness. Suicide faithful reason noble spirit sexuality reason chaos. Virtues right sexuality ubermensch love gains god virtues joy ocean.
  242. </section>
  243. </article>
  244. <article class="questions">
  245. <section class="q">Hope superiority virtues ascetic disgust salvation.</section>
  246. <section class="a">
  247. <p>Insofar reason pinnacle sea war faith transvaluation war sexuality strong value. Salvation ultimate right marvelous horror superiority of revaluation passion. Strong merciful against burying eternal-return sexuality pious.</p>
  248. </section>
  249. </article>
  250. </section>
  251.  
  252.  
  253. <!------------------------------------------------
  254.  
  255. SECTION 5: ASK BOX
  256.  
  257. -------------------------------------------------->
  258.  
  259. <section class="ask-box">
  260. <!-- section title -->
  261. <h1 class="section-title font cap">Say Hi</h1>
  262.  
  263. <!-- write a disclaimer, or remove if you do not use this. -->
  264. <article class="disclaimer">
  265. A short disclaimer. Noble oneself god questions FAQ answered not evil spirit victorious god free salvation morality. Depths deceptions pinnacle burying morality self.
  266. </article>
  267.  
  268. <!-- ask box code goes here. this one needs no editing. -->
  269. <article class="askbox-wrap">
  270. <iframe scrolling="no" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color: transparent; overflow: hidden; height: 190px;" id="ask_form" width="100%" height="190" frameborder="0"></iframe>
  271. </article>
  272. </section>
  273. </main>
  274.  
  275.  
  276. <!------------------------------------------------
  277.  
  278. FOOTER
  279.  
  280. -------------------------------------------------->
  281.  
  282. <footer>
  283. <!-- add/remove as necessary -->
  284. <a href="/">Blog</a>
  285. <a href="/ask">Contact</a>
  286. <a href="/follow/{Name}">Follow</a>
  287. <a href="http://nietzsche-ipsum.com/">Existential</a>
  288. <a href="/">Crisis</a>
  289. </footer>
  290.  
  291.  
  292.  
  293. <!------------------------------------------------
  294.  
  295. SECTION ###: POP-UP
  296.  
  297. this stores the rest of your blogroll. below you will find an attribute called `data-blogroll`. to change the name of link in the blogroll (the one you click to show the rest of the blogs), change this value. you do not need to edit anything else.
  298.  
  299. -------------------------------------------------->
  300.  
  301. <section class="pop" data-blogroll="See the rest">
  302. <div class="pop-content">
  303. </div>
  304. </section>
  305. </div>
  306. <script src="https://unpkg.com/popper.js@1"></script>
  307. <script src="https://unpkg.com/tippy.js@4"></script>
  308. <script src="https://dl.dropbox.com/s/qfc1c8h7hlnitqu/odessa-scripts.js"></script>
  309. </body>
  310. </html>
Add Comment
Please, Sign In to add comment