Advertisement
pkfreezes

dreaming theme

May 31st, 2017
1,472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. <!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{image:favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10.  
  11. ___ ___ ____ __ _ _ _ __ ______ ____ _ ____
  12. | | \| |_)| |_ / /\ | |\/|| || |\ |/ /`_ | || |_|| |_ | |\/|| |_
  13. |_|_/|_| \|_|__/_/--\|_| ||_||_| \|\_\_/ |_||_| ||_|__|_| ||_|__
  14.  
  15. ____ ____ _________ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____
  16. ||b |||y ||| |||f |||r |||o |||g |||t |||h |||e |||m |||e |||s ||
  17. ||__|||__|||_______|||__|||__|||__|||__|||__|||__|||__|||__|||__|||__||
  18. |/__\|/__\|/_______\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|
  19.  
  20.  
  21.  
  22. this is a simple theme but that doesn't mean you should steal it!
  23. please keep the credit on there and have a good time! :3c
  24.  
  25. ---->
  26.  
  27. <meta name="color:background" content="#ffffff"/>
  28. <meta name="color:post background" content="">
  29. <meta name="color:sidebar background" content="">
  30. <meta name="color:description background" content="">
  31. <meta name="color:text" content="#838282"/>
  32. <meta name="color:link" content="#e2bfde"/>
  33. <meta name="color:link hover" content="#e0e0e0"/>
  34. <meta name="color:scrollbar1" content="">
  35. <meta name="color:scrollbar2" content="">
  36. <meta name="color:border" content="">
  37. <meta name="color:blockquote" content="">
  38.  
  39. <meta name="text:opacity" content="">
  40. <meta name="text:link1" content="">
  41. <meta name="text:link1 url" content="/">
  42. <meta name="text:link2" content="">
  43. <meta name="text:link2 url" content="/">
  44. <meta name="text:link3" content="">
  45. <meta name="text:link3 url" content="/">
  46. <meta name="text:link4" content="">
  47.  
  48. <meta name="image:favicon" content="">
  49. <meta name="image:sideimg" content="">
  50. <meta name="image:sidepic" content="">
  51. <meta name="image:background" content="">
  52. <meta name="image:sidebar background" content="">
  53.  
  54. <meta name="if:captions" content="">
  55. <meta name="if:full page background" content="">
  56. <meta name="if:repeating background" content="">
  57. <meta name="if:italic title" content="">
  58. <meta name="if:bold title" content="">
  59. <meta name="if:sidebar image border" content="">
  60. <meta name="if:circle sidebar image" content="">
  61.  
  62. <meta name="select:font size" content="14px">
  63. <meta name="select:font size" content="15px">
  64. <meta name="select:font size" content="16px">
  65. <meta name="select:font size" content="17px">
  66. <meta name="select:title size" content="18px">
  67. <meta name="select:title size" content="19px">
  68. <meta name="select:title size" content="20px">
  69. <meta name="select:title size" content="21px">
  70. <meta name="select:title size" content="22px">
  71. <meta name="select:title size" content="23px">
  72. <meta name="select:font" content="calibri">
  73. <meta name="select:font" content="trebuchet ms">
  74. <meta name="select:font" content="century gothic">
  75. <meta name="select:font" content="arial">
  76. <meta name="select:font" content="consolas">
  77. <meta name="select:font" content="tahoma">
  78. <meta name="select:font" content="lucida console">
  79. <meta name="select:font" content="verdana">
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. body {
  85. {block:ifrepeatingbackground}
  86. background-image: url({image:background});
  87. background-repeat: repeat;
  88. {/block:ifrepeatingbackground}
  89. {block:iffullpagebackground}
  90. background: url({image:background}) fixed;
  91. background-size: cover;
  92. {/block:iffullpagebackground}
  93. background-color:{color:background};
  94. margin:0px;
  95. color:{color:text};
  96. font-family:{select:font};
  97. font-size:{select:font size};
  98. line-height:100%;
  99. font-style: none;
  100. overflow-y:auto;
  101. overflow-x:hidden;
  102. }
  103.  
  104. a:link, a:visited, a:active {
  105. color: {color:link};
  106. text-decoration: none;
  107. font-weight: normal;
  108. }
  109.  
  110. a:hover {
  111. color: {color:link hover};
  112. text-decoration: none;
  113. font-weight: normal;
  114. }
  115.  
  116. #entries {
  117. position:absolute;
  118. width:850px;
  119. top:14px;
  120. padding:20px;
  121. left:550px;
  122. float:left;
  123. }
  124.  
  125. #post {
  126. margin-bottom:25px;
  127. width:400px;
  128. padding:6px;
  129. border:1px solid {color:border};
  130. background-color:rgba({RGBcolor:post background},{text:opacity});
  131. z-index:999999;
  132. }
  133. #post blockquote {
  134. border-left: solid 2px {color:blockquote};
  135. margin: 0;
  136. padding-left: 5px;
  137. }
  138.  
  139. #sidebar {
  140. width:300px;
  141. position:fixed;
  142. height:100%;
  143. margin-left:0px;
  144. padding:5px;
  145. border-right:1px solid {color:border};
  146. background-color:rgba({RGBcolor:sidebar background},{text:opacity});
  147. background-image: url({image:sidebar background});
  148. background-repeat: repeat;
  149. }
  150.  
  151. #sidebar #contenti {
  152. margin-top:150px;
  153. }
  154.  
  155. #sidebar #backo {
  156. background-color:rgba({RGBcolor:description background},{text:opacity});
  157. width:250px;
  158. padding:5px;
  159. border:1px solid {color:border};
  160. }
  161.  
  162. #desc {
  163. width:200px;
  164. height:80px;
  165. overflow-y:auto;
  166. overflow-x:hidden;
  167. margin-top:10px;
  168. margin-bottom:10px;
  169. }
  170.  
  171. .pagi {
  172. font-size:20px;
  173. }
  174.  
  175. .capti {
  176. width:auto;
  177. padding-left:6px;
  178. padding-right:6px;
  179. margin-right:2px;
  180. margin-left:2px;
  181. padding-top:0;
  182. }
  183.  
  184. #sideimg {
  185. {block:ifsidebarimageborder}
  186. border:1px solid {color:border};
  187. {/block:ifsidebarimageborder}
  188. {block:ifcirclesidebarimage}
  189. border-radius:60px;
  190. {/block:ifcirclesidebarimage}
  191. width:120px;
  192. height:120px;
  193. margin-bottom:10px;
  194. }
  195.  
  196. #sideimg img {
  197. width:120px;
  198. height:120px;
  199. {block:ifcirclesidebarimage}
  200. border-radius:60px;
  201. {/block:ifcirclesidebarimage}
  202. }
  203.  
  204. #info {
  205. text-transform:lowercase;
  206. font-style:none;
  207. font-size: 14px;
  208. width:400px;
  209. color:{color:text};
  210. text-align:center;
  211. padding-top:5px;
  212. }
  213.  
  214. #info a:link {
  215. color:{color:link};
  216. }
  217.  
  218. #info a:hover {
  219. color:{color:link hover};
  220. }
  221.  
  222. #title2 {
  223. {block:ifitalictitle}
  224. font-style:italic;
  225. {/block:ifitalictitle}
  226. {block:ifboldtitle}
  227. font-weight:bold;
  228. {/block:ifboldtitle}
  229. font-size:{select:title size};
  230. letter-spacing:1px;
  231. margin-top:6px;
  232. margin-bottom:6px;
  233. margin-left:0px;
  234. padding:2px;
  235. width:245px;
  236. }
  237.  
  238. #title3 {
  239. color:{color:title};
  240. {block:ifitalictitle}
  241. font-style:italic;
  242. {/block:ifitalictitle}
  243. {block:ifboldtitle}
  244. font-weight:bold;
  245. {/block:ifboldtitle}
  246. font-size:{select:title size};
  247. text-align:center;
  248. }
  249.  
  250. #sidepic {
  251. position:fixed;
  252. right:0px;
  253. bottom:0px;
  254. z-index:0;
  255. }
  256.  
  257. #ask {
  258. float:left;
  259. margin-right:5px;
  260. }
  261. #audioplayer {
  262. width:200px;
  263. height:100%;
  264. overflow:hidden;
  265. }
  266. #player {
  267. width:120px;
  268. height:30px;
  269. overflow:hidden;
  270. }
  271. .gosh a {
  272. bottom:2px;
  273. right:2px;
  274. color:{color:link};
  275. font-family:helvetica;
  276. font-size:11px;
  277. position:fixed;
  278. }
  279.  
  280. ::selection {
  281. background: {color:highlight};
  282. color: {color:highlighted text};
  283. }
  284. ::-moz-selection {
  285. background: {color:highlight};
  286. color: {color:highlighted text};
  287. }
  288.  
  289. ::-webkit-scrollbar {
  290. width: 12px;
  291. height: 10px;
  292. background: {color:scrollbar1};
  293. }
  294. ::-webkit-scrollbar-thumb {
  295. background: {color:scrollbar2};
  296.  
  297. {CustomCSS}</style>
  298.  
  299. </head><body>
  300.  
  301. <div id="sidebar">
  302. <center>
  303. <div id="contenti">
  304. <div id="sideimg"><img src="{image:sideimg}"></div>
  305. <div id="backo">
  306. <div id="title2">{Title}</div>
  307. <div id="desc">
  308. {Description}
  309. </div>
  310. <div class="sidelink">
  311. <a href="{text:link1 url}">{text:link1}</a>
  312. <a href="{text:link2 url}">{text:link2}</a>
  313. <a href="{text:link3 url}">{text:link3}</a>
  314. <a href="{text:link4 url}">{text:link4}</a>
  315. </div><br>
  316. {block:Pagination}
  317. <div id="pagi">
  318. {block:PreviousPage}
  319. <a href="{PreviousPage}"></a>
  320. {/block:PreviousPage}
  321.  
  322. {block:JumpPagination length="5"}
  323. {block:CurrentPage}
  324. <span class="current_page">{PageNumber}</span>
  325. {/block:CurrentPage}
  326.  
  327. {block:JumpPage}
  328. <a class="jump_page" href="{URL}">{PageNumber}</a>
  329. {/block:JumpPage}
  330. {/block:JumpPagination}
  331.  
  332. {block:NextPage}
  333. <a href="{NextPage}"></a>
  334. {/block:NextPage}
  335. </div>
  336. {/block:Pagination}
  337. </center>
  338. </div>
  339. </div>
  340. </div>
  341.  
  342.  
  343.  
  344. </div>
  345.  
  346. <div id="entries">{block:Posts}<div id="post">
  347. {block:ContentSource}
  348. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  349. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  350. {/block:SourceLogo}
  351. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  352. {/block:ContentSource}
  353.  
  354. {block:Text}<h1>{block:Title}<div id="title3">{Title}</div>{/block:Title}</h1><div class="capti">{Body}</div>{/block:Text}
  355.  
  356. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}<div class="capti">{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}</div>{/block:Photo}
  357.  
  358. {block:Photoset}{Photoset-400}{block:ifcaptions}<div class="capti">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifcaptions}{/block:Photoset}
  359.  
  360. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  361.  
  362. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  363.  
  364. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  365.  
  366. {block:Audio}
  367. <table><tr>
  368. <td style="width:40px;">
  369. <div id="audioimg">{block:AlbumArt}
  370. <img src="{AlbumArtURL}" width="100px"/>
  371.  
  372. </div>
  373. {/block:AlbumArt}</td>
  374. <td style="width: 100px; ">
  375. <div id="audioplayer">
  376. <div class="audio">
  377. {block:TrackName}
  378. <b>Title:</b>{TrackName}<br>{/block:TrackName}
  379. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  380. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  381. <div id="player">{AudioPlayerWhite} </div>
  382. </div>
  383. </td>
  384. </tr></table>
  385. {block:ifcaptions}
  386. <div class="capti">{block:Caption}{Caption}{/block:Caption}</div>
  387. {/block:ifcaptions}
  388. {/block:Audio}
  389.  
  390. {block:Video}{Video-400}<div class="capti">{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}</div>{/block:Video}
  391.  
  392. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  393.  
  394.  
  395. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  396. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource}
  397.  
  398. </div>
  399.  
  400.  
  401.  
  402. </div>
  403.  
  404.  
  405.  
  406. {block:PostNotes}{PostNotes}{/block:PostNotes}
  407. {/block:Posts}
  408. </div>
  409. <img src="{image:sidepic}" height="auto" id="sidepic">
  410. <div class="gosh"><a href="http://frogthemes.tumblr.com" target="_blank">x</a></div>
  411. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement