Advertisement
deadboys

routine theme by charlie toc

Jul 20th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. <!--
  2. routine theme by charlie @toc
  3. don't remove this segment
  4. !-->
  5. <link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
  6. <html>
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. <meta name="image:header" content=""/>
  15. <meta name="image:bg" content=""/>
  16. <meta name="image:content bg" content=""/>
  17.  
  18. <meta name="color:text" content=""/>
  19. <meta name="color:links" content=""/>
  20. <meta name="color:link hover" content=""/>
  21. <meta name="color:bg" content=""/>
  22. <meta name="color:content bg" content=""/>
  23. <meta name="color:link glow" content=""/>
  24. <meta name="color:border" content=""/>
  25. <meta name="color:posts" content=""/>
  26. <meta name="color:scrollbar" content="">
  27. <meta name="color:scrollbar bg" content="">
  28.  
  29. <meta name="text:custom desc" content="fake bio here"/>
  30. <meta name="text:font" content=""/>
  31. <meta name="text:font size" content="20px"/>
  32. <meta name="text:header width" content="155px"
  33. <meta name="text:link 1 url" content=""/>
  34. <meta name="text:link 2 url" content=""/>
  35. <meta name="text:link 3 url" content=""/>
  36. <meta name="text:link 4 url" content=""/>
  37.  
  38. <meta name="if:icon" content=""/>
  39. <meta name="if:round posts" content=""/>
  40. <meta name="if:full bg" content=""/>
  41. <meta name="if:full content bg" content=""/>
  42. <style>
  43. body{
  44. padding:8px;
  45. font-family: 'Press Start 2P', cursive;
  46. font-size:{text:font size};
  47. background-color:{color:bg};
  48. background-image:url('{image:bg}');
  49. background-attachment:fixed;
  50. {block:iffullbg}
  51. background-size:cover;
  52. {/block:iffullbg}
  53. }
  54.  
  55. a{
  56. color:{color:links};
  57. font-weight:bold;
  58. text-decoration:none;
  59. text-shadow: 0px 0px 4px {color:link glow};
  60. }
  61.  
  62. a:hover{
  63. color:{color:link hover};
  64. }
  65.  
  66. #icon{
  67. background-color:transparent;
  68. width:150px;
  69. }
  70.  
  71. #icon img{
  72. width:150px;
  73. border-radius:10px;
  74. }
  75.  
  76. .title{
  77. {block:iftitleglow}
  78. text-shadow: 0px 0px 11px {color:title glow};
  79. {/block:iftitleglow}
  80. color:{color:title};
  81. }
  82. .desc{
  83. width:500px;
  84. margin-top:5px;
  85. color:{color:text};
  86. }
  87.  
  88. .section{
  89. width: 500px;
  90. height:390px;
  91. overflow-y:scroll;
  92. overflow-x:hidden;
  93. float:center;
  94. border: 10px solid {color:border};
  95. background: #fff;
  96. position: relative;
  97. padding:5px;
  98. background-color:{color:content bg};
  99. background-image:url('{image:content bg}');
  100. background-attachment:fixed;
  101. {block:iffullcontentbg}
  102. background-size:cover;
  103. {/block:iffullcontentbg}
  104. border-radius:2px;
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. width:11px;
  109. height:11px;}
  110.  
  111. ::-webkit-scrollbar-track {
  112. border:5px solid {color:scrollbar bg};
  113. background:{color:Scrollbar};}
  114.  
  115. ::-webkit-scrollbar-thumb:vertical{
  116. border:2px solid {color:Scrollbar bg};
  117. width:2px;
  118. background:{color:Scrollbar};
  119. }
  120.  
  121. ::-moz-selection {background:none; color:{color:selection};
  122. {block:iftextshadow}
  123. text-shadow:0 0 3px {color:selection};
  124. {/block:iftextshadow}
  125. }
  126. ::selection {background:none; color:{color:selection};
  127. {block:iftextshadow}
  128. text-shadow:0 0 3px {color:selection};
  129. {/block:iftextshadow}
  130. }
  131.  
  132. .post{
  133. width:450px;
  134. background-color:{color:posts};
  135. padding:5px;
  136. margin-top:10px;
  137. border-radius:5px;
  138. text-align:left;
  139. }
  140.  
  141. .perma{
  142. text-align:center;
  143. }
  144.  
  145. </style>
  146. </head>
  147. <body>
  148. <center>
  149. {block:ificon}
  150. <div id="icon">
  151. <img src="{image:header}">
  152. </div>
  153. {/block:ificon}
  154. <div class="desc">
  155. {Description}
  156. </div><br>
  157. <div class="section">
  158. {block:Posts}
  159.  
  160. <div class="post">
  161.  
  162.  
  163. {block:Text}
  164. {block:Title}<h3>{Title}</h3>{/block:Title}
  165. {Body}
  166. {/block:Text}
  167.  
  168.  
  169. {block:Photo}
  170. {LinkOpenTag}
  171. <img src="{PhotoURL-400}" alt="{PhotoAlt}">
  172. {LinkCloseTag}
  173. {block:Caption}<p>{Caption}</p>{/block:Caption}
  174. {/block:Photo}
  175.  
  176.  
  177. {block:Photoset}
  178. {Photoset-500}
  179. {block:Caption}<p>{Caption}</p>{/block:Caption}
  180. {/block:Photoset}
  181.  
  182.  
  183. {block:Quote}
  184. <h4>"{Quote}"</h4>
  185. {block:Source}<p>{Source}</p>{/block:Source}
  186. {/block:Quote}
  187.  
  188.  
  189. {block:Link}
  190. <h3><a href="{URL}" target="_blank">{Name}</a></h3>
  191. {block:Description}<p>{Description}</p>{/block:Description}
  192. {/block:Link}
  193.  
  194. {block:Chat}
  195. {block:Title}<h3>{Title}</h3>{/block:Title}
  196. {block:Lines}
  197. {block:Label}{Label}{/block:Label} {Line}</br>
  198. {/block:Lines}
  199. {/block:Chat}
  200.  
  201.  
  202. {block:Audio}
  203. {AudioPlayerBlack}
  204. {block:Caption}{Caption}{/block:Caption}
  205. {/block:Audio}
  206.  
  207.  
  208. {block:Video}
  209. {Video-400}
  210. {block:Caption}{Caption}{/block:Caption}
  211. {/block:Video}
  212.  
  213.  
  214. {block:Answer}
  215. {Asker} said: "{Question}"
  216. {Answer}
  217. {/block:Answer}
  218.  
  219.  
  220.  
  221. <div id="perma"><center><a href="{Permalink}">perma</a> / {TimeAgo}</center></div>
  222.  
  223.  
  224.  
  225. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  226.  
  227.  
  228. {block:PermalinkPage}
  229.  
  230. {block:PostNotes}
  231. {PostNotes}
  232. {/block:PostNotes}
  233.  
  234. {/block:PermalinkPage}
  235.  
  236.  
  237. {block:ContentSource}
  238. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  239. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  240. {/block:SourceLogo}
  241. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  242. {/block:ContentSource}
  243.  
  244. </div>
  245.  
  246. {/block:Posts}
  247. <a href="{PreviousPage}">&#171;</a>
  248. <a href="{NextPage}">&#187;</a>
  249.  
  250. </div>
  251. </div>
  252.  
  253. </div>
  254. </body>
  255. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement