Panzer_Themes

Auto Drop Down Theme

May 25th, 2012
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 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. <head>
  14.  
  15. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  16. <script type="text/javascript">
  17. $(document).ready(function(){
  18. $(".links_body").hide();
  19. $(".links_head").click(function(){
  20. $(this).next(".links_body").slideToggle('fast');
  21. }); }); </script>
  22. <style type="text/css">
  23. .links_list { margin:0px; padding:0px; width:180px;}
  24. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  25. .links_body { padding:10px; text-align:left; color: #fff; display:none;}
  26. </style>
  27.  
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  29. <meta name="color:background" content="#E4FFFE"/>
  30. <meta name="color:text" content="#000000"/>
  31. <meta name="color:title" content="#000000"/>
  32. <meta name="color:link" content="#426BC4"/>
  33. <meta name="color:hover" content="#ffffff"/>
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:DropDown Menu" content="http://media.tumblr.com/tumblr_ljzugk0eIA1qbp3j5.gif"/>
  36. <meta name="if:Show Sidebar Image" content="0"/>
  37. <meta name="if:Reblog Link On Hover" content="1"/>
  38. <meta name="if:Faded Images" content="0"/>
  39. <meta name="if:Inverted Fade" content="0"/>
  40. <meta name="image:Background" content="http://media.tumblr.com/tumblr_ls0w5txuft1r3vazto8_250.png"/>
  41. <meta name="if:Tiny Cursor" content="1"/>
  42. <meta name="if:Tiny Scrollbar" content="1"/>
  43. <meta name="if:show blog title" content="0"/>
  44. <meta name="text:Ask Title" content="Ask Me"/>
  45. <meta name="text:Link 1" content="" />
  46. <meta name="text:Link 1 Title" content="" />
  47. <meta name="text:Link 2" content="" />
  48. <meta name="text:Link 2 Title" content="" />
  49. <meta name="text:Link 3" content="" />
  50. <meta name="text:Link 3 Title" content="" />
  51. <meta name="text:Link 4" content="" />
  52. <meta name="text:Link 4 Title" content="" />
  53. <meta name="text:Link 5" content="" />
  54. <meta name="text:Link 5 Title" content="" />
  55.  
  56.  
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  59.  
  60. {PostSummary} - {/block:PostSummary}{Title}</title>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. iframe#tumblr_controls{position:fixed !important;}
  66.  
  67. {block:iftinycursor}
  68. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  69. {/block:iftinycursor}
  70.  
  71. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;} {/block:ifFadedImages}
  72.  
  73. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;} {/block:ifInvertedFade}
  74.  
  75. body {
  76. margin:0px;
  77. background-color: {color:Background};
  78. background-image:url({image:Background});
  79. background-attachment: fixed;
  80. background-repeat: repeat;}
  81. body, div, p, textarea, submit, input{
  82. font-family: cambria;
  83. font-size: 10px;
  84. line-height:10px;
  85. letter-spacing:0px;
  86. color:{color:Text};
  87. }
  88.  
  89. {block:iftinyscrollbar}
  90. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  91.  
  92. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid black;}
  93. {/block:iftinyscrollbar}
  94.  
  95. @font-face {font-family:infi; src: url(http://static.tumblr.com/l3rkvkd/aymm31irz/handwritingfont.ttf) format("truetype"); }
  96.  
  97. p {
  98. margin:0px;
  99. margin-top:0px;
  100. }
  101.  
  102.  
  103. a:link, a:active, a:visited{
  104. color: {color:Link};
  105. text-decoration: none;
  106. }
  107.  
  108. a:hover {
  109. color:{color:Hover};
  110. text-decoration: underline;
  111. }
  112.  
  113.  
  114. div#center{
  115. margin:auto;
  116. position:relative;
  117. width:800px;
  118. background-color:;
  119. overflow:auto;
  120. overflow-y:hidden;
  121. }
  122.  
  123. div#content{
  124. float:right;
  125. width:500px;
  126. padding:2px;
  127. padding-top: 2px;
  128. margin-top:2px;
  129. margin-right: 100px;
  130. background: #FFFFFF;
  131. }
  132.  
  133. div#entry{
  134. background-color:;
  135. margin-top:px;
  136. padding-top:1px;
  137. padding-bottom:1px;
  138. }
  139.  
  140.  
  141. div#sidebar{
  142. position:fixed !important;
  143. width: 250px;
  144. height: auto;
  145. background-color:white;
  146. margin: 70px 0px 50px -60px;
  147. padding-top:10px;
  148. padding-bottom:6px;
  149. padding-right:2px;
  150. padding-left:2px;
  151. }
  152.  
  153. {block:ifReblogLinkOnHover}
  154. #entry:hover #reblog{
  155. {block:IndexPage}
  156. opacity:1;-webkit-transition: all 0.3s ease-out;
  157. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  158. {/block:IndexPage}
  159. }
  160.  
  161. #reblog{
  162. width:22px;
  163. float:right;
  164. margin-left:415px;
  165. margin-top:3px;
  166. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  167. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  168. {/block:ifReblogLinkOnHover}
  169.  
  170. #mee{
  171. position:fixed !important;
  172. width:auto;
  173. height:auto;
  174. right:3px;
  175. top:26px;
  176. }
  177.  
  178.  
  179. #postnotes{
  180. text-align: justify;}
  181.  
  182. #postnotes blockquote{
  183. border: 0px;}
  184.  
  185. .title{
  186. font-family: infi;
  187. font-size: 25px;
  188. line-height: 15px;
  189. color: {color:Title};
  190. letter-spacing: {text:title letter spacing};
  191. font-weight: normal;
  192. padding:0px 0px 0px 0px;
  193. }
  194.  
  195. .title2{
  196. font-family: cambria;
  197. font-size: 14px;
  198. line-height: 13px;
  199. color: {color:Title};
  200. letter-spacing: {text:title letter spacing};
  201. font-weight: {text:title font weight};
  202. padding:0px 0px 0px 0px;
  203. }
  204.  
  205. blockquote{
  206. padding:0px 0px 2px 5px;
  207. margin:0px 0px 2px 1px;
  208. border-left: 1px dotted #555555;
  209. }
  210.  
  211. blockquote p, ul{
  212. margin:0px;
  213. padding:0px;
  214. }
  215.  
  216.  
  217.  
  218. a img{border: 0px;}
  219.  
  220. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  221.  
  222. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  223. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  224.  
  225. .notes img{width:10px; position:relative; top:3px;}
  226.  
  227. .permalink{
  228. display: block;
  229. font-size: 10px;
  230. text-align: center;
  231. }
  232.  
  233.  
  234. small{font-size: 90%;}
  235.  
  236. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  237. <script type="text/javascript">
  238. $(document).ready(function(){
  239. $(".links_body").hide();
  240. $(".links_head").click(function(){
  241. $(this).next(".links_body").slideToggle('fast');
  242. }); }); </script>
  243. <style type="text/css">
  244. .links_list { margin:0px; padding:0px; width:180px;}
  245. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  246. .links_body { padding:10px; text-align:left; color: #fff; display:none;}
  247. </style>
  248.  
  249.  
  250. </style>
  251.  
  252. <link rel="shortcut icon" href="{Favicon}">
  253. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  254. <meta name="viewport" content="width=820" />
  255.  
  256. <script type='text/javascript'>
  257.  
  258. // HSVtoRGB
  259.  
  260. if (elmS == 0) {
  261.  
  262. elmR = elmV; elmG = elmV; elmB = elmV;
  263.  
  264. }
  265.  
  266. else {
  267.  
  268. t1 = elmV;
  269.  
  270. t2 = (255 - elmS) * elmV / 255;
  271.  
  272. t3 = elmH % 60;
  273.  
  274. t3 = (t1 - t2) * t3 / 60;
  275.  
  276. if (elmH < 60) {
  277.  
  278. elmR = t1; elmB = t2; elmG = t2 + t3;
  279.  
  280. }
  281.  
  282. else if (elmH < 120) {
  283.  
  284. elmG = t1; elmB = t2; elmR = t1 - t3;
  285.  
  286. }
  287.  
  288. else if (elmH < 180) {
  289.  
  290. elmG = t1; elmR = t2; elmB = t2 + t3;
  291.  
  292. }
  293.  
  294. else if (elmH < 240) {
  295.  
  296. elmB = t1; elmR = t2; elmG = t1 - t3;
  297.  
  298. }
  299.  
  300. else if (elmH < 300) {
  301.  
  302. elmB = t1; elmG = t2; elmR = t2 + t3;
  303.  
  304. }
  305.  
  306. else if (elmH < 360) {
  307.  
  308. elmR = t1; elmG = t2; elmB = t1 - t3;
  309.  
  310. }
  311.  
  312. else {
  313.  
  314. elmR = 0; elmG = 0; elmB = 0;
  315.  
  316. }
  317.  
  318. }
  319.  
  320. elmR = Math.floor(elmR).toString(16);
  321.  
  322. elmG = Math.floor(elmG).toString(16);
  323.  
  324. elmB = Math.floor(elmB).toString(16);
  325.  
  326. if (elmR.length == 1) elmR = "0" + elmR;
  327.  
  328. if (elmG.length == 1) elmG = "0" + elmG;
  329.  
  330. if (elmB.length == 1) elmB = "0" + elmB
  331.  
  332. elmH = elmH + rate;
  333.  
  334. if (elmH >= 360)
  335.  
  336. elmH = 0;
  337.  
  338. return '#' + elmR + elmG + elmB;
  339.  
  340. }
  341.  
  342. //]]>
  343.  
  344.  
  345. </script>
  346.  
  347. </head>
  348. <body>
  349.  
  350. <div id="mee">
  351. <a href="http://jagpanzer.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
  352. </div>
  353.  
  354. <div id="cage">
  355. <div id="center">
  356. <div id="sidebar">
  357. <center>{block:ifshowblogtitle}<span class=blogtitle><a href="/">
  358. <span style="font-family:infi;font-size:40px;"><b>{Title}</b></span>
  359. </a></span><br>{/block:ifshowblogtitle}</center> <br>
  360. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=250px></a>{/block:ifshowsidebarimage}
  361. <br>
  362. <center>{Description}
  363. <div class="sidebarlink">
  364. <center>
  365.  
  366. <div class="links_list">
  367. <img src="{image:DropDown Menu}" class="links_head">
  368. <div class="links_body">
  369. <center>
  370.  
  371. {block:AskEnabled}<a href="/ask">{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</a>{/block:AskEnabled}<p>
  372.  
  373. {block:ifLink1Title}
  374. <a href="{text:Link 1}">{text:Link 1 Title}</a><P>
  375. {/block:ifLink1Title}
  376.  
  377. {block:ifLink2Title}
  378. <a href="{text:Link 2}">{text:Link 2 Title}</a><P>
  379. {/block:ifLink2Title}
  380.  
  381. {block:ifLink3Title}
  382. <a href="{text:Link 3}">{text:Link 3 Title}</a><P>
  383. {/block:ifLink3Title}
  384.  
  385. {block:ifLink4Title}
  386. <a href="{text:Link 4}">{text:Link 4 Title}</a><P>
  387. {/block:ifLink4Title}
  388.  
  389. {block:ifLink5Title}
  390. <a href="{text:Link 5}">{text:Link 5 Title}</a><P>
  391. {/block:ifLink5Title}
  392. <a href="http://jagpanzer.tumblr.com/">theme</a>
  393.  
  394. </center>
  395. </div></div>
  396. </center>
  397.  
  398.  
  399.  
  400. {block:HasPages}{block:Pages}
  401. <a href="{URL}">{Label}</a>
  402. {/block:Pages}{/block:HasPages}<br>
  403.  
  404.  
  405. </div>
  406.  
  407.  
  408. {block:IfNotSidebarImage}</div>{/block:IfNotSidebarImage}
  409.  
  410. <div align="right">
  411. <br>
  412. </div>
  413. </div>
  414.  
  415. <div id="content">
  416. {block:Posts}
  417. <div id="entry">
  418. {block:ifReblogLinkOnHover}
  419. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/y8elocf/wu3llfukf/reblog.png"/></a></div>
  420. {/block:ifReblogLinkOnHover}
  421. {block:Text}
  422. {block:Title}<span class="title">{Title}</span>{/block:Title}
  423. <span class="entrytext">{Body}</span>
  424.  
  425. {/block:Text}
  426.  
  427. {block:Link}
  428. {block:ifReblogLinkOnHover}
  429. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/y8elocf/wu3llfukf/reblog.png"/></a></div>
  430. {/block:ifReblogLinkOnHover}
  431. <a href="{URL}" class="title">{Name}</a>
  432. {block:Description}{Description}{/block:Description}
  433. {block:Link}
  434.  
  435. {block:Photo}<center>
  436. {block:ifReblogLinkOnHover}
  437. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/y8elocf/wu3llfukf/reblog.png"/></a></div>
  438. {/block:ifReblogLinkOnHover}
  439. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px>{LinkCloseTag}</center>
  440. {/block:Photo}
  441.  
  442. {block:Quote}
  443. {block:ifReblogLinkOnHover}
  444. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/y8elocf/wu3llfukf/reblog.png"/></a></div>
  445. {/block:ifReblogLinkOnHover}
  446. <span class="title"><span style="font-family:cambria;font-size:15px;">"{Quote}"</span><br>
  447. {block:Source}{Source}{/block:Source}-</span>
  448. {/block:Quote}
  449.  
  450. {block:Chat}
  451. {block:ifReblogLinkOnHover}
  452. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png" width="22px;"/></a></div>
  453. {/block:ifReblogLinkOnHover}
  454. {block:Title}<span class="title">{Title}</span>{/block:Title}
  455. <ul class="chat">
  456. {block:Lines}
  457. <li class="user_{UserNumber}">
  458. {block:Label}
  459. <span class="label">{Label}</span>
  460. {/block:Label}
  461.  
  462. {Line}
  463. </li>
  464. {/block:Lines}
  465. </ul>
  466.  
  467. {/block:Chat}
  468.  
  469.  
  470. {block:Audio}
  471. {block:ifReblogLinkOnHover}
  472. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png" width="22px;"/></a></div>
  473. {/block:ifReblogLinkOnHover}
  474. <centeR><div style="width:400px; height:30px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  475. {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</div></div></centeR>
  476. {/block:Audio}
  477.  
  478. {block:Video}
  479. {block:ifReblogLinkOnHover}
  480. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png" width="22px;"/></a></div>
  481. {/block:ifReblogLinkOnHover}
  482. <center>
  483. {Video-400}</center>
  484. {block:Video}
  485.  
  486.  
  487. {block:ifnotReblogLinkOnHover}<span class="permalink"><a href="{Permalink}">&middot; permalink</a></center>{/block:ifnotReblogLinkOnHover}
  488. </a></span>
  489.  
  490. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  491.  
  492. {block:PostNotes}{PostNotes}
  493. {/block:PostNotes}
  494. </div>
  495.  
  496. {/block:Posts}
  497.  
  498. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  499.  
  500. {block:ifEnableSmallCursor}<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}</style>{/block:ifEnableSmallCursor}
  501.  
  502. </div>
  503. </center>
  504.  
  505. </body>
  506. </div>
  507. </div>
  508. </html>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment