atlasthemes

midnight - page

Feb 26th, 2019
3,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. <!------------------------------------------------------------------------
  2.  
  3. midnight
  4. by @atlasthemes
  5. pls do not remove credit
  6. thanks!<3
  7.  
  8. ------------------------------------------------------------------------->
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  14.  
  15. <!-- googe fonts -->
  16. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
  17.  
  18.  
  19. <title>a work in progress</title><!-- title for browser tab -->
  20.  
  21. <style>
  22.  
  23. @-webkit-keyframes fadein {
  24. 0% {opacity: 0;}
  25. 100% { opacity: 1; }}
  26.  
  27. @-moz-keyframes fadein {
  28. 0% { opacity: 0; }
  29. 100% { opacity: 1; }}
  30.  
  31. @keyframes fadein {
  32. 0% { opacity: 0; }
  33. 100% { opacity: 1; }}
  34.  
  35. ::-webkit-scrollbar {width:11px;height:11px;}
  36. ::-webkit-scrollbar {background-color:transparent;}
  37. ::-webkit-scrollbar-track {border:5px solid #fafafa;background-color:#ddd;}
  38. ::-webkit-scrollbar-thumb {border:5px solid #fafafa;background-color:#aaa;min-height:24px;min-width:24px;}
  39.  
  40. body {
  41. font-family: 'Open Sans', sans-serif; /* main font */
  42. font-size: 10px;
  43. letter-spacing:0.3px;
  44. color: #444; /* text color */
  45. background-color: #fafafa; /* background color */
  46. cursor: default;
  47. -moz-osx-font-smoothing:grayscale;
  48. -webkit-font-smoothing:antialiased;
  49. font-smoothing:antialiased;
  50. -webkit-animation: fadein 1s;
  51. -moz-animation:fadein 1s;
  52. animation:fadein 1s;
  53. }
  54.  
  55. b {
  56. font-weight: 700;
  57. color: #aaa; /* bold color */
  58. }
  59.  
  60. i {
  61. font-style: italic;
  62. color: #bbb; /* italic color */
  63. letter-spacing: 0.5px;
  64. }
  65.  
  66. a {
  67. color: #aaa; /* link color */
  68. text-decoration: none;
  69. font-style: italic;
  70. cursor: default;
  71. -webkit-transition: all 0.3s ease-in-out;
  72. -moz-transition: all 0.3s ease-in-out;
  73. -o-transition: all 0.3s ease-in-out;
  74. -ms-transition: all 0.3s ease-in-out;
  75. transition: all 0.3s ease-in-out;
  76. }
  77.  
  78. a:hover {
  79. color: #000; /* link hover color */
  80. }
  81.  
  82. .header, .header img {width: 500px; height: auto;}
  83. h1 {font-size: 10px;letter-spacing: 1px;font-weight: 700;margin:25px 0px 10px 0px;text-transform: uppercase;}
  84. h2 {font-size: 12px;font-weight: 700;letter-spacing: 1px;word-spacing: 3px;margin-top: 5px;}
  85. h3 {font-size: 14px;font-weight: 700;font-style: italic;letter-spacing: 1px;word-spacing: 3px;padding-top: 10px;text-align: center;}
  86. .lnr {font-size: 12px;margin-right: 5px;}
  87. .details-columns {display: grid;grid-template-columns: auto auto;margin-left: 5px;}
  88. .wip-container {margin: auto;margin-top: 25px;width: 500px;height: auto;padding: 15px;background-color: #fff;margin-bottom:50px;border-radius:5px;box-shadow:2px 2px 7px #ddd;}
  89. .title-area {width: 500px;height: 40px;margin: auto;color: #444;text-align: center;border-bottom: 1px solid #eee;padding-bottom: 15px;}
  90. .title-area a {padding-right: 3px;padding-left: 3px;cursor: default;}
  91. .character {width: 50px;height: 50px;margin-right: 5px;margin-bottom: 5px;float: left;}
  92. .character img {width: 50px;height: 50px;margin-right: 5px;margin-bottom: 5px;float: left;}
  93. .link-columns {display: grid;grid-template-columns: auto auto auto;padding-left: 15px;}
  94. </style></head>
  95. <body>
  96.  
  97. <div class="wip-container">
  98.  
  99. <!--HEADING---------------------------------------------------------------->
  100.  
  101. <div class="title-area">
  102. <a href="/">home</a> &sdot;
  103. <a href="/ask">ask</a> &sdot;
  104. <!-- PLEASE DON'T REMOVE THIS ONE THANKS ILY <3 -->
  105. <a href="http://www.atlasthemes.tumblr.com" target="_blank">theme</a>
  106.  
  107. <h2>a work in progress</h2> <!-- title -->
  108. </div>
  109.  
  110. <!--END HEADING------------------------------------------------------------>
  111.  
  112.  
  113.  
  114. <!-- header img is 575px wide - delete the following line if you don't want a header image -->
  115. <div class="header"><img src="http://i67.tinypic.com/28upb94.jpg" /></div>
  116.  
  117.  
  118.  
  119. <h3>title one goes here</h3> <!-- this is your wip title -->
  120.  
  121. <!-- details - you can change these to fit your project just not anything too long or the spacing gets wonky -->
  122.  
  123. <h1><span class="lnr lnr-menu"></span> details</h1>
  124. <div class="details-columns">
  125. <div class="column"><b>GENRE &rsaquo;</b> ADULT</div>
  126. <div class="column"><b>STATUS &rsaquo;</b> FIRST DRAFT</div>
  127. <div class="column"><b>STARTED &rsaquo;</b> JAN 2019</div>
  128. <div class="column"><b>POV &rsaquo;</b> SINGLE POV</div>
  129. <div class="column"><b>WORDS &rsaquo;</b> 20K</div>
  130. <div class="column"><b>NARRATORS &rsaquo;</b> NAME</div>
  131. </div>
  132.  
  133.  
  134. <h1><span class="lnr lnr-pencil"></span> synopsis</h1> <!-- synopsis -->
  135.  
  136. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  137.  
  138.  
  139. <!-- links - again, keep 'em short -->
  140.  
  141. <h1><span class="lnr lnr-link"></span> links/tags</h1>
  142. <div class="link-columns">
  143.  
  144. <div class="column"><a href="/">link 1</a></div>
  145. <div class="column"><a href="/">link 2</a></div>
  146. <div class="column"><a href="/">link 3</a></div>
  147. <div class="column"><a href="/">link 4</a></div>
  148. <div class="column"><a href="/">link 5</a></div>
  149. <div class="column"><a href="/">link 6</a></div>
  150. </div>
  151.  
  152.  
  153. <h1><span class="lnr lnr-user"></span>characters</h1>
  154.  
  155. <!-- if you don't want a character image, delete the following line -->
  156. <img class="character" src="https://farm2.staticflickr.com/1729/28890902238_2deb5fa63a_o.png"/>
  157.  
  158. <b>Character One:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br/><br/>
  159.  
  160. <!-- if you don't want a character image, delete the following line -->
  161. <img class="character" src="https://farm2.staticflickr.com/1732/41778327795_a80376cdd9_o.png"/>
  162.  
  163. <b>Character Two:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  164.  
  165. <!-- worldbuilding -->
  166.  
  167. <h1><span class="lnr lnr-earth"></span> worldbuilding</h1>
  168.  
  169. <b>Interesting Thing #1:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br/><br/>
  170.  
  171. <b>Interesting Thing #2:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  172.  
  173. </div>
  174.  
  175. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment