Advertisement
Guest User

Untitled

a guest
Sep 11th, 2011
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.81 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <!--Come back to me by: http://fairycandles.tumblr.com/-->
  6. <!--PLEASE DON'T REMOVE ANY CREDITS. THANK YOU SO MUCH :"> -->
  7.  
  8.  
  9. <link rel="shortcut icon" href="{favicon}">
  10. <title>{title}</title>
  11.  
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. {block:Description}
  15.  
  16. <meta name="description" content="{MetaDescription}" />
  17.  
  18. {/block:Description}
  19.  
  20.  
  21. <meta name="font:body" content="helvetica" />
  22.  
  23. <meta name="font:title" content="helvetica" />
  24.  
  25. <meta name="text:font size" content="12px" />
  26.  
  27. <meta name="color:background" content="#FFFFFF" />
  28.  
  29. <meta name="color:postbox" content="#FFE9DE" />
  30.  
  31. <meta name="color:title" content="#FFB3B3" />
  32.  
  33. <meta name="color:text" content="#B6ACA0" />
  34.  
  35. <meta name="color:link" content="#FFB8B8" />
  36.  
  37. <meta name="color:link hover" content="#f5cacd"/>
  38.  
  39. <meta name="color:border" content="#F3CFC6" />
  40.  
  41. <meta name="image:background" content="http://media.tumblr.com/tumblr_lracg4ld4A1qaj7nf.png"/>
  42.  
  43. <meta name="image:Post Box" content="http://media.tumblr.com/tumblr_lrabxcPIuo1qaj7nf.jpg"/>
  44.  
  45. <meta name="image:avatar" content="http://media.tumblr.com/tumblr_lrae013Hdr1qaj7nf.jpg"/>
  46.  
  47. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  48.  
  49. <style type="text/css">
  50.  
  51. body {
  52.  
  53. color:{color:Text};
  54.  
  55. background-color:{color:background};
  56.  
  57. background-image:url({image:background});
  58.  
  59. background-attachment: fixed;
  60.  
  61. background-repeat: repeat;
  62.  
  63. font-family:{font:body};
  64.  
  65. font-size:{text:font size};
  66.  
  67. line-height: 12px;
  68.  
  69. text-align:justify;
  70.  
  71. }
  72.  
  73. a:link, a:active, a:visited {
  74.  
  75. color: {color:link};
  76.  
  77. text-decoration:none;
  78.  
  79. }
  80.  
  81. a:hover{
  82.  
  83. color:#;
  84.  
  85. }
  86.  
  87. a img{
  88.  
  89. border: 0px;
  90.  
  91. }
  92.  
  93. h1, big{
  94.  
  95. color:{color:title};
  96.  
  97. font-family:{font:title};
  98.  
  99. font-size:20px;
  100.  
  101. line-height:30px;
  102.  
  103. letter-spacing:-1px;
  104.  
  105. font-weight:normal;
  106.  
  107. text-transform:;
  108.  
  109. margin:0px;
  110.  
  111. padding:0px;
  112.  
  113. text-align:center;
  114.  
  115. }
  116.  
  117. h3{
  118.  
  119. color:{color:text};
  120.  
  121. font-family:{font:title};
  122.  
  123. font-size:21px;
  124.  
  125. line-height:14px;
  126.  
  127. letter-spacing:-1px;
  128.  
  129. font-weight:normal;
  130.  
  131. text-transform:;
  132.  
  133. margin:0px;
  134.  
  135. padding:0px;
  136.  
  137. margin-bottom:-0px;
  138.  
  139. text-align:left;
  140.  
  141. }
  142.  
  143. h4, big{
  144.  
  145. color:{color:title};
  146.  
  147. font-family:{font:title};
  148.  
  149. font-size:12px;
  150.  
  151. line-height:30px;
  152.  
  153. letter-spacing:-1px;
  154.  
  155. font-weight:normal;
  156.  
  157. margin:0px;
  158.  
  159. text-transform: uppercase;
  160.  
  161. padding:0px;
  162.  
  163. text-align:center;
  164.  
  165. }
  166.  
  167. #content {
  168.  
  169. background-image: url({image:Post Box});
  170.  
  171. margin: 0 0px 15px 0;
  172.  
  173. margin-left:487px;
  174.  
  175. margin-top:15px;
  176.  
  177. width:500px;
  178.  
  179. padding:6px;
  180.  
  181. border: 1px dashed {color:border};
  182.  
  183. }
  184.  
  185. #sidebar1 {
  186.  
  187. float: right;
  188.  
  189. position: fixed;
  190.  
  191. top: 50px;
  192.  
  193. left: 208px;
  194.  
  195. background-color:{color:background};
  196.  
  197. background-image: url({image:Post Box});
  198.  
  199. background-repeat: repeat;
  200.  
  201. width: 250px;
  202.  
  203. padding-left:8px;
  204.  
  205. padding-right: 6px;
  206.  
  207. padding-bottom:12px;
  208.  
  209. padding-top:3px;
  210.  
  211. border: 1px dashed {color:border};
  212.  
  213. }
  214.  
  215. #postbox {
  216.  
  217. overflow:hidden;
  218.  
  219. background-color:{color:postbox};
  220.  
  221. background-image: url({image:Post Box});
  222.  
  223. padding:2px;
  224.  
  225. padding-left:5px;
  226.  
  227. padding-right:5px;
  228.  
  229. padding-top:5px;
  230.  
  231. padding-bottom:2px;
  232.  
  233. border: 2px double #f5dbd9;
  234.  
  235. -moz-border-radius:5px;
  236.  
  237. -webkit-border-radius:5px;
  238.  
  239. }
  240.  
  241. .notesandtags {
  242.  
  243. padding: 5px;
  244.  
  245. border-top: 1px dashed #d2b5b4;
  246.  
  247. background-color: #FFFFFF;
  248.  
  249. background-color: #FFFFFF;
  250.  
  251. background-image: url({image:Post Box});
  252.  
  253. margin-bottom: 1px;
  254.  
  255. margin-top: 5px;
  256.  
  257. }
  258.  
  259. .tags {
  260.  
  261. font-size: 10px;
  262.  
  263. float: right;
  264.  
  265. text-transform: lowercase;
  266.  
  267. }
  268.  
  269. .tag {
  270.  
  271. font-weight: normal;
  272.  
  273. margin-right: 2px;
  274.  
  275. font-style: normal;
  276.  
  277. }
  278.  
  279. #perma {
  280.  
  281. font-size:9px;
  282.  
  283. margin-top:0px;
  284.  
  285. position:absolute;
  286.  
  287. right:50%;
  288.  
  289. margin-right:260px;
  290.  
  291. }
  292.  
  293. blockquote {
  294.  
  295. font-size: 11px;
  296.  
  297. background-color: #fff4f5;
  298.  
  299. padding: 5px;
  300.  
  301. border-left: 5px ridge #ecc7d3;
  302.  
  303. margin: 5px;
  304.  
  305. }
  306.  
  307. blockquote:hover {
  308.  
  309. font-size: 11px;
  310.  
  311. background-color: #fff4f5;
  312.  
  313. padding: 5px;
  314.  
  315. border-left: 5px groove #ecc7d3;
  316.  
  317. margin: 5px;
  318.  
  319. }
  320.  
  321. b, strong{color:{color:title};}
  322.  
  323. i, em {color:{color:text};}
  324.  
  325. p{margin-top:3px; margin-bottom:3px;}
  326.  
  327. ul.chat, .chat ol, .chat li {
  328.  
  329. list-style:none;
  330.  
  331. margin:0px;
  332.  
  333. padding:0px;
  334.  
  335. }
  336.  
  337. .notes img {
  338.  
  339. width:10px;
  340.  
  341. position:relative;
  342.  
  343. top:1px;
  344.  
  345. }
  346.  
  347. ol.notes, .notes li {
  348.  
  349. list-style:none;
  350.  
  351. margin:0px;
  352.  
  353. padding:0px;
  354.  
  355. }
  356.  
  357. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  358.  
  359. background-color:transparent!important;
  360.  
  361. }
  362.  
  363. </style>
  364.  
  365. <style type="text/css">{CustomCSS]</style>
  366.  
  367. </head>
  368.  
  369. <body>
  370.  
  371. <div id="content">
  372.  
  373. {block:Posts}
  374.  
  375. <div id="perma"><a href="{Permalink}"></a><span class="tags"></span></div>
  376.  
  377. <div id="postbox">
  378.  
  379. {block:Text}{block:Title}<div class="title"><h3>{Title}</h3></div>{/block:Title}{Body}
  380.  
  381. {/block:Text}
  382.  
  383. {block:Photo}
  384.  
  385. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"width=500px>{LinkCloseTag}
  386.  
  387. {block:Caption}<div style="margin:-5px 0 -10px 0;">{Caption}</div>{/block:Caption}
  388.  
  389. {/block:Photo}
  390.  
  391. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  392.  
  393. {block:Quote}<h2><i>"{Quote}" </i></h2>
  394.  
  395. <div style="padding-left:20px;">
  396.  
  397. {block:Source}<BR>— {Source}{/block:Source}
  398.  
  399. </div>
  400.  
  401. {/block:Quote}
  402.  
  403. {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name} </h3></a>{/block:Link}
  404.  
  405. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  406.  
  407. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
  408.  
  409. {block:Audio}
  410.  
  411. {AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}
  412.  
  413. <div style="color:#C2C2C2;"> {PlayCount} plays</div>
  414.  
  415. {/block:Audio}
  416.  
  417. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418.  
  419. {block:Answer}
  420.  
  421. {Asker} whispered: <b>{Question}</b><br>{Answer}
  422.  
  423. {/block:Answer}
  424.  
  425. <br><br>
  426.  
  427. <div class="notesandtags">
  428.  
  429. <div class="time">
  430.  
  431. {block:Date}<font color="DBB9B0">Posted <a href="{Permalink}">{TimeAgo}</a></font>{/block:Date}
  432.  
  433. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> <font color="#D5BDC3">|</font> {/block:Tags} {block:NoteCount}<a href="{Permalink}"><font color="DBB9B0">{NoteCount} notes</font> <font color="#D5BDC3"></font>{/block:NoteCount}</a></div><a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  434.  
  435. </div>
  436.  
  437. <br>
  438.  
  439. </div></div><br>{/block:Posts}
  440.  
  441. {block:PostNotes}{PostNotes}{/block:PostNotes}
  442.  
  443. <p align="center">
  444.  
  445. {block:Pagination}
  446.  
  447. {block:PreviousPage}
  448.  
  449. <a href="{PreviousPage}">< Previous</a>
  450.  
  451. {/block:PreviousPage}
  452.  
  453. {block:JumpPagination length="5"}
  454.  
  455. {block:CurrentPage}
  456.  
  457. <span class="current_page">{PageNumber}</span>
  458.  
  459. {/block:CurrentPage}
  460.  
  461. {block:JumpPage}
  462.  
  463. <a class="jump_page" href="{URL}">{PageNumber}</a>
  464.  
  465. {/block:JumpPage}
  466.  
  467. {/block:JumpPagination}
  468.  
  469. {block:NextPage}
  470.  
  471. <a href="{NextPage}">Next ></a>
  472.  
  473. {/block:NextPage}
  474. <!--DO NOT REMOVE THE CREDITS !-->
  475.  
  476. <center>Come back to me by <a href="http://fairycandles.tumblr.com">fairycandles</a></center>
  477. {/block:Pagination}
  478.  
  479. <div id="sidebar1">
  480. <br><br>
  481. <a href=/"><h1>{Title}</h1></a>
  482. <center><h4><a href="/">Home</a> // <a href="/ask">Ask</a> // <a href="/archive">Archive</a> // <a href="http://fairycandles.tumblr.com">Theme</a></h4></center>
  483. <center><a href="/"><img style="border:5px dotted #f8e8f2" width="230" src="{image:avatar}";></a><br><br></center>
  484. <center>
  485. {block:Description}
  486.  
  487. {Description}{/block:Description}
  488.  
  489. <BR><BR>
  490.  
  491.  
  492. </body>
  493.  
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement