Advertisement
thehandyblog

One Love Theme

Dec 18th, 2012
2,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 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://static.tumblr.com/evyge5h/Kczmc1hoi/tumblr_mb4p2gr1gu1rrxappo1_500.png">
  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. width:250px;
  122. font-style:italic;
  123. }
  124.  
  125. .pagination a {
  126. margin-left:5px;
  127. margin-right:5px;
  128. }
  129.  
  130. #albumart img {
  131. width: 70px;
  132. height: 70px;
  133. position:absolute
  134. }
  135.  
  136. #mp {
  137. width:420px;
  138. height:35px;
  139. padding-top:20px;
  140. padding-bottom:15px;
  141. padding-left:80px;
  142. background:#e4e4e4
  143. }
  144.  
  145. #permalink {
  146. margin-left:110px;
  147. padding: 5px 10px 5px 10px;
  148. font-size:9px;
  149. background:{color:permalink bg};
  150. font-family:calibri;
  151. text-align:left;
  152. width:480px;
  153. text-transform:uppercase;
  154. }
  155.  
  156. .sidebar {
  157. position: fixed;
  158. margin-top: 180px;
  159. margin-left: -190px;
  160. width: 200px;
  161. font-style:italic;
  162. text-align: center;
  163. }
  164.  
  165.  
  166. http://static.tumblr.com/evyge5h/Kczmc1hoi/tumblr_mb4p2gr1gu1rrxappo1_500.png
  167.  
  168. iframe#tumblr_controls {
  169. position: fixed !important;
  170. z-index: 9999;
  171. }
  172.  
  173. h3 {
  174. font-size:17px;
  175. margin-left:10px;
  176. font-weight:700;
  177. font-style:italic;
  178. }
  179.  
  180. .quo {
  181. font-family:georgia;
  182. font-size:17px;
  183. font-style:italic;
  184. text-align:left;
  185. }
  186.  
  187. idk {
  188. margin-left:55px;
  189. display:block
  190. }
  191.  
  192. qm {
  193. color:{color:Accent};
  194. font-style:normal;
  195. font-size:70px;
  196. margin-top:-15px;
  197. position:absolute;
  198. }
  199.  
  200. ::-webkit-scrollbar {width: 7px; height:7px; background:{color:bg}}
  201. ::-webkit-scrollbar-corner {background:{color:bg}}
  202. ::-webkit-scrollbar-button:vertical {height:0px; display: block; background:{color:scrollbar}}
  203. ::-webkit-scrollbar-button:horizontal {width: 0px; height: 0px; display: block; background:{color:scrollbar}}
  204. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  205. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; border: 0px solid {color:bg}}
  206.  
  207. #asked {
  208. padding:13px;
  209. width:425px;
  210. background:{color:accent};
  211. text-align:left;
  212. margin-left:50px;
  213. }
  214.  
  215. ul.chat {
  216. margin: 0 0 0 0;
  217. padding: 0 0 0 0;
  218. }
  219. .chat li {
  220. list-style-type: none;
  221. margin-left: 0px;
  222. padding: 4px;
  223. }
  224. .chat li.odd {
  225. }
  226. .chat li.even {
  227. background-color: {color:accent};
  228. }
  229.  
  230. #permapage {
  231. margin-left:90px;
  232. width:500px;
  233. text-transform:uppercase;
  234. font-family:calibri;
  235. }
  236.  
  237. #permapage li {
  238. border-bottom:1px solid {color:accent};
  239. list-style-type:none;
  240. margin:0;
  241. padding-top:15px;
  242. padding-bottom:15px;
  243. padding-right:15px;
  244. padding-left:30px;
  245. }
  246.  
  247. #permapage img {
  248. margin-bottom:-3px;
  249. margin-right:5px;
  250. }
  251.  
  252. #bloc
  253. {overflow:hidden;
  254. width:250px;}
  255.  
  256. .transition
  257. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  258.  
  259. #picture
  260. {width:250px;
  261. position:relative;
  262. z-index:99}
  263.  
  264. #picture:hover
  265. {width:340px;}
  266.  
  267. #left
  268. {float:left;
  269. overflow:hidden;
  270. width:125px;
  271. position:relative;
  272. z-index:99}
  273.  
  274. #right
  275. {float:right;
  276. overflow:hidden;
  277. width:125px;
  278. position:relative;
  279. z-index:99}
  280.  
  281. #about
  282. {float:left;
  283. width:210px;
  284. position:absolute;
  285. opacity:1;
  286. padding:20px;
  287. margin-top:30px;}
  288.  
  289. #picture:hover #left
  290. {margin-left:-125px;}
  291.  
  292. #picture:hover #right
  293. {margin-right:-35px;}
  294.  
  295. span.taghead { display:none; } a.tag + span.taghead { display:inline; }
  296.  
  297. #post {
  298. font-style:italic;
  299. }
  300.  
  301. #sbtitle{font-size:15px; font-style:italic; font-weight:bold; margin-bottom:10px;}
  302.  
  303. #nav{margin-top:10px; margin-bottom:10px; text-align:center; -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;
  306. -ms-transition: all 0.5s ease-in-out;
  307. transition: all 0.5s ease-in-out;}
  308.  
  309. #nav a{text-transform:lowercase; font-style:italic; margin-left:3px; margin-right:3px; font-size:10px; -webkit-transition: all 0.5s ease-in-out;
  310. -moz-transition: all 0.5s ease-in-out;
  311. -o-transition: all 0.5s ease-in-out;
  312. -ms-transition: all 0.5s ease-in-out;
  313. transition: all 0.5s ease-in-out;}
  314.  
  315. </style>
  316.  
  317. {block:IfEndlessScroll}
  318. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  319. {/block:IfEndlessScroll}
  320.  
  321. </head>
  322.  
  323.  
  324. <body>
  325.  
  326.  
  327. <div id="content">
  328.  
  329.  
  330. <div class="sidebar">
  331.  
  332. <div id="bloc">
  333. <div id="picture" class="transition">
  334. <div id="left" class="transition">
  335. <img width="250px" src="{image:portrait}">
  336. </div>
  337.  
  338. <div id="about" class="transition">
  339.  
  340. <div id="sbtitle">
  341. <a href="/">{title}</a>
  342. </div>
  343.  
  344. <div id="nav">
  345. <a href="/">home</a>
  346. <a href="/ask">askbox</a>
  347. {Block:IfLinkTitle1}<a href="{text:link url 1}">{text:link title 1}</a>{/Block:IfLinkTitle1}
  348. {Block:IfLinkTitle2}<a href="{text:link url 2}">{text:link title 2}</a>{/Block:IfLinkTitle2}
  349. {Block:IfLinkTitle3}<a href="{text:link url 3}">{text:link title 3}</a>{/Block:IfLinkTitle3}
  350. </div>
  351.  
  352. {Description}
  353.  
  354. </div>
  355.  
  356. <div id="right" class="transition">
  357. <img width="250px" style="margin-left:-125px;" src="{image:portrait}">
  358. </div>
  359. </div>
  360. </div>
  361.  
  362. {block:IfNotEndlessScroll}
  363. <div class="pagination">
  364. {block:Pagination}
  365. {block:PreviousPage}
  366. <a href="{PreviousPage}">&laquo;</a>
  367. {/block:PreviousPage}
  368. {CurrentPage} of {TotalPages}
  369. {block:NextPage}
  370. <a href="{NextPage}">&raquo;</a>
  371. {/block:NextPage}
  372. {/block:Pagination}
  373. </div>
  374. {/block:IfNotEndlessScroll}
  375.  
  376. </div>
  377.  
  378.  
  379. {block:Posts}
  380.  
  381. <br>
  382.  
  383.  
  384. <div class="posts">
  385.  
  386. <div id="post">
  387.  
  388. {block:Text}
  389.  
  390. {block:Title}
  391. <h3>{Title}</h3>
  392. {/block:Title}
  393.  
  394. {Body}
  395.  
  396. {/block:Text}
  397.  
  398.  
  399.  
  400. {block:Photo}
  401.  
  402. <center>
  403. <img src="{PhotoURL-500}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}>
  404. </center>
  405.  
  406. {block:Caption}
  407. <div id="captions">
  408. {Caption}</div>
  409. {/block:Caption}
  410.  
  411. {/block:Photo}
  412.  
  413.  
  414.  
  415. {block:Photoset}
  416.  
  417.  
  418. <div class="photoset">
  419. {Photoset-500}
  420. </div>
  421.  
  422. {block:Caption}
  423. <div id="captions">
  424. {Caption}</div>
  425. {/block:Caption}
  426.  
  427. {/block:Photoset}
  428.  
  429.  
  430.  
  431. {block:Quote}
  432.  
  433.  
  434. <div class="quo"><qm>❝</qm><idk>{Quote}</idk></div>
  435.  
  436. {block:Source}
  437. <br><br>—{Source}
  438. {/block:Source}
  439.  
  440. {/block:Quote}
  441.  
  442.  
  443.  
  444. {block:Link}
  445.  
  446. <a href="{URL}" {Target}><h3>+ {Name}</h3></a>
  447.  
  448. {block:Description}
  449. {Description}
  450. {/block:Description}
  451.  
  452. {/block:Link}
  453.  
  454.  
  455.  
  456. {block:Chat}
  457.  
  458. {block:Title}
  459. {Title}
  460. {/block:Title}
  461.  
  462. <ul class="chat">
  463. {block:Lines}
  464. <li class="{Alt} user_{UserNumber}">
  465. {block:Label}
  466. <b>{Label}</b>
  467. {/block:Label}
  468. <span style="font-style:italic">{Line}</span>
  469. </li>
  470. {/block:Lines}
  471. </ul>
  472.  
  473. {/block:Chat}
  474.  
  475.  
  476.  
  477. {block:Audio}
  478.  
  479.  
  480. <div id="albumart">
  481. {block:AlbumArt}
  482. <img src="{AlbumArtURL}">
  483. {/block:AlbumArt}
  484. </div>
  485.  
  486. <div id="mp">
  487. {AudioPlayerGrey}
  488. </div>
  489.  
  490. <p>
  491.  
  492. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  493. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  494. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  495. <b>Plays:</b> {PlayCount}<br>
  496.  
  497. {block:Caption}
  498. <div id="audiocaptions">
  499. {Caption}</div>
  500. {/block:Caption}
  501.  
  502. {/block:Audio}
  503.  
  504.  
  505.  
  506. {block:Video}
  507.  
  508.  
  509. <div class="video">
  510. {block:IndexPage}{Video-250}{/block:IndexPage}
  511. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  512. </div>
  513.  
  514. {block:Caption}
  515. <div id="captions">
  516. {Caption}</div>
  517. {/block:Caption}
  518.  
  519. {/block:Video}
  520.  
  521.  
  522.  
  523. {block:Answer}
  524.  
  525. <div id="asked">{Asker} asked: {Question}</div> <img src="{AskerPortraitURL-40}" style="margin-top:-40px; position:absolute;"><p>
  526.  
  527. {Answer}
  528.  
  529. {/block:Answer}
  530.  
  531. </div>
  532.  
  533. </div>
  534.  
  535. <div id="permalink">
  536.  
  537. {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}
  538.  
  539. </div>
  540.  
  541. {block:PermalinkPage}
  542. <div id="permapage">
  543. {block:PostNotes}
  544. {PostNotes}
  545. {/block:PostNotes}
  546. </div>
  547. {/block:PermalinkPage}
  548.  
  549. <br>
  550.  
  551. <div style="display:block">
  552. {Block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/Block:RebloggedFrom}
  553. </div>
  554.  
  555. {/block:Posts}
  556.  
  557. </div>
  558.  
  559. <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>
  560.  
  561. </body>
  562. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement