Advertisement
thehandyblog

Tell Me Why Theme

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