superfrown

Theme #19

Jun 21st, 2015
652
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <head>
  13. <!----
  14.  
  15. Theme #19
  16. by: superfrown.tumblr.com
  17.  
  18. You may:
  19. Edit as much as you like
  20. Move the credit to a secondary page
  21.  
  22. You may not:
  23. Claim as your own
  24. Remove the credit
  25.  
  26. ---->
  27.  
  28.  
  29.  
  30.  
  31. <meta name="image:Background" content=""/>
  32. <meta name="image:Sidebar Image" content="" />
  33.  
  34. <meta name="color:Background" content="#f8f8f8" />
  35. <meta name="color:Post Background" content="#ffffff" />
  36. <meta name="color:Text" content="#5d5d5d" />
  37. <meta name="color:Bold" content="#151515" />
  38. <meta name="color:Italic" content="#929292" />
  39. <meta name="color:Link" content="#980222" />
  40. <meta name="color:Link hover" content="#a5a5a5" />
  41. <meta name="color:Borders" content="#444444" />
  42. <meta name="color:Blog Name" content="#980222" />
  43. <meta name="color:Blog Name Hover" content="#a5a5a5" />
  44. <meta name="color:Sidebar Borders" content="#444444" />
  45. <meta name="color:Description Text Color" content="#444444" />
  46. <meta name="color:Sidebar Links" content="#980222" />
  47. <meta name="color:Sidebar Links Hover" content="#a5a5a5" />
  48.  
  49.  
  50. <meta name="if:500px" content="1">
  51. <meta name="if:Show Tags" content="1">
  52. <meta name="if:Show Submit" content="1">
  53. <meta name="if:Show Archive" content="1">
  54. <meta name="if:Show Link1" content="1">
  55. <meta name="if:Show Link2" content="1">
  56. <meta name="if:Show Link3" content="1">
  57. <meta name="if:Show Link4" content="1">
  58. <meta name="if:Show Link5" content="1">
  59. <meta name="if:Show Link6" content="1">
  60. <meta name="if:Show Link7" content="1">
  61. <meta name="if:Show Link8" content="1">
  62.  
  63.  
  64. <meta name="text:Text Size" content="11px" />
  65. <meta name="text:Description Text Size" content="11px" />
  66.  
  67. <meta name="text:Link 1 URL" content="http://" />
  68. <meta name="text:Link 1" content="Link 1" />
  69. <meta name="text:Link 2 URL" content="http://" />
  70. <meta name="text:Link 2" content="Link 2" />
  71. <meta name="text:Link 3 URL" content="http://" />
  72. <meta name="text:Link 3" content="Link 3" />
  73. <meta name="text:Link 4 URL" content="http://" />
  74. <meta name="text:Link 4" content="Link 4" />
  75. <meta name="text:Link 5 URL" content="http://" />
  76. <meta name="text:Link 5" content="Link 5" />
  77. <meta name="text:Link 6 URL" content="http://" />
  78. <meta name="text:Link 6" content="Link 6" />
  79. <meta name="text:Link 7 URL" content="http://" />
  80. <meta name="text:Link 7" content="Link 7" />
  81. <meta name="text:Link 8 URL" content="http://" />
  82. <meta name="text:Link 8" content="Link 8" />
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. /* MAIN */
  88.  
  89. body {
  90. background-color:{color:Background};
  91. background-image: url('{image:Background}');
  92. background-attachment: fixed;
  93. background-repeat: repeat;
  94. color:{color:Text};
  95. font-family:calibri;
  96. font-weight:0px;
  97. font-style:0px;
  98. letter-spacing:1px;
  99. font-size: {text:Text Size};}
  100.  
  101. a:link, a:active {
  102. text-decoration:none;
  103. color: {color:Link};
  104. -webkit-transition: all 0.4s ease-in-out;
  105. -moz-transition: all 0.4s ease-in-out;
  106. -o-transition: all 0.4s ease-in-out;
  107. transition: all 0.4s ease-in-out;}
  108.  
  109. a:visited {
  110. text-decoration:none;
  111. color: {color:Link};
  112. -webkit-transition: all 0.4s ease-in-out;
  113. -moz-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. transition: all 0.4s ease-in-out;}
  116.  
  117. a:hover {
  118. text-decoration:none;
  119. color: {color:Link hover};
  120. -webkit-transition: all 0.4s ease-in-out;
  121. -moz-transition: all 0.4s ease-in-out;
  122. -o-transition: all 0.4s ease-in-out;
  123. transition: all 0.4s ease-in-out;}
  124.  
  125. b, strong, .strong {color:{color:Bold};}
  126.  
  127. blockquote {
  128. margin-left:18px;
  129. margin-bottom:18px;
  130. border-left:2px solid {color:Text};
  131. padding-left:8px; }
  132.  
  133. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  134.  
  135. i, em, .em {color:{color:Italic};}
  136.  
  137. ::-webkit-scrollbar {
  138. height:8px;
  139. width:8px;
  140. background-color: {color:Post Background};}
  141.  
  142. ::-webkit-scrollbar-thumb:vertical {
  143. background-color: {color:Borders};}
  144.  
  145. ::-webkit-scrollbar-thumb:horizontal {
  146. background-color: {color:Borders};}
  147.  
  148.  
  149. /* CONTENT */
  150.  
  151. .contentwhole {
  152. {block:if500px}width:524px;{/block:if500px}
  153. margin-top:50px;
  154. margin-bottom:50px;
  155. margin-left:380px;
  156. }
  157.  
  158. .content {
  159. {block:if500px}width:500px;{/block:if500px}
  160. {block:ifnot500px}width:400px;{/block:ifnot500px}
  161. margin-top:50px;
  162. margin-left:0px;
  163. padding:10px;
  164. border:1px solid {color:Borders};
  165. background-color: {color:Post Background};}
  166.  
  167.  
  168. .info {
  169. {block:if500px}width:520px;{/block:if500px}
  170. {block:ifnot500px}width:420px;{/block:ifnot500px}
  171. font-size:11px;
  172. text-align:left;
  173. letter-spacing:1px;
  174. text-transform:lowercase;
  175. padding-top:4px;
  176. padding-bottom:4px;
  177. padding-left:2px;
  178. margin-top:-1px;
  179. border-bottom:1px solid {color:Borders};
  180. }
  181.  
  182.  
  183. .tags {
  184. {block:if500px}width:516px;{/block:if500px}
  185. {block:ifnot500px}width:416px;{/block:ifnot500px}
  186. font-size:10px;
  187. text-align:left;
  188. letter-spacing:1px;
  189. padding-left:6px;
  190. margin-top:2px;
  191. }
  192.  
  193.  
  194. .title {
  195. font-size: 13px;
  196. letter-spacing:2px;
  197. font-weight:bold;
  198. text-align: left;}
  199.  
  200. #pn {
  201. width:520px;
  202. text-align:left;
  203. margin:0 auto;
  204. }
  205.  
  206.  
  207. /* Asks */
  208. .questions {
  209. text-align:left;
  210. padding:6px;
  211. border-bottom:1px solid {color:Borders};}
  212.  
  213. .reply {
  214. padding: 6px;}
  215.  
  216.  
  217. /* Quote */
  218. #quote {
  219. font-size: 13px;}
  220. #source {
  221. font-size: 11px;
  222. letter-spacing:1px;
  223. margin-top: 10px;}
  224.  
  225.  
  226. /* Audio */
  227. .playerbuttonbg {
  228. position: absolute;
  229. left: 14px;
  230. top: 14px;
  231. width: 30px;
  232. height: 30px;
  233. background-color: #ffffff;
  234. padding: 10px;
  235. opacity: .4;
  236. filter: alpha(opacity=40);
  237. -moz-opacity: 0.4;
  238. -khtml-opacity: 0.4;
  239. transition: opacity .7s ease-in-out;
  240. -moz-transition: opacity .7s ease-in-out;
  241. -webkit-transition: opacity .7s ease-in-out;
  242. }
  243.  
  244. .playerbuttonbg:hover {
  245. opacity: 1;
  246. filter: alpha(opacity=100);
  247. -moz-opacity: 1;
  248. -khtml-opacity: 1;
  249. }
  250.  
  251. .newplayerbutton {
  252. position: relative;
  253. width: 30px;
  254. height: 30px;
  255. overflow: hidden;
  256. }
  257.  
  258. .playerbuttonhug {
  259. position: absolute;
  260. top: -29px;
  261. left: -9px;
  262. }
  263.  
  264. .tumblr_audio_player {
  265. height: 90px;
  266. width: 270px;
  267. -moz-transform: scale(0.60, 0.60);
  268. -webkit-transform: scale(0.60, 0.60);
  269. -o-transform: scale(0.60, 0.60);
  270. -ms-transform: scale(0.60, 0.60);
  271. transform: scale(0.60, 0.60);
  272. -moz-transform-origin: top left;
  273. -webkit-transform-origin: top left;
  274. -o-transform-origin: top left;
  275. -ms-transform-origin: top left;
  276. transform-origin: top left;
  277. }
  278.  
  279. .audioimgwrapper {
  280. position: absolute;
  281. left: 0px;
  282. top: 0px;
  283. overflow: hidden;
  284. width: 79px;
  285. height: 79px;
  286. }
  287.  
  288. .audioimgwrapper img {
  289. width: 100%;
  290. height: auto;
  291. }
  292.  
  293. .trackdetails {
  294. width: auto;
  295. display:inline-block;
  296. margin-left: 90px;
  297. min-height: 85px;
  298. }
  299.  
  300. .audiowrapper {
  301. position: relative;
  302. display:inline-block;
  303. }
  304.  
  305.  
  306.  
  307. /* BLOGNAME */
  308.  
  309. #blogname {
  310. width:150px;
  311. margin-top:5px;
  312. margin-left:0px;
  313. text-align:left;}
  314.  
  315. #blogname a {
  316. font-size:12px;
  317. font-family:calibri;
  318. letter-spacing:2px;
  319. text-transform:lowercase;
  320. color: {color:Blog Name};
  321. -webkit-transition: all 0.5s ease-in-out;
  322. -moz-transition: all 0.5s ease-in-out;
  323. -o-transition: all 0.5s ease-in-out;
  324. transition: all 0.5s ease-in-out;}
  325.  
  326. #blogname a:hover {
  327. color: {color:Blog Name Hover};
  328. -webkit-transition: all 0.5s ease-in-out;
  329. -moz-transition: all 0.5s ease-in-out;
  330. -o-transition: all 0.5s ease-in-out;
  331. transition: all 0.5s ease-in-out;}
  332.  
  333.  
  334.  
  335. /* SIDEBAR */
  336.  
  337. .sidebar {
  338. width:270px;
  339. height:auto;
  340. top:30px;
  341. left:30px;
  342. position:fixed;
  343. background:transparent;}
  344.  
  345. .sidebarimage {
  346. height:auto;
  347. margin-top:2px;
  348. margin-left:0px;}
  349.  
  350. .sidebarimage img {
  351. width:150px;
  352. padding:3px;
  353. background-color: {color:Post Background};
  354. border:1px solid {color:Sidebar Borders};}
  355.  
  356.  
  357.  
  358. /* DESCRIPTION */
  359.  
  360. .description {
  361. margin-top:3px;
  362. margin-left:0px;
  363. text-align:left;
  364. width: 162px;
  365. font-family:calibri;
  366. font-size:{text:Description Text Size};
  367. letter-spacing:1px;
  368. color: {color:Description Text Color};}
  369.  
  370.  
  371. /* PAGINATION */
  372.  
  373. #pagination {
  374. margin-top:5px;
  375. margin-left:0px;
  376. text-align:center;
  377. width:162px;
  378. letter-spacing:2px;
  379. font-family:calibri;
  380. font-size:10px;
  381. padding-top:6px;
  382. padding-bottom:6px;}
  383.  
  384. #pagination a {
  385. display:inline-block;
  386. width:50px;
  387. margin:1px;
  388. text-align:center;
  389. text-transform:lowercase;
  390. color: {color:Blog Name};
  391. -webkit-transition: all 0.4s ease-in-out;
  392. -moz-transition: all 0.4s ease-in-out;
  393. -o-transition: all 0.4s ease-in-out;
  394. transition: all 0.4s ease-in-out;}
  395.  
  396. #pagination a:hover {
  397. color: {color:Blog Name Hover};
  398. -webkit-transition: all 0.4s ease-in-out;
  399. -moz-transition: all 0.4s ease-in-out;
  400. -o-transition: all 0.4s ease-in-out;
  401. transition: all 0.4s ease-in-out;}
  402.  
  403.  
  404. /* NAVIGATION */
  405.  
  406. #navigation {
  407. width:100px;
  408. margin-left:164px;
  409. margin-top:17px;
  410. text-align:left;
  411. position: fixed;}
  412.  
  413. #navigation a {
  414. display:block;
  415. margin-top:2px;
  416. margin-bottom:3px;
  417. font-family:calibri;
  418. font-size:11px;
  419. letter-spacing:1px;
  420. text-transform:lowercase;
  421. color: {color:Sidebar Links};
  422. -webkit-transition: all 0.5s ease-in-out;
  423. -moz-transition: all 0.5s ease-in-out;
  424. -o-transition: all 0.5s ease-in-out;
  425. transition: all 0.5s ease-in-out;}
  426.  
  427. #navigation a:hover {
  428. color:{color:Sidebar Links Hover};
  429. letter-spacing:3px;
  430. -webkit-transition: all 0.5s ease-in-out;
  431. -moz-transition: all 0.5s ease-in-out;
  432. -o-transition: all 0.5s ease-in-out;
  433. transition: all 0.5s ease-in-out;}
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. </style>
  441.  
  442.  
  443. </head>
  444.  
  445. <body>
  446.  
  447. <div class="sidebar">
  448.  
  449. <div id="navigation">
  450. <a href="/"> Home </a>
  451. <a href="/ask"> Ask </a>
  452. {block:IfShowSubmit}<a href="/submit"> Submit </a>{/block:IfShowSubmit}
  453. {block:IfShowArchive}<a href="/archive"> Archive </a>{/block:IfShowArchive}
  454. {block:IfShowLink1}<a href="{text:Link 1 url}">{text:Link 1} </a>{/block:IfShowLink1}
  455. {block:IfShowLink2}<a href="{text:Link 2 url}">{text:Link 2} </a>{/block:IfShowLink2}
  456. {block:IfShowLink3}<a href="{text:Link 3 url}">{text:Link 3} </a>{/block:IfShowLink3}
  457. {block:IfShowLink4}<a href="{text:Link 4 url}">{text:Link 4} </a>{/block:IfShowLink4}
  458. {block:IfShowLink5}<a href="{text:Link 5 url}">{text:Link 5} </a>{/block:IfShowLink5}
  459. {block:IfShowLink6}<a href="{text:Link 6 url}">{text:Link 6} </a>{/block:IfShowLink6}
  460. {block:IfShowLink7}<a href="{text:Link 7 url}">{text:Link 7} </a>{/block:IfShowLink7}
  461. {block:IfShowLink8}<a href="{text:Link 8 url}">{text:Link 8} </a>{/block:IfShowLink8}
  462. <a href="http://superfrown.tumblr.com"> Theme </a>
  463. </div>
  464.  
  465. <div id="blogname">
  466. <a href="/">{title}</a>
  467. </div>
  468.  
  469. <div class="sidebarimage"><a href="/"><img src="{image:Sidebar Image}"></a></div>
  470.  
  471.  
  472. <div class="description">
  473. {description}
  474. </div>
  475.  
  476.  
  477. <div id="pagination">
  478. {block:PreviousPage}<a href="{PreviousPage}"> « prev </a>{/block:PreviousPage}
  479. {block:NextPage}<a href="{NextPage}"> next » </a>{/block:NextPage}
  480. </div>
  481.  
  482.  
  483. </div>
  484.  
  485.  
  486.  
  487.  
  488. <div class="contentwhole">
  489.  
  490. {block:Posts}
  491.  
  492.  
  493. <div class="content">
  494.  
  495.  
  496. <div class="title">
  497. {block:Title}
  498. {Title}
  499. {/block:Title}
  500. </div>
  501.  
  502. {block:Text}
  503. {Body}
  504. {/block:Text}
  505.  
  506. {block:Photo}
  507. {LinkOpenTag}{block:if500px}<img src="{PhotoURL-500}">{/block:if500px}
  508. {block:ifnot500px}<img src="{PhotoURL-400}">{/block:ifnot500px}{LinkCloseTag}
  509. {block:Caption}{Caption}{/block:Caption}
  510. {/block:Photo}
  511.  
  512. {block:Photoset}
  513. {block:if500px}{Photoset-500}{/block:if500px}
  514. {block:ifnot500px}{Photoset-400}{/block:ifnot500px}
  515. {block:Caption}{Caption}{/block:Caption}
  516. {/block:Photoset}
  517.  
  518. {block:Quote}
  519. <div id="quote">
  520.  
  521. <center>
  522. "{Quote}"
  523. </center>
  524.  
  525. </div>
  526. {block:Source}
  527. <div id="source">
  528. <center>
  529. - {Source}
  530. </center>
  531. </div>{/block:Source}
  532. {/block:Quote}
  533.  
  534. {block:Link}
  535. <a href="{URL}" target="{Target}" class="title"> {Name} → </a>
  536. {block:Description}{Description}{/block:Description}
  537. {/block:Link}
  538.  
  539. {block:Chat}
  540. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  541.  
  542. {/block:Lines}
  543. {/block:Chat}
  544.  
  545.  
  546. {block:Audio}
  547. {block:AudioPlayer}
  548. <div class="audiowrapper">
  549. {block:AlbumArt}
  550. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  551. {/block:AlbumArt}
  552.  
  553. <div class="playerbuttonbg">
  554. <div class="newplayerbutton">
  555. <div class="playerbuttonhug">
  556.  
  557. {AudioPlayerWhite}
  558.  
  559. </div>
  560. </div>
  561. </div>
  562.  
  563. <div class="trackdetails">
  564.  
  565. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  566. {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}<br/>
  567. {block:Album} <b>Album:</b> {Album}{/block:Album}<br/>
  568. <b>Played:</b> {PlayCount} times
  569.  
  570. </div>
  571. </div>
  572. {/block:AudioPlayer}
  573.  
  574. {block:Caption}{Caption}{/block:Caption}
  575. {/block:Audio}
  576.  
  577. {block:Video}
  578. {block:if500px}{Video-500}{/block:if500px}
  579. {block:ifnot500px}{Video-400}{/block:ifnot500px}
  580. {block:Caption}{Caption}{/block:Caption}
  581. {/block:Video}
  582.  
  583. {block:Answer}
  584. <div class="questions"><i><b>{Asker}</b> asked:</i> {Question}
  585. </div>
  586. <div class="reply">{Answer}</div>
  587. {/block:Answer}
  588.  
  589.  
  590.  
  591. </div>
  592.  
  593.  
  594. <div class="info">
  595. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  596. {block:NoteCount}&nbsp;•&nbsp;<a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount}
  597. {block:RebloggedFrom}&nbsp;•&nbsp;<a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}
  598. {block:ContentSource}&nbsp;•&nbsp;<a href="{SourceURL}"> source </a>{/block:ContentSource}
  599. </div>
  600.  
  601. <div class="tags">
  602. {block:IfShowTags}{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  603. </div>
  604.  
  605.  
  606.  
  607. <div id="pn">
  608. {block:PostNotes}{PostNotes}{/block:PostNotes}
  609. </div>
  610.  
  611. {/block:Posts}
  612.  
  613.  
  614.  
  615. </div>
  616.  
  617. </body>
  618. </html>
Advertisement
Add Comment
Please, Sign In to add comment