Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.52 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
  8.  
  9. <!--
  10.  
  11.  
  12. #04 SKY LULLABY THEME BY COCORINI (http://www.cocorini.com).
  13. PLEASE DO NOT REMOVE THIS CREDIT. THANK YOU!
  14.  
  15.  
  16. -->
  17.  
  18. <meta name="color:Left Background" content=""/>
  19. <meta name="color:Background" content="#f7f7f7"/>
  20. <meta name="color:Side Border" content="#e1ecee"/>
  21.  
  22. <meta name="color:Entries" content="#fff"/>
  23. <meta name="color:Entries Border" content="#f0f3f3"/>
  24.  
  25. <meta name="color:Body Text" content="#c0bdb7"/>
  26. <meta name="color:Body Bold Text" content="#afcab7"/>
  27. <meta name="color:Body Italic Text" content="#abc2b7"/>
  28. <meta name="color:Body Links" content="#caa5b9"/>
  29. <meta name="color:Body Links Hover" content="#a8b38f"/>
  30. <meta name="color:Blockquote Border" content="#d8e7d3"/>
  31.  
  32. <meta name="color:Asker Border" content="#f3f1eb"/>
  33. <meta name="color:Asker Background" content="#fff"/>
  34.  
  35. <meta name="color:Permalink Text" content="#769790"/>
  36. <meta name="color:Permalink Text Hover" content="#769790"/>
  37. <meta name="color:Permalink Background" content="#eef3f3"/>
  38.  
  39. <meta name="color:Sidebar Background" content="#f5f4f0"/>
  40. <meta name="color:Sidebar Border" content="#e1ecee"/>
  41. <meta name="color:Sidebar Shadow" content="#dce1e6"/>
  42. <meta name="color:Sidebar Text" content="#cac7c0"/>
  43. <meta name="color:Sidebar Title" content="#b8d6d5"/>
  44. <meta name="color:Sidebar Title Underline" content="#dee6dc"/>
  45.  
  46. <meta name="color:Sidebar Links Text" content="#bbac98"/>
  47. <meta name="color:Sidebar Links Text Hover" content="#8e9998"/>
  48. <meta name="color:Sidebar Links Background" content="#e0ebc0"/>
  49. <meta name="color:Sidebar Links Hover Background" content="#f3dbd3">
  50.  
  51. <meta name="color:Description Border" content="#eeebe6"/>
  52. <meta name="color:Description Background" content="#f6f7f2"/>
  53.  
  54. <meta name="color:Custom Links Text" content="#7f929b"/>
  55. <meta name="color:Custom Links Text Hover" content="#ce8193"/>
  56. <meta name="color:Custom Links Background" content="#f3fafa"/>
  57. <meta name="color:Custom Links Hover Background" content="#f6f7df"/>
  58.  
  59. <meta name="color:Scrollbar" content="#e1ecee"/>
  60. <meta name="color:Scrollbar Background" content="#f8f8f8"/>
  61.  
  62. <meta name="image:Left Background" content="http://media.tumblr.com/36910be97fe0cb6cd2f31cb4f1987576/tumblr_inline_mst6fxga9b1qz4rgp.png"/>
  63. <meta name="image:Background" content="http://media.tumblr.com/5ff04464ef352a94e29320e65f8b1086/tumblr_inline_mst6gba5oM1qz4rgp.png"/>
  64. <meta name="image:Sidebar Image" content="http://media.tumblr.com/0d785c8d6877603753f9d9d7c67c6de1/tumblr_inline_mj53anpANo1qz4rgp.png"/>
  65. <meta name="image:Sidebar Background" content=""/>
  66. <meta name="image:Icon Image" content="http://media.tumblr.com/911639732067174c54270a2f1ba26cf5/tumblr_inline_mj53agg5iL1qz4rgp.png"/>
  67. <meta name="image:Description Background" content=""/>
  68.  
  69. <meta name="text:Custom Link One" content="extra link 1"/>
  70. <meta name="text:Custom Link One URL" content=""/>
  71. <meta name="text:Custom Link Two" content="extra link 2"/>
  72. <meta name="text:Custom Link Two URL" content=""/>
  73. <meta name="text:Custom Link Three" content="extra link 3"/>
  74. <meta name="text:Custom Link Three URL" content=""/>
  75. <meta name="text:Custom Link Four" content=""/>
  76. <meta name="text:Custom Link Four URL" content=""/>
  77. <meta name="text:Custom Link Five" content=""/>
  78. <meta name="text:Custom Link Five URL" content=""/>
  79. <meta name="text:Custom Link Six" content=""/>
  80. <meta name="text:Custom Link Six URL" content=""/>
  81.  
  82. <meta name="if:Posts 400" content="1"/>
  83. <meta name="if:Image Fade" content="1"/>
  84. <meta name="if:Show Captions" content=""/>
  85. <meta name="if:Show Reblog" content="1"/>
  86. <meta name="if:Infinite Scroll" content="1"/>
  87. <meta name="if:Left Column" content="1"/>
  88. <meta name="if:Entries Border" content=""/>
  89. <meta name="if:Show Tags" content=""/>
  90.  
  91.  
  92. <style type="text/css">
  93.  
  94. @font-face {font-family: "tinytots";src: url('https://dl.dropboxusercontent.com/s/68bdyrv4fsayhg8/04B_03__.TTF');}
  95.  
  96. /*BACKGROUND*/
  97.  
  98. body {
  99. font-family: oxygen;
  100. font-size: 11px;
  101. background-color: {color:Background};
  102. background-image: url('{image:Background}');
  103. background-attachment: fixed;
  104. text-align: justify;
  105. color: {color:Body Text};
  106. }
  107.  
  108. #blog {
  109. position:fixed;
  110. left: 0px;
  111. top: 0px;
  112. {block:IfLeftColumn}width: 360px;
  113. height: 100%;
  114. background-color: {color:Left Background};
  115. background-image: url('{image:Left Background}');
  116. background-attachment:fixed;
  117. border-right: 10px solid {color:Side Border};{/block:IfLeftColumn}
  118. }
  119.  
  120. /*ENTRIES*/
  121.  
  122. .entry {
  123. position: relative;
  124. left: 510px;
  125. top: 20px;
  126. {block:IfNotPosts400}width: 500px;{/block:IfNotPosts400}
  127. {block:IfPosts400}width: 400px;{/block:IfPosts400}
  128. background-color: {color:Entries};
  129. margin-bottom: 20px;
  130. margin-left: 0px;
  131. padding: 10px;
  132. {block:IfEntriesBorder}border: 3px solid {color:Entries Border};{/block:IfEntriesBorder}
  133. }
  134.  
  135. .entry img {
  136. max-width: 100%;
  137. }
  138.  
  139. .entrytitle {
  140. font-size: 14px;
  141. font-family: tinytots;
  142. text-transform: lowercase;
  143. letter-spacing: 2px;
  144. padding-bottom: 2px;
  145. color: {color:Sidebar Title};
  146. border-bottom: 2px dotted {color:Sidebar Title Underline};
  147. }
  148.  
  149. .entry b, strong {
  150. color: {color:Body Bold Text};
  151. }
  152.  
  153. .entry i, em {
  154. color: {color:Body Italic Text};
  155. }
  156.  
  157. #permalink {
  158. font-family: oxygen;
  159. font-size: 9px;
  160. text-align: center;
  161. letter-spacing: 1px;
  162. padding: 3px;
  163. margin-bottom: 5px;
  164. }
  165.  
  166. /*STATS*/
  167.  
  168. .perma {
  169. opacity: 0;
  170. width: 260px;
  171. {block:ifPosts400}width: 210px;{/block:IfPosts400}
  172. position: absolute;
  173. padding: 5px;
  174. left: 0px;
  175. bottom: 0px;
  176. text-align: right;
  177. font-family: oxygen;
  178. text-transform: uppercase;
  179. letter-spacing: 1px;
  180. font-size: 8px;
  181. z-index: 999;
  182. background-color: {color:Permalink Background};
  183. {block:ifEntriesBorder}border-top: 3px solid {color:Entries Border};{/block:ifEntriesBorder}
  184. -webkit-transition: all 1s ease;
  185. -moz-transition: all 1s ease;
  186. -o-transition: all 1s ease;
  187. transition: all 1s ease-in-out;
  188. }
  189.  
  190. .perma a {
  191. color: {color:Permalink Text}
  192. }
  193.  
  194. .perma a:hover {
  195. color: {color:Permalink Text Hover}
  196. }
  197.  
  198. .entry:hover .perma {
  199. opacity: 1;
  200. width: 510px;
  201. {block:ifPosts400}width: 410px;{/block:IfPosts400}
  202. }
  203.  
  204. {block:IfShowTags}.tags {
  205. opacity: 0;
  206. width: auto;
  207. position: absolute;
  208. padding: 3px 3px 3px 5px;
  209. {block:IfPosts400}left: 425px;{/block:IfPosts400}
  210. {block:IfNotPosts400}left: 525px;{/block:IfNotPosts400}
  211. top: 3px;
  212. font-family: oxygen;
  213. text-transform: uppercase;
  214. font-size: 8px;
  215. letter-spacing: 1px;
  216. border-left: 5px solid {color:Permalink Background};
  217. -webkit-transition: all 0.7s ease;
  218. -moz-transition: all 0.7s ease;
  219. -o-transition: all 0.7s ease;
  220. -ms-transition: all 0.7s ease-in-out;
  221. transition: all 0.7s ease-in-out;
  222. }
  223.  
  224. .tags a {
  225. color: {color:Permalink Text};
  226. }
  227.  
  228. .entry:hover .tags {
  229. opacity: 1;
  230. }{/block:IfShowTags}
  231.  
  232. /*LINKS*/
  233.  
  234. a {
  235. color: {color:Body Links};
  236. -webkit-transition: all 0.5s ease;
  237. -moz-transition: all 0.5s ease;
  238. -o-transition: all 0.5s ease;
  239. -ms-transition: all 0.5s ease-in-out;
  240. transition: all 0.5s ease-in-out;
  241. text-decoration: none;
  242. }
  243.  
  244. a:hover {
  245. color: {color:Body Links Hover};
  246. }
  247.  
  248. /*PAGINATION*/
  249.  
  250. #pagination {
  251. text-align: center;
  252. padding: 3px;
  253. font-family: tinytots;
  254. font-size: 11px;
  255. text-shadow: 1px 1px 1px #fff;
  256. }
  257.  
  258. #pagination a {
  259. margin: 3px;
  260. }
  261.  
  262. /*SIDEBAR*/
  263.  
  264. #placeholder {
  265. position: fixed;
  266. margin-top: 150px;
  267. margin-left: 241px;
  268. }
  269.  
  270. #portrait {
  271. padding: 10px;
  272. width: 95px;
  273. height: 95px;
  274. margin-left: 66px;
  275. margin-bottom: 10px;
  276. background-color: {color:Side Border};
  277. border-radius: 80px;
  278. }
  279.  
  280. #portrait img {
  281. max-width: 96px;
  282. border-radius: 100px;
  283. }
  284.  
  285. #sidebar {
  286. width: 240px;
  287. padding: 5px;
  288. background-color: {color:Sidebar Background};
  289. border-top: 4px dashed {color:Sidebar Border};
  290. border-bottom: 4px dashed {color:Sidebar Border};
  291. border-right: 4px dashed {color:Sidebar Border};
  292. }
  293.  
  294. #place {
  295. position: fixed;
  296. top: 160px;
  297. left: 20px;
  298. }
  299.  
  300. #sidebarimage {
  301. width: 200px;
  302. padding: 10px;
  303. background-color: {color:Sidebar Background};
  304. border-radius: 14px;
  305. box-shadow: 0px 0px 6px 1px {color:Sidebar Shadow};
  306. background-image: url('{image:Sidebar Background}');
  307. }
  308.  
  309. #sidebarimage img {
  310. max-width: 200px;
  311. border-radius: 8px;
  312. }
  313.  
  314. #desc {
  315. width: 227px;
  316. margin-top: 5px;
  317. padding: 6px;
  318. background-color: {color:Description Background};
  319. background-attachment: fixed;
  320. border-top: 1px dashed {color:Description Border};
  321. border-bottom: 1px dashed {color:Description Border};
  322. background-image: url('{image:Description Background}');
  323. }
  324.  
  325. #desc b, strong {
  326. color: {color:Body Bold Text};
  327. }
  328.  
  329. #desc i, em {
  330. color: {color:Body Italic Text};
  331. }
  332.  
  333. #title {
  334. font-family: tinytots;
  335. text-transform: lowercase;
  336. letter-spacing: 2px;
  337. font-size: 16px;
  338. text-align: center;
  339. margin-bottom: 2px;
  340. padding-bottom: 2px;
  341. color: {color:Sidebar Title};
  342. border-bottom: 2px dotted {color:Sidebar Title Underline};
  343. }
  344.  
  345. #sidebarnav {
  346. position: relative;
  347. text-align: center;
  348. }
  349.  
  350. #sidebarnav a {
  351. padding: 3px;
  352. padding-top: 4px;
  353. margin-top: 4px;
  354. margin-left: 2px;
  355. width: 45px;
  356. font-family: tinytots;
  357. font-size: 7px;
  358. text-transform: uppercase;
  359. letter-spacing: 2px;
  360. display: inline-block;
  361. text-align: center;
  362. color: {color:Sidebar Links Text};
  363. background-color: {color:Sidebar Links Background};
  364. border-bottom: 1px dashed #fff;
  365. -webkit-transition: all 0.5s ease-in-out;
  366. -moz-transition: all 0.5s ease-in-out;
  367. -o-transition: all 0.5s ease-in-out;
  368. -ms-transition: all 0.5s ease-in-out;
  369. transition: all 0.5s ease-in-out;
  370. }
  371.  
  372. #sidebarnav a:hover {
  373. color: {color:Sidebar Links Text Hover};
  374. background-color: {color:Sidebar Links Hover Background};
  375. }
  376.  
  377. /*CUSTOM LINKS*/
  378.  
  379. #custom {
  380. position: relative;
  381. margin-top: 10px;
  382. margin-left: -7px;
  383. }
  384.  
  385. #extra {
  386. position: relative;
  387. text-align: center;
  388. }
  389.  
  390. #extra a {
  391. padding: 7px;
  392. margin-bottom: 8px;
  393. width: 100px;
  394. font-family: tinytots;
  395. font-size: 8px;
  396. text-transform: uppercase;
  397. letter-spacing: 1px;
  398. display: inline-block;
  399. text-align: center;
  400. color: {color:Custom Links Text};
  401. background-color: {color:Custom Links Background};
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. -ms-transition: all 0.5s ease-in-out;
  406. transition: all 0.5s ease-in-out;
  407. border: 2px solid {color:Side Border};
  408. }
  409.  
  410. #extra a:hover {
  411. color: {color:Custom Links Text Hover};
  412. background-color: {color:Custom Links Hover Background};
  413. }
  414.  
  415. /*BLOCKQUOTE*/
  416.  
  417. blockquote {
  418. border-left: 5px solid {color:Blockquote Border};
  419. padding-left: 5px;
  420. }
  421.  
  422. /*ASK*/
  423.  
  424. .ask {
  425. font-size: 10px;
  426. padding: 5px;
  427. margin-left: 35px;
  428. background-color: {color:Asker Background};
  429. border-bottom: 2px dashed {color:Asker Border};
  430. }
  431.  
  432. .askinfo img {
  433. float: left;
  434. max-width: 30px;
  435. border-radius: 20px;
  436. }
  437.  
  438. /*AUDIO*/
  439.  
  440. .audio {
  441. background-color: #fff;
  442. margin-left: 30px;
  443. display: block;
  444. }
  445.  
  446. .cover img {
  447. margin-left: 0px;
  448. width: 57px;
  449. float: left;
  450. border-radius: 30px;
  451. }
  452.  
  453. .audioinfo {
  454. position: relative;
  455. margin-top: 5px;
  456. margin-left: 73px;
  457. border-left: 5px solid {color:Blockquote Border};
  458. padding-left: 5px;
  459. }
  460.  
  461. /*QUOTE*/
  462.  
  463. .quote {
  464. font-size: 12px;
  465. letter-spacing: 2px;
  466. padding-left: 5px;
  467. }
  468.  
  469. /*PHOTO HOVER*/
  470.  
  471. {block:IfImageFade}.photo {
  472. opacity: .8;
  473. -webkit-transition: all 0.5s ease-in-out;
  474. -moz-transition: all 0.5s ease-in-out;
  475. -o-transition: all 0.5s ease-in-out;
  476. -ms-transition: all 0.5s ease-in-out;
  477. transition: all 0.5s ease-in-out;
  478. }
  479.  
  480. .photo:hover {
  481. opacity: 1;
  482. }
  483.  
  484. .entry img {
  485. opacity: .8;
  486. -webkit-transition: all 0.5s ease-in-out;
  487. -moz-transition: all 0.5s ease-in-out;
  488. -o-transition: all 0.5s ease-in-out;
  489. -ms-transition: all 0.5s ease-in-out;
  490. transition: all 0.5s ease-in-out;
  491. }
  492.  
  493. .entry img:hover {
  494. opacity: 1;
  495. }{/block:IfImageFade}
  496.  
  497. /*BACK TO TOP*/
  498.  
  499. .top {
  500. font-size: 8px;
  501. font-family: tinytots;
  502. text-align: center;
  503. text-transform: uppercase;
  504. letter-spacing: 1px;
  505. text-shadow: 1px 1px 1px #fff;
  506. }
  507.  
  508. #scrollToTop:link, #scrollToTop:visited {
  509. background-color: transparent;
  510. display: none;
  511. position: fixed;
  512. bottom: 10px;
  513. right: 10px;
  514. }
  515.  
  516. /*SCROLLBAR*/
  517.  
  518. ::-webkit-scrollbar-thumb:vertical {
  519. background-color: {color:Scrollbar};
  520. height: 30px;
  521. }
  522.  
  523. ::-webkit-scrollbar {
  524. height: 30px;
  525. width: 5px;
  526. background-color: {color:Scrollbar Background};
  527. }
  528.  
  529. /*TUMBLR STUFF*/
  530.  
  531. iframe#tumblr_controls {
  532. right: 3px !important;
  533. position: fixed !important;
  534. opacity: .2;
  535. -webkit-transition: all 0.5s ease-in-out;
  536. -moz-transition: all 0.5s ease-in-out;
  537. -o-transition: all 0.5s ease-in-out;
  538. transition: all 0.5s ease-in-out;
  539. }
  540.  
  541. iframe#tumblr_controls:hover {
  542. opacity: 1;
  543. }
  544. /* SCARFCODE1 BEGINS */
  545.  
  546. scarves{
  547.  
  548. position:fixed;
  549.  
  550. left:50%;
  551.  
  552. right:50%;
  553.  
  554. margin-left:50px;
  555.  
  556. margin-top:-50px;
  557.  
  558. }
  559.  
  560.  
  561.  
  562. scarf1{
  563.  
  564. width:25px;
  565.  
  566. height:150px;
  567.  
  568. position:fixed;
  569.  
  570. margin-top:0px;
  571.  
  572. margin-left:400px;
  573.  
  574. transition: all 1s, transform 1s;
  575.  
  576. -moz-transition: all 1s, -moz-transform 1s;
  577.  
  578. -webkit-transition: all 1s, -webkit-transform 1s;
  579.  
  580. -o-transition: all 1s, -o-transform 1s;
  581.  
  582. opacity:0.4;
  583.  
  584. }
  585.  
  586. scarf1:hover{
  587.  
  588. margin-top:20px;
  589.  
  590. transition: all 1s, transform 1s;
  591.  
  592. -moz-transition: all 1s, -moz-transform 1s;
  593.  
  594. -webkit-transition: all 1s, -webkit-transform 1s;
  595.  
  596. -o-transition: all 1s, -o-transform 1s;
  597.  
  598. opacity:1.00;
  599.  
  600. }
  601.  
  602. scarf2{
  603.  
  604. width:25px;
  605.  
  606. height:150px;
  607.  
  608. position:fixed;
  609.  
  610. margin-top:0px;
  611.  
  612. margin-left:475px;
  613.  
  614. transition: all 1s, transform 1s;
  615.  
  616. -moz-transition: all 1s, -moz-transform 1s;
  617.  
  618. -webkit-transition: all 1s, -webkit-transform 1s;
  619.  
  620. -o-transition: all 1s, -o-transform 1s;
  621.  
  622. opacity:0.4;
  623.  
  624. }
  625.  
  626. scarf2:hover{
  627.  
  628. margin-top:20px;
  629.  
  630. transition: all 1s, transform 1s;
  631.  
  632. -moz-transition: all 1s, -moz-transform 1s;
  633.  
  634. -webkit-transition: all 1s, -webkit-transform 1s;
  635.  
  636. -o-transition: all 1s, -o-transform 1s;
  637.  
  638. opacity:1.00;
  639.  
  640. }
  641.  
  642. scarf3{
  643.  
  644. width:25px;
  645.  
  646. height:150px;
  647.  
  648. position:fixed;
  649.  
  650. margin-left:400px;
  651. margin-top:-110px;
  652.  
  653. transition: all 1s, transform 1s;
  654.  
  655. -moz-transition: all 1s, -moz-transform 1s;
  656.  
  657. -webkit-transition: all 1s, -webkit-transform 1s;
  658.  
  659. -o-transition: all 1s, -o-transform 1s;
  660.  
  661. opacity:0.4;
  662.  
  663. }
  664.  
  665. scarf3:hover{
  666.  
  667. margin-top:-65px;
  668.  
  669. transition: all 1s, transform 1s;
  670.  
  671. -moz-transition: all 1s, -moz-transform 1s;
  672.  
  673. -webkit-transition: all 1s, -webkit-transform 1s;
  674.  
  675. -o-transition: all 1s, -o-transform 1s;
  676.  
  677. opacity:1.00;
  678.  
  679. }
  680.  
  681. scarf4{
  682.  
  683. width:25px;
  684.  
  685. height:150px;
  686.  
  687. position:fixed;
  688.  
  689. margin-left:165px;
  690.  
  691. margin-top:-100px;
  692.  
  693. transition: all 1s, transform 1s;
  694.  
  695. -moz-transition: all 1s, -moz-transform 1s;
  696.  
  697. -webkit-transition: all 1s, -webkit-transform 1s;
  698.  
  699. -o-transition: all 1s, -o-transform 1s;
  700.  
  701. opacity:0.4;
  702.  
  703. }
  704.  
  705. scarf4:hover{
  706.  
  707. margin-top:-65px;
  708.  
  709. transition: all 1s, transform 1s;
  710.  
  711. -moz-transition: all 1s, -moz-transform 1s;
  712.  
  713. -webkit-transition: all 1s, -webkit-transform 1s;
  714.  
  715. -o-transition: all 1s, -o-transform 1s;
  716.  
  717. opacity:1.00;
  718.  
  719. }
  720.  
  721. /* SCARFCODE1 ENDS */
  722.  
  723. </style>
  724.  
  725.  
  726. {Block:IfInfiniteScroll}
  727. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  728. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  729. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  730.  
  731. <div class="top"><a href="javascript:;" id="scrollToTop">&#x21e1;<br />back to top</a></div>
  732. {/Block:IfInfiniteScroll}
  733.  
  734. </head><body>
  735. <!-- SCARFCODE2 BEGINS -->
  736.  
  737. <scarves>
  738.  
  739. <scarf1><a href="http://baelor.tumblr.com/scarves"><img src="http://38.media.tumblr.com/db874d3a02c13631a4bb057ee9c11cfa/tumblr_inline_mna8aqcGyl1qz4rgp.png"></a></scarf1>
  740.  
  741. <scarf2><a href="http://baelor.tumblr.com/scarves"><img src="http://media.tumblr.com/d3013f07d13cd8bcf1fc6e7747e3d79b/tumblr_inline_mkrbdn4H331rnsqqo.png"></a></scarf2>
  742.  
  743. <scarf3><a href="http://baelor.tumblr.com/scarves"><img src="http://url3"></a></scarf3>
  744.  
  745. <scarf4><a href="http://baelor.tumblr.com/scarves"><img src="http://url4"></a></scarf4>
  746.  
  747. </scarves>
  748.  
  749. <!-- SCARFCODE2 ENDS -->
  750. <div class="picture">
  751. <center><img src=""style="position:fixed;bottom:0px;left:1100px"/></a></center>
  752. </div>
  753.  
  754.  
  755. <div id="blog">
  756.  
  757. <div id="place">
  758. <div id="sidebarimage"><img src="{image:Sidebar Image}"></div>
  759.  
  760. {Block:IfNotInfiniteScroll}
  761. {block:Pagination}<div id="pagination">
  762. {block:PreviousPage}<a href="{PreviousPage}">&#x25c0;</a>{/block:PreviousPage}
  763. {block:JumpPagination length="3"}
  764. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  765. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  766. {/block:JumpPagination}
  767. {block:NextPage}<a href="{NextPage}">&#x25b6;</a>{/block:NextPage}
  768. </div>{/block:Pagination}
  769. {/Block:IfNotInfiniteScroll}
  770. </div>
  771.  
  772. <div id="placeholder">
  773. <div id="portrait"><img src="{image:Icon Image}"></div>
  774.  
  775. <div id="sidebar"><div id="title">{Title}</div>
  776. <div id="sidebarnav">
  777. <a href="/">home</a>
  778. <a href="/ask">message</a>
  779. <a href="/archive">archive</a>
  780. <a href="http://www.cocorini.com" target="_blank">theme</a>
  781. </div>
  782.  
  783. <div id="desc">{Block:Description}{Description}{/Block:Description}</div>
  784. </div>
  785.  
  786. <div id="custom">
  787. {block:IfCustomLinkOne}
  788. <div id="extra">
  789. <a href="{Block:IfCustomLinkOneURL}{text:Custom Link One URL}{/Block:IfCustomLinkOneURL}">{text:Custom Link One}</a></div>
  790. {/block:IfCustomLinkOne}
  791.  
  792. {block:IfCustomLinkTwo}
  793. <div id="extra">
  794. <a href="{Block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/Block:IfCustomLinkTwoURL}">{text:Custom Link Two}</a></div>
  795. {/block:IfCustomLinkTwo}
  796.  
  797. {block:IfCustomLinkThree}
  798. <div id="extra">
  799. <a href="{Block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/Block:IfCustomLinkThreeURL}">{text:Custom Link Three}</a></div>
  800. {/block:IfCustomLinkThree}
  801.  
  802. {block:IfCustomLinkFour}
  803. <div id="extra">
  804. <a href="{Block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/Block:IfCustomLinkFourURL}">{text:Custom Link Four}</a></div>
  805. {/block:IfCustomLinkFour}
  806.  
  807. {block:IfCustomLinkFive}
  808. <div id="extra">
  809. <a href="{Block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/Block:IfCustomLinkFiveURL}">{text:Custom Link Five}</a></div>
  810. {/block:IfCustomLinkFive}
  811.  
  812. {block:IfCustomLinkSix}
  813. <div id="extra">
  814. <a href="{Block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/Block:IfCustomLinkSixURL}">{text:Custom Link Six}</a></div>
  815. {/block:IfCustomLinkSix}
  816. </div></div></div>
  817.  
  818.  
  819. {Block:IfInfiniteScroll}
  820. <div class="autopagerize_page_element">
  821. {/Block:IfInfiniteScroll}
  822.  
  823.  
  824. {block:Posts}
  825. <div class="entry">
  826.  
  827. {block:IndexPage}
  828. <div class="perma">
  829. <a href="{permalink}">
  830. {block:Date} {TimeAgo}{/block:Date}</a> {block:NoteCount}| <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:ifShowReblog}| <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:ifShowReblog}</div>
  831. {block:IfShowTags}{block:HasTags}
  832. <div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a><br />{/block:Tags}</div>
  833. {/block:HasTags}{/block:IfShowTags}
  834. {/block:IndexPage}
  835.  
  836.  
  837. {block:Text}
  838. {block:Title}<div class="entrytitle">{Title}</div>{/block:Title}
  839. {Body}
  840.  
  841. {Block:PermalinkPage}
  842. <div id="permalink">
  843. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  844. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  845. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  846. {block:PostNotes}{PostNotes}{/block:PostNotes}
  847. {/Block:PermalinkPage}
  848. {/block:Text}
  849.  
  850.  
  851. {block:Photo}
  852. {block:IfNotPosts400}
  853. {LinkOpenTag}<img src="{PhotoURL-highres}" width="500px" alt="{PhotoAlt}">{LinkCloseTag}
  854. {/block:IfNotPosts400}
  855. {block:IfPosts400}
  856. {LinkOpenTag}<img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}">{LinkCloseTag}
  857. {/block:IfPosts400}
  858. {block:IfShowCaptions}{Caption}{/block:IfShowCaptions}
  859.  
  860. {block:PermalinkPage}
  861. {block:IfNotShowCaptions}{Caption}{/block:IfNotShowCaptions}
  862. <div id="permalink">
  863. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  864. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  865. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  866. {block:PostNotes}{PostNotes}{/block:PostNotes}
  867. {/block:PermalinkPage}
  868. {/block:Photo}
  869.  
  870.  
  871. {block:Photoset}
  872. {block:IfNotPosts400}<div class="photo">{Photoset-500}</div>{/block:IfNotPosts400}
  873. {block:IfPosts400}<div class="photo">{Photoset-400}</div>{/block:IfPosts400}
  874. {block:IfShowCaptions}{Caption}{/block:IfShowCaptions}
  875.  
  876. {block:PermalinkPage}
  877. {block:IfNotShowCaptions}{Caption}{/block:IfNotShowCaptions}
  878. <div id="permalink">
  879. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  880. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  881. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  882. {block:PostNotes}{PostNotes}{/block:PostNotes}
  883. {/block:PermalinkPage}
  884. {/block:Photoset}
  885.  
  886.  
  887. {block:Quote}
  888. <div class="quote">{Quote}</div>
  889. {block:Source}
  890. <div style="text-align: right;text-transform: uppercase;font-size: 9px;letter-spacing: 2px;padding-top: 3px;">—{Source}</div>
  891. {/block:Source}
  892. {Block:PermalinkPage}
  893.  
  894. <div id="permalink">
  895. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  896. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  897. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  898. {block:PostNotes}{PostNotes}{/block:PostNotes}
  899. {/Block:PermalinkPage}
  900. </div>
  901. {/block:Quote}
  902.  
  903.  
  904. {block:Link}
  905. <t><a href="{URL}" {Target}><div style="font-size: 13px; text-transform: lowercase;letter-spacing: 1px;font-family: oxygen">{Name}</div></a></t>
  906. {block:Description}{Description}{/block:Description}
  907.  
  908. {Block:PermalinkPage}
  909. <div id="permalink">
  910. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  911. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  912. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  913. {block:PostNotes}{PostNotes}{/block:PostNotes}
  914. {/Block:PermalinkPage}
  915. {/block:Link}
  916.  
  917.  
  918. {block:Chat}
  919. {block:Title}<div class="entrytitle">{Title}</div>{/block:Title}
  920. {block:Lines}<div style="border-bottom:1px dotted #cccccc; padding: 3px">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}
  921.  
  922. {Block:PermalinkPage}
  923. <div id="permalink">
  924. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  925. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  926. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  927. {block:PostNotes}{PostNotes}{/block:PostNotes}
  928. {/Block:PermalinkPage}
  929. {/block:Chat}
  930.  
  931.  
  932. {block:Audio}
  933. <div class="cover">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  934. <div class="audio">{AudioPlayerWhite}</div>
  935. <div class="audioinfo">{block:Artist} <b>Artist:</b> {Artist}{/block:Artist}<br /><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div>
  936. {block:IfShowCaptions}{Caption}{/block:IfShowCaptions}
  937.  
  938. {block:PermalinkPage}
  939. {block:IfNotShowCaptions}{Caption}{/block:IfNotShowCaptions}
  940.  
  941. <div id="permalink">
  942. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  943. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  944. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  945. {block:PostNotes}{PostNotes}{/block:PostNotes}
  946. {/block:PermalinkPage}
  947. {/block:Audio}
  948.  
  949.  
  950. {block:Video}
  951. {block:IfNotPosts400}{Video-500}{/block:IfNotPosts400}
  952. {block:IfPosts400}{Video-400}{/block:IfPosts400}
  953. {block:IfShowCaptions}{Caption}{/block:IfShowCaptions}
  954.  
  955. {block:PermalinkPage}
  956. {block:IfNotShowCaptions}{Caption}{/block:IfNotShowCaptions}
  957. <div id="permalink">
  958. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  959. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  960. {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  961. {block:PostNotes}{PostNotes}{/block:PostNotes}
  962. {/block:PermalinkPage}
  963. {/block:Video}
  964.  
  965.  
  966. {block:Answer}
  967. <div class="askinfo"><img src="{AskerPortraitURL-30}"></div>
  968. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  969. {Answer}
  970.  
  971. {Block:PermalinkPage}
  972. <div id="permalink">
  973. <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  974. {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  975. {block:PostNotes}{PostNotes}{/block:PostNotes}
  976. {/Block:PermalinkPage}
  977. {/block:Answer}
  978.  
  979. </div>
  980.  
  981. {/block:Posts} {Block:IfInfiniteScroll}</div>{/Block:IfInfiniteScroll}
  982. </body>
  983. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement