Advertisement
ruedamour

Pêche

Apr 9th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.61 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <!-- Default Variables -->
  13. <meta name="image:Background" content="http://media.tumblr.com/tumblr_lpwoxbfbWg1qcn2vb.png"/>
  14. <meta name="image:Cursor" content="http://i.imgur.com/ZOrzC.png"/>
  15. <meta name="image:Link Cursor" content="http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif"/>
  16. <meta name="image:Link Cursor Hover" content="http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif"/>
  17. <meta name="font:Body" content=" 'Arial', sans-serif " />
  18. <meta name="color:Background" content="#ffffff" />
  19. <meta name="text:Body" content="10px" />
  20. <meta name="color:Body" content="#000000"/>
  21. <meta name="color:Link" content="#ec6d71"/>
  22. <meta name="color:Link Hover" content="#f2c9ac"/>
  23. <meta name="color:Content" content="#ffffff" />
  24. <meta name="color:Sidebar" content="#ffffff" />
  25. <meta name="color:Title" content="#ec6d71"/>
  26. <meta name="font:Title" content=" 'Pinyon Script', cursive" />
  27. <meta name="text:Title" content="34px" />
  28. <meta name="font:Description" content=" 'Arial', sans-serif " />
  29. <meta name="text:Description" content="10px" />
  30. <meta name="color:Description" content="#000000"/>
  31. <meta name="font:Navigation" content=" 'Courier New', Courier, monospace"/>
  32. <meta name="text:Navigation" content="9px" />
  33. <meta name="color:Navigation" content="#f7decd"/>
  34. <meta name="color:Navigation Link" content="#ec6d71"/>
  35. <meta name="color:Navigation Link Hover" content="#f2c9ac"/>
  36. <meta name="color:Navigation Box Hover" content="#f2c9ac"/>
  37. <meta name="color:Posts" content="#ffffff" />
  38. <meta name="color:Entry" content="#ffffff" />
  39. <meta name="color:Permalink Link" content="#ec6d71"/>
  40. <meta name="color:Permalink Text" content="#ec6d71"/>
  41. <meta name="color:Permalink Background" content="#f7decd"/>
  42. <meta name="text:Permalink Link" content="18px" />
  43. <meta name="font:Permalink Link" content=" 'Pinyon Script', cursive" />
  44. <meta name="color:Blockquote Border" content="#76697f"/>
  45. <meta name="text:Quote Link Text Entry" content="16px" />
  46. <meta name="font:Quote Link Text Entry" content=" 'Pinyon Script', cursive" />
  47. <meta name="color:Quote Link Text Entry" content="#000000"/>
  48. <meta name="color:Chat" content="#ffffff" />
  49. <meta name="color:Chat Bg" content="#000000"/>
  50. <meta name="color:Chat2" content="#000000"/>
  51. <meta name="color:Chat2 Bg" content="#ffffff" />
  52. <meta name="if:SidebarTitle" content="0">
  53. <meta name="text:Sidebar Title" content="Title">
  54. <meta name="if:CustomLink1" content="0">
  55. <meta name="if:CustomLink2" content="0">
  56. <meta name="text:Link 1 Title" content="link">
  57. <meta name="text:Link 1" content="http://">
  58. <meta name="text:Link 2 Title" content="link">
  59. <meta name="text:Link 2" content="http://">
  60.  
  61.  
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Pinyon+Script' rel='stylesheet' type='text/css'>
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. body{
  69. margin:0;
  70. font-family:{font:Body};
  71. color:{color:Body};
  72. font-size:{text:Body};
  73. background-color:{color:Background};
  74. background-image:url('{image:Background}');
  75. background-attachment: fixed;
  76. background-repeat: repeat;
  77. line-height: 12px;
  78. text-align:justify;
  79. cursor: url('{image:Cursor}'), auto;
  80. }
  81.  
  82. a, a:link, a:active, a:visited{
  83. color:{color:Link};
  84. text-decoration: none;
  85. cursor: url('{image:Link Cursor}'), progress !important;
  86. }
  87.  
  88. a:hover{
  89. color:{color:Link Hover};
  90. webkit-transition: all 0.2s linear;
  91. -webkit-transition: all 0.2s linear;
  92. -moz-transition: all 0.2s linear;
  93. transition: all 0.2s linear;
  94. text-decoration: none;
  95. cursor: url('{image:Link Cursor Hover}'), progress !important;
  96. -webkit-transition: color 0.5s ease-out;
  97. -moz-transition: color 0.5s ease-out;
  98. }
  99.  
  100. #content{
  101. float:left;
  102. position:absolute;
  103. width:810px;
  104. margin-left:-405px;
  105. left:50%;
  106. top:0px;
  107. background-color:{color:Content};
  108. -webkit-box-shadow: 1px 1px 5px 5px #D6D6D6;
  109. box-shadow: 1px 1px 5px 5px #D6D6D6;
  110. }
  111.  
  112. #sidebar {
  113. float:left;
  114. position:fixed;
  115. width:810px;
  116. margin-top:0px;
  117. margin-left:0px;
  118. padding:0px;
  119. padding-top:20px;
  120. background-color:{color:Sidebar};
  121. z-index:9999;
  122. overflow:hidden;
  123. }
  124.  
  125. .title{
  126. position:relative;
  127. width:810px;
  128. color:{color:Title};
  129. font-family:{font:Title};
  130. font-size:{text:Title};
  131. line-height:36px;
  132. text-align:center;
  133. }
  134.  
  135. .description{
  136. margin-top:10px;
  137. position:relative;
  138. width:800px;
  139. height:40px;
  140. overflow-y:scroll;
  141. padding:5px;
  142. color:{color:Description};
  143. font-family:{font:Description};
  144. font-size:{text:Description};
  145. line-height:12px;
  146. text-align:justify;
  147. }
  148.  
  149. .nav ul {
  150. float:left;
  151. width:810px;
  152. height:30px;
  153. line-height:30px;
  154. margin:0px;
  155. margin-top:20px;
  156. position: relative;
  157. display: inline-table;
  158. padding: 0;
  159. list-style: none;
  160. text-align:center;
  161. background-color: {color:Navigation};
  162. font-size: {text:Navigation};
  163. font-weight:bold;
  164. font-family: {font:Navigation};
  165. text-transform: uppercase;
  166. }
  167.  
  168. .nav ul:after {
  169. content: ""; clear: both; display: block;
  170. }
  171.  
  172.  
  173. .nav ul li {
  174. float: left;
  175. width:128px;
  176. height:30px;
  177. line-height:30px;
  178. text-align:center;
  179. background-color: {color:Navigation};
  180. }
  181.  
  182.  
  183. .nav ul li a{
  184. display: block;
  185. color:{color:Navigation Link};
  186. text-decoration: none;
  187. text-align:center;
  188. }
  189.  
  190. .nav ul li:hover {
  191. color:{color:Navigation Link Hover};
  192. }
  193.  
  194. .nav ul li:hover > ul {
  195. display: block;
  196. }
  197.  
  198. .nav ul li:hover{
  199. background-color: {color:Navigation Box Hover};
  200. }
  201.  
  202. #posts{
  203. float:left;
  204. position:relative;
  205. width:800px;
  206. margin-top:220px;
  207. margin-left:0px;
  208. background-color:{color:Posts};
  209. }
  210.  
  211. #entry{
  212. float:left;
  213. position:relative;
  214. overflow:hidden;
  215. height:auto;
  216. {block:IndexPage}
  217. width:250px;
  218. margin:3px;
  219. padding:5px;
  220. padding-bottom:2px;
  221. {/block:IndexPage}
  222. {block:PermalinkPage}
  223. width:500px;
  224. margin:0px;
  225. margin-left:145px;
  226. padding:3px;
  227. padding-bottom:3px;
  228. {/block:PermalinkPage}
  229. background-color:{color:Entry};
  230. }
  231.  
  232.  
  233. #postdate a{
  234. color:{color:Permalink Link};
  235. font-size:{text:Permalink Link};
  236. font-family:{font:Permalink Link};
  237. line-height:20px;
  238. text-transform: lowercase;
  239. -webkit-transition: color 0.9s ease-out;
  240. -moz-transition: color 0.9s ease-out;
  241. font-style:normal;
  242. }
  243.  
  244.  
  245. #postdate{
  246. width:0px;
  247. height:20px;
  248. overflow:hidden;
  249. position:absolute;
  250. top:0px;
  251. margin-left:0px;
  252. z-index:9999;
  253. padding:3px;
  254. text-align:center;
  255. color:{color:Permalink Link};
  256. background-color:{color:Permalink Background};
  257. -webkit-transition: opacity 0.5s linear;
  258. opacity: 0.0;
  259. -webkit-transition: all 0.5s linear;
  260. -moz-transition: all 0.5s linear;
  261. transition: all 0.5s linear;
  262. }
  263.  
  264. #entry:hover #postdate{
  265. margin-left:0px;
  266. top:20px;
  267. overflow:hidden;
  268. width:244px;
  269. height:20px;
  270. -webkit-transition: all 0.5s linear;
  271. opacity: 0.90;
  272. -webkit-transition: all 0.5s linear;
  273. -moz-transition: all 0.5s linear;
  274. transition: all 0.5s linear;
  275. }
  276.  
  277. #text{
  278. text-align:right;
  279. opacity:0.0;
  280. color:{color:Permalink Link};
  281. font-size:{text:Permalink Link};
  282. font-family:{font:Permalink Link};
  283. -webkit-transition: all 0.5s ease-out;
  284. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  285. padding:2px;
  286. }
  287.  
  288. #entry:hover #text{
  289. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  290. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  291.  
  292. #entry:hover #text:hover{
  293. -webkit-transition: all 0.5s ease-out;
  294. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  295.  
  296. .quotelinktext{
  297. font-size:{text:Quote Link Text Entry};
  298. color:{color:Quote Link Text Entry};
  299. font-family:{font:Quote Link Text Entry};
  300. line-height:18px;
  301. margin-bottom:4px;
  302. text-align:center;
  303. }
  304.  
  305. .quotelinktext a{
  306. color:{color:Quote Link Text Entry};
  307. }
  308.  
  309. .chat li.odd {
  310. text-transform:lowercase;
  311. color:{color:Chat};
  312. background-color:{color:Chat Bg};
  313. margin-bottom:1px;
  314. }
  315.  
  316. .chat li.even {
  317. text-transform:lowercase;
  318. color:{color:Chat2};
  319. background-color:{color:Chat2 Bg};
  320. }
  321.  
  322. blockquote{
  323. margin-left:5px;
  324. padding-left:5px;
  325. line-height:12px;
  326. border-left:1px dashed {color:Blockquote Border};
  327. }
  328.  
  329. ul.chat, .chat ol, .chat li {
  330. list-style:none;
  331. margin:0px;
  332. padding:2px;
  333. }
  334.  
  335. ul {
  336. list-style-type:none;
  337. padding:0px;
  338. margin: 5px;
  339. }
  340.  
  341. ul li {
  342. display: block;
  343. background-repeat:no-repeat;
  344. background-position: 3px 8px;
  345. padding-left:5px;
  346. padding-top: 5px;
  347. padding-bottom: 5px;
  348. padding-right: 2px;
  349. margin-left: 0px;
  350. }
  351.  
  352. ol.notes {float:left; position:relative; text-align:left; padding:0px; margin-left:145px; margin-top:10px; list-style-type:none; width:500px; overflow:hidden; display:block;}
  353. ol.notes li.note {padding:2px; width:490px; }
  354. ol.notes li.note img.avatar {-webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; margin-right:10px; width:16px; height:16px;}
  355. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  356.  
  357. {CustomCSS}
  358.  
  359. </style>
  360.  
  361.  
  362. </head>
  363.  
  364. <body>
  365.  
  366.  
  367. <div id="content">
  368.  
  369. <div id="sidebar">
  370.  
  371. <center>
  372.  
  373. {block:IfSidebarTitle}
  374. <div class="title"><a href="/">{text:Sidebar Title}</a></div>
  375. {/block:IfSidebarTitle}
  376.  
  377. <div class="description">
  378. {block:Description}
  379. {Description}
  380. {/block:Description}
  381. </div>
  382.  
  383. </center>
  384.  
  385. <div class="nav">
  386. <ul>
  387.  
  388. <li><a href="/" title="homepage">main page</a></li>
  389.  
  390. <li><a href="/ask" title="ask box page">contact</a></li>
  391.  
  392. <li><a href="/archive" title="archive">history</a></li>
  393.  
  394. {block:IfCustomLink1}
  395. <li><a href="{text:Link 1}">{text:Link 1 Title}</a></li>
  396. {/block:IfCustomLink1}
  397. {block:IfCustomLink2}
  398. <li><a href="{text:Link 2}">{text:Link 2 Title}</a></li>
  399. {/block:IfCustomLink2}
  400.  
  401. <li><a href="http://ruedamour.tumblr.com" title="creator of the theme">credit</a></li>
  402.  
  403. </ul>
  404.  
  405. </div>
  406.  
  407. </div>
  408.  
  409.  
  410. <div id="posts">
  411. {block:Posts}
  412.  
  413. {block:ContentSource}
  414. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  415. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  416. {/block:SourceLogo}
  417. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  418. {/block:ContentSource}
  419. <!-- {block:NoRebloggedFrom}
  420. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  421. {/block:NoRebloggedFrom} -->
  422.  
  423. <div id="entry">
  424.  
  425. {block:Text}
  426. {block:Title}
  427. <div class="quotelinktext"><a href="{Permalink}">{Title}</a></div>
  428. {/block:Title}
  429. {Body}
  430. {block:Indexpage}
  431. <div id="text">
  432. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  433. </div>
  434. {/block:Indexpage}
  435. {/block:Text}
  436.  
  437. {block:Photo}
  438.  
  439. {block:IndexPage}
  440. <div id="postdate">
  441. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  442. </div>
  443. {/block:IndexPage}
  444.  
  445. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" class="photo" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  446.  
  447. {/block:Photo}
  448.  
  449.  
  450. {block:Photoset}
  451.  
  452. {block:IndexPage}
  453. <div id="postdate">
  454. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  455. </div>
  456. {/block:IndexPage}
  457.  
  458. {block:IndexPage}
  459. {Photoset-250}
  460. {/block:IndexPage}
  461. {block:PermalinkPage}
  462. {Photoset-500}
  463. {/block:PermalinkPage}
  464. {/block:Photoset}
  465.  
  466. {block:Quote}
  467. <font style="font-size:{text:Quote Link Text Entry};color:{color:Quote Link Text Entry};font-family:{font:Quote Link Text Entry}; line-height:18px; margin-bottom:2px;">{Quote}</font>{block:Source}
  468. — {Source}
  469. {/block:Source}
  470. {block:Indexpage}
  471. <div id="text">
  472. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  473. </div>
  474. {/block:Indexpage}
  475. {/block:Quote}
  476.  
  477. {block:Link}
  478. <div class="quotelinktext"><a href="{URL}" {Target}>{Name}</a></div>
  479. {block:Description}
  480. {Description}
  481. {/block:Description}
  482. {block:Indexpage}
  483. <div id="text">
  484. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  485. </div>
  486. {/block:Indexpage}
  487. {/block:Link}
  488.  
  489. {block:Chat}
  490. {block:Title}
  491. <a href="{Permalink}">{Title}</a>
  492. {/block:Title}
  493. <ul class="chat">
  494. {block:Lines}
  495. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  496. {Line} </li>
  497. {/block:Lines}
  498. </ul>
  499. {block:Indexpage}
  500. <div id="text">
  501. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  502. </div>
  503. {/block:Indexpage}
  504. {/block:Chat}
  505.  
  506. {block:Video}
  507. {block:IndexPage}
  508. {Video-250}
  509. {/block:IndexPage}
  510. {block:PermalinkPage}
  511. {Video-400}
  512. {/block:PermalinkPage}
  513. {block:Indexpage}
  514. <div id="text">
  515. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  516. </div>
  517. {/block:Indexpage}
  518. {/block:Video}
  519.  
  520. {block:Audio}
  521. {AudioPlayerWhite}
  522. {block:Indexpage}
  523. <div id="text">
  524. <a href="{permalink}">{block:Date} {Month} {DayOfMonth}, {Year} {/block:Date}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  525. </div>
  526. {/block:Indexpage}
  527. {/block:Audio}
  528.  
  529. {block:Answer}
  530. {Asker} asked: {Question}<br>{Answer}
  531. {/block:Answer}
  532.  
  533. </div>
  534.  
  535.  
  536. {block:PermalinkPage}
  537. <div class="notes">
  538. {PostNotes}
  539. </div>
  540. {/block:PermalinkPage}
  541.  
  542.  
  543. {/block:Posts}
  544. </div>
  545. </div>
  546.  
  547. </body>
  548.  
  549. {block:indexpage}
  550. {block:NextPage}<div id="nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  551. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  552. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/ldLmtikn2/mdrns.js"></script>
  553.  
  554.  
  555. <script type="text/javascript">
  556. $(window).load(function () {
  557. var $content = $('#posts');
  558. $content.masonry({itemSelector: '#entry'}),
  559. $content.infinitescroll({
  560. navSelector : '#nav',
  561. nextSelector : '#nav a',
  562. itemSelector : '#entry',
  563. loading: {
  564. finishedMsg: '',
  565. },
  566. bufferPx : 600,
  567. debug : false,
  568. },
  569. // call masonry as a callback.
  570. function( newElements ) {
  571. var $newElems = $( newElements );
  572. $newElems.hide();
  573. // ensure that images load before adding to masonry layout
  574. $newElems.imagesLoaded(function(){
  575. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  576.  
  577.  
  578. });
  579. });
  580. });
  581. </script>
  582.  
  583. <script type="text/javascript">
  584. $(window).load(function(){
  585. $("p").remove(":contains('(Source:')");
  586. $("p").remove(":contains('(source:')");
  587. $("p").remove(":contains('(via ')");
  588. });
  589. </script>
  590. {/block:indexpage}
  591.  
  592. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement