Advertisement
thehandyblog

Upside Down Theme

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