Advertisement
thehandyblog

Take Me Away Theme

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