Advertisement
ruedamour

Give Me Love

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