Advertisement
99k

something theme

99k
Jun 26th, 2017
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5. ,
  6. ,. | \
  7. |: \ ; :\
  8. :' ;\| ::\
  9. \ : | `::\
  10. _) | `:`.
  11. ,' , `. ;: ;
  12. ,' ;: ;"' ,:: |_
  13. /, ` . ;::: |:`-.__
  14. _,' _o\ ,::.`:' ; ; . '
  15. _,-' `:. ;""\,
  16. ,-' ,: `-;,
  17. \, ;: ;--._
  18. `.______,-,----._ ,' ;: ,/ , ,`
  19. / /,-';' \ ; `: ,'/,::.:::
  20. ,',;-'-'_,--; ; :. ,',',;::::::
  21. ( /___,-' `. ;::,,'o/ ,:::::::
  22. `' ) ;:,'o / ;"- -::
  23. \__ _,'o ,' ,::
  24. ) `--' ,..::::
  25. -hrr- ; `. ,:::::::
  26. ; ``::. :::::::
  27.  
  28. THEME BY KIL (kil9 / pupthemes)
  29. -->
  30.  
  31. <head>
  32.  
  33. <title>{Title}</title>
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{image:favicon}" />
  36.  
  37. <meta name="color:background" content="#ffffff" />
  38. <meta name="color:text" content="#000000" />
  39. <meta name="color:link" content="#666666" />
  40. <meta name="color:title" content="#000000" />
  41. <meta name="color:posts" content="#ffffff" />
  42. <meta name="color:sidebar" content="#ffffff" />
  43. <meta name="color:border" content="#000000" />
  44.  
  45. <meta name="if:borders" />
  46. <meta name="if:postbg" />
  47. <meta name="if:sidebg" />
  48. <meta name="if:shadow" />
  49. <meta name="if:tags" />
  50.  
  51. <meta name="select:corner" content="left" />
  52. <meta name="select:corner" content="right" />
  53.  
  54. <meta name="text:corner width" content="400" />
  55.  
  56. <meta name="image:background" content="" />
  57. <meta name="image:favicon" content="" />
  58. <meta name="image:sidebar" content="" />
  59. <meta name="image:corner" content="" />
  60.  
  61. <meta name="select:post size" content="300" />
  62. <meta name="select:post size" content="400" />
  63. <meta name="select:post size" content="500" />
  64.  
  65. <meta name="select:font size" content="11" title="11"/>
  66. <meta name="select:font size" content="12" title="12"/>
  67. <meta name="select:font size" content="14" title="14"/>
  68.  
  69. <meta name="text:dropdown" content="links" />
  70. <meta name="text:link 1" content="/" />
  71. <meta name="text:link 1 title" content="home" />
  72. <meta name="text:link 2" content="/ask" />
  73. <meta name="text:link 2 title" content="ask" />
  74. <meta name="text:link 3" content="" />
  75. <meta name="text:link 3 title" content="" />
  76. <meta name="text:link 4" content="" />
  77. <meta name="text:link 4 title" content="" />
  78. <meta name="text:link 5" content="" />
  79. <meta name="text:link 5 title" content="" />
  80.  
  81. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  82. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  83.  
  84. <style type="text/css">
  85.  
  86. body {
  87. background-color: {color:Background};
  88. font-family: arial;
  89. font-size:{select:font size}px;
  90. background-image: url({image:Background});
  91. margin: 0;
  92. background-size: cover;
  93. background-attachment: fixed;
  94. color:{color:text};
  95. }
  96.  
  97. a {
  98. color:{color:link};
  99. text-decoration:underline;
  100. }
  101.  
  102. a:hover {
  103. text-decoration:none;
  104. }
  105.  
  106. #content {
  107. margin-top:30px;
  108. margin-bottom:30px;
  109. left:50%;
  110. width:{select:post size}px;
  111. position:absolute;
  112. }
  113.  
  114. #content img {
  115. max-width:100%;
  116. height:auto;
  117. }
  118.  
  119. #blogtitle {
  120. color:{color:title};
  121. left:150px;
  122. top:395px;
  123. width:220px;
  124. font-size:20px;
  125. position:fixed;
  126. z-index:100001;
  127. }
  128.  
  129. #sidebar {
  130. left:150px;
  131. top:175px;
  132. width:375px;
  133. height:220px;
  134. position:fixed;
  135. z-index:99999;
  136. }
  137.  
  138. #sideimg {
  139. width:220px;
  140. height:220px;
  141. left:0px;
  142. top:0px;
  143. position:absolute;
  144. overflow:hidden;
  145. background-image: url({image:sidebar});
  146. background-size:cover;
  147. background-position:center;
  148. z-index:100000;
  149. }
  150.  
  151. #desc {
  152. {block:ifsidebg}background-color:{color:sidebar};{/block:ifsidebg}
  153. {block:ifborders}border:1px solid {color:border};{/block:ifborders}
  154. {block:ifshadow}box-shadow:-7px 7px rgba(0,0,0,0.2);{/block:ifshadow}
  155. width:150px;
  156. min-height:50px;
  157. padding:10px;
  158. left:220px;
  159. bottom:0px;
  160. position:absolute;
  161. }
  162.  
  163. .dropdown select{
  164. width:150px;
  165. height:25px;
  166. color:{color:text};
  167. border:1px solid {color:link};
  168. }
  169.  
  170. .nav {
  171. font-size:1.2em;
  172. }
  173.  
  174. .nav a {
  175. text-decoration:none;
  176. }
  177.  
  178. #footer {
  179. margin-top:10px;
  180. padding:3px;
  181. }
  182.  
  183. .perm a {
  184. color:{color:text};
  185. text-decoration:none;
  186. position:relative;
  187. }
  188.  
  189. .notes {
  190. float:left;
  191. position:relative;
  192. }
  193.  
  194. .date {
  195. float:right;
  196. position:relative;
  197. }
  198.  
  199. .post {
  200. {block:ifborders}border:1px solid {color:border};{/block:ifborders}
  201. {block:ifpostbg}background-color:{color:posts};{/block:ifpostbg}
  202. {block:ifshadow}box-shadow:-7px 7px rgba(0,0,0,0.2);{/block:ifshadow}
  203. overflow:hidden;
  204. padding:10px;
  205. width:100%;
  206. margin:0px 0px 20px 0px;
  207. }
  208.  
  209. #notelist {
  210. {block:ifborders}border:1px solid {color:border};{/block:ifborders}
  211. {block:ifpostbg}background-color:{color:posts};{/block:ifpostbg}
  212. {block:ifshadow}box-shadow:-7px 7px rgba(0,0,0,0.2);{/block:ifshadow}
  213. padding:10px;
  214. height:auto;
  215. position:absolute;
  216. margin-top:30px;
  217. left:0px;
  218. width:{select:post size}px;
  219. }
  220.  
  221. .title {
  222. font-size:16px;
  223. }
  224.  
  225. .quote {
  226. font-size:16px;
  227. font-style:italic;
  228. }
  229.  
  230. .album_art {
  231. width:100px;
  232. position:absolute;
  233. }
  234.  
  235. .playbox {
  236. background-color: #fff;
  237. width:100px;
  238. height:30px;
  239. margin-top:70px;
  240. opacity:0.7;
  241. position:absolute;
  242. overflow:hidden;
  243. z-index:999;
  244. }
  245.  
  246. .album_info {
  247. position:relative;
  248. height:80px;
  249. margin-left:100px;
  250. padding:10px;
  251. }
  252.  
  253. .c a {
  254. font-family:arial;
  255. font-size:10px;
  256. bottom:5px;
  257. right:7px;
  258. position:fixed;
  259. color:#000;
  260. text-align:justify;
  261. text-decoration:none;
  262.  
  263. }
  264.  
  265. .c a:hover {
  266. color:{color:link};
  267.  
  268. }
  269.  
  270. </style>
  271. </head>
  272. <body>
  273.  
  274. <a href="/"><div id="blogtitle">{Title}</div></a>
  275.  
  276. <div id="sidebar">
  277.  
  278. <a href="/">
  279. <div id="sideimg">
  280. </div>
  281. </a>
  282.  
  283. <div id="desc">
  284. {Description}
  285. <p />
  286. <div class="nav" align="center">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}</div>
  287.  
  288. <div class="dropdown">
  289. <select onChange="location=this.options[this.selectedIndex].value;">
  290. <option value="">{text:dropdown}</option>
  291. <option value="{text:link 1}">{text:link 1 title}</option>
  292. <option value="{text:link 2}">{text:link 2 title}</option>
  293. <option value="{text:link 3}">{text:link 3 title}</option>
  294. <option value="{text:link 4}">{text:link 4 title}</option>
  295. <option value="{text:link 5}">{text:link 5 title}</option>
  296. </select>
  297. </div>
  298.  
  299. </div>
  300. </div>
  301.  
  302. <div id="content">{block:Posts}
  303.  
  304. <div class="post">
  305.  
  306. {block:Photo}
  307. <img src="{PhotoURL-500}" />
  308. {block:Caption}{Caption}{/block:Caption}
  309. {/block:Photo}
  310.  
  311. {block:Photoset}
  312. {Photoset}
  313. {block:Caption}{Caption}{/block:Caption}
  314. {/block:Photoset}
  315.  
  316. {block:Video}
  317. {Video-500}
  318. {block:Caption}{Caption}{/block:Caption}
  319. {/block:Video}
  320.  
  321. {block:Audio}
  322. <div class="playbox"><div class="playbutton">{AudioPlayer}</div></div>
  323. <div class="album_art">{block:AlbumArt}<img src="{AlbumArtURL}" />{/block:Albumart}</div><div class="album_info">{block:TrackName}<p><b>{TrackName}</b></p>{/block:TrackName}{block:Artist}<p>{Artist}</p>{/block:Artist}{block:Album}<p>{Album}</p>{/block:Album}</div>
  324. <br />
  325. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  326. {/block:Audio}
  327.  
  328. {block:Quote}
  329. <div class="quote">“{Quote}”</div>
  330. {block:Source}<br />{Source}{/block:Source}
  331. {/block:Quote}
  332.  
  333. {block:Text}
  334. {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  335. {Body}
  336. {/block:Text}
  337.  
  338. {block:Answer}
  339. {Question}<br />
  340. <div style="float:right">{Asker}</div><br />
  341. {Answer}
  342. {/block:Answer}
  343.  
  344. {block:Chat}
  345. {block:Title}<div class="title">{Title}</div><br />{/block:Title}
  346. {block:Lines}
  347. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  348. {/block:Lines}
  349. {/block:Chat}
  350.  
  351. {block:Link}
  352. <div class="title"><a href="{URL}" >{Name}</a></div>
  353. {block:Description}<br />{Description}{/block:Description}
  354. {/block:Link}
  355.  
  356. <div id="footer">
  357. <div class="perm">{block:NoteCount}<div class="notes"><a href="{Permalink}">{NoteCount}%</a></div>{/block:NoteCount} {block:Date}
  358. <div class="date"><a href="{Permalink}">{MonthNumberWithZero}-{DayOfMonthWithZero}-{shortYear}</a></div>
  359. {/block:Date}</div>
  360. <br />
  361. {block:iftags}
  362. {block:HasTags}
  363. {block:Tags}<a href="{TagURL}">#{tag}</a>
  364. {/block:Tags}
  365. {/block:HasTags}
  366. {/block:iftags}
  367.  
  368. {block:permalinkpage}
  369. {block:ifnottags}
  370. {block:HasTags}
  371. {block:Tags}<a href="{TagURL}">#{tag}</a>
  372. {/block:Tags}
  373. {/block:HasTags}
  374. {/block:ifnottags}
  375. {/block:permalinkpage}
  376. </div>
  377.  
  378. {block:permalinkpage}
  379. {block:PostNotes}<div id="notelist"><a name=“notes”>{PostNotes}</a></div>{/block:PostNotes}
  380. {/block:permalinkpage}
  381.  
  382. </div>{/block:Posts}
  383. </div>
  384.  
  385. <img style="position:fixed; opacity: 1.0; max-width: {text:corner width}px; max-height: 100%; {select:corner}:0px; bottom:0px; z-index: -1;" src="{image:corner}">
  386.  
  387. <div class="c"><a href="http://pupthemes.tumblr.com">©</a></div>
  388.  
  389. </body>
  390. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement