Advertisement
Annie_Schmitz

Warwick Theme

Dec 7th, 2013
1,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.63 KB | None | 0 0
  1. <!--Warwick Theme by resiliens
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:text" content="#000000" />
  14. <meta name="color:title" content="#000000" />
  15. <meta name="color:title hover" content="#000000" />
  16. <meta name="color:link" content="#000000" />
  17. <meta name="color:link hover" content="#000000" />
  18. <meta name="color:scrollbar" content="#000000" />
  19. <meta name="color:highlight text" content="#ffffff" />
  20. <meta name="color:highlight background" content="#cccccc" />
  21. <meta name="color:border" content="#ffffff" />
  22.  
  23.  
  24. <meta name="text:home title" content="home" />
  25. <meta name="text:ask title" content="ask" />
  26. <meta name="text:link 1 title" content="" />
  27. <meta name="text:link 1" content="" />
  28. <meta name="text:link 2 title" content="" />
  29. <meta name="text:link 2" content="" />
  30. <meta name="text:link 3 title" content="" />
  31. <meta name="text:link 3" content="" />
  32. <meta name="text:link 4 title" content="" />
  33. <meta name="text:link 4" content="" />
  34. <meta name="text:link 5 title" content="" />
  35. <meta name="text:link 5" content="" />
  36. <meta name="text:link 6 title" content="" />
  37. <meta name="text:link 6" content="" />
  38.  
  39. <meta name="image:Left Background" content""/>
  40. <meta name="image:Right Background" content""/>
  41. <meta name="image:Cover Background" content""/>
  42. <meta name="image:Sidebar Background" content""/>
  43. <meta name="image:Sidebar" content""/>
  44.  
  45. <meta name="if:Two Columns" content""/>
  46. <meta name="if:Three Columns" content""/>
  47. <meta name="if:Border" content""/>
  48.  
  49. <meta name="if:Link One" content""/>
  50. <meta name="if:Link Two" content""/>
  51. <meta name="if:Link Three" content""/>
  52. <meta name="if:Link Four" content""/>
  53. <meta name="if:Link Five" content""/>
  54. <meta name="if:Link Six" content""/>
  55.  
  56.  
  57.  
  58.  
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  60.  
  61. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:200,
  68. tip_fade_speed:300
  69. }
  70. );
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75. {block:IndexPage}
  76.  
  77. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  78. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  79.  
  80. <script type="text/javascript">
  81. $(window).load(function(){
  82. var $wall = $('#entries');
  83. $wall.imagesLoaded(function(){
  84. $wall.masonry({
  85. itemSelector: '#post, #post_photo',
  86. isAnimated : false
  87. });
  88. });
  89.  
  90. $wall.infinitescroll({
  91. navSelector : '#pagination',
  92. nextSelector : '#pagination a',
  93. itemSelector : '#post, #post_photo',
  94. bufferPx : 2000,
  95. debug : false,
  96. errorCallback: function() {
  97. $('#scroll').fadeOut('normal');
  98. }},
  99. function( newElements ) {
  100. var $newElems = $( newElements );
  101. $newElems.hide();
  102. $newElems.imagesLoaded(function(){
  103. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  104. });
  105. }); $('#entries').show(500);
  106. });
  107. </script>
  108. {/block:IndexPage}
  109. <style type="text/css">
  110.  
  111. #s-m-t-tooltip{
  112. max-width:300px;
  113. margin:15px;
  114. padding:2px 8px;
  115. border:1px solid #ccc;
  116. border-radius:4px;
  117. background:#FFF;
  118. z-index:999999;
  119. letter-spacing:1px;
  120. font-size:9px;
  121. text-transform:uppercase;
  122. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  123.  
  124. body{
  125. background-color:{color:background};
  126. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  127. background-attachment: fixed;
  128. background-position: bottom 0px left 0px, bottom 0px right 0px;
  129. background-repeat: no-repeat, no-repeat, no-repeat;
  130. -webkit-background-size: auto, auto, auto;
  131. -moz-background-size: auto, auto, auto;
  132. -o-background-size: auto, auto, auto;
  133. background-size: auto, auto, cover;
  134. color:{color:text};
  135. font-family:consolas;
  136. font-size:10px;
  137. }
  138.  
  139. ::selection {
  140. background:{color:highlight background};
  141. color:{color:highlight text};
  142. }
  143. ::-moz-selection {
  144. background:{color:highlight background};
  145. color:{color:highlight text};
  146. }
  147.  
  148. ::-webkit-scrollbar{
  149. width:8px;
  150. height:8px;
  151. background:{color:background};}
  152.  
  153. ::-webkit-scrollbar-thumb{
  154. background:{color:scrollbar};
  155. height:5px;
  156. border:{color:background} solid 3px;}
  157.  
  158. a:link, a:active, a:visited{
  159. -webkit-transition: 0.3s ease;
  160. transition: 0.3s ease;
  161. -o-transition: 0.3s ease;
  162. -moz-transition: 0.3s ease;
  163. color:{color:link};
  164. text-decoration:none;
  165. }
  166.  
  167. a:hover{
  168. -webkit-transition: 0.3s ease;
  169. transition: 0.3s ease;
  170. -o-transition: 0.3s ease;
  171. -moz-transition: 0.3s ease;
  172. color:{color:link hover};
  173. }
  174.  
  175. #n{
  176.  
  177. }
  178.  
  179. #entries{{block:IndexPage}
  180. width:250px;
  181. {block:IfTwoColumns}
  182. width:590px;
  183. {/block:IfTwoColumns}
  184. {block:IfThreeColumns}
  185. width:1050px;
  186. {/block:IfThreeColumns}
  187. margin-top:0px;
  188. margin-left:500px;
  189. position:absolute;
  190. {/block:IndexPage}{block:PermalinkPage}
  191. width:500px;
  192. margin-top:10px;
  193. margin-left:500px;
  194. position:absolute;
  195. {/block:PermalinkPage}
  196. }
  197.  
  198. #post{
  199. {block:IndexPage}
  200. margin-top:10px;
  201. {block:IfBorder}
  202. -webkit-transition: 0.5s ease-in-out;
  203. transition: 0.5s ease-in-out;
  204. -o-transition: 0.5s ease-in-out;
  205. -moz-transition: 0.5s ease-in-out;
  206. border:1px solid {color:border};
  207. border-radius:10px;
  208. {/block:IfBorder}
  209. margin-left:10px;
  210. padding:10px 10px 8px 10px;
  211. width:250px;
  212. {/block:IndexPage}
  213. {block:PermalinkPage}
  214. width:500px;
  215. {/block:PermalinkPage}
  216. }
  217.  
  218. #post .perma{
  219. {block:IndexPage}
  220. -webkit-transition: 0.5s linear;
  221. transition: 0.5s linear;
  222. -o-transition: 0.5s linear;
  223. -moz-transition: 0.5s linear;
  224. margin-top:5px;
  225. text-align:center;
  226. width:250px;
  227. opacity:0;
  228. font-size:9px;
  229. text-transform:uppercase;
  230. {/block:IndexPage}{block:PermalinkPage}
  231. display:none;
  232. {/block:PermalinkPage}
  233. }
  234. #post:hover .perma{
  235. -webkit-transition: 0.5s linear;
  236. transition: 0.5s linear;
  237. -o-transition: 0.5s linear;
  238. -moz-transition: 0.5s linear;
  239. opacity:1;
  240. }
  241.  
  242. #post:hover{
  243. -webkit-transition: 0.5s ease-in-out;
  244. transition: 0.5s ease-in-out;
  245. -o-transition: 0.5s ease-in-out;
  246. -moz-transition: 0.5s ease-in-out;
  247. {block:IndexPage}
  248. {block:IfBorder}
  249. border:dashed 1px {color:border};
  250. {/block:IfBorder}
  251. {/block:IndexPage}
  252. }
  253.  
  254. #post .r{
  255. {block:IndexPage}
  256. -webkit-transition: 0.5s ease-in-out;
  257. transition: 0.5s ease-in-out;
  258. -o-transition: 0.5s ease-in-out;
  259. -moz-transition: 0.5s ease-in-out;
  260. margin-top:-15px;
  261. background:#fff;
  262. position:absolute;
  263. text-align:center;
  264. padding:2px;
  265. width:250px;
  266. opacity:0;
  267. font-size:9px;
  268. text-transform:uppercase;
  269. {/block:IndexPage}{block:PermalinkPage}
  270. display:none;
  271. {/block:PermalinkPage}
  272. }
  273.  
  274.  
  275.  
  276. #post:hover .r{
  277. -webkit-transition: 0.5s ease-in-out;
  278. transition: 0.5s ease-in-out;
  279. -o-transition: 0.5s ease-in-out;
  280. -moz-transition: 0.5s ease-in-out;
  281. opacity:.8;
  282. }
  283.  
  284. #sidebar{
  285. margin-top:400px;
  286. text-align:center;
  287. background:transparent;
  288. width:200px;
  289. margin-left:100px;
  290. position:fixed;
  291. background-attachment: fixed;
  292. background-image:url({image:Sidebar Background});
  293. }
  294.  
  295. #sidebar img{
  296. max-width:150px;
  297. }
  298.  
  299. #desc{
  300. border-bottom:1px solid {color:border};
  301. padding:3px;
  302. }
  303.  
  304. .title{
  305. font-family:Bad Script;
  306. padding:3px;
  307. font-size:20px;}
  308.  
  309. .title a{
  310. -webkit-transition: 0.3s ease;
  311. transition: 0.3s ease;
  312. -o-transition: 0.3s ease;
  313. -moz-transition: 0.3s ease;
  314. color:{color:title};
  315. }
  316.  
  317. .title a:hover{
  318. -webkit-transition: 0.3s ease;
  319. transition: 0.3s ease;
  320. -o-transition: 0.3s ease;
  321. -moz-transition: 0.3s ease;
  322. color:{color:title hover};
  323. }
  324.  
  325. .links{
  326. padding:3px;
  327. text-transform:lowercase;
  328. font-family:Bad Script;
  329. font-size:11px;
  330. letter-spacing:2px;}
  331.  
  332. .links a{
  333. }
  334.  
  335. i, em{
  336. color:{color:link};}
  337. b, strong{
  338. font-weight:normal;
  339. text-transform:uppercase;
  340. color:{color:link};}
  341. ul,ol{
  342. margin:0px;
  343. margin-left:-5px;}
  344. p{
  345. padding:0px;
  346. margin:2px;}
  347.  
  348.  
  349.  
  350. #credit {
  351. position:fixed;
  352. font-family:consolas;
  353. font-size:10px;
  354. bottom:10px;
  355. z-index:999999999999;
  356. right:10px;
  357. text-transform:uppercase;
  358. }
  359.  
  360.  
  361. blockquote{
  362. padding:3px;
  363. border-left:1px solid #e1e1e1;
  364. margin-left:10px;
  365. line-height:10px;
  366. }
  367.  
  368. {block:IndexPage}
  369. blockquote img{
  370. width:100px;
  371. overflow:hidden;
  372. }
  373. {/block:IndexPage}
  374. {block:PermalinkPage}
  375. blockquote img{
  376. width:200px;
  377. overflow:hidden;
  378. }
  379. {/block:PermalinkPage}
  380.  
  381. .text{
  382. text-decoration:bold;
  383. font-size:12px;
  384. text-transform:uppercase;
  385. }
  386.  
  387. #questions img{
  388. float:left;
  389. padding:2px;
  390. }
  391.  
  392. #questions a{
  393. font-size:9px;
  394. letter-spacing:1px;
  395. text-transform:uppercase;
  396. }
  397.  
  398. #questions {
  399. padding:4px;
  400. border-radius:6px;
  401. background:#eee;
  402. min-height:28px;
  403. border-bottom:1px solid #ccc;
  404. font-weight: bold;
  405. }
  406.  
  407. #questions img{
  408. border-radius:6px;
  409. }
  410.  
  411. .player{
  412. margin-left:110px;
  413. margin-top:25px;
  414. position:absolute;
  415. padding:2px;
  416. max-width:135px;
  417. padding:2px;
  418. font-size:9px;
  419. text-transform:uppercase;
  420. z-index:999999;
  421. {block:PermalinkPage}
  422. margin-top:0px;
  423. {/block:PermalinkPage}
  424. }
  425.  
  426. .audioplayer{
  427. margin-top:20px;
  428. margin-left:20px;
  429. opacity:.7;
  430. width:27px;
  431. height:27px;
  432. border-radius:30px;
  433. overflow:hidden;
  434. background:#fff;
  435. padding:15px;
  436. }
  437.  
  438. #cover{
  439. width:100px;
  440. background:#eee;
  441. position:absolute;
  442. height:100px;
  443. display:inline-block;
  444. float:left;
  445. {block:PermalinkPage}
  446. margin-top:-20px;
  447. {/block:PermalinkPage}
  448. }
  449.  
  450. #cover img{
  451. width:100px;
  452. height:100px;
  453. {block:PermalinkPage}
  454. margin-top:0px;
  455. {/block:PermalinkPage}
  456. }
  457.  
  458. .playbutton {
  459. width:30px;
  460. height:30px;
  461. overflow:hidden;
  462. position:relative;
  463. z-index:1000;
  464. margin:0px;}
  465.  
  466. </style>
  467.  
  468. </head>
  469. <body>
  470.  
  471. <div id="sidebar">
  472. <img src="{image:Sidebar}">
  473. <div class="title"><a href="/">{Title}</a></div>
  474. <div id="desc">{Description}</div>
  475. <div class="links">
  476. <a href="/">{text:home title}</a>
  477. <a href="/ask">{text:ask title}</a>
  478. {block:IfLinkOne}
  479. <a href="{text:link 1}">{text:link 1 title}</a>
  480. {/block:IfLinkOne}
  481. {block:IfLinkTwo}
  482. <a href="{text:link 2}">{text:link 2 title}</a>
  483. {/block:IfLinkTwo}
  484. {block:IfLinkThree}
  485. <a href="{text:link 3}">{text:link 3 title}</a>
  486. {/block:IfLinkThree}
  487. {block:IfLinkFour}
  488. <a href="{text:link 4}">{text:link 4 title}</a>
  489. {/block:IfLinkFour}
  490. {block:IfLinkFive}
  491. <a href="{text:link 5}">{text:link 5 title}</a>
  492. {/block:IfLinkFive}
  493. {block:IfLinkSix}
  494. <a href="{text:link 6}">{text:link 6 title}</a>
  495. {/block:IfLinkSix}
  496. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  497. <a href="http://resiliens.tumblr.com/">theme</a>
  498. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  499. </div>
  500. </div>
  501.  
  502. <div id="entries">
  503.  
  504.  
  505. {block:Posts}
  506.  
  507.  
  508. {block:ContentSource}
  509. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  510. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  511. {/block:SourceLogo}
  512. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  513. {/block:ContentSource}
  514.  
  515. <div id="post">
  516.  
  517.  
  518. {block:Photo}
  519. {block:IndexPage}
  520. <a href="{permalink}"><img src="{PhotoURL-250}"/></a>
  521. <div class="r">
  522. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  523. <a href="{ReblogURL}">reblog</a></div>
  524. {/block:IndexPage}
  525. {block:PermalinkPage}
  526. <a href="{permalink}"><img src="{PhotoURL-500}"/></a>
  527. {/block:PermalinkPage}
  528. {/block:Photo}
  529.  
  530.  
  531.  
  532. {block:Photoset}
  533. {block:IndexPage}
  534. {Photoset-250}
  535. <div class="r">
  536. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  537. <a href="{ReblogURL}">reblog</a>
  538. </div>
  539. {/block:IndexPage}
  540. {block:PermalinkPage}
  541. {Photoset-500}
  542. {/block:PermalinkPage}
  543. {/block:Photoset}
  544.  
  545. {block:Video}
  546. {block:IndexPage}
  547. {Video-250}
  548. <div class="r">
  549. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  550. <a href="{ReblogURL}">reblog</a>
  551. </div>
  552. {/block:IndexPage}
  553. {block:PermalinkPage}
  554. {Video-500}
  555. {/block:PermalinkPage}
  556. {/block:Video}
  557.  
  558.  
  559. {block:Text}
  560. <div class="text">{Title}</div>{Body}
  561. <div class="perma">
  562. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  563. <a href="{ReblogURL}">reblog</a>
  564. </div>
  565. {/block:Text}
  566.  
  567.  
  568. {block:Link}
  569. <div class="text" style="background:#eee; padding:2px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  570. {block:Description}{Description}{/block:Description}
  571. <div class="perma">
  572. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  573. <a href="{ReblogURL}">reblog</a>
  574. </div>
  575. {/block:Link}
  576.  
  577.  
  578. {block:Quote}
  579. <div class="text">"{Quote}"</div>
  580. {block:Source}-{Source}{/block:Source}
  581. <div class="perma">
  582. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  583. <a href="{ReblogURL}">reblog</a>
  584. </div>
  585. {/block:Quote}
  586.  
  587.  
  588. {block:Chat}
  589. {block:Lines}
  590. {block:Label}<br>
  591. <div class="text" div style="font-size:9px; padding:2px; background:#eee;">{Label}
  592. {/block:Label}
  593. &nbsp;{Line}</div>
  594. {/block:Lines}
  595. <div class="perma">
  596. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  597. <a href="{ReblogURL}">reblog</a>
  598. </div>
  599. {/block:Chat}
  600.  
  601.  
  602. {block:Audio}
  603. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  604. {block:Artist}by {Artist}{/block:Artist}<br>
  605. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  606. </div>
  607. <div id="cover">
  608. {block:AlbumArt}
  609. <img src="{AlbumArtURL}">
  610. {/block:AlbumArt}</div>
  611. <div class="audioplayer"><div class="playbutton">
  612. {AudioPlayerWhite}</div></div><br><br>
  613. <div class="perma">
  614. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  615. <a href="{ReblogURL}">reblog</a>
  616. </div>
  617. {/block:Audio}
  618.  
  619.  
  620.  
  621. {block:Answer}<div id="questions">
  622. <img src="{AskerPortraitURL-24}">{Asker}: {Question}</div>
  623. {Answer}
  624. <div class="perma">
  625. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  626. <a href="{ReblogURL}">reblog</a>
  627. </div>
  628. {/block:Answer}
  629.  
  630. {block:PermalinkPage}<div id="n">
  631. <br>
  632. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  633. <br>
  634. {block:Date}{TimeAgo}{/block:Date}
  635. {block:NoteCount}
  636. {NoteCountWithLabel}
  637. {/block:NoteCount}
  638. <br>
  639. {block:Caption}
  640. {Caption}
  641. {/block:Caption}
  642. <br>
  643. {block:PostNotes}{PostNotes}{/block:PostNotes}
  644. </div>
  645. {/block:PermalinkPage}
  646. </div>
  647. {/block:Posts}
  648. </div>
  649.  
  650.  
  651.  
  652.  
  653. {block:IndexPage}
  654. {block:Pagination}
  655. <div id="pagination">
  656. {block:NextPage}
  657. <a id="nextPage" href="{NextPage}"></a>
  658. {/block:NextPage}
  659. {block:PreviousPage}
  660. <a href="{PreviousPage}"></a>
  661. {/block:PreviousPage}
  662. </div>
  663. {/block:Pagination}
  664. {/block:IndexPage}
  665.  
  666. </div>
  667. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  668. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  669. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  670. </div>
  671. </body>
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement