Advertisement
superfrown

Theme #18

Sep 9th, 2014
1,988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.80 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 #18 Alligator Sky
  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:Sidebar Background" content="#e7e7e7" />
  37. <meta name="color:Text" content="#2e2e2e" />
  38. <meta name="color:Bold" content="#050505" />
  39. <meta name="color:Italic" content="#6e6e6e" />
  40. <meta name="color:Link" content="#91a2a8" />
  41. <meta name="color:Link hover" content="#cccece" />
  42. <meta name="color:Borders" content="#909090" />
  43. <meta name="color:Blog Name" content="#606060" />
  44. <meta name="color:Blog Name Hover" content="#b3b3b3" />
  45. <meta name="color:Sidebar Image Border" content="#606060" />
  46. <meta name="color:Description Text Color" content="#020202" />
  47. <meta name="color:Sidebar Links" content="#606060" />
  48. <meta name="color:Sidebar Links Hover" content="#a5a5a5" />
  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. <meta name="if:Show Link7" content="1">
  62. <meta name="if:Show Link8" content="1">
  63.  
  64.  
  65. <meta name="text:Text Size" content="11px" />
  66. <meta name="text:Description Text Size" content="11px" />
  67.  
  68. <meta name="text:Link 1 URL" content="http://" />
  69. <meta name="text:Link 1" content="Link 1" />
  70. <meta name="text:Link 2 URL" content="http://" />
  71. <meta name="text:Link 2" content="Link 2" />
  72. <meta name="text:Link 3 URL" content="http://" />
  73. <meta name="text:Link 3" content="Link 3" />
  74. <meta name="text:Link 4 URL" content="http://" />
  75. <meta name="text:Link 4" content="Link 4" />
  76. <meta name="text:Link 5 URL" content="http://" />
  77. <meta name="text:Link 5" content="Link 5" />
  78. <meta name="text:Link 6 URL" content="http://" />
  79. <meta name="text:Link 6" content="Link 6" />
  80. <meta name="text:Link 7 URL" content="http://" />
  81. <meta name="text:Link 7" content="Link 7" />
  82. <meta name="text:Link 8 URL" content="http://" />
  83. <meta name="text:Link 8" content="Link 8" />
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88. /* MAIN */
  89.  
  90. body {
  91. background-color:{color:Background};
  92. background-image: url('{image:Background}');
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. color:{color:Text};
  96. font-family:arial;
  97. font-weight:0px;
  98. font-style:0px;
  99. letter-spacing:1px;
  100. font-size: {text:Text Size};
  101. margin: 0px;
  102. padding: 0px;}
  103.  
  104. a:link, a:active {
  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:visited {
  113. text-decoration:none;
  114. color: {color:Link};
  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. a:hover {
  121. text-decoration:none;
  122. color: {color:Link hover};
  123. -webkit-transition: all 0.4s ease-in-out;
  124. -moz-transition: all 0.4s ease-in-out;
  125. -o-transition: all 0.4s ease-in-out;
  126. transition: all 0.4s 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:Post 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:522px;{/block:if500px}
  156. margin-bottom:50px;
  157. margin-left:450px;
  158. }
  159.  
  160. .content {
  161. {block:if500px}width:500px;{/block:if500px}
  162. {block:ifnot500px}width:400px;{/block:ifnot500px}
  163. margin-top:40px;
  164. margin-left:0px;
  165. padding:10px;
  166. border:1px solid {color:Borders};
  167. background-color: {color:Post Background};}
  168.  
  169.  
  170. .info {
  171. {block:if500px}width:498px;{/block:if500px}
  172. {block:ifnot500px}width:398px;{/block:ifnot500px}
  173. font-size:7px;
  174. border:1px solid {color:Borders};
  175. text-align:center;
  176. letter-spacing:1px;
  177. text-transform:uppercase;
  178. padding-top:4px;
  179. padding-bottom:4px;
  180. margin-top:10px;
  181. background-color:{color:Sidebar Background};}
  182.  
  183.  
  184. .tags {
  185. {block:if500px}width:500px;{/block:if500px}
  186. {block:ifnot500px}width:400px;{/block:ifnot500px}
  187. font-size:9px;
  188. text-align:center;
  189. letter-spacing:1px;
  190. margin-top:2px;}
  191.  
  192.  
  193. .title {
  194. font-size: 12px;
  195. font-weight:bold;
  196. text-align: center;}
  197.  
  198. #pn {
  199. width:520px;
  200. text-align:left;
  201. margin:0 auto;
  202. }
  203.  
  204.  
  205. /* Asks */
  206. .questions {
  207. text-align:center;
  208. padding:8px;
  209. background-color:{color:Background};}
  210.  
  211. .reply {
  212. padding: 6px;}
  213.  
  214.  
  215. /* Quote */
  216. #quote {
  217. font-size: 12px;}
  218. #source {
  219. font-size: 11px;
  220. margin-top: 10px;}
  221.  
  222.  
  223. /* Audio */
  224. .playerbuttonbg {
  225. position: absolute;
  226. left: 14px;
  227. top: 14px;
  228. width: 30px;
  229. height: 30px;
  230. background-color: #ffffff;
  231. padding: 10px;
  232. opacity: .4;
  233. filter: alpha(opacity=40);
  234. -moz-opacity: 0.4;
  235. -khtml-opacity: 0.4;
  236. transition: opacity .7s ease-in-out;
  237. -moz-transition: opacity .7s ease-in-out;
  238. -webkit-transition: opacity .7s ease-in-out;
  239. }
  240.  
  241. .playerbuttonbg:hover {
  242. opacity: 1;
  243. filter: alpha(opacity=100);
  244. -moz-opacity: 1;
  245. -khtml-opacity: 1;
  246. }
  247.  
  248. .newplayerbutton {
  249. position: relative;
  250. width: 30px;
  251. height: 30px;
  252. overflow: hidden;
  253. }
  254.  
  255. .playerbuttonhug {
  256. position: absolute;
  257. top: -29px;
  258. left: -9px;
  259. }
  260.  
  261. .tumblr_audio_player {
  262. height: 90px;
  263. width: 270px;
  264. -moz-transform: scale(0.60, 0.60);
  265. -webkit-transform: scale(0.60, 0.60);
  266. -o-transform: scale(0.60, 0.60);
  267. -ms-transform: scale(0.60, 0.60);
  268. transform: scale(0.60, 0.60);
  269. -moz-transform-origin: top left;
  270. -webkit-transform-origin: top left;
  271. -o-transform-origin: top left;
  272. -ms-transform-origin: top left;
  273. transform-origin: top left;
  274. }
  275.  
  276. .audioimgwrapper {
  277. position: absolute;
  278. left: 0px;
  279. top: 0px;
  280. overflow: hidden;
  281. width: 79px;
  282. height: 79px;
  283. }
  284.  
  285. .audioimgwrapper img {
  286. width: 100%;
  287. height: auto;
  288. }
  289.  
  290. .trackdetails {
  291. width: auto;
  292. display:inline-block;
  293. margin-left: 90px;
  294. min-height: 85px;
  295. }
  296.  
  297. .audiowrapper {
  298. position: relative;
  299. display:inline-block;
  300. }
  301.  
  302.  
  303.  
  304. /* BLOGNAME */
  305.  
  306. #blogname {
  307. width:156px;
  308. margin-top:60px;
  309. margin-left:12px;
  310. text-align:left;}
  311.  
  312. #blogname a {
  313. font-size:12px;
  314. font-family:arial;
  315. letter-spacing:2px;
  316. text-transform:lowercase;
  317. color: {color:Blog Name};
  318. -webkit-transition: all 0.4s ease-in-out;
  319. -moz-transition: all 0.4s ease-in-out;
  320. -o-transition: all 0.4s ease-in-out;
  321. transition: all 0.4s ease-in-out;}
  322.  
  323. #blogname a:hover {
  324. color: {color:Blog Name Hover};
  325. -webkit-transition: all 0.4s ease-in-out;
  326. -moz-transition: all 0.4s ease-in-out;
  327. -o-transition: all 0.4s ease-in-out;
  328. transition: all 0.4s ease-in-out;}
  329.  
  330.  
  331.  
  332. /* SIDEBAR */
  333.  
  334. .sidebar {
  335. width:180px;
  336. height:100%;
  337. top:0px;
  338. left:0px;
  339. position:fixed;
  340. border-right:10px solid {color:Sidebar Image Border};
  341. background-color:{color:Sidebar Background};}
  342.  
  343. .sidebarimage {
  344. height:auto;
  345. margin-top:5px;
  346. margin-left:12px;}
  347.  
  348. .sidebarimage img {
  349. width:220px;
  350. background-color:{color:Sidebar Background};
  351. border:10px solid {color:Sidebar Image Border};}
  352.  
  353.  
  354.  
  355. /* DESCRIPTION */
  356.  
  357. .description {
  358. margin-top:5px;
  359. margin-left:12px;
  360. padding:6px;
  361. text-align:center;
  362. width: 148px;
  363. font-family:calibri;
  364. font-size:{text:Description Text Size};
  365. font-weight:normal;
  366. font-style:normal;
  367. letter-spacing:0px;
  368. color: {color:Description Text Color};}
  369.  
  370.  
  371. /* PAGINATION */
  372.  
  373. #pagination {
  374. margin-top:15px;
  375. margin-left:12px;
  376. text-align:center;
  377. width:160px;
  378. position:fixed;
  379. letter-spacing:2px;
  380. font-family:calibri;
  381. font-size:10px;
  382. padding-top:2px;
  383. padding-bottom:3px;}
  384.  
  385. #pagination a {
  386. display:inline-block;
  387. width:50px;
  388. margin:1px;
  389. text-align:center;
  390. text-transform:uppercase;
  391. color: {color:Sidebar Links};
  392. -webkit-transition: all 0.4s ease-in-out;
  393. -moz-transition: all 0.4s ease-in-out;
  394. -o-transition: all 0.4s ease-in-out;
  395. transition: all 0.4s ease-in-out;}
  396.  
  397. #pagination a:hover {
  398. color: {color:Sidebar Links Hover};
  399. -webkit-transition: all 0.4s ease-in-out;
  400. -moz-transition: all 0.4s ease-in-out;
  401. -o-transition: all 0.4s ease-in-out;
  402. transition: all 0.4s ease-in-out;}
  403.  
  404.  
  405. /* NAVIGATION */
  406.  
  407. #navigation {
  408. width:90px;
  409. margin-left:180px;
  410. margin-top:2px;
  411. position:fixed;
  412. text-align:left;}
  413.  
  414. #navigation a {
  415. display:block;
  416. margin-top:4px;
  417. margin-bottom:4px;
  418. padding-left:6px;
  419. font-family:calibri;
  420. font-size:11px;
  421. letter-spacing:1px;
  422. text-transform:lowercase;
  423. color: {color:Sidebar Links};
  424. border-left:10px solid {color:Sidebar Image Border};
  425. -webkit-transition: all 0.4s ease-in-out;
  426. -moz-transition: all 0.4s ease-in-out;
  427. -o-transition: all 0.4s ease-in-out;
  428. transition: all 0.4s ease-in-out;}
  429.  
  430. #navigation a:hover {
  431. color:{color:Sidebar Links Hover};
  432. border-left:28px solid {color:Sidebar Image Border};
  433. -webkit-transition: all 0.4s ease-in-out;
  434. -moz-transition: all 0.4s ease-in-out;
  435. -o-transition: all 0.4s ease-in-out;
  436. transition: all 0.4s ease-in-out;}
  437.  
  438.  
  439.  
  440.  
  441. </style>
  442.  
  443.  
  444. </head>
  445.  
  446. <body>
  447.  
  448. <div class="sidebar">
  449.  
  450. <div id="blogname">
  451. <a href="/">{title}</a>
  452. </div>
  453.  
  454. <div class="sidebarimage"><a href="/"><img src="{image:Sidebar Image}"></a></div>
  455.  
  456. <div id="navigation">
  457. <a href="/"> Home </a>
  458. <a href="/ask"> Ask </a>
  459. {block:IfShowSubmit}<a href="/submit"> Submit </a>{/block:IfShowSubmit}
  460. {block:IfShowArchive}<a href="/archive"> Archive </a>{/block:IfShowArchive}
  461. {block:IfShowLink1}<a href="{text:Link 1 url}">{text:Link 1} </a>{/block:IfShowLink1}
  462. {block:IfShowLink2}<a href="{text:Link 2 url}">{text:Link 2} </a>{/block:IfShowLink2}
  463. {block:IfShowLink3}<a href="{text:Link 3 url}">{text:Link 3} </a>{/block:IfShowLink3}
  464. {block:IfShowLink4}<a href="{text:Link 4 url}">{text:Link 4} </a>{/block:IfShowLink4}
  465. {block:IfShowLink5}<a href="{text:Link 5 url}">{text:Link 5} </a>{/block:IfShowLink5}
  466. {block:IfShowLink6}<a href="{text:Link 6 url}">{text:Link 6} </a>{/block:IfShowLink6}
  467. {block:IfShowLink7}<a href="{text:Link 7 url}">{text:Link 7} </a>{/block:IfShowLink7}
  468. {block:IfShowLink8}<a href="{text:Link 8 url}">{text:Link 8} </a>{/block:IfShowLink8}
  469. <a href="http://superfrown.tumblr.com"> theme </a>
  470. </div>
  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.  
  494. <div class="content">
  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. <div class="info">
  591. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  592. {block:NoteCount}&nbsp;•&nbsp;<a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount}
  593. {block:RebloggedFrom}&nbsp;•&nbsp;<a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}
  594. {block:ContentSource}&nbsp;•&nbsp;<a href="{SourceURL}"> source </a>{/block:ContentSource}
  595. </div>
  596.  
  597.  
  598. <div class="tags">
  599. {block:IfShowTags}{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  600. </div>
  601.  
  602.  
  603. </div>
  604.  
  605. <div id="pn">
  606. {block:PostNotes}{PostNotes}{/block:PostNotes}
  607. </div>
  608.  
  609. {/block:Posts}
  610.  
  611.  
  612.  
  613. </div>
  614.  
  615. </body>
  616. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement