Advertisement
hrry20s

sixteen: break free

Jul 20th, 2014
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10. theme by teenwufs wut
  11. 1) don't steal bits of coding
  12. 2) don't use as a base
  13. 3) don't remove credit
  14. -->
  15.  
  16. <meta name="image:bg" content=""/>
  17. <meta name="color:bg" content="{color}"/>
  18. <meta name="color:blockquote" content="{color}"/>
  19. <meta name="color:scrollbar" content="{color}"/>
  20. <meta name="color:box shadow" content="{color}"/>
  21. <meta name="color:audio color" content="{color}"/>
  22. <meta name="color:pagiandpostborder" content="{color}"/>
  23. <meta name="color:info border"="{color}"/>
  24. <meta name="color:info bg"="{color}"/>
  25. <meta name="color:text" content="{color}"/>
  26. <meta name="if:main border"=""/>
  27. <meta name="if:curved border"=""/>
  28. <meta name="if:transparent"=""/>
  29. <meta name="if:border"=""/>
  30. <meta name="if:info bg"=""/>
  31. <meta name="if:box shadow"=""/>
  32. <meta name="text:menu title" content="">
  33. <meta name="text:1" content="">
  34. <meta name="text:1 url" content="">
  35. <meta name="text:2" content="">
  36. <meta name="text:2 url" content="">
  37. <meta name="text:3" content="">
  38. <meta name="text:3 url" content="">
  39. <meta name="text:4" content="">
  40. <meta name="text:4 url" content="">
  41. <meta name="text:5" content="">
  42. <meta name="text:5 url" content="">
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar {
  48. height: 0px;
  49. width: 6px;
  50. background:{color:bg};
  51. }
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. background:{color:scrollbar};
  55. border:2px solid {color:bg};
  56. }
  57.  
  58. ::-webkit-scrollbar-thumb:active {
  59. border-left:1px solid {color:bg};
  60. }
  61.  
  62. body {
  63. background:url('{image:bg}');
  64. background-color:{color:bg};
  65. background-repeat:repeat;
  66. background-attachment:fixed;
  67. background-position:left top;
  68. margin:0px;
  69. color:{color:text};
  70. text-align:left;
  71. font-family:"arial";
  72. font-size:9px;
  73. line-height:100%;
  74. }
  75.  
  76. a {
  77. text-decoration:none;
  78. outline:none;
  79. -moz-outline-style:none;
  80. color:black;
  81. }
  82.  
  83. a:hover {
  84. text-decoration:underline;
  85. }
  86.  
  87. blockquote {
  88. margin-left:5px;
  89. padding-left:10px;
  90. border-left:1px solid {color:blockquote};
  91. }
  92.  
  93. h1 {
  94. font-size:12px;
  95. line-height:110%;
  96. }
  97.  
  98. ul {
  99. margin-left:5px;
  100. padding-left:10px;
  101. }
  102.  
  103. #entries {
  104. padding:15px;
  105. text-align:center;
  106. width:250px;
  107. margin:auto;
  108. }
  109.  
  110. #post {
  111. width:250px;
  112. padding:10px;
  113. margin-left:-10px;
  114. margin-bottom:50px;
  115. {block:ifmainborder}
  116. border:1px solid {color:pagiandpostborder};
  117. {block:ifmainborder}
  118. {block:ifcurvedborder}
  119. -webkit-border-radius: 10px;
  120. -moz-border-radius: 10px;
  121. border-radius: 10px;
  122. {/block:ifcurvedborder}
  123. {block:ifboxshadow}
  124. box-shadow: 10px 10px {color:box shadow};
  125. {/block:ifboxshadow}
  126. text-align:justify;
  127. {block:iftransparent}
  128. background:transparent;
  129. {/block:iftransparent}
  130. {block:ifnottransparent}
  131. background:white;
  132. {/block:ifnottransparent}
  133. }
  134.  
  135.  
  136. #pagination {
  137. bottom:0px;
  138. font-family:arial;
  139. font-size:10px;
  140. padding:10px;
  141. letter-spacing:0px;
  142. margin:auto;
  143. width:100px;
  144. margin-bottom:20px;
  145. word-spacing:0px;
  146. text-align:center;
  147. text-transform:lowercase;
  148. }
  149.  
  150. .navi {
  151. margin-left:635px;
  152. margin-top:35px;
  153. }
  154.  
  155.  
  156. #description {
  157. padding:10px;
  158. padding-top:40px;
  159. font-size:9px;
  160. text-align:center;
  161. margin-left:600px;
  162. {block:ifmainborder}
  163. border:1px solid {color:pagiandpostborder};
  164. {block:ifmainborder}
  165. {block:ifcurvedborder}
  166. -webkit-border-radius: 5px;
  167. -moz-border-radius: 5px;
  168. border-radius: 5px;
  169. {/block:ifcurvedborder}
  170. {block:ifboxshadow}
  171. box-shadow: 10px 10px {color:box shadow};
  172. {/block:ifboxshadow}
  173. width:150px;
  174. margin-bottom:20px;
  175. margin-top:-30px;
  176. {block:iftransparent}
  177. background:transparent;
  178. {/block:iftransparent}
  179. {block:ifnottransparent}
  180. background:white;
  181. {/block:ifnottransparent}
  182. }
  183.  
  184. #caption {
  185. padding:5px;
  186. text-align:justify;
  187. width:270px;
  188. font-size:11px;
  189. }
  190.  
  191. #quote {
  192. font-weight:bold;
  193. font-size:10px;
  194. padding-bottom:10px;
  195. }
  196.  
  197. .audio {
  198. height:20px;
  199. padding:5px;
  200. margin-bottom:55px;
  201. }
  202.  
  203. .audio-album {
  204. position:absolute;
  205. border:6px solid {color:hover};
  206. background:{color:hover};
  207. width:5px;
  208. margin-left:-5px;
  209. height:5px;
  210. -webkit-transition: opacity 0.6s linear;
  211. opacity: 0;
  212. }
  213.  
  214. .audio-player {
  215. opacity:1;
  216. filter:alpha(opacity=10);
  217. width:25px;
  218. height:25px;
  219. overflow:hidden;
  220. position:absolute;
  221. border:3px solid white;
  222. {block:ifcurvedborder}
  223. -webkit-border-radius: 5px;
  224. -moz-border-radius: 5px;
  225. border-radius: 5px;
  226. {/block:ifcurvedborder}
  227. z-index:2;
  228. margin-left:7px;
  229. margin-top:10px;
  230. -webkit-transition: all 0.25s ease-out;
  231. -o-transition: all 0.25s ease-out;
  232. -webkit-transition: all 0.25s ease-out;
  233. -moz-transition: all 0.25s ease-out;
  234. }
  235.  
  236. .audio-info {
  237. letter-spacing:0px;
  238. word-spacing:-2px;
  239. position:relative;
  240. color:black;
  241. font-family:arial;
  242. text-transform:lowercase;
  243. font-size:9px;
  244. margin-left:-5px;
  245. line-height:100%;
  246. padding-top:20px;
  247. padding-bottom:20px;
  248. padding-right:20px;
  249. width:177px;
  250. padding-left:50px;
  251. background:{color:audio color};
  252. border:1px solid {color:audio color};
  253. {block:ifcurvedborder}
  254. -webkit-border-radius: 5px;
  255. -moz-border-radius: 5px;
  256. border-radius: 5px;
  257. {/block:ifcurvedborder}
  258. }
  259.  
  260. .audio:hover .audio-player {
  261. opacity:1;
  262. -webkit-transition: all 0.25s ease-out;
  263. -o-transition: all 0.25s ease-out;
  264. -webkit-transition: all 0.25s ease-out;
  265. -moz-transition: all 0.25s ease-out;
  266. }
  267.  
  268. .postnotes {
  269. {block:IndexPage}
  270. display: none!important;
  271. {/block:IndexPage}
  272. width:400px;
  273. text-transform:uppercase;
  274. text-align:left;
  275. font-size:9px;
  276. font-family:calibri;
  277.  
  278. }
  279. .postnotes img {
  280. display:none!important;}
  281.  
  282. .postnotes li {
  283. list-style-type:none;
  284. padding:5px 0px;
  285. text-align:left;
  286. margin:0 0 0 -40px;
  287. }
  288.  
  289. .caption {
  290. line-height:95%;
  291. }
  292.  
  293. #info {
  294. {block:ifborder}
  295. border:1px solid {color:info border};
  296. {/block:ifborder}
  297. {block:ifinfobg}
  298. background:{color:info bg};
  299. {/block:ifinfobg}
  300. {block:ifcurvedborder}
  301. -webkit-border-radius: 5px;
  302. -moz-border-radius: 5px;
  303. border-radius: 5px;
  304. {/block:ifcurvedborder}
  305. margin-top:10px;
  306. }
  307.  
  308. #details {
  309. text-align:center;
  310. font-size:9px;
  311. text-transform:lowercase;
  312. letter-spacing:0px;
  313. }
  314.  
  315. #tags {
  316. padding-top:5px;
  317. padding-bottom:4px;
  318. text-align:center;
  319. }
  320.  
  321. #asker {
  322. float:left;
  323. background:{color:bg};
  324. padding:10px;
  325. margin-right:5px;
  326. {block:ifcurvedborder}
  327. -webkit-border-radius: 5px;
  328. -moz-border-radius: 5px;
  329. border-radius: 5px;
  330. {/block:ifcurvedborder}
  331. width:230px;
  332. }
  333.  
  334. #ans {
  335. padding-left:5px;
  336. padding-right:5px;
  337. padding-top:5px;
  338. }
  339.  
  340. {CustomCSS}
  341.  
  342. </style>
  343. </head>
  344. <body>
  345.  
  346. <div class="navi">
  347. <select style="font-family:arial;color:{color:text};background:#fff;width:100px;font-size:9px;letter-spacing:0px;border:2px solid #ccc;{block:ifcurvedborder}-webkit-border-radius: 5px;-moz-border-radius: 5px;
  348. border-radius: 5px;{/block:ifcurvedborder}" onChange="location.href=this.options[this.selectedIndex].value;">
  349. <option value=''>{text:menu title}</option>
  350. <option value="{text:1 url}">{text:1}</option>
  351. <option value="{text:2 url}">{text:2}</option>
  352. <option value="{text:3 url}">{text:3}</option>
  353. <option value="{text:4 url}">{text:4}</option>
  354. <option value="{text:5 url}">{text:5}</option>
  355. <option value="http://teenwufs.tumblr.com/">credit</option><!--don't delete this i swear-->
  356. </select>
  357. </div>
  358.  
  359. <div id="description">{Description}</div>
  360. </div>
  361. </div>
  362.  
  363. <div id="entries">{block:Posts}<div id="post">
  364.  
  365. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  366.  
  367. <div id="photo">{block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}</div>
  368.  
  369. <div id="photoset">{block:Photoset}{Photoset-250}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}</div>
  370.  
  371. <center>{block:Quote}<div id="quote">“{Quote}”</div>– {Source}{/block:Quote}</center>
  372.  
  373. {block:Video}{Video-250}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  374.  
  375. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  376.  
  377. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  378.  
  379. {block:Audio}
  380. <div class="audio">
  381. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  382. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  383.  
  384. <div class="audio-info">
  385. {block:TrackName}{TrackName}{/block:TrackName}
  386. {block:Artist}- {Artist}{/block:Artist}
  387. </div></div>
  388. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  389. {/block:Audio}
  390.  
  391. {block:Answer}<div id="asker">{Asker}: {Question}</div><br><br><br><div id="ans">{Answer}</div>{/block:Answer}
  392.  
  393. <div id="info">
  394. <div id="details">
  395. <br> {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount} + <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}{block:ContentSource} / <a href="{SourceURL}">SOURCE</a>{/block:ContentSource} {/block:Date}</div>
  396. <div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>,{/block:Tags}{/block:HasTags}</div></div>
  397.  
  398. </div>
  399. {block:PostNotes}
  400. <div class="postnotes">
  401. {PostNotes}
  402. </div>
  403. {/block:PostNotes}
  404. {/block:Posts}</div>
  405.  
  406. <div id="pagination">
  407. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}&nbsp; {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>
  408.  
  409. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement