Advertisement
thehandyblog

Don't Let Go Theme

Dec 16th, 2012
1,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!----
  4.  
  5. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  6. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  7. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  8.  
  9. Theme by © Stratfor-d
  10.  
  11. ✔ Keep the credits intact.
  12. ✔ Don't use as a base.
  13. ✔ Don't claim as yours.
  14.  
  15. ---->
  16.  
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <meta name="color:Bg" content="#ffffff">
  26. <meta name="color:Links" content="#bbbbbb">
  27. <meta name="color:Hover" content="#9b9b9b">
  28. <meta name="color:Text" content="#727272">
  29. <meta name="color:Accent" content="#f5f5f5">
  30. <meta name="color:Scrollbar" content="#eee">
  31. <meta name="color:Nav Bg One" content="#ccc">
  32. <meta name="color:Nav Bg Two" content="#bbb">
  33. <meta name="color:Nav Bg Three" content="#BF4B4B">
  34.  
  35. <meta name="text:Link Title 1" content="Link One">
  36. <meta name="text:Link Url 1" content="/">
  37. <meta name="text:Link Title 2" content="Link Two">
  38. <meta name="text:Link Url 2" content="/">
  39. <meta name="text:Link Title 3" content="Link Three">
  40. <meta name="text:Link Url 3" content="/">
  41.  
  42. <meta name="image:Portrait" content="http://static.tumblr.com/evyge5h/ZhHmema2r/kk.png">
  43.  
  44. <meta name="if:EndlessScroll" content="0">
  45. <meta name="if:ShowCaptions" content="1">
  46. <meta name="if:StretchPhotos" content="1">
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. /* Main/General Code: Applies to all*/
  52.  
  53. body {
  54. font-family:cambria;
  55. font-size: 11px;
  56. background:{color:Bg};
  57. color: {color:Text};
  58. margin: 0;
  59. }
  60.  
  61. a {
  62. color: {color:links};
  63. text-decoration: none;
  64. transition-duration: 0.20s;
  65. -moz-transition-duration: 0.20s;
  66. -webkit-transition-duration: 0.20s;
  67. -o-transition-duration: 0.20s;
  68.  
  69. }
  70.  
  71. a:hover {
  72. color: {color:hover};
  73. }
  74.  
  75. #content {
  76. padding: 1px 20px 20px 20px;
  77. width: 540px;
  78. margin-left:300px;
  79. }
  80.  
  81. .posts {
  82. padding: 10px;
  83. margin-top: 20px;
  84. margin-left:100px;
  85. overflow: hidden;
  86. width: 500px;
  87. }
  88.  
  89. .posts img {
  90. max-width: 100%;
  91. }
  92.  
  93. blockquote {
  94. border-left: 4px solid {color:accent};
  95. padding: 1px 1px 1px 10px;
  96. margin: 5px;
  97. }
  98.  
  99.  
  100. #captions {
  101. display: block;
  102. margin-top: 10px;
  103. {block:IfNotShowCaptions}
  104. {block:IndexPage}
  105. display: none;
  106. {/block:IndexPage}
  107. {/block:IfNotShowCaptions}
  108. }
  109.  
  110. #audiocaptions {
  111. display: block;
  112. padding: 1px 10px 1px 10px;
  113. margin-top: 10px;
  114. background:{color:accent};
  115. {block:IfNotShowCaptions}
  116. {block:IndexPage}
  117. display: none;
  118. {/block:IndexPage}
  119. {/block:IfNotShowCaptions}
  120. }
  121.  
  122. .pagination {
  123. margin-bottom:10px;
  124. float:right;
  125. font-style:italic;
  126. }
  127.  
  128. .pagination a {
  129. margin-left:5px;
  130. margin-right:5px;
  131. }
  132.  
  133. #albumart img {
  134. width: 70px;
  135. height: 70px;
  136. position:absolute
  137. }
  138.  
  139. #mp {
  140. width:420px;
  141. height:35px;
  142. padding-top:20px;
  143. padding-bottom:15px;
  144. padding-left:80px;
  145. background:#e4e4e4
  146. }
  147.  
  148. #permalink {
  149. border-top:1px solid {color:Accent};
  150. margin-left:100px;
  151. padding: 5px 10px 5px 10px;
  152. width:500px;
  153. font-size:9px;
  154. text-transform:uppercase;
  155. }
  156.  
  157. .sidebar {
  158. position: fixed;
  159. margin-top: 180px;
  160. margin-left: -190px;
  161. width: 200px;
  162. text-align: center;
  163. padding: 10px;
  164. }
  165.  
  166.  
  167. .simg {
  168. width: 200px;
  169. margin-bottom:10px;
  170. }
  171.  
  172.  
  173. #title {
  174. margin-bottom: 5px;
  175. text-align: center;
  176. color: #000;
  177. background: #F0F0F0;
  178. padding: 5px;
  179. letter-spacing: 1px;
  180. }
  181.  
  182. #links {
  183. position:absolute;
  184. text-align: center;
  185. color:{color:navigation text};
  186. font-family:9px;
  187. z-index:0;
  188. margin-top:-180px;
  189. opacity:0;
  190. margin-left:25px;
  191. text-transform:uppercase;
  192. transition-duration: 0.70s;
  193. -moz-transition-duration: 0.70s;
  194. -webkit-transition-duration: 0.70s;
  195. -o-transition-duration: 0.70s;
  196. }
  197.  
  198. #links a:hover {
  199. -moz-transform:perspective(400px) rotateY(360deg);
  200. -webkit-transform:perspective(400px) rotateY(360deg);
  201. -o-transform:perspective(400px) rotateY(360deg);
  202. -ms-transform:perspective(400px) rotateY(360deg);
  203. }
  204.  
  205. .sidebar:hover #links {
  206. opacity:1;
  207. margin-top:-130px;
  208. position:absolute;
  209. z-index:99
  210. }
  211.  
  212. #links a {
  213. width:50px;
  214. padding-top:20px;
  215. padding-bottom:20px;
  216. display:inline-block;
  217. -moz-transform:perspective(400px) rotateY(0deg);
  218. -webkit-transform:perspective(400px) rotateY(0deg);
  219. -o-transform:perspective(400px) rotateY(0deg);
  220. -ms-transform:perspective(400px) rotateY(0deg);
  221. transition-duration: 0.70s;
  222. -moz-transition-duration: 0.70s;
  223. -webkit-transition-duration: 0.70s;
  224. -o-transition-duration: 0.70s;
  225. }
  226.  
  227. .l1 { background:{color:nav bg one} }
  228. .l2 { background:{color:nav bg two} }
  229. .l3 { background:{color:nav bg three} }
  230.  
  231. iframe#tumblr_controls {
  232. position: fixed !important;
  233. z-index: 9999;
  234. }
  235.  
  236. .desc {
  237. width:180px;
  238. margin-left:10px;
  239. margin-top:5px;
  240. font-size:9px;
  241. text-transform:uppercase;
  242. }
  243.  
  244. h3 {
  245. font-size:17px;
  246. margin-left:10px;
  247. font-weight:700;
  248. font-style:italic;
  249. }
  250.  
  251. .quo {
  252. font-family:georgia;
  253. font-size:17px;
  254. font-style:italic;
  255. text-align:left;
  256. }
  257.  
  258. idk {
  259. margin-left:55px;
  260. display:block
  261. }
  262.  
  263. qm {
  264. color:{color:Accent};
  265. font-style:normal;
  266. font-size:70px;
  267. margin-top:-15px;
  268. position:absolute;
  269. }
  270.  
  271. ::-webkit-scrollbar {width: 7px; height:7px; background:{color:bg}}
  272. ::-webkit-scrollbar-corner {background:{color:bg}}
  273. ::-webkit-scrollbar-button:vertical {height:0px; display: block; background:{color:scrollbar}}
  274. ::-webkit-scrollbar-button:horizontal {width: 0px; height: 0px; display: block; background:{color:scrollbar}}
  275. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  276. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; border: 0px solid {color:bg}}
  277.  
  278. #asked {
  279. padding:13px;
  280. width:450px;
  281. background:{color:accent};
  282. text-align:left;
  283. margin-left:50px;
  284. }
  285.  
  286. ul.chat {
  287. margin: 0 0 0 0;
  288. padding: 0 0 0 0;
  289. }
  290. .chat li {
  291. list-style-type: none;
  292. margin-left: 0px;
  293. padding: 4px;
  294. }
  295. .chat li.odd {
  296. }
  297. .chat li.even {
  298. background-color: {color:accent};
  299. }
  300.  
  301. #permapage {
  302. margin-left:90px;
  303. width:500px;
  304. }
  305.  
  306. #permapage li {
  307. border-bottom:1px solid {color:accent};
  308. list-style-type:none;
  309. margin:0;
  310. padding-top:15px;
  311. padding-bottom:15px;
  312. padding-right:15px;
  313. padding-left:30px;
  314. }
  315.  
  316. #permapage img {
  317. margin-bottom:-3px;
  318. margin-right:5px;
  319. }
  320.  
  321. </style>
  322.  
  323. {block:IfEndlessScroll}
  324. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  325. {/block:IfEndlessScroll}
  326.  
  327. </head>
  328.  
  329.  
  330. <body>
  331.  
  332.  
  333. <div id="content">
  334.  
  335.  
  336. <div class="sidebar">
  337.  
  338. {block:IfNotEndlessScroll}
  339. <div class="pagination">
  340. {block:Pagination}
  341. {block:PreviousPage}
  342. <a href="{PreviousPage}">←</a>
  343. {/block:PreviousPage}
  344. {CurrentPage} of {TotalPages}
  345. {block:NextPage}
  346. <a href="{NextPage}">→</a>
  347. {/block:NextPage}
  348. {/block:Pagination}
  349. </div>
  350. {/block:IfNotEndlessScroll}
  351.  
  352. <img src="{image:Portrait}" class="simg" width="200px">
  353.  
  354. <div id="links">
  355. <a href="/" title="home" class="l1"><img src="http://media.tumblr.com/tumblr_men769odFh1ruxj87.gif"></a><a href="/ask" title="ask" class="l2"><img src="http://media.tumblr.com/tumblr_men76o0qRC1ruxj87.gif"></a><a href="/archive" title="archive" class="l3"><img src="http://media.tumblr.com/tumblr_men76hN0qM1ruxj87.gif"></a><br>{Block:IfLinkUrl1}<a href="{text:link url 1}" title="{text:link title 1}" class="l2"><img src="http://media.tumblr.com/tumblr_men77bazVB1ruxj87.gif"></a>{/Block:IfLinkUrl1}{Block:IfLinkUrl2}<a href="{text:link url 2}" title="{text:link title 2}" class="l3"><img src="http://media.tumblr.com/tumblr_men77rsrSj1ruxj87.gif"></a>{/Block:IfLinkUrl2}{Block:IfLinkUrl3}<a href="{text:link url 3}" title="{text:link title 3}" class="l1"><img src="http://media.tumblr.com/tumblr_men78mvZ551ruxj87.gif"></a>{/Block:IfLinkUrl3}
  356. </div>
  357.  
  358. <div class="desc">{Description}</div>
  359.  
  360. </div>
  361.  
  362.  
  363. {block:Posts}
  364.  
  365. <br>
  366.  
  367.  
  368. <div class="posts">
  369.  
  370.  
  371. {block:Text}
  372.  
  373. {block:Title}
  374. <h3>{Title}</h3>
  375. {/block:Title}
  376.  
  377. {Body}
  378.  
  379. {/block:Text}
  380.  
  381.  
  382.  
  383. {block:Photo}
  384.  
  385. <center>
  386. <img src="{PhotoURL-500}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}>
  387. </center>
  388.  
  389. {block:Caption}
  390. <div id="captions">
  391. {Caption}</div>
  392. {/block:Caption}
  393.  
  394. {/block:Photo}
  395.  
  396.  
  397.  
  398. {block:Photoset}
  399.  
  400.  
  401. <div class="photoset">
  402. {Photoset-500}
  403. </div>
  404.  
  405. {block:Caption}
  406. <div id="captions">
  407. {Caption}</div>
  408. {/block:Caption}
  409.  
  410. {/block:Photoset}
  411.  
  412.  
  413.  
  414. {block:Quote}
  415.  
  416.  
  417. <div class="quo"><qm>❝</qm><idk>{Quote}</idk></div>
  418.  
  419. {block:Source}
  420. <br><br>—{Source}
  421. {/block:Source}
  422.  
  423. {/block:Quote}
  424.  
  425.  
  426.  
  427. {block:Link}
  428.  
  429. <a href="{URL}" {Target}><h3>+ {Name}</h3></a>
  430.  
  431. {block:Description}
  432. {Description}
  433. {/block:Description}
  434.  
  435. {/block:Link}
  436.  
  437.  
  438.  
  439. {block:Chat}
  440.  
  441. {block:Title}
  442. {Title}
  443. {/block:Title}
  444.  
  445. <ul class="chat">
  446. {block:Lines}
  447. <li class="{Alt} user_{UserNumber}">
  448. {block:Label}
  449. <b>{Label}</b>
  450. {/block:Label}
  451. <span style="font-style:italic">{Line}</span>
  452. </li>
  453. {/block:Lines}
  454. </ul>
  455.  
  456. {/block:Chat}
  457.  
  458.  
  459.  
  460. {block:Audio}
  461.  
  462.  
  463. <div id="albumart">
  464. {block:AlbumArt}
  465. <img src="{AlbumArtURL}">
  466. {/block:AlbumArt}
  467. </div>
  468.  
  469. <div id="mp">
  470. {AudioPlayerGrey}
  471. </div>
  472.  
  473. <p>
  474.  
  475. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  476. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  477. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  478. <b>Plays:</b> {PlayCount}<br>
  479.  
  480. {block:Caption}
  481. <div id="audiocaptions">
  482. {Caption}</div>
  483. {/block:Caption}
  484.  
  485. {/block:Audio}
  486.  
  487.  
  488.  
  489. {block:Video}
  490.  
  491.  
  492. <div class="video">
  493. {block:IndexPage}{Video-250}{/block:IndexPage}
  494. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  495. </div>
  496.  
  497. {block:Caption}
  498. <div id="captions">
  499. {Caption}</div>
  500. {/block:Caption}
  501.  
  502. {/block:Video}
  503.  
  504.  
  505.  
  506. {block:Answer}
  507.  
  508. <div id="asked">{Asker} asked: {Question}</div> <img src="{AskerPortraitURL-40}" style="margin-top:-40px; position:absolute;"><p>
  509.  
  510. {Answer}
  511.  
  512. {/block:Answer}
  513.  
  514.  
  515. </div>
  516.  
  517. <div id="permalink">
  518.  
  519. {Block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/Block:Date}{Block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{Block:ContentSource} <a href="{SourceURL}" style="margin-left:0px;">©</a>{/block:ContentSource}{block:HasTags}<br><div style="float:right;">{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  520.  
  521. </div>
  522.  
  523. {block:PermalinkPage}
  524. <div id="permapage">
  525. {block:PostNotes}
  526. {PostNotes}
  527. {/block:PostNotes}
  528. </div>
  529. {/block:PermalinkPage}
  530.  
  531. <br>
  532.  
  533. {/block:Posts}
  534.  
  535. </div>
  536.  
  537. <a style="bottom:10px; font-size:9px; right:10px; letter-spacing:1px; position:fixed" href="http://stratfor-d.tumblr.com">CREDIT</a>
  538.  
  539. </body>
  540. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement