Advertisement
sverus

Theme Pack Frames #2

May 6th, 2013
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.06 KB | None | 0 0
  1. <!--
  2. ~       
  3. ~ ~ ~ ~ ~
  4. ~ ~ ~ ~ ~ ~ ~ ~ ~
  5. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  6. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  7. /THEME #2 FOR PACK~ FRAMES THEME~ DUMBLDORES\
  8. ----------------------------------------------
  9.  
  10. -->
  11.  
  12.  
  13. <html>
  14. <head>
  15. <title>{title}</title>
  16.  
  17.  
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Italianno' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <!-- Theme Variables -->
  25.  
  26. <meta name="if:ShowLink3" content="1" />
  27. <meta name="if:ShowLink4" content="1" />
  28. <meta name="if:ShowLink5" content="1" />
  29. <meta name="if:ShowLink6" content="1" />
  30.  
  31. <meta name="color:border" content="#ebe8e8" />
  32. <meta name="color:text" content="#000" />
  33. <meta name="color:title" content="#000" />
  34. <meta name="color:link" content="#000" />
  35. <meta name="color:link hover" content="#ebe8e8" />
  36. <meta name="color:scrollbar" content="#000000" />
  37. <meta name="color:scrollbarbg" content="#ffffff" />
  38. <meta name="color:descriptiontext" content="#000" />
  39. <meta name="color:pagination" content="#353535" />
  40.  
  41. <meta name="text:Home Title" content="Home" />
  42. <meta name="text:Home Hover" content="/" />
  43.  
  44. <meta name="text:Ask Title" content="Ask" />
  45. <meta name="text:Ask Hover" content="/" />
  46.  
  47. <meta name="text:Link3 URL" content="/" />
  48. <meta name="text:Link3 Title" content="Link3" />
  49. <meta name="text:Link3 Hover" content="/" />
  50.  
  51. <meta name="text:Link4 URL" content="/" />
  52. <meta name="text:Link4 Title" content="Link4" />
  53. <meta name="text:Link4 Hover" content="/" />
  54.  
  55. <meta name="text:Link5 URL" content="/" />
  56. <meta name="text:Link5 Title" content="Link5" />
  57. <meta name="text:Link5 Hover" content="/" />
  58.  
  59. <meta name="text:Link6 URL" content="/" />
  60. <meta name="text:Link6 Title" content="Link6" />
  61. <meta name="text:Link6 Hover" content="/" />
  62.  
  63. <meta name="image:background" content="" />
  64. <meta name="if:tinycursor" content="1"/>
  65.  
  66. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  67.  
  68. <link rel="shortcut icon" href="{Favicon}" />
  69.  
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  71.  
  72. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. {block:iftinycursor}
  79. body, a, a:hover{
  80. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  81. }
  82. {/block:iftinycursor}
  83.  
  84. ::-webkit-scrollbar-track {background-color:#dcdcdc;}
  85. ::-webkit-scrollbar-thumb {background-color:#f0f0f0;border:1px solid #dcdcdc;}
  86. ::-webkit-scrollbar {width:5px;height:5px;}
  87.  
  88.  
  89.  
  90. body {
  91. color: {color:text};
  92. line-height: 100%;
  93. text-transform: lowercase;
  94. margin-top: 20px;
  95. }
  96.  
  97. a:link, a:active, a:visited {
  98. text-decoration: none;
  99. color: {color:link};
  100. -moz-transition-duration:.6s;
  101. -webkit-transition-duration:.6s;
  102. -o-transition-duration:.6s;
  103. }
  104.  
  105. a:hover {
  106. color: {color:link hover};
  107. -moz-transition-duration:.6s;
  108. -webkit-transition-duration:.6s;
  109. -o-transition-duration:.6s;
  110. }
  111.  
  112. #entries {
  113. width: 500px;
  114. text-align: justify;
  115. margin-left: 450px;
  116. font-style:italic;
  117. font-size: 10px;
  118. -moz-transition-duration:1s;
  119. -webkit-transition-duration:1s;
  120. -o-transition-duration:1s;
  121.  
  122. }
  123.  
  124.  
  125.  
  126.  
  127. #posts {
  128. width: 500px;
  129. text-align: justify;
  130. font-family: cambria;
  131. }
  132.  
  133.  
  134.  
  135. #info {
  136. text-align:left;
  137. margin-top:10px;
  138. text-transform:lowercase;
  139. font-size:8.5px;
  140. font-style:none;
  141. border-top:1px solid {color:border};
  142. }
  143.  
  144.  
  145.  
  146.  
  147. #tags {
  148. letter-spacing:0px;
  149. text-transform:lowercase;
  150. font-size:10px;
  151. font-style:italic;
  152. margin-top:1px;
  153. text-align:left;
  154. }
  155.  
  156.  
  157.  
  158.  
  159. #tags a {
  160. display:inline;
  161. text-align:left;
  162. }
  163.  
  164.  
  165. #sidebar {
  166. display: block;
  167. position: fixed;
  168. margin-top: -10px;
  169. margin-left: 120px;
  170. -moz-transition-duration:1s;
  171. -webkit-transition-duration:1s;
  172. -o-transition-duration:1s;
  173. }
  174.  
  175.  
  176.  
  177.  
  178. #top {
  179. margin-top:165px;
  180. margin-left: 40px;
  181. opacity: 1;
  182. }
  183.  
  184. #top img {
  185. opacity:1;
  186. width: 215px;
  187. background: #fff;
  188. }
  189.  
  190.  
  191. #bottom {
  192. margin-top: 32px;
  193. margin-left: 40px;
  194. opacity: 1;
  195. -moz-transition-duration:1s;
  196. -webkit-transition-duration:1s;
  197. -o-transition-duration:1s;
  198. }
  199.  
  200. #bottom img {
  201. opacity: 1;
  202. width: 215px;
  203. background: #fff;
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. #description {
  215. width:65px;
  216. margin-left:107px;
  217. margin-top: -35px;
  218. font-family: calibri;
  219. font-style: italic;
  220. font-variant: small-caps;
  221. font-size: 11px;
  222. color: #000;
  223. padding: 5px;
  224. text-align: justify;
  225. opacity: 0;
  226. line-height:7px;
  227. letter-spacing:.5px;
  228. -moz-transition-duration:1s;
  229. -webkit-transition-duration:1s;
  230. -o-transition-duration:1s;
  231. }
  232.  
  233. #sidebar:hover #description {
  234. opacity: 1;
  235. -moz-transition-duration:1s;
  236. -webkit-transition-duration:1s;
  237. -o-transition-duration:1s;
  238. }
  239.  
  240.  
  241.  
  242. #title {
  243. font-family: 'Italianno', cursive;
  244. font-size:25px;
  245. text-align:center;
  246. color: {color:title};
  247. line-height:15px;
  248. margin-top:-80px;
  249. margin-left: 33px;
  250. padding:5px;
  251. opacity: 1;
  252. z-index: 9999999999999999;
  253. -moz-transition-duration:.5s;
  254. -webkit-transition-duration:.5s;
  255. -o-transition-duration:.5s;
  256. }
  257.  
  258. #sidebar:hover #title {
  259. opacity: 0;
  260. -moz-transition-duration:.5s;
  261. -webkit-transition-duration:.5s;
  262. -o-transition-duration:.5s;
  263. }
  264.  
  265.  
  266.  
  267.  
  268. #linkbar {
  269. margin-top: 193px;
  270. margin-left: 185px;
  271. position: fixed;
  272. text-align:center;
  273. z-index: 999999999999999;
  274. opacity: 1;
  275. -moz-transition-duration:1s;
  276. -webkit-transition-duration:1s;
  277. -o-transition-duration:1s;
  278. }
  279.  
  280.  
  281. #links a {
  282. font-size:17px;
  283. font-family: 'Italianno', cursive;
  284. text-transform: lowercase;
  285. color: #000;
  286. display:block;
  287. -moz-transition-duration:1.6s;
  288. -webkit-transition-duration:1.6s;
  289. -o-transition-duration:1.6s;
  290.  
  291. }
  292.  
  293. #links a {
  294. opacity: 1;
  295. }
  296.  
  297.  
  298.  
  299. #linkbar2 {
  300. margin-top: -48px;
  301. margin-left: 140px;
  302. position: fixed;
  303. text-align:center;
  304. z-index: 999999999999999;
  305. opacity: 1;
  306. -moz-transition-duration:1s;
  307. -webkit-transition-duration:1s;
  308. -o-transition-duration:1s;
  309. }
  310.  
  311.  
  312.  
  313. #links2 a {
  314. font-size:17px;
  315. font-family: 'Italianno', cursive;
  316. text-transform: lowercase;
  317. color: #000;
  318. display:block;
  319. -moz-transition-duration:1.6s;
  320. -webkit-transition-duration:1.6s;
  321. -o-transition-duration:1.6s;
  322.  
  323. }
  324.  
  325. #links2 a {
  326. opacity: 1;
  327. }
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335. #pagination {
  336. position: fixed;
  337. display: block;
  338. font-size: 20px;
  339. font-family: 'Italianno', cursive;
  340. text-transform: lowercase;
  341. margin-top: 278px;
  342. margin-left: 239px;
  343. text-align: center;
  344. opacity: 1;
  345. color: #ffffff;
  346. z-index: 999999999999999;
  347. -moz-transition-duration:1s;
  348. -webkit-transition-duration:1s;
  349. -o-transition-duration:1s;
  350. }
  351.  
  352. #sidebar:hover #pagination {
  353. opacity: 1;
  354. -moz-transition-duration:1s;
  355. -webkit-transition-duration:1s;
  356. -o-transition-duration:1s;
  357. }
  358.  
  359.  
  360.  
  361. h1{
  362. background-color: transparent;
  363. font-family: baskerville;
  364. font-size: 13px;
  365. line-height: 10px;
  366. letter-spacing: 2px;
  367. text-align: left;
  368. text-transform: uppercase;
  369. color: {color:link};
  370. }
  371.  
  372. #question {
  373. font-family: calibri;
  374. font-size: 9.25px;
  375. text-align: left;
  376. border-bottom:1px solid {color:border};
  377. padding: 5px;
  378. }
  379.  
  380. #answer {
  381. font-size: 9.25px;
  382. margin-top: 5px;
  383. }
  384.  
  385. blockquote {
  386. margin: 10px 2px 10px 10px;
  387. border-left: 4px solid {color:border};
  388. padding-left: 3px;
  389. }
  390.  
  391. blockquote img, blockquote a img {
  392. max-width: 490px;
  393. }
  394.  
  395. p {
  396. margin-top: 5px;
  397. margin-bottom: 10px;
  398. }
  399.  
  400. img a{
  401. border: none;
  402. }
  403.  
  404. img a:hover {
  405. opacity: 1;
  406. }
  407.  
  408. .audio{
  409. background-color: black;
  410. display: block;
  411. }
  412.  
  413.  
  414. .notes img{
  415. width: 10px;
  416. position: relative;
  417. top: 1px;
  418. }
  419.  
  420. ol.notes, .notes li{
  421. list-style: none;
  422. margin: 0px;
  423. padding: 0px;
  424. }
  425.  
  426. #cred {
  427. position:fixed;
  428. bottom:2px;
  429. margin-left:1307px;
  430. }
  431.  
  432.  
  433.  
  434. #cred img {
  435. width: 35px;
  436. padding: 3px;
  437. }
  438.  
  439.  
  440.  
  441.  
  442.  
  443. </style>
  444. <style type="text/css">
  445.  
  446.  
  447.  
  448.  
  449.  
  450. #s-m-t-tooltip {
  451.  
  452. max-width:300px;
  453.  
  454. padding-top: 0px;
  455. padding-bottom: 0px;
  456. padding-right: 1px;
  457. padding-left: 1px;
  458.  
  459.  
  460. margin:10px 0px 0px 10px;
  461.  
  462. background-color: #fff;
  463.  
  464. color: #000;
  465.  
  466. border-width:1px;
  467.  
  468. border-color:#000;
  469.  
  470. border-style:solid;
  471.  
  472.  
  473.  
  474.  
  475. font-family:cambria; /* change the font */
  476.  
  477. font-size:6px; /* change the font size */
  478.  
  479. letter-spacing:2px; /* change the letter spacing */
  480.  
  481. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  482.  
  483. font-style:italic;
  484.  
  485.  
  486.  
  487. z-index:999999999999999999999999999999999999;
  488.  
  489. }
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. {CustomCSS}</style>
  497.  
  498. </head>
  499.  
  500.  
  501. <script type="text/javascript"
  502. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  503.  
  504. <script>
  505.  
  506.  
  507.  
  508.  
  509.  
  510. <!-- DON'T TOUCH ANYTHING HERE -->
  511.  
  512. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  513. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  514. <script>
  515. $(function(){
  516. var $container = $('#container');
  517. $container.imagesLoaded(function(){
  518. $container.masonry({
  519. itemSelector: '.char',
  520. });
  521. });
  522. $container.infinitescroll({
  523. itemSelector : ".char",
  524. loadingImg : "",
  525. loadingText : "<em></em>",
  526. bufferPx : 10000,
  527. extraScrollPx: 12000,
  528. },
  529. // trigger Masonry as a callback
  530. function( newElements ) {
  531. var $newElems = $( newElements ).css({ opacity: 0 });
  532. // ensure that images load before adding to masonry layout
  533. $newElems.imagesLoaded(function(){
  534. $newElems.animate({ opacity: 1 });
  535. $container.masonry( 'appended', $newElems, true );
  536. });
  537. }
  538. );
  539. });
  540. </script>
  541.  
  542.  
  543.  
  544.  
  545. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  546.  
  547. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  548.  
  549. <script>
  550.  
  551. (function($){
  552.  
  553. $(document).ready(function(){
  554.  
  555. $("a[title]").style_my_tooltips({
  556.  
  557. tip_follows_cursor:true,
  558.  
  559. tip_delay_time:90,
  560.  
  561. tip_fade_speed:600,
  562.  
  563. attribute:"title"
  564.  
  565. });
  566.  
  567. });
  568.  
  569. })(jQuery);
  570.  
  571. </script>
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578. <body>
  579.  
  580.  
  581. <div id="pagination">
  582. {block:PreviousPage}<a href="{PreviousPage}"> back </a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next </a>{/block:NextPage}
  583. </div>
  584. <div id="sidebar">
  585. <div id="top"><img src="http://static.tumblr.com/2e4385812867ff56c4efd7a39c8129f7/1lijquh/Hl8mme5do/tumblr_static_16.jpg"></div>
  586. <div id="bottom"><img src="http://static.tumblr.com/b3a24311959e1a17dbb826f5c0bcac2e/1lijquh/kKomme5eg/tumblr_static_17.jpg"></div>
  587. <div id="title">{title}</a></div>
  588. <div id="description">{block:Description}{Description}{/block:Description}</div></div>
  589. <div id="linkbar"><div id="links">
  590. <a title="{text:Home Hover}"href="/" >{text:Home Title}</a>
  591. <a title="{text:Ask Hover}"href="/ask">{text:Ask Title}</a>
  592. {block:IfShowLink3}<a title="{text:Link3 Hover}"href="{text:Link3 URL}">{text:Link3 Title}</a>{/block:IfShowLink3}
  593. <div id="linkbar2"><div id="links2">
  594. {block:IfShowLink4}<a title="{text:Link4 Hover}"href="{text:Link4 URL}">{text:Link4 Title}</a>{/block:IfShowLink4}
  595. {block:IfShowLink5}<a title="{text:Link5 Hover}"href="{text:Link5 URL}">{text:Link5 Title}</a>{/block:IfShowLink5}
  596. {block:IfShowLink6}<a title="{text:Link6 Hover}"href="{text:Link6 URL}">{text:Link6 Title}</a>{/block:IfShowLink6}
  597.  
  598.  
  599. </div></div></div></div></div>
  600.  
  601.  
  602.  
  603. <BR>
  604.  
  605. <div id="entries">
  606. {block:Posts}
  607.  
  608. <div id="posts">
  609.  
  610. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  611. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  612. {block:Text}{Body}{/block:Text}
  613.  
  614. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  615. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  616.  
  617. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  618. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  619.  
  620. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  621.  
  622. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  623.  
  624. {block:Answer}
  625. <div id="question">like {asker}</i> said:<br><font size="1.75">{Question}</font><br></div>
  626. <div id="answer"><small>and then i was like:</small> <font size="1.75">{Answer}</font></div>
  627. {/block:Answer}
  628.  
  629. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  630. </div>
  631.  
  632.  
  633. <div id="info">
  634. <div align="left">
  635. {block:Date}
  636. {block:NotReblog}
  637. posted{/block:NotReblog}
  638. {block:RebloggedFrom}
  639. reblogged{/block:RebloggedFrom}
  640. <a href="{Permalink}">
  641. {TimeAgo}
  642. </a>
  643. {/block:Date}
  644. {block:NoteCount}
  645. with <a href="{Permalink}">
  646. {NoteCountWithLabel}</a>
  647. {/block:NoteCount}
  648. {block:RebloggedFrom};
  649. via <a href="{ReblogParentURL}">
  650. {ReblogParentName}</a>
  651. {/block:RebloggedFrom}
  652. {block:ContentSource}+
  653. <a href="{SourceURL}">
  654. {SourceLink}</a>
  655. {/block:ContentSource}
  656. {/block:ContentSource}
  657. </div>
  658.  
  659. <div id="tags">
  660. {block:HasTags}
  661. {block:Tags}<a href="/tagged/{Tag}">
  662. /{Tag}/</a>
  663. {/block:Tags}
  664. {/block:HasTags}
  665. </div></div>
  666.  
  667. <br>
  668. {/block:Posts}
  669. {block:PostNotes}{PostNotes}{/block:PostNotes}
  670.  
  671. </div>
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679. <div id="cred">
  680. <a href="http://dumbldores.tumblr.com/"><img src="http://media.tumblr.com/7b6714c2b39ed626ed141c2a778ccf91/tumblr_inline_mmgfncmRQp1qz4rgp.jpg" ></a></div>
  681.  
  682.  
  683.  
  684.  
  685. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement