superfrown

Theme #15 Version 2

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