Advertisement
carrionkid

Pull List Page

Oct 23rd, 2018
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. TUMBLR BASE CODE (HTML, CSS, AND INFO)
  5. by ratspotting.tumblr.com
  6. created 10/24/2017
  7.  
  8. THEME BY: sh4tterstar.tumblr.com
  9. hit me up if you need any help customizing!
  10. don't remove the credit
  11. if something's wrong, please let me know!
  12.  
  13. -->
  14. <head>
  15.  
  16. <!-- links -->
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. <link href="https://fonts.googleapis.com/css?family=Bangers|Permanent+Marker|Sriracha" rel="stylesheet">
  20.  
  21. <!-- styles -->
  22. <style type="text/css">
  23.  
  24. /* GENERAL */
  25.  
  26. html,body{font-family: 'Permanent Marker', cursive;
  27. font-size:12;
  28. background: #3d322f;
  29. background-attachment:fixed;
  30. color:#cb9423;}
  31.  
  32. p{margin:5px 0 5px 0;}
  33.  
  34. a{color:#b14c3a;}
  35.  
  36. a:hover{color:#b14c3a;}
  37.  
  38. h1, h2, h3{font-family: 'Bangers', cursive; font-size:22px; transform:rotate(2deg);}
  39.  
  40. h2, h3{font-family: 'Bangers', cursive; font-size:18px; transform:rotate(2deg);}
  41.  
  42. h4{font-family: 'Bangers', cursive; font-size:50px; transform:rotate(2deg);}
  43.  
  44. blockquote{border-left:1px solid #000;margin-left:0px;padding-left:15px;}
  45.  
  46. li{padding-left:5px;}
  47.  
  48. ::-webkit-scrollbar{width:7px;background:#eeeeee;}
  49.  
  50. ::-webkit-scrollbar-thumb{background:#b23d39;}
  51.  
  52. /* CONTAINERS */
  53. /* The wrapper includes the #posts and #sidebar. */
  54. #wrapper{width:1100px;margin:auto;}
  55.  
  56. #sidebar{width:350px;float:left 20px;bottom:10px;margin:15px 0 25px 10px;position:fixed;}
  57.  
  58. #comicbar{width:500px;float:left 0px;position:fixed;z-index:-1;}
  59.  
  60. /* #posts contains the posts and pagination. */
  61. #posts{width:690px;float:right;margin:50px 0 10px 0;}
  62.  
  63. /* SIDEBAR */
  64. /* An aside is each element in our sidebar. */
  65. aside{}
  66.  
  67. aside.title{
  68. font-family:'Bangers', cursive;
  69. font-size:40px;
  70. color: #d7b563;
  71. transform:rotate(2deg);
  72. z-index:999;
  73. bottom: 150px;
  74. position:fixed;
  75. text-shadow:4px 4px #000;
  76. width:350px;
  77. overflow: hidden;
  78. }
  79.  
  80. aside.description{
  81. transform: skewY(-2deg);
  82. transform-origin: 100%;
  83. background:#eee;
  84. overflow:hidden;
  85. padding:20px;
  86. border: solid 5px #cb9423;
  87. background:#eee;
  88. overflow:hidden;
  89. box-shadow: 10px 10px #000;
  90. left:0px;
  91. z-index:2;
  92. }
  93.  
  94. aside.navigation{
  95. transform: skewY(-2deg);
  96. transform-origin: 100%;
  97. background: #eee;
  98. overflow:hidden;
  99. padding:20px;
  100. border: solid 5px #cb9423;
  101. background: #eee;
  102. overflow:hidden;
  103. box-shadow: 10px 10px #000;
  104. left:0px;
  105. z-index:2;
  106. }
  107.  
  108.  
  109. /* POST CONTENT */
  110. /* An article is an individual post. */
  111. article{
  112. margin:0 0 50px 0;
  113. padding:20px;
  114. overflow:scroll;
  115. border: solid 5px #cb9423;
  116. background:#eee;
  117. max-width:680px;
  118. box-shadow: 10px 10px #000;
  119. height:210px;
  120. }
  121.  
  122. article .text{
  123. text-align:right;
  124. width:480px;
  125. right:-150px;
  126. position:relative;
  127.  
  128. }
  129.  
  130. article .title{text-align:right; font-family: 'Bangers', cursive; font-size:30px; transform:rotate(2deg);}
  131.  
  132. #credit{position:fixed;bottom:0;right:0;font-size:20px;}
  133.  
  134. panel.image{width:500px;}
  135.  
  136. panel.image img{width:501px;height:auto; border:solid 8px black;}
  137.  
  138. panel.panel1{
  139. top:-40px;
  140. left:0px;
  141. position:fixed;
  142. width:300px;
  143. transform: skewY(-6deg);
  144. transform-origin: 100%;
  145. z-index: 0;
  146. }
  147.  
  148. panel.panel2{
  149. top:200px;
  150. left:0px;
  151. position:fixed;
  152. width:300px;
  153. transform: skewY(-6deg);
  154. transform-origin: 100%;
  155. z-index: 0;
  156. }
  157.  
  158. panel.panel3{
  159. bottom:-110px;
  160. left:0px;
  161. position:fixed;
  162. width:300px;
  163. transform: skewY(6deg);
  164. transform-origin: 100%;
  165. z-index: 1;
  166. }
  167.  
  168. cover.image img{
  169. height:200px;
  170. width:auto;
  171. border:solid 5px #000;
  172. position:absolute;
  173. }
  174.  
  175. cover.cover{
  176. height:200px;
  177. width:auto;
  178. }
  179.  
  180. </style>
  181. </head>
  182.  
  183. <body>
  184.  
  185. <div id="wrapper">
  186.  
  187. <div id="sidebar">
  188. <aside class="title">pull list</aside>
  189. <aside class="description">
  190. here's my current pull list
  191. </aside><!-- /description -->
  192. <aside class="navigation">
  193. <a href="/">home</a>
  194. <a href="/ask">ask</a>
  195. <a href="/link1">link 1</a>
  196. </aside><!-- navigation -->
  197. </div><!-- /sidebar -->
  198.  
  199. <div id="comicbar">
  200. <panel class="image">
  201. <panel class="panel1">
  202. <img src="https://66.media.tumblr.com/df4f3d4ea320ff560db52746656b1207/tumblr_ph33asjGkD1rsxxfpo1_1280.png">
  203. </panel>
  204. <panel class="panel2">
  205. <img src="https://66.media.tumblr.com/6681a71c72138ffec53a9d3346cae08d/tumblr_ph33asjGkD1rsxxfpo2_1280.png">
  206. </panel>
  207. <panel class="panel3">
  208. <img src="https://66.media.tumblr.com/da11297449780512abc5466c16f662b8/tumblr_ph33asjGkD1rsxxfpo3_400.png">
  209. </panel>
  210. </panel>
  211. </div>
  212.  
  213. <!-- EXAMPLE
  214. <div id="posts">
  215. <article>
  216. <cover class="image">
  217. <cover class="cover">
  218. <img src="https://imgc.allpostersimages.com/img/Mounting/posters/marvel-comics-retro-the-x-men-comic-book-cover-no-100-professor-x_a-G-13758639-10577378.jpg?w=632&h=948">
  219. </cover>
  220. </cover>
  221. <div class="title">
  222. <a href="link">COMIC TITLE</a> - YEAR - ★★★★☆
  223. </div>
  224. <div class="text">
  225. <p><h1>description:</h1> description goes here</p>
  226. <p><h1>review:</h1> review goes here </p>
  227. </div>
  228. </div>
  229. END EXAMPLE-->
  230.  
  231. <div id="posts">
  232. <article>
  233. <cover class="image">
  234. <cover class="cover">
  235. <img src="https://imgc.allpostersimages.com/img/Mounting/posters/marvel-comics-retro-the-x-men-comic-book-cover-no-100-professor-x_a-G-13758639-10577378.jpg?w=632&h=948">
  236. </cover>
  237. </cover>
  238. <div class="title">
  239. <a href="link">COMIC TITLE</a> - YEAR - ★★★★☆
  240. </div>
  241. <div class="text">
  242. <p><h1>description:</h1> description goes here</p>
  243. <p><h1>review:</h1> review goes here </p>
  244. </div>
  245. </div>
  246.  
  247. </div><!-- /wrapper -->
  248.  
  249. <div id="credit">
  250. <a href="https://sh4tterstar.tumblr.com/"><i class="fas fa-star"></i></a>
  251. </div>
  252.  
  253. </body>
  254. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement