Advertisement
thehandyblog

Stupid Love Theme

Dec 20th, 2012
3,600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 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="#9b9b9b">
  27. <meta name="color:Hover" content="#919191">
  28. <meta name="color:Text" content="#5f5f5f">
  29. <meta name="color:Accent" content="#f5f5f5">
  30. <meta name="color:Border" content="#e4e4e4">
  31. <meta name="color:Scrollbar" content="#eeeeee">
  32. <meta name="color:Permalink Bg" content="#F9F9F9">
  33.  
  34. <meta name="text:Link Title 1" content="Link">
  35. <meta name="text:Link Url 1" content="/">
  36. <meta name="text:Link Title 2" content="Link">
  37. <meta name="text:Link Url 2" content="/">
  38. <meta name="text:Link Title 3" content="Link">
  39. <meta name="text:Link Url 3" content="/">
  40.  
  41. <meta name="image:Portrait" content="http://25.media.tumblr.com/tumblr_me3q0xwc541qjt06no1_r1_500.png">
  42.  
  43. <meta name="if:EndlessScroll" content="0">
  44. <meta name="if:ShowCaptions" content="1">
  45. <meta name="if:StretchPhotos" content="1">
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. /* Main/General Code: Applies to all*/
  51.  
  52. body {
  53. font-family:calibri;
  54. font-size: 10px;
  55. background:{color:Bg};
  56. color: {color:Text};
  57. margin: 0;
  58. }
  59.  
  60. a {
  61. color: {color:links};
  62. text-decoration: none;
  63. transition-duration: 0.20s;
  64. -moz-transition-duration: 0.20s;
  65. -webkit-transition-duration: 0.20s;
  66. -o-transition-duration: 0.20s;
  67.  
  68. }
  69.  
  70. a:hover {
  71. color: {color:hover};
  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:border};
  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. margin-top: 10px;
  112. {block:IfNotShowCaptions}
  113. {block:IndexPage}
  114. display: none;
  115. {/block:IndexPage}
  116. {/block:IfNotShowCaptions}
  117. }
  118.  
  119. .pagination {
  120. margin-top: 10px;
  121. text-align: center;
  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. text-align:center;
  149. width:480px;
  150. text-transform:uppercase;
  151. }
  152.  
  153. .sidebar {
  154. position: fixed;
  155. margin-top: 180px;
  156. margin-left: -190px;
  157. width: 200px;
  158. text-align: center;
  159. padding: 10px;
  160. }
  161.  
  162.  
  163. #links {
  164. padding-bottom:2px;
  165. }
  166.  
  167. #links a:hover {
  168. opacity:.7;
  169. }
  170.  
  171. #links a {
  172. margin-left:2px;
  173. margin-right:2px;
  174. background:{color:nav bg};
  175. padding:3px;
  176. transition-duration: 0.70s;
  177. -moz-transition-duration: 0.70s;
  178. -webkit-transition-duration: 0.70s;
  179. -o-transition-duration: 0.70s;
  180. }
  181.  
  182. iframe#tumblr_controls {
  183. position: fixed !important;
  184. z-index: 9999;
  185. }
  186.  
  187. .desc {
  188. width:170px;
  189. padding:5px;
  190. margin-left:10px;
  191. }
  192.  
  193. h3 {
  194. font-size:17px;
  195. margin-left:10px;
  196. font-weight:700;
  197. font-style:italic;
  198. }
  199.  
  200. .quo {
  201. font-family:georgia;
  202. font-size:17px;
  203. font-style:italic;
  204. text-align:left;
  205. }
  206.  
  207. idk {
  208. margin-left:55px;
  209. display:block
  210. }
  211.  
  212. qm {
  213. color:{color:accent};
  214. font-style:normal;
  215. font-size:70px;
  216. margin-top:-15px;
  217. position:absolute;
  218. }
  219.  
  220. ::-webkit-scrollbar {width: 7px; height:7px; background:{color:bg}}
  221. ::-webkit-scrollbar-corner {background:{color:bg}}
  222. ::-webkit-scrollbar-button:vertical {height:0px; display: block; background:{color:scrollbar}}
  223. ::-webkit-scrollbar-button:horizontal {width: 0px; height: 0px; display: block; background:{color:scrollbar}}
  224. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  225. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; border: 0px solid {color:bg}}
  226.  
  227. #asked {
  228. border-bottom:1px solid {color:border};
  229. padding-bottom:10px;
  230. width:500px;
  231. text-align:left;
  232. }
  233.  
  234. ul.chat {
  235. margin: 0 0 0 0;
  236. padding: 0 0 0 0;
  237. }
  238. .chat li {
  239. list-style-type: none;
  240. margin-left: 0px;
  241. padding: 4px;
  242. }
  243. .chat li.odd {
  244. }
  245. .chat li.even {
  246. }
  247.  
  248. #permapage {
  249. margin-left:90px;
  250. width:500px;
  251. }
  252.  
  253. #permapage li {
  254. list-style-type:none;
  255. margin:0;
  256. padding-top:5px;
  257. padding-bottom:5px;
  258. padding-right:5px;
  259. padding-left:0px;
  260. }
  261.  
  262. #permapage img {
  263. margin-bottom:-3px;
  264. margin-right:5px;
  265. }
  266.  
  267. #sbimg {
  268. overflow:hidden;
  269. height:20px;
  270. margin-bottom:50px;
  271. position:absolute;
  272. z-index:99;
  273. transition-duration: 0.70s;
  274. -moz-transition-duration: 0.70s;
  275. -webkit-transition-duration: 0.70s;
  276. -o-transition-duration: 0.70s;
  277. }
  278.  
  279. #border {
  280. height:20px;
  281. background:{color:bg};
  282. width:200px;
  283. position:relative;
  284. margin-bottom:-20px;
  285. }
  286.  
  287. .sidebar:hover #sbimg {
  288. margin-top:-69px;
  289. }
  290.  
  291. span.taghead { display:none; } a.tag + span.taghead { display:inline; }
  292.  
  293. </style>
  294.  
  295. {block:IfEndlessScroll}
  296. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  297. {/block:IfEndlessScroll}
  298.  
  299. </head>
  300.  
  301.  
  302. <body>
  303.  
  304.  
  305. <div id="content">
  306.  
  307. <div class="sidebar">
  308.  
  309. <img src="{image:Portrait}" width="200px"><p>
  310.  
  311. <div id="links">
  312. <a href="/"><img src="http://media.tumblr.com/tumblr_m78px0Ggks1qd615d.png"></a><a href="/ask"><img src="http://media.tumblr.com/tumblr_m78pwtNRUw1qd615d.png"></a>{Block:IfLinkTitle1}<a href="{text:link url 1}" title="{text:link title 1}"><img src="http://media.tumblr.com/tumblr_m78q3eesBU1qd615d.png"></a>{/Block:IfLinkTitle1}{Block:IfLinkTitle2}<a href="{text:link url 2}" title="{text:link title 2}"><img src="http://media.tumblr.com/tumblr_m78px6xYtu1qd615d.png"></a>{/Block:IfLinkTitle2}{Block:IfLinkTitle3}<a href="{text:link url 3}" title="{text:link title 3}"><img src="http://media.tumblr.com/tumblr_m78pzxCdQs1qd615d.png"></a>{/Block:IfLinkTitle3}
  313. </div>
  314.  
  315. <div class="desc">{Description}</div>
  316.  
  317. {block:IfNotEndlessScroll}
  318. <div class="pagination">
  319. {block:Pagination}
  320. {block:PreviousPage}
  321. <a href="{PreviousPage}">PREV</a> /
  322. {/block:PreviousPage}
  323.  
  324. {block:NextPage}
  325. <a href="{NextPage}">NEXT</a>
  326. {/block:NextPage}
  327. {/block:Pagination}
  328. </div>
  329. {/block:IfNotEndlessScroll}
  330.  
  331. </div>
  332.  
  333.  
  334. {block:Posts}
  335.  
  336. <br>
  337.  
  338.  
  339. <div class="posts">
  340.  
  341.  
  342. {block:Text}
  343.  
  344. {block:Title}
  345. <h3>{Title}</h3>
  346. {/block:Title}
  347.  
  348. {Body}
  349.  
  350. {/block:Text}
  351.  
  352.  
  353.  
  354. {block:Photo}
  355.  
  356. <center>
  357. <img src="{PhotoURL-500}" {Block:IfStretchPhotos}width="500px"{/Block:IfStretchPhotos}>
  358. </center>
  359.  
  360. {block:Caption}
  361. <div id="captions">
  362. {Caption}</div>
  363. {/block:Caption}
  364.  
  365. {/block:Photo}
  366.  
  367.  
  368.  
  369. {block:Photoset}
  370.  
  371.  
  372. <div class="photoset">
  373. {Photoset-500}
  374. </div>
  375.  
  376. {block:Caption}
  377. <div id="captions">
  378. {Caption}</div>
  379. {/block:Caption}
  380.  
  381. {/block:Photoset}
  382.  
  383.  
  384.  
  385. {block:Quote}
  386.  
  387.  
  388. <big><big><i>{Quote}</i></big></big>
  389.  
  390. {block:Source}
  391. —{Source}
  392. {/block:Source}
  393.  
  394. {/block:Quote}
  395.  
  396.  
  397.  
  398. {block:Link}
  399.  
  400. <a href="{URL}" {Target}><h3>+ {Name}</h3></a>
  401.  
  402. {block:Description}
  403. {Description}
  404. {/block:Description}
  405.  
  406. {/block:Link}
  407.  
  408.  
  409.  
  410. {block:Chat}
  411.  
  412. {block:Title}
  413. {Title}
  414. {/block:Title}
  415.  
  416. <ul class="chat">
  417. {block:Lines}
  418. <li class="{Alt} user_{UserNumber}">
  419. {block:Label}
  420. <b>{Label}</b>
  421. {/block:Label}{Line}
  422. </li>
  423. {/block:Lines}
  424. </ul>
  425.  
  426. {/block:Chat}
  427.  
  428.  
  429.  
  430. {block:Audio}
  431.  
  432.  
  433. <div id="albumart">
  434. {block:AlbumArt}
  435. <img src="{AlbumArtURL}">
  436. {/block:AlbumArt}
  437. </div>
  438.  
  439. <div id="mp">
  440. {AudioPlayerGrey}
  441. </div>
  442.  
  443. <p>
  444.  
  445. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  446. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  447. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  448. <b>Plays:</b> {PlayCount}<br>
  449.  
  450. {block:Caption}
  451. <div id="audiocaptions">
  452. {Caption}</div>
  453. {/block:Caption}
  454.  
  455. {/block:Audio}
  456.  
  457.  
  458.  
  459. {block:Video}
  460.  
  461.  
  462. <div class="video">
  463. {block:IndexPage}{Video-250}{/block:IndexPage}
  464. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  465. </div>
  466.  
  467. {block:Caption}
  468. <div id="captions">
  469. {Caption}</div>
  470. {/block:Caption}
  471.  
  472. {/block:Video}
  473.  
  474.  
  475.  
  476. {block:Answer}
  477.  
  478. <div id="asked"><img src="{AskerPortraitURL-16}" style="margin-right:5px;">{Asker} asked: <i>{Question}</i></div><p>
  479.  
  480. {Answer}
  481.  
  482. {/block:Answer}
  483.  
  484.  
  485. </div>
  486.  
  487. <div id="permalink">
  488.  
  489. {block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{Block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}{Block:RebloggedFrom} / <a href="{ReblogParentURL}">via</a>{/Block:RebloggedFrom}{Block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource}{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  490.  
  491. </div>
  492.  
  493. {block:PermalinkPage}
  494. <div id="permapage">
  495. {block:PostNotes}
  496. {PostNotes}
  497. {/block:PostNotes}
  498. </div>
  499. {/block:PermalinkPage}
  500.  
  501. <br>
  502.  
  503. {/block:Posts}
  504.  
  505. </div>
  506.  
  507. <a style="bottom:10px; font-size:9px; right:10px; letter-spacing:1px; position:fixed" href="http://stratfor-d.tumblr.com">CREDIT</a>
  508.  
  509. </body>
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement