Advertisement
singforabsolution

Theme By Kelsey #2 Remake

Jun 1st, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.17 KB | None | 0 0
  1. <!-- insert threatening message about if you steal or take off credit etc. etc.~-->
  2.  
  3. <head>
  4.  
  5. <!--Default Variables-->
  6. <!--Colors-->
  7. <meta name="color:Background" content="http://www.tumblr.com/customize/tbk-theme2"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Link" content="#8b7d7b"/>
  10. <meta name="color:Link Hover" content="#8b7d7b"/>
  11. <meta name="color:Chat 1" content=""/>
  12. <meta name="color:Chat 2" content=""/>
  13. <meta name="color:Ask Background" content="#ffd8db"/>
  14. <meta name="color:Scrollbar" content="#f79f9f"/>
  15. <meta name="color:Scroll Background" content="#f5f5e9"/>
  16. <meta name="color:Sidelinks Hover" content="#0f0b0c">
  17. <meta name="color:Sidelinks 1" content="#cae4e6"/>
  18. <meta name="color:Sidelinks 2" content="#f1c754"/>
  19. <meta name="color:Sidelinks 3" content="#b1fc81"/>
  20. <meta name="color:Sidelinks 4" content="#f1bbf1"/>
  21. <meta name="color:Sidelinks 5" content="#b9f1eb"/>
  22.  
  23. <!--Images-->
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <!--Options-->
  28. <meta name="if:Infinite Scrolling" content="1"/>
  29. <meta name="if:Tiny Cursor" content="1"/>
  30. <meta name="if:Scrollbar" content="1"/>
  31. <meta name="if:Rainbow Links" content=""/>
  32. <meta name="if:Blog Title" content="1"/>
  33. <meta name="if:Faded Images" content=""/>
  34. <meta name="if:Inverted Images" content=""/>
  35. <meta name="if:Image Shadows" content="1"/>
  36. <meta name="if:Spinning Title" content="1"/>
  37.  
  38. <!--Links-->
  39. <meta name="text:Link 1 URL" content="/"/>
  40. <meta name="text:Link 1 name" content="link1"/>
  41. <meta name="text:Link 2 URL" content="/"/>
  42. <meta name="text:Link 2 name" content="link2"/>
  43. <meta name="text:Link 3 URL" content="/"/>
  44. <meta name="text:Link 3 name" content="link3"/>
  45. <meta name="text:Link 4 URL" content="/"/>
  46. <meta name="text:Link 4 name" content="link4"/>
  47.  
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <title>
  51. {block:PostSummary}
  52. {PostSummary} - {/block:PostSummary}{Title}</title>
  53.  
  54. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  55.  
  56. </style>
  57. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  58. <style type="text/css">
  59.  
  60. {block:ifInvertedImages}img{
  61. opacity: 1;
  62. filter:alpha(opacity=10);
  63. -moz-opacity: 0.1;
  64. -moz-transition: all .9s ease;
  65. -o-transition: all .9s ease;
  66. transition: all .9s ease;
  67. -webkit-transition: all .9s ease;}
  68. {/block:ifInvertedImages}
  69.  
  70.  
  71. {block:ifInvertedImages} img:hover{
  72. opacity: .8;
  73. filter:alpha(opacity=100);
  74. -moz-opacity: 1;
  75. -moz-transition: all .9s ease;
  76. -o-transition: all .9s ease;
  77. transition: all .9s ease;
  78. -webkit-transition: all .9s ease;}
  79. {/block:ifInvertedImages}
  80.  
  81. {block:iftinycursor}
  82. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  83.  
  84. {block:ifscrollbar}
  85. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:Scroll Background};}
  86. ::-webkit-scrollbar-corner {background:{color:Scroll background};}
  87. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:Scrollbar};}
  88. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:Scrollbar};}
  89. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  90. ::-webkit-scrollbar-thumb:horizontal {background:{color:Scrollbar};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
  91. ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:Scroll Background};}
  92. ::-webkit-scrollbar-track-piece {background: {color:Scroll Background}; width:4px;}
  93. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:Scrollbar};}
  94. {/block:ifscrollbar}
  95.  
  96.  
  97. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  98.  
  99.  
  100. body{
  101. background-color: {color:Background};
  102. background-image:url({image:Background});
  103. background-attachment:fixed;
  104. background-repeat:repeat;
  105. background-position:center;
  106. font-family:littlefont;
  107. font-size:8px;
  108. line-height:9px;
  109. letter -spacing:0px;
  110. color:{color:Text};
  111. }
  112.  
  113. a:link, a:active, a:visited{
  114. color:{color:Link};
  115. text-decoration:none;
  116. -webkit-transition: all 0.2s linear;
  117. -moz-transition: all 0.2s linear;
  118. transition: all 0.2s linear;
  119. }
  120. a:hover{
  121. color: {color:Link Hover};
  122. -webkit-transition: all 0.2s linear;
  123. -moz-transition: all 0.2s linear;
  124. transition: all 0.2s linear;
  125. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  126. }
  127.  
  128. #container {
  129. margin:auto;
  130. position:right;
  131. width:1200px;
  132. color: {color:Title};
  133. _margin-left:10%;
  134. }
  135.  
  136. #content {
  137. float:center;
  138. width:258px;
  139. padding:3px;
  140. margin-top:0px;
  141. margin-left:550px;
  142. background:transparent;
  143. }
  144.  
  145. #entry {
  146. margin-top:15px;
  147. padding:3px;
  148. }
  149.  
  150. #entry img{
  151. {block:IndexPage}max-width:400px;{/block:IndexPage}
  152. {block:ifImageShadows}
  153. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  154. {/block:ifImageShadows}
  155. {block:ifFadedImages}
  156. opacity: .8;
  157. filter:alpha(opacity=10);
  158. -moz-opacity: 0.1;
  159. -moz-transition: all .9s ease;
  160. -o-transition: all .9s ease;
  161. transition: all .9s ease;
  162. -webkit-transition: all .9s ease;
  163. {/block:ifFadedImages}
  164. }
  165.  
  166. #entry img:hover{
  167. {block:ifFadedImages}
  168. opacity: 1;
  169. filter:alpha(opacity=100);
  170. -moz-opacity: 1;
  171. -moz-transition: all .9s ease;
  172. -o-transition: all .9s ease;
  173. transition: all .9s ease;
  174. -webkit-transition: all .9s ease;
  175. {/block:ifFadedImages}
  176. }
  177.  
  178. #entry .permalink a{
  179. color:{color:Link};
  180. }
  181.  
  182. #entry .permalink{
  183. width:120px;
  184. position:absolute;
  185. text-align:center;
  186. padding:1px;
  187. font-size:8px;
  188. overflow:hidden;
  189. background-color:transparent;
  190. margin-left:160px;
  191. opacity:0.0;
  192. background-color:white;
  193. z-index:1;
  194. -webkit-transition: all 0.4s linear;
  195. -moz-transition: all 0.4s linear;
  196. transition: all 0.4s linear;
  197. -webkit-border-bottom-right-radius: 15px;
  198. -webkit-border-bottom-left-radius: 15px;
  199. -moz-border-radius-bottomright: 15px;
  200. -moz-border-radius-bottomleft: 15px;
  201. border-bottom-right-radius: 15px;
  202. border-bottom-left-radius: 15px;
  203. }
  204.  
  205. #entry:hover .permalink{
  206. margin-left:65px;
  207. overflow:visible;
  208. -webkit-transition: opacity 04s linear; opacity: 0.9;
  209. -webkit-transition: all 0.4s linear;
  210. -moz-transition: all 0.4s linear;
  211. transition: all 0.4s linear;
  212. }
  213.  
  214. #permalink{
  215. display: block;
  216. padding:1px;
  217. padding-right:3px;
  218. margin-top:2px;
  219. font-size:8px;
  220. line-height:11px;
  221. text-align:center;
  222. letter-spacing:1px;
  223. text-transform:uppercase;
  224. z-index:1;
  225. }
  226.  
  227. #sidepic {
  228. position:fixed !important;
  229. width:auto;
  230. height:auto;
  231. margin-top:100px;
  232. margin-left:-230px;
  233. }
  234.  
  235. #sidepic .desc{
  236. opacity:0.0;
  237. text-align:center;
  238. padding-top:20px;
  239. padding-left:20px;
  240. padding-right:20px;
  241. padding-bottom:9px;
  242. width:126px;
  243. height:136px;
  244. margin-left:-1px;
  245. position: absolute;
  246. -webkit-transition: opacity 0.5s linear;
  247. -webkit-transition: all 0.5s linear;
  248. -moz-transition: all 0.5s linear;
  249. transition: all 0.5s linear;
  250. -webkit-border-radius: 155px;
  251. -moz-border-radius: 155px;
  252. border-radius: 155px;
  253. transform: rotate(180deg);
  254. -moz-transform: rotate(180deg);
  255. -webkit-transform: rotate(180deg);
  256. -o-transform: rotate(180deg);
  257. }
  258.  
  259. #sidepic:hover .desc{
  260. opacity:0.9;
  261. background-color:white;
  262. color:black;
  263. transition: all 0.5s linear;
  264. -webkit-transition: opacity 0.5s linear;
  265. -webkit-transition: all 0.5s linear;
  266. -moz-transition: all 0.5s linear;
  267. transform: rotate(360deg);
  268. -moz-transform: rotate(360deg);
  269. -webkit-transform: rotate(360deg);
  270. -o-transform: rotate(360deg);
  271. }
  272.  
  273. #side {
  274. position:fixed !important;
  275. width:50px;
  276. height:100px;
  277. margin-top:135px;
  278. margin-left:-260px;
  279. background:white;
  280. text-align:left;
  281. padding:3px;
  282. padding-left:40px;
  283. opacity:.8;
  284. z-index:-1;
  285. }
  286.  
  287. .desc{
  288. font-family:littlefont;
  289. }
  290.  
  291. #links {
  292. position:fixed !important;
  293. width:150px;
  294. height:auto;
  295. margin-top:160px;
  296. margin-left:-321px;
  297. float:right;
  298. }
  299.  
  300. .navigate1 a{
  301. font-family:littlefont;
  302. font-size:8px;
  303. display:block;
  304. width:140px;
  305. height:6px;
  306. padding:2px;
  307. padding-left:4px;
  308. text-align: left;
  309. margin-left:2px;
  310. margin-top:2px;
  311. float:right;
  312. text-align:left;
  313. z-index:1;
  314. display: inline-block;
  315. background:{color:Sidelinks 1};
  316. color:{color:Sidelinks 1};
  317. -webkit-border-radius: 7px;
  318. -moz-border-radius: 7px;
  319. border-radius: 7px;
  320. {block:ifImageShadows}
  321. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  322. {/block:ifImageShadows}
  323. }
  324. .navigate1 a:hover{
  325. font-size:8px;
  326. padding-right:40px;
  327. -moz-transition: all .9s ease-out;
  328. -o-transition: all .9s ease-out;
  329. -webkit-transition: all .5s ease-out;
  330. background:{color:Sidelinks Hover};
  331. }
  332.  
  333. .navigate2 a{
  334. font-family:littlefont;
  335. padding-left:4px;
  336. font-size:8px;
  337. display:block;
  338. width:110px;
  339. height:6px;
  340. padding:2px;
  341. text-align:left;
  342. margin-left:2px;
  343. margin-top:2px;
  344. float:right;
  345. z-index:1;
  346. display: inline-block;
  347. background:{color:Sidelinks 2};
  348. color:{color:Sidelinks 2};
  349. -webkit-border-radius: 7px;
  350. -moz-border-radius: 7px;
  351. border-radius: 7px;
  352. {block:ifImageShadows}
  353. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  354. {/block:ifImageShadows}
  355. }
  356. .navigate2 a:hover{
  357. font-size:8px;
  358. padding-right:70px;
  359. -moz-transition: all .9s ease-out;
  360. -o-transition: all .9s ease-out;
  361. -webkit-transition: all .5s ease-out;
  362. background:{color:Sidelinks Hover};
  363. }
  364.  
  365. .navigate3 a{
  366. font-family:littlefont;
  367. padding-left:4px;
  368. font-size:8px;
  369. display:block;
  370. width:130px;
  371. height:6px;
  372. padding:2px;
  373. text-align: left;
  374. margin-left:2px;
  375. margin-top:2px;
  376. float:right;
  377. z-index:1;
  378. display: inline-block;
  379. background:{color:Sidelinks 3};
  380. color:{color:Sidelinks 3};
  381. -webkit-border-radius: 7px;
  382. -moz-border-radius: 7px;
  383. border-radius: 7px;
  384. {block:ifImageShadows}
  385. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  386. {/block:ifImageShadows}
  387. }
  388. .navigate3 a:hover{
  389. font-size:8px;
  390. padding-right:50px;
  391. -moz-transition: all .9s ease-out;
  392. -o-transition: all .9s ease-out;
  393. -webkit-transition: all .5s ease-out;
  394. background:{color:Sidelinks Hover};
  395. }
  396.  
  397. .navigate4 a{
  398. font-family:littlefont;
  399. padding-left:4px;
  400. font-size:8px;
  401. display:block;
  402. width:90px;
  403. height:6px;
  404. padding:2px;
  405. text-align: left;
  406. margin-left:2px;
  407. margin-top:2px;
  408. float:right;
  409. z-index:1;
  410. display: inline-block;
  411. background:{color:Sidelinks 4};
  412. color:{color:Sidelinks 4};
  413. -webkit-border-radius: 7px;
  414. -moz-border-radius: 7px;
  415. border-radius: 7px;
  416. {block:ifImageShadows}
  417. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  418. {/block:ifImageShadows}
  419. }
  420. .navigate4 a:hover{
  421. font-size:8px;
  422. padding-right:90px;
  423. -moz-transition: all .9s ease-out;
  424. -o-transition: all .9s ease-out;
  425. -webkit-transition: all .5s ease-out;
  426. background:{color:Sidelinks Hover};
  427. }
  428.  
  429. .navigate5 a{
  430. font-family:littlefont;
  431. padding-left:4px;
  432. font-size:8px;
  433. display:block;
  434. width:108px;
  435. height:6px;
  436. padding:2px;
  437. margin-left:2px;
  438. margin-top:2px;
  439. float:right;
  440. z-index:1;
  441. display: inline-block;
  442. background:{color:Sidelinks 5};
  443. color:{color:Sidelinks 5};
  444. -webkit-border-radius: 7px;
  445. -moz-border-radius: 7px;
  446. border-radius: 7px;
  447. {block:ifImageShadows}
  448. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  449. {/block:ifImageShadows}
  450. }
  451. .navigate5 a:hover{
  452. font-size:8px;
  453. padding-right:72px;
  454. -moz-transition: all .9s ease-out;
  455. -o-transition: all .9s ease-out;
  456. -webkit-transition: all .5s ease-out;
  457. background:{color:Sidelinks Hover};
  458. }
  459.  
  460. #blogtitle{
  461. text-align:center;
  462. font-family:amatic sc;
  463. font-size:25px;
  464. line-height:20px;
  465. padding-bottom:8px;
  466. -webkit-transition: all 0.3s linear;
  467. -moz-transition: all 0.3s linear;
  468. transition: all 0.3s linear;
  469. {block:ifSpinningTitle}
  470. -webkit-transform:rotateY(0deg);
  471. -ms-transform:rotateY(0deg);
  472. -moz-transform:rotateY(0deg);
  473. -o-transform:rotateY(0deg);
  474. transform:rotateY(0deg);
  475. {/block:ifSpinningTitle}
  476. }
  477.  
  478. #blogtitle:hover{
  479. {block:ifSpinningTitle}
  480. -webkit-transform:rotateY(360deg);
  481. -ms-transform:rotateY(360deg);
  482. -moz-transform:rotateY(360deg);
  483. -o-transform:rotateY(360deg);
  484. transform:rotateY(360deg);
  485. {/block:ifSpinningTitle}
  486. }
  487.  
  488. .posttitle{
  489. font-size:23px;
  490. line-height:20px;
  491. font-family:amatic sc;
  492. }
  493.  
  494. blockquote{
  495. padding:0px 0px 2px 5px;
  496. margin:0px 0px 2px 1px;
  497. border-left: 1px solid {color:Text};}
  498. blockquote p, ul{margin:0px; padding:0px;
  499. }
  500.  
  501. .chat .line{
  502. color:{color:Chat 1};
  503. margin: 0 0 0px;
  504. padding: 2px;
  505. }
  506. .chat .line.odd{
  507. color:{color:Chat 2};
  508. }
  509.  
  510. .label {color:{color:text}}
  511.  
  512. .question {
  513. color:{color:Text};
  514. font-weight:normal;
  515. line-height:95%;
  516. background: {color:Ask Background};
  517. margin: 0 0 10px 0;
  518. padding:8px;
  519. position:relative;
  520. }
  521.  
  522. .questionarrow {
  523. width:13px;
  524. height:7px;
  525. font-size:30px;
  526. position:absolute;
  527. color:{color:Ask Background};
  528. bottom: -3.5px;
  529. left: 140px;
  530. }
  531.  
  532.  
  533. .asker {
  534. width:250px;
  535. text-align:left;
  536. color:{color:Text};
  537. }
  538.  
  539. .asker a {
  540. color:{color:Link};
  541. }
  542. .asker a:hover {
  543. color:{color:LinkHover};
  544. }
  545.  
  546. .asker img {
  547. float:left;
  548. margin-left:145px;
  549. vertical-align:top;
  550. margin-right:3px;
  551. max-height:15px;
  552. }
  553.  
  554. a img{border:0px;}
  555.  
  556. .p { padding-top:5px; }
  557. .ol, ul { margin-left:10px; padding:5px; }
  558. .ul { list-style-type:square; }
  559.  
  560. .albumart { margin-bottom:0px; }
  561. .albumart img, .audio embed { width:45px; padding-right:3px; }
  562.  
  563. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  564.  
  565. .notes img{width:10px; position:left; top:3px;}
  566.  
  567.  
  568. .pages {
  569. {block:ifNotInfiniteScrolling}
  570. height:auto;
  571. margin-top:240px;
  572. margin-left:-80px;
  573. font-size:12px;
  574. font-family:default;
  575. position:fixed;
  576. z-index:1;
  577. {/block:ifNotInfiniteScrolling}
  578. }
  579.  
  580. {font-size: 100%;}
  581.  
  582. {CustomCSS}
  583. </style>
  584.  
  585. <link rel="shortcut icon" href="{Favicon}">
  586.  
  587. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  588.  
  589. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  590. "></script>{/block:ifrainbowlinks}
  591.  
  592. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  593. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  594. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  595.  
  596. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  597. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  598. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  599. <script type="text/javascript">
  600. $(document).ready(function() {
  601. $().UItoTop({ easingType: 'easeOutQuart' });
  602. });
  603. </script>{/block:ifinfinitescrolling}
  604.  
  605.  
  606. </head>
  607. <body>
  608. <div id="container">
  609. <div id="content">
  610. <center>
  611. {block:ifNotInfiniteScrolling}
  612. <div class="pages">
  613. {block:Pagination}
  614. <div class="pagination">
  615. {block:PreviousPage} <a href="{PreviousPage}">←</a>{/block:PreviousPage}
  616. <br>
  617. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  618. </div>
  619. {/block:Pagination}
  620. {/block:ifNotInfiniteScrolling}
  621. </center>
  622. <div id="links">
  623. <div class="navigate1">
  624. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  625. </div>
  626. <div class="navigate2">
  627. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  628. </div>
  629. <div class="navigate3">
  630. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  631. </div>
  632. <div class="navigate4">
  633. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  634. </div>
  635. <div class="navigate5">
  636. <a href="http://orgyofsymmetry.tumblr.com/">©</a>
  637. </div>
  638. </div>
  639. <div id="sidepic">
  640. <div class="desc">
  641. {block:ifBlogTitle}
  642. <div id="blogtitle"><a href="/">{Title}</a></div>
  643. {/block:ifBlogTitle}
  644. {block:ifNotBlogTitle}
  645. <br><br>
  646. {/block:ifNotBlogTitle}
  647. {Description}
  648. </div>
  649. <img src="{image:sidebar}" width="165" height="165" style="
  650. float:center; border:0px solid {color:borders}; background:transparent;
  651. {block:ifImageShadows}
  652. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  653. {/block:ifImageShadows}
  654. -webkit-border-radius: 155px;
  655. -moz-border-radius: 155px;
  656. border-radius: 155px;
  657. "/>
  658. </div>
  659. </div>
  660.  
  661.  
  662.  
  663. <div id="content">
  664. {block:Posts}
  665. <div id="entry">
  666.  
  667. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  668. {block:IndexPage}
  669. <div id="permalink">
  670. <l><a href="{Permalink}">
  671. {NoteCount} </a>
  672. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  673. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  674. {/block:ifImageShadows}">
  675. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  676. </div>
  677. {/block:IndexPage}
  678. {/block:text}
  679.  
  680. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}
  681. {block:IndexPage}
  682. <div id="permalink">
  683. <l><a href="{Permalink}">
  684. {NoteCount} </a>
  685. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  686. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  687. {/block:ifImageShadows}">
  688. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  689. </div>
  690. {/block:IndexPage}
  691. {/block:link}
  692.  
  693. {block:Photo}
  694. {block:IndexPage}
  695. <div class="permalink">
  696. <l><a href="{Permalink}">
  697. {NoteCount} </a>
  698. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  699. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  700. {/block:ifImageShadows}">
  701. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  702. </div>
  703. {/block:IndexPage}
  704. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=250px/></a>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  705. {block:ContentSource}
  706. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  707. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  708. {/block:SourceLogo}
  709. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  710. {/block:ContentSource}
  711. {block:ReblogParentURL}
  712. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  713. {/block:ReblogParentURL}
  714. {/block:Photo}
  715.  
  716. {block:Photoset}
  717. {block:IndexPage}
  718. <div class="permalink">
  719. <l><a href="{Permalink}">
  720. {NoteCount} </a>
  721. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  722. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  723. {/block:ifImageShadows}">
  724. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  725. </div>
  726. {/block:IndexPage}
  727. <center>{Photoset-250}</center></span>{block:Caption}{Caption}{/block:Caption}
  728. {/block:Photoset}
  729.  
  730. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>
  731. {block:IndexPage}
  732. <div id="permalink">
  733. <l><a href="{Permalink}">
  734. {NoteCount} </a>
  735. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  736. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  737. {/block:ifImageShadows}">
  738. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  739. </div>
  740. {/block:IndexPage}
  741. {/block:Quote}
  742.  
  743. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  744. {block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  745. {block:IndexPage}
  746. <div id="permalink">
  747. <l><a href="{Permalink}">
  748. {NoteCount} </a>
  749. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  750. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  751. {/block:ifImageShadows}">
  752. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  753. </div>
  754. {/block:IndexPage}
  755. {/block:Chat}
  756.  
  757. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerBlack}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  758. {TrackName}</span>{/block:TrackName}<br>
  759. {block:Artist}<span><strong>Artist:</strong>
  760. {Artist}</span>{/block:Artist}<br>
  761. {block:Caption}{Caption}{/block:Caption}
  762. {block:IndexPage}
  763. <div id="permalink">
  764. <l><a href="{Permalink}">
  765. {NoteCount} </a>
  766. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  767. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  768. {/block:ifImageShadows}">
  769. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  770. </div>
  771. {/block:IndexPage}
  772. {/block:Audio}
  773.  
  774. {block:Video}{block:IndexPage}
  775. <div class="permalink">
  776. <l><a href="{Permalink}">
  777. {NoteCount} </a>
  778. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  779. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  780. {/block:ifImageShadows}">
  781. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  782. </div>
  783. {/block:IndexPage}{Video-250}<BR>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  784.  
  785. {block:Answer}
  786. <div class="question">
  787. <div class="questionarrow">▼</div>
  788. {Question}
  789. </div>
  790. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  791. <div class="answer">{Answer}</div>
  792. {block:IndexPage}
  793. <div id="permalink">
  794. <l><a href="{Permalink}">
  795. {NoteCount} </a>
  796. <img src="http://media.tumblr.com/tumblr_lkl75i7xUz1qfamg6.gif" style="{block:ifImageShadows}
  797. box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
  798. {/block:ifImageShadows}">
  799. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  800. </div>
  801. {/block:IndexPage}
  802. {/block:answer}
  803.  
  804. </center>
  805.  
  806. {block:PermalinkPage}
  807. <div id="permalink">
  808. <Br>
  809. {block:Date}
  810. {TimeAgo} on
  811. {ShortMonth} {DayofMonth},{Year}
  812. {/block:Date}
  813. {block:NoteCount} · {NoteCountWithLabel}
  814. {/block:NoteCount}
  815. {block:HasTags} · Tags:
  816. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  817. {/block:Tags}
  818. {/block:HasTags}
  819. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> <br> (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  820. </div>
  821. {/block:PermalinkPage}
  822.  
  823. {block:PostNotes}{PostNotes}
  824. {/block:PostNotes}</div>{/block:Posts}
  825.  
  826. </div>
  827.  
  828. </div></div>
  829. </div>
  830.  
  831. </div>
  832. </body>
  833. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement