superfrown

Theme #22

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