Advertisement
atlasthemes

archivist - page

Aug 10th, 2019
4,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1. <!------------------------------------------------------------------------
  2.  
  3.  
  4.  
  5. archivist // by @atlasthemes
  6. pls do not remove credit, thanks!<3
  7.  
  8.  
  9.  
  10. ------------------------------------------------------------------------->
  11.  
  12. <!DOCTYPE html>
  13. <head>
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <title>works in progress</title><!-- title for browser tab -->
  17.  
  18. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  19.  
  20. <style type="text/css">
  21.  
  22. /* -------------------------- change colors here ------------------------ */
  23.  
  24.  
  25. :root {
  26. --body:#444444; /* text color */
  27. --link-color:#aaaaaa; /* link color */
  28. --accent:#b492a8; /* accent color */
  29. }
  30.  
  31.  
  32. /* ---------------------------------------------------------------------- */
  33.  
  34.  
  35. @-webkit-keyframes fadein {
  36. 0% {opacity: 0;}
  37. 100% { opacity: 1; }}
  38.  
  39. @-moz-keyframes fadein {
  40. 0% { opacity: 0; }
  41. 100% { opacity: 1; }}
  42.  
  43. @keyframes fadein {
  44. 0% { opacity: 0; }
  45. 100% { opacity: 1; }}
  46.  
  47. body {
  48. font-family:Calibri;
  49. font-size:12px;
  50. line-height:1.5em;
  51. color:var(--body);
  52. text-align:left;
  53. background-color:#fff;
  54. letter-spacing:0.2px;
  55. word-spacing:0.5px;
  56. -moz-osx-font-smoothing:grayscale;
  57. -webkit-font-smoothing:antialiased;
  58. font-smoothing:antialiased;
  59. -webkit-animation: fadein 1.3s;
  60. -moz-animation:fadein 1.3s;
  61. animation:fadein 1.3s;
  62. overflow-x:hidden;
  63. }
  64.  
  65. a {color:var(--link-color);text-decoration: none;} a:hover {color:var(--accent);}
  66.  
  67. #banner {display:block;position:relative;height:20px;padding:10px;} #banner-title i {margin-right:5px;margin-top:-5px;}
  68.  
  69. #banner-title {
  70. display:inline-block;
  71. font-family:Georgia;
  72. font-size:16px;
  73. line-height:20px;
  74. color:var(--accent);
  75. vertical-align:middle;
  76. }
  77.  
  78. #banner-links {float:right;text-align:right;} #banner-links span {display:inline-block;color:var(--link-color);margin-left:12px;}
  79.  
  80. #bar {
  81. display:block;
  82. position:relative;
  83. width:100%;
  84. height:25px;
  85. background-color:var(--accent);
  86. box-shadow:2px 2px 3px #ddd;
  87. margin-bottom:40px;
  88. }
  89.  
  90. #bar-links {margin-left:15px;} #bar-links a {color:#fff;font-size:12px;line-height:25px;padding:5px 5px 6px 5px;} #bar-links a:hover {color:var(--body);background-color:#eee;}
  91.  
  92. #container {
  93. display:block;
  94. position:relative;
  95. margin:0px auto 100px auto;
  96. width:800px;
  97. height:auto;
  98. top:75px;
  99. border:1px solid #f6f6f6;
  100. box-shadow:3px 3px 5px #f6f6f6;
  101. padding-bottom:50px;
  102. }
  103.  
  104. #top-buttons {display:block;position:relative;text-align:right;margin-bottom:10px;margin-right:35px;} #top-buttons i {font-size:9px;} #top-buttons button {font-family:Calibri;font-size:12px;background-color:#fafafa;border-radius:3px;line-height:16px;margin-left:5px;} #top-buttons button a {color:var(--body);}
  105.  
  106. #box-container {width:750px;margin:auto;}
  107.  
  108. #sidebar {
  109. display:block;
  110. float:left;
  111. margin:0px 20px 0px 0px;
  112. padding:10px 0px;
  113. border-top:5px solid var(--accent);
  114. border-bottom:5px solid var(--accent);
  115. width:100px;
  116. height:auto;
  117. top:0px;
  118. left:0px;
  119. border-radius:4px;
  120. }
  121.  
  122. #sidebar article {margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee;text-align:right;} #sidebar article:last-of-type {border-bottom:0px!important;padding-bottom:0px!important;margin-bottom:0px!important;} #sidebar article a {color:var(--body);display:block;padding:0px 5px;} #sidebar article a:hover {color:var(--accent);background-color:#eee;} #sidebar article span {display:block;padding:0px 5px;}
  123.  
  124. .wip-box {
  125. display:inline-block;
  126. position:relative;
  127. border:1px solid #eee;
  128. width:615px;
  129. height:auto;
  130. margin:auto;
  131. }
  132.  
  133. .wip-box-title {
  134. background-color:#eee;
  135. font-family:Georgia;
  136. font-size:12px;
  137. line-height:18px;
  138. padding:5px 10px;
  139. }
  140.  
  141. section {
  142. display:block;
  143. margin:15px;
  144. padding:15px;
  145. height:auto;
  146. border:1px solid #eee;
  147. }
  148.  
  149. .project-top {display:block;margin-bottom:5px;height:50px;}
  150.  
  151. .project-image {
  152. display:inline-block;
  153. float:left;
  154. margin-right:10px;
  155. width:50px;
  156. height:50px;
  157. vertical-align:middle;
  158. }
  159.  
  160. .project-image img {width:50px;height:50px;}
  161.  
  162. .project-title {
  163. font-family:Georgia;
  164. font-size:13px;
  165. vertical-align:middle;
  166. padding-top:6px;
  167. }
  168.  
  169. .project-title a {
  170. color:var(--accent);
  171. }
  172.  
  173. .project-title a:hover {
  174. color:var(--link-color);
  175. }
  176.  
  177. .project-title u {color:var(--accent);border-bottom:1px solid var(--accent);text-decoration:none;}
  178.  
  179. .themes {position:relative;margin:8px 0px;} .themes span {margin-right:8px;text-decoration:none;border-bottom:1px dotted var(--body);} .themes a {color:var(--body);text-decoration:none;} .themes a:hover {color:#fff;background-color:var(--accent);}
  180.  
  181. .stats {text-align:right;margin-top:8px;} .stats span {display:inline-block;margin-left:8px;}
  182.  
  183. iframe.tmblr-iframe {display:none;}
  184.  
  185. </style>
  186. </head>
  187. <body>
  188.  
  189. <!------------------------------------------------------------------------->
  190. <!-- -->
  191. <!-- customization starts here -->
  192. <!-- -->
  193. <!------------------------------------------------------------------------->
  194.  
  195. <div id="container">
  196.  
  197.  
  198. <div id="banner">
  199.  
  200. <!-- top banner -->
  201.  
  202. <div id="banner-title"><i class="fas fa-sitemap"></i> atlasthemes</div>
  203.  
  204. <div id="banner-links">
  205. <span>hi, atlasthemes!</span> <!-- your name here -->
  206. <span>post</span>
  207. <span>log out</span>
  208. </div>
  209. </div>
  210.  
  211. <!-- top bar -->
  212.  
  213. <div id="bar">
  214. <div id="bar-links">
  215. <a href="/">home</a>
  216. <a href="/ask">contact</a>
  217. <a href="/archive">archive</a>
  218. <!-- pls don't remove this one, thanks!!<3 -->
  219. <a href="http://www.atlasthemes.tumblr.com">theme</a>
  220. </div>
  221. </div>
  222.  
  223.  
  224. <!-- top buttons : these are just for show but you can make them links if you want -->
  225.  
  226. <div id="top-buttons">
  227. <button>post new</button>
  228. <button>edit works</button>
  229. <button>subscribe</button>
  230. <button>invitations</button>
  231. </div>
  232.  
  233.  
  234. <div id="box-container">
  235.  
  236. <!-- sidebar -------------------------------------------------------------->
  237. <div id="sidebar">
  238.  
  239. <!-- change these links to whatever you want! -->
  240.  
  241. <article> <!-- top sidebar links -->
  242. <a href="/">dashboard</a>
  243. <a href="/">index</a>
  244. <a href="/">inspiration</a>
  245. <a href="/">playlists</a>
  246. </article>
  247.  
  248. <article>
  249. <span>works (3)</span>
  250. <span>drafts (2)</span>
  251. <span>completed (1)</span>
  252. <span>series (2)</span>
  253. </article>
  254.  
  255. <article> <!-- bottom sidebar links -->
  256. <a href="/ask">inbox</a>
  257. <a href="/archive">history</a>
  258. <a href="https://www.tumblr.com/follow/atlasthemes">subscribe</a>
  259. </article>
  260. </div>
  261.  
  262.  
  263. <!-- current works section ------------------------------------------------>
  264.  
  265.  
  266.  
  267. <div class="wip-box">
  268. <div class="wip-box-title">Current Works</div>
  269.  
  270.  
  271. <!---------- project one ---------->
  272.  
  273. <section>
  274. <div class="project-top">
  275. <div class="project-image">
  276.  
  277. <!-- project image -->
  278. <img src="https://i.imgur.com/bKkwW2e.png">
  279. </div>
  280.  
  281. <div class="project-title">
  282.  
  283. <!-- project title : title can link to your project tag -->
  284. <u><a href="/">project one</a></u> by <u>atlasthemes</u> <br/>
  285. ya fantasy
  286. </div>
  287. </div>
  288.  
  289. <!-- themes -->
  290. <div class="themes">
  291. <span><b>themes:</b></span>
  292. <span>add some themes here</span>
  293. <span>theme one</span>
  294. <span>theme two wow it's a doozy</span>
  295. <span><a href="/">alternatively you could use this section</a></span>
  296. <span><a href="/">to list links and tags for your wip</a></span>
  297. </div>
  298.  
  299. <!-- add your synopsis here -->
  300. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla.
  301.  
  302. <!-- project stats -->
  303. <div class="stats">
  304. <span>Started: 2017-05-12</span>
  305. <span>Genre: Fantasy</span>
  306. <span>Words: 15k</span>
  307. <span>Draft: First</span>
  308. <span>POV: Past, Third</span>
  309. </div>
  310. </section>
  311. <!---------- end of project one ---------->
  312.  
  313.  
  314.  
  315. <!---------- project two ---------->
  316. <section>
  317.  
  318. <div class="project-top">
  319. <div class="project-image">
  320. <img src="http://i.imgur.com/MDBf2LF.png">
  321. </div>
  322.  
  323. <div class="project-title">
  324. <u><a href="/">project two</a></u> by <u>atlasthemes</u> <br/>
  325. poetry collection
  326. </div>
  327. </div>
  328.  
  329. <div class="themes">
  330. <span><b>themes:</b></span>
  331. <span>theme one</span>
  332. <span>theme two</span>
  333. <span>theme three</span>
  334. <span>theme four</span>
  335. <span>theme five</span>
  336. </div>
  337.  
  338. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla.
  339.  
  340. <div class="stats">
  341. <span>Started: 2018-12-23</span>
  342. <span>Genre: poetry</span>
  343. <span>Words: 5k</span>
  344. <span>Draft: First</span>
  345. <span>POV: Past, Third</span>
  346. </div>
  347. </section>
  348. <!---------- end of project two ---------->
  349.  
  350.  
  351. <!----------
  352.  
  353. to add more projects, copy one whole project and paste after the end of the second project, then update with new info. you can add as many projects as you want!
  354.  
  355. ---------->
  356.  
  357.  
  358. </div></div></div>
  359. </body>
  360. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement