Advertisement
thehandyblog

Runaway Theme

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