Panzer_Themes

Theme 10

Aug 2nd, 2012
1,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.22 KB | None | 0 0
  1. <!--
  2. ┏━━━┓╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┏━━━━┳┓
  3. ┃┏━┓┃╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┃┏┓┏┓┃┃
  4. ┃┗━┛┣━━┳━┓┏━━━┳━━┳━┓┗┛┃┃┗┫┗━┳━━┳┓┏┳━━┳━━┓
  5. ┃┏━━┫┏┓┃┏┓╋━━┃┃┃━┫┏┛╋╋┃┃╋┃┏┓┃┃━┫┗┛┃┃━┫━━┫
  6. ┃┃╋╋┃┏┓┃┃┃┃┃━━┫┃━┫┃╋╋╋┃┃╋┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ┗┛╋╋┗┛┗┻┛┗┻━━━┻━━┻┛╋╋╋┗┛╋┗┛┗┻━━┻┻┻┻━━┻━━┛
  8. Theme Made and copyrighted By PanzerThemes.Tumblr.com.
  9.  
  10. All themes are free for personal use! Please respect the credit and keep it in tact. You may make changes to the theme; however, that doesn't mean you created it. If you do remove the credit please place it in your FAQ or somewhere where your followers can be informed of creator.
  11. You will be reported if you do not follow the simple rules of using my themes.
  12.  
  13. -->
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. <meta name="color:Background" content="#FFFFFF"/>
  23. <meta name="color:Text" content="#130C11"/>
  24. <meta name="color:Hover" content="#130C11"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Sidebar" content="#f5edf1"/>
  27. <meta name="color:Entrys" content="#f5edf1"/>
  28. <meta name="color:Scrollbar" content="#000"/>
  29. <meta name="color:Permalink" content="#000"/>
  30.  
  31. <meta name="image:Sidebar" content=""/>
  32. <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_ls2e05Cme11r3vazto7_400.jpg"/>
  33.  
  34. <meta name="if:Show Photo" content="1"/>
  35. <meta name="if:Show Blogtitle" content="1"/>
  36. <meta name="if:Rainbow Links" content="0"/>
  37. <meta name="if:tiny cursor" content="1"/>
  38. <meta name="if:tiny scrollbar" content="1"/>
  39.  
  40. <meta name="text:BlogTitle Size" content="45"/>
  41. <meta name="text:Sidebar Height" content="35"/>
  42. <meta name="text:Link 1 Title" content=""/>
  43. <meta name="text:Link 1 URL" content=""/>
  44. <meta name="text:Link 2 Title" content=""/>
  45. <meta name="text:Link 2 URL" content=""/>
  46. <meta name="text:Link 3 Title" content=""/>
  47. <meta name="text:Link 3 URL" content=""/>
  48. <meta name="text:Link 4 Title" content=""/>
  49. <meta name="text:Link 4 URL" content=""/>
  50.  
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55.  
  56. {block:iftinycursor}body, a:hover {cursor: url(http://i.imgur.com/ZOrzC.png), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}{/block:iftinycursor}
  57.  
  58. {block:iftinyscrollbar}
  59. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:side3}; }
  60. ::-webkit-scrollbar-thumb { background-color: #cccccc; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; }{/block:iftinyscrollbar}
  61. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  62.  
  63.  
  64. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  65. {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
  66.  
  67. #tumblr_controls{
  68. position:fixed !important;
  69. }
  70.  
  71.  
  72. .wrapper{
  73. margin: 0px auto;
  74. width: 802px;
  75. }
  76.  
  77. .header{
  78. float: left;
  79. width: 100%;
  80. }
  81.  
  82. .left{
  83. float: left;
  84. margin-right: 20px;
  85. width: 802px;
  86. }
  87.  
  88. .right{
  89. float: right;
  90. width: 200px;
  91. background-color: {color:Background};
  92. }
  93.  
  94. body {
  95. padding: 0px;
  96. margin: 0px;
  97. color:#000;
  98. font-family: "verdana";
  99. font-size: 12px;
  100. background-color: {color:Background};
  101. background-image:url({image:Background});
  102. background-attachment: fixed;
  103. background-repeat: repeat;
  104. }
  105. a:link, a:active, a:visited{
  106. color: {color:Link};
  107. text-decoration: none;
  108. }
  109. a:hover {
  110. color:{color:Hover};
  111. -webkit-transition: color 0.3s ease-out;
  112. -moz-transition: color 0.3s ease-out;
  113. }
  114.  
  115. .entry {
  116. margin:0px;
  117. padding: 10px;
  118. float:left;
  119. background-color: {color:Entrys};
  120. font-family: "verdana";
  121. font-size: 10px;
  122. line-height:12px;
  123. {block:IndexPage}
  124. width:320px;
  125. {/block:IndexPage}
  126. {block:PermalinkPage}
  127. width:550px;
  128. margin-left: 357x;
  129. {/block:PermalinkPage}
  130. }
  131.  
  132. .perma {
  133. opacity: 0.0;
  134. filter: alpha(opacity = 0);
  135. margin-top: -21px;
  136. width: px;
  137. height: 30px;
  138. line-height: 30px;
  139. font-size: 9px;
  140. position:absolute;
  141. text-align: center;
  142. z-index:9999991;
  143. color: {color:permalink};
  144. }
  145.  
  146. #tumblr_controls{
  147. position:fixed !important;
  148. }
  149.  
  150. a.p {color: {color:permalink};}
  151.  
  152. .entry:hover .perma {
  153. -webkit-transition: opacity 0.4s linear;
  154. opacity: 1;
  155. -moz-transition: all 0.4s linear;
  156. transition: all 0.4s linear;
  157. filter: alpha(opacity = 100);
  158. }
  159.  
  160. .likep {
  161. width: 21px;
  162. height: 20px;
  163. overflow: hidden;
  164. position: relative;
  165. z-index: 9999999;
  166. position: absolute;
  167. margin-top: 26px;
  168. margin-left: 5px;
  169. }
  170.  
  171. .rep {
  172. width: 24px;
  173. height: 20px;
  174. overflow: hidden;
  175. position: relative;
  176. z-index: 9999999;
  177. position: absolute;
  178. margin-top: 26px;
  179. margin-left: 31px;
  180. }
  181.  
  182. .likep a:hover {
  183. background-position: 0px 0px;
  184. }
  185.  
  186. .likep a {
  187. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  188. background-position: 0px 0px;
  189. display: block;
  190. z-index: 9999999;
  191. webkit-transition: all 0s linear;
  192. -webkit-transition: all 0s linear;
  193. -moz-transition: all 0s linear;
  194. transition: all 0s linear;
  195. }
  196.  
  197. .likep img {
  198. width: 21px;
  199. height: 20px;
  200. webkit-transition: all 0.2s linear;
  201. -webkit-transition: all 0.2s linear;
  202. -moz-transition: all 0.2s linear;
  203. transition: all 0.2s linear;
  204. }
  205.  
  206. .rep img {
  207. width: 24px;
  208. height: 20px;
  209. line-height: 30px;
  210. display: inline;
  211. }
  212.  
  213. .not {
  214. position: absolute;
  215. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  216. height: 20px;
  217. font-size: 11px;
  218. line-height: 20px;
  219. color: #fff;
  220. position: absolute;
  221. margin-top: 26px;
  222. margin-left: 60px;
  223. padding-left: 4px;
  224. padding-right: 4px;
  225. -moz-border-radius: 2px;
  226. border-radius: 2px;
  227. }
  228.  
  229. .not a{
  230. color: #fff;
  231. font-weight: bold;
  232. font-family: arial;
  233. }
  234.  
  235. @font-face { font-family: "silk"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  236.  
  237. .perm{display: block;
  238. margin-top: 3px;
  239. font-family: "silk";
  240. font-size: 8px;
  241. line-height: 8px;
  242. text-align:right;
  243. background-color: ;
  244. border-top:1px dashed #000000;}
  245. blockquote{
  246. padding:0px 0px 2px 5px;
  247. margin:0px 0px 2px 1px;
  248. border-left: 1px solid #130C11;}
  249. blockquote p, ul{margin:0px; padding:0px;}
  250.  
  251.  
  252. @font-face { font-family: "that one thing"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  253.  
  254.  
  255. #sidebar {
  256. position:fixed !important;
  257. width: 240px;
  258. padding: 4px;
  259. margin-top:{text:Sidebar Height}px;
  260. margin-left: -105px;
  261. text-align: center;
  262. background-color: {color:sidebar};
  263. font-family: {font:text font};
  264. font-size: {text:text font size}px;
  265. line-height:{text:text line height}px;
  266. }
  267.  
  268. div#links{
  269. position: fixed;
  270. text-align:center;
  271. margin-top: 100px;
  272. margin-left: 555px;
  273. width: 235px;
  274. font-family: "silk";
  275. font-size: 10px;
  276. line-height:10px;
  277. }
  278.  
  279. #nav {
  280. margin-top: 4px;
  281. color: #000000;
  282. width: auto;
  283. display: inline-block;
  284. padding: 4px;
  285. font-size:8px;
  286. line-height: 7px;
  287. height: 10px;
  288. text-align:left;
  289. -webkit-transition: all 0.4s ease-in;
  290. background-color: #ffffff;
  291. font-family: "silk";
  292. text-transform: uppercase;
  293. border: 1px solid #000;
  294. }
  295.  
  296. #nav:hover{
  297. -webkit-transition: all 0.4s ease-in;
  298. background-color: {color:Hover};
  299. border: 1px dashed #000;
  300. }
  301.  
  302. #postnotes{
  303. text-align: justify;}
  304.  
  305. #postnotes blockquote{
  306. border: 0px;}
  307.  
  308. @font-face { font-family: "dreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  309.  
  310. .title{
  311. font-family: "dreams";
  312. font-size: 14px;
  313. line-height: 13px;
  314. color: {color:Title};
  315. letter-spacing: ;
  316. font-weight: normal;
  317. padding:0px 0px 0px 0px;
  318. }
  319. #posts {
  320. width: 790px;
  321. margin-left:180px;
  322. margin-top:2px;
  323. float:left;
  324. font-family: "Delius Unicase";
  325. }
  326.  
  327. #infscr-loading{
  328. bottom: -70px;
  329. position: absolute;
  330. left: 50%;
  331. margin-left:-8px;
  332. width:16px;
  333. height:11px;
  334. overflow:hidden;
  335. margin-bottom: 50px;
  336. }
  337.  
  338. .title{
  339. font-family: "dreams";
  340. font-size: 22px;
  341. line-height:11px;
  342. color: black;
  343. font-weight: normal;
  344. }
  345.  
  346. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  347.  
  348. .blog{
  349. font-family: "lovenote";
  350. font-size: {text:BlogTitle Size}px;
  351. line-height:29px;
  352. color: {color:Title};
  353. font-weight: normal;}
  354.  
  355.  
  356. {CustomCSS}
  357.  
  358. </style>
  359. {block:ifrainbowlinks}
  360. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  361. "></script>{/block:ifrainbowlinks}
  362.  
  363. {block:IndexPage}
  364. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  365. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  366.  
  367. <script type="text/javascript">
  368. $(window).load(function () {
  369. var $content = $('#posts');
  370. $content.masonry({itemSelector: '.entry'}),
  371. $content.infinitescroll({
  372. navSelector : 'div#pagination',
  373. nextSelector : 'div#pagination a#nextPage',
  374. itemSelector : '.entry',
  375. loading: {
  376. finishedMsg: '',
  377. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  378. },
  379. bufferPx : 600,
  380. debug : false,
  381. },
  382. // call masonry as a callback.
  383. function( newElements ) {
  384. var $newElems = $( newElements );
  385. $newElems.hide();
  386. // ensure that images load before adding to masonry layout
  387. $newElems.imagesLoaded(function(){
  388. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  389.  
  390.  
  391. });
  392. });
  393. });
  394. </script>
  395.  
  396. {/block:IndexPage}
  397.  
  398. <title>{title}</title>
  399.  
  400. <link rel="shortcut icon" href="{Favicon}">
  401. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  402. <meta name="viewport" content="width=820" />
  403.  
  404. </head>
  405. <body>
  406. <div class="wrapper">
  407. <div class="header">
  408. </div>
  409. <div id="center">
  410. <div id="sidebar">
  411. {block:ifshowblogtitle}
  412. <span class="blog"><a href="/">{Title}</a></span>{/block:ifshowblogtitle}
  413. <center>
  414. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=240px></a>{/block:ifshowphoto}</center><br>
  415. <center><span style="font-family:silk; font-size:8px;">{description}</span></center><br>
  416. <div id="nav"><a href="/">home</a></div>
  417. <div id="nav"><a href="/ask">ask</a></div>
  418. <div id="nav"><a href="/archive">archive</a></div>
  419.  
  420. {block:ifLink1Title}
  421. <div id="nav"><a href="{text:Link 1 URL}">{text:Link 1 Title}</a></div>
  422. {/block:ifLink1Title}
  423.  
  424. {block:ifLink2Title}
  425. <div id="nav"><a href="{text:Link 2 URL}">{text:Link 2 Title}</a></div>
  426. {/block:ifLink2Title}
  427.  
  428. {block:ifLink3Title}
  429. <div id="nav"><a href="{text:Link 3 URL}">{text:Link 3 Title}</a></div>
  430. {/block:ifLink3Title}
  431.  
  432.  
  433. {block:ifLink4Title}
  434. <div id="nav"><a href="{text:Link 4 URL}">{text:Link 4 Title}</a></div>
  435. {/block:ifLink4Title}
  436.  
  437. <div id="nav"><a href="http://jagpanzer.tumblr.com/">theme</a></div>
  438.  
  439. </div>
  440.  
  441. </center>
  442.  
  443. <div align="right">
  444. </div>
  445.  
  446. </div>
  447.  
  448.  
  449. <div class="left">
  450.  
  451. <div id="posts">
  452.  
  453. {block:Posts}
  454. <div class="entry">
  455.  
  456. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span><span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecount} notes</a>{/block:text}
  457.  
  458. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecount} notes </a>{/block:link}
  459.  
  460. {block:Photo}{block:IndexPage}<div class="perma">
  461. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="30" height="30" alt="Like this post" id="likeimage{PostID}"/></a> </div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  462. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  463. </div>
  464. {/block:IndexPage}
  465. {block:IndexPage}
  466. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=320px/></a>
  467. {/block:IndexPage}
  468. {block:permalinkpage}{LinkOpenTag}
  469. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=500px/>{LinkCloseTag}
  470. {/block:permalinkpage}
  471. {/block:Photo}
  472.  
  473. {block:Photoset}
  474. {block:IndexPage}
  475. <center>
  476. {Photoset-340}</center>
  477. {/block:IndexPage}
  478. {block:PermalinkPage}
  479. <center>
  480. {Photoset-550}</center>
  481. {/block:PermalinkPage}
  482. {/block:Photoset}
  483.  
  484. {block:Quote}
  485. {Quote}</span>
  486. {block:Source}<strong>{Source}</strong>{/block:Source}
  487. {/block:Quote}
  488.  
  489. {block:Chat}
  490. {block:Title}<span class="title">{Title}</span>{/block:Title}
  491. <ul class="chat">
  492. {block:Lines}
  493. <li class="user_{UserNumber}">
  494. {block:Label}
  495. <span class="label">{Label}</span>
  496. {/block:Label}
  497.  
  498. {Line}
  499. </li>
  500. {/block:Lines}
  501. </ul>
  502. {/block:Chat}
  503.  
  504. {block:Audio}
  505. <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  506. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  507. {/block:Audio}
  508.  
  509. {block:Video}
  510. {block:IndexPage}
  511. <center>
  512. {Video-340}</center>
  513. {/block:IndexPage}
  514. {block:PermalinkPage}
  515. <center>
  516. {Video-550}</center>
  517. {/block:PermalinkPage}
  518. {block:Video}
  519.  
  520. {block:PermalinkPage}
  521. <center>
  522. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  523.  
  524.  
  525. {/block:PermalinkPage}
  526.  
  527.  
  528. {block:PostNotes}{PostNotes}
  529. {/block:PostNotes}
  530. </div>
  531.  
  532.  
  533. {/block:Posts}
  534. </div>
  535. </div>
  536. {block:IndexPage}
  537. {block:Pagination}
  538. <div id="pagination">
  539. {block:NextPage}
  540. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  541. {/block:NextPage}
  542. {block:PreviousPage}
  543. <a href="{PreviousPage}">&larr;&nbsp;</a>
  544. {/block:PreviousPage}
  545. </div>
  546. {/block:Pagination}
  547. {/block:IndexPage}
  548. </div>
  549.  
  550. </body>
  551. </div>
  552. </html>
Advertisement
Add Comment
Please, Sign In to add comment