superfrown

Theme #15 Version 1

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