Advertisement
superfrown

Theme #17

May 20th, 2014
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.15 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 17: Bad Moon Rising
  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 Background Image" content="" />
  33.  
  34. <meta name="color:Background" content="#f8f8f8" />
  35. <meta name="color:Post Background" content="#fdfcfc" />
  36. <meta name="color:Text" content="#2e2e2e" />
  37. <meta name="color:Bold" content="#050505" />
  38. <meta name="color:Italic" content="#8b8b8b" />
  39. <meta name="color:Link" content="#bababa" />
  40. <meta name="color:Link hover" content="#2e2e2e" />
  41. <meta name="color:Borders" content="#bebebe" />
  42. <meta name="color:Blog Name" content="#ffffff" />
  43. <meta name="color:Description Text Color" content="#f4f4f4" />
  44. <meta name="color:Sidebar Background" content="#242424" />
  45. <meta name="color:Sidebar Links" content="#f4f4f4" />
  46. <meta name="color:Sidebar Links Hover" content="#f4f4f4" />
  47. <meta name="color:Sidebar Links Background" content="#bebebe" />
  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="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. <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-size: {text:Text Size};
  97. margin: 0px;
  98. padding: 0px;}
  99.  
  100. a:link, a:active {
  101. text-decoration:none;
  102. color: {color:Link};
  103. -webkit-transition: all 0.4s ease-in-out;
  104. -moz-transition: all 0.4s ease-in-out;
  105. -o-transition: all 0.4s ease-in-out;
  106. transition: all 0.4s ease-in-out;}
  107.  
  108. a:visited {
  109. text-decoration:none;
  110. color: {color:Link};
  111. -webkit-transition: all 0.4s ease-in-out;
  112. -moz-transition: all 0.4s ease-in-out;
  113. -o-transition: all 0.4s ease-in-out;
  114. transition: all 0.4s ease-in-out;}
  115.  
  116. a:hover {
  117. text-decoration:none;
  118. color: {color:Link hover};
  119. -webkit-transition: all 0.4s ease-in-out;
  120. -moz-transition: all 0.4s ease-in-out;
  121. -o-transition: all 0.4s ease-in-out;
  122. transition: all 0.4s ease-in-out;}
  123.  
  124. b, strong, .strong {color:{color:Bold};}
  125.  
  126. blockquote {
  127. margin-left:18px;
  128. margin-bottom:18px;
  129. border-left:2px solid {color:Text};
  130. padding-left:8px; }
  131.  
  132. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  133.  
  134. i, em, .em {color:{color:Italic};}
  135.  
  136. ::-webkit-scrollbar {
  137. height:8px;
  138. width:8px;
  139. background-color: {color:Post Background};}
  140.  
  141. ::-webkit-scrollbar-thumb:vertical {
  142. background-color: {color:Borders};}
  143.  
  144. ::-webkit-scrollbar-thumb:horizontal {
  145. background-color: {color:Borders};}
  146.  
  147.  
  148. /* CONTENT */
  149.  
  150. .contentwhole {
  151. {block:if500px}width:526px;{/block:if500px}
  152. {block:ifnot500px}width:426px;{/block:ifnot500px}
  153. {block:if500px}margin-left:450px;{/block:if500px}
  154. {block:ifnot500px}margin-left:500px;{/block:ifnot500px}
  155. margin-top:60px;
  156. margin-bottom:50px;}
  157.  
  158. .content {
  159. {block:if500px}width:500px;{/block:if500px}
  160. {block:ifnot500px}width:400px;{/block:ifnot500px}
  161. margin-top:50px;
  162. padding:10px;
  163. border:1px solid {color:Borders};
  164. background-color: {color:Post Background};}
  165.  
  166.  
  167. .info {
  168. {block:if500px}width:500px;{/block:if500px}
  169. {block:ifnot500px}width:400px;{/block:ifnot500px}
  170. font-size:8px;border-top:1px solid {color:Borders};
  171. text-align:center;
  172. letter-spacing:1px;
  173. text-transform:uppercase;
  174. padding-top:8px;
  175. margin-top:10px;}
  176.  
  177.  
  178. .tags {
  179. {block:if500px}width:518px;{/block:if500px}
  180. {block:ifnot500px}width:418px;{/block:ifnot500px}
  181. font-size:10px;
  182. text-align:center;
  183. letter-spacing:1px;
  184. padding:2px;
  185. margin-top:2px;}
  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;
  198. background-color:{color:Background};}
  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:40px;
  298. margin-left:46px;
  299. text-align:center;}
  300.  
  301. #blogname a {
  302. font-size:15px;
  303. font-family:calibri;
  304. letter-spacing:2px;
  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 Hover};
  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. .sidebar {
  323. z-index:999999;
  324. width:280px;
  325. height:100%;
  326. left:0px;
  327. top:0px;
  328. position: fixed;
  329. background-color:{color:Sidebar Background};
  330. background-image: url('{image:Sidebar Background Image}');}
  331.  
  332.  
  333. /* DESCRIPTION */
  334.  
  335. .description {
  336. margin-top:2px;
  337. margin-left:46px;
  338. padding-top:8px;
  339. padding-bottom:8px;
  340. text-align:center;
  341. width: 188px;
  342. font-size:{text:Description Text Size};
  343. font-family: calibri;
  344. font-weight:normal;
  345. font-style:normal;
  346. letter-spacing:0px;
  347. border-top:1px solid {color:Borders};
  348. border-bottom:1px solid {color:Borders};
  349. color: {color:Description Text Color};}
  350.  
  351.  
  352. /* PAGINATION */
  353.  
  354. #pagination {
  355. bottom:15px;
  356. margin-left:7px;
  357. text-align:right;
  358. width:266px;
  359. position:fixed;
  360. letter-spacing:1px;
  361. font-size:11px;}
  362.  
  363. #pagination a {
  364. display:inline-block;
  365. width:50px;
  366. margin:1px;
  367. text-align:center;
  368. text-transform:uppercase;
  369. color: {color:Sidebar Links};
  370. -webkit-transition: all 0.4s ease-in-out;
  371. -moz-transition: all 0.4s ease-in-out;
  372. -o-transition: all 0.4s ease-in-out;
  373. transition: all 0.4s ease-in-out;}
  374.  
  375. #pagination a:hover {
  376. color: {color:Sidebar Links Hover};
  377. -webkit-transition: all 0.4s ease-in-out;
  378. -moz-transition: all 0.4s ease-in-out;
  379. -o-transition: all 0.4s ease-in-out;
  380. transition: all 0.4s ease-in-out;}
  381.  
  382.  
  383. /* NAVIGATION */
  384.  
  385. #navigation {
  386. margin-top:5px;
  387. margin-left:44px;
  388. text-align:left;
  389. width:190px;
  390. font-size:11px;
  391. letter-spacing:1px;}
  392.  
  393. #navigation a {
  394. display:block;
  395. width:94px;
  396. padding:2px;
  397. margin:2px;
  398. text-transform:uppercase;
  399. color: {color:Sidebar Links};
  400. -webkit-transition: all 0.6s ease-in-out;
  401. -moz-transition: all 0.6s ease-in-out;
  402. -o-transition: all 0.6s ease-in-out;
  403. transition: all 0.6s ease-in-out;}
  404.  
  405. #navigation a:hover {
  406. width:184px;
  407. color:{color:Sidebar Links Hover};
  408. background-color:{color:Sidebar Links Background};
  409. -webkit-transition: all 0.6s ease-in-out;
  410. -moz-transition: all 0.6s ease-in-out;
  411. -o-transition: all 0.6s ease-in-out;
  412. transition: all 0.6s ease-in-out;}
  413.  
  414.  
  415. </style>
  416.  
  417.  
  418. </head>
  419.  
  420. <body>
  421.  
  422. <div class="sidebar">
  423.  
  424. <div id="blogname">
  425. <a href="/">{title}</a>
  426. </div>
  427.  
  428. <div class="description">
  429. {description}
  430. </div>
  431.  
  432. <div id="navigation">
  433. <a href="/"> Index </a>
  434. <a href="/ask"> Message </a>
  435. {block:IfShowSubmit}<a href="/submit"> Submit </a>{/block:IfShowSubmit}
  436. {block:IfShowArchive}<a href="/archive"> Archive </a>{/block:IfShowArchive}
  437. {block:IfShowLink1}<a href="{text:Link 1 url}">{text:Link 1} </a>{/block:IfShowLink1}
  438. {block:IfShowLink2}<a href="{text:Link 2 url}">{text:Link 2} </a>{/block:IfShowLink2}
  439. {block:IfShowLink3}<a href="{text:Link 3 url}">{text:Link 3} </a>{/block:IfShowLink3}
  440. {block:IfShowLink4}<a href="{text:Link 4 url}">{text:Link 4} </a>{/block:IfShowLink4}
  441. {block:IfShowLink5}<a href="{text:Link 5 url}">{text:Link 5} </a>{/block:IfShowLink5}
  442. {block:IfShowLink6}<a href="{text:Link 6 url}">{text:Link 6} </a>{/block:IfShowLink6}
  443. {block:IfShowLink7}<a href="{text:Link 7 url}">{text:Link 7} </a>{/block:IfShowLink7}
  444. {block:IfShowLink8}<a href="{text:Link 8 url}">{text:Link 8} </a>{/block:IfShowLink8}
  445. <a href="http://superfrown.tumblr.com"> theme </a>
  446. </div>
  447.  
  448. <div id="pagination">
  449. {block:PreviousPage}<a href="{PreviousPage}"> « prev </a>{/block:PreviousPage}
  450. {block:NextPage}<a href="{NextPage}"> next » </a>{/block:NextPage}
  451. </div>
  452.  
  453. </div>
  454.  
  455.  
  456.  
  457.  
  458. <div class="contentwhole">
  459.  
  460.  
  461. {block:Posts}
  462.  
  463.  
  464.  
  465. <div class="content">
  466.  
  467. <div class="title">
  468. {block:Title}
  469. {Title}
  470. {/block:Title}
  471. </div>
  472.  
  473. {block:Text}
  474. {Body}
  475. {/block:Text}
  476.  
  477. {block:Photo}
  478. {LinkOpenTag}{block:if500px}<img src="{PhotoURL-500}">{/block:if500px}
  479. {block:ifnot500px}<img src="{PhotoURL-400}">{/block:ifnot500px}{LinkCloseTag}
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:Photo}
  482.  
  483. {block:Photoset}
  484. {block:if500px}{Photoset-500}{/block:if500px}
  485. {block:ifnot500px}{Photoset-400}{/block:ifnot500px}
  486. {block:Caption}{Caption}{/block:Caption}
  487. {/block:Photoset}
  488.  
  489. {block:Quote}
  490. <div id="quote">
  491.  
  492. <center>
  493. "{Quote}"
  494. </center>
  495.  
  496. </div>
  497. {block:Source}
  498. <div id="source">
  499. <center>
  500. - {Source}
  501. </center>
  502. </div>{/block:Source}
  503. {/block:Quote}
  504.  
  505. {block:Link}
  506. <a href="{URL}" target="{Target}" class="title"> {Name} → </a>
  507. {block:Description}{Description}{/block:Description}
  508. {/block:Link}
  509.  
  510. {block:Chat}
  511. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  512.  
  513. {/block:Lines}
  514. {/block:Chat}
  515.  
  516.  
  517. {block:Audio}
  518. {block:AudioPlayer}
  519. <div class="audiowrapper">
  520. {block:AlbumArt}
  521. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  522. {/block:AlbumArt}
  523.  
  524. <div class="playerbuttonbg">
  525. <div class="newplayerbutton">
  526. <div class="playerbuttonhug">
  527.  
  528. {AudioPlayerWhite}
  529.  
  530. </div>
  531. </div>
  532. </div>
  533.  
  534. <div class="trackdetails">
  535.  
  536. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  537. {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}<br/>
  538. {block:Album} <b>Album:</b> {Album}{/block:Album}<br/>
  539. <b>Played:</b> {PlayCount} times
  540.  
  541. </div>
  542. </div>
  543. {/block:AudioPlayer}
  544.  
  545. {block:Caption}{Caption}{/block:Caption}
  546. {/block:Audio}
  547.  
  548. {block:Video}
  549. {block:if500px}{Video-500}{/block:if500px}
  550. {block:ifnot500px}{Video-400}{/block:ifnot500px}
  551. {block:Caption}{Caption}{/block:Caption}
  552. {/block:Video}
  553.  
  554. {block:Answer}
  555. <div class="questions"><i><b>{Asker}</b> asked:</i> {Question}
  556. </div>
  557. <div class="reply">{Answer}</div>
  558. {/block:Answer}
  559.  
  560.  
  561. <div class="info">
  562. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  563. {block:NoteCount}&nbsp;•&nbsp;<a href="{Permalink}"> {NoteCount}</a>{/block:NoteCount}
  564. {block:RebloggedFrom}&nbsp;•&nbsp;<a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}
  565. {block:ContentSource}&nbsp;•&nbsp;<a href="{SourceURL}"> source </a>{/block:ContentSource}
  566. </div>
  567.  
  568.  
  569.  
  570. </div>
  571.  
  572.  
  573. <div class="tags">
  574. {block:IfShowTags}{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  575. </div>
  576.  
  577.  
  578. {block:PostNotes}{PostNotes}{/block:PostNotes}
  579.  
  580. {/block:Posts}
  581. </div>
  582.  
  583. </body>
  584. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement