foomthemes

THEME 3: Achromatize

Sep 3rd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12.  
  13. <!--
  14.  
  15. ▒█▀▀▀ ▒█▀▀▀█ ▒█▀▀▀█ ▒█▀▄▀█ ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▄▀█ ▒█▀▀▀ ▒█▀▀▀█
  16. ▒█▀▀▀ ▒█░░▒█ ▒█░░▒█ ▒█▒█▒█ ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█▒█▒█ ▒█▀▀▀ ░▀▀▀▄▄
  17. ▒█░░░ ▒█▄▄▄█ ▒█▄▄▄█ ▒█░░▒█ ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█░░▒█ ▒█▄▄▄ ▒█▄▄▄█
  18.  
  19. © THEME 3: ACHROMATIZE BY FOOMTHEMES.TUMBLR.COM
  20. PLEASE DO NOT TAKE CREDIT FOR THIS THEME AS IT GAVE ME A LOT OF TROUBLE
  21. YOU MAY EDIT THIS THEME AS MUCH AS YOU PLEASE BUT DO NOT CALL IT YOUR OWN
  22. FEEL FREE TO RECOMMEND IT TO YOUR FRIENDS UNLESS YOU DON'T HAVE FRIENDS THEN I'M SORRY
  23. WE COULD BE FRIENDS HIT ME UP BRO http://lucifa.co.vu
  24.  
  25. -->
  26.  
  27.  
  28. <meta name="image:Background" content="">
  29. <meta name="image:Sidebar" content="">
  30. <meta name="image:Cursor" content="">
  31. <meta name="image:Favicon" content="">
  32. <meta name="color:Text" content="#ffffff">
  33. <meta name="color:Links" content="#aaaaaa">
  34. <meta name="color:Links Hover" content="#eeeeee">
  35. <meta name="color:Background" content="#333333">
  36. <meta name="color:Posts Bg" content="#000000">
  37. <meta name="color:Blockquotes" content="#cccccc">
  38. <meta name="color:Tags and Info BG" content="#3333333">
  39. <meta name="color:Tags and Info" content="#888877">
  40. <meta name="color:Tags and Info Hover" content="#ffffff">
  41. <meta name="text:Blog Title" content="">
  42. <meta name="text:Subtitle" content="">
  43. <meta name="text:Font Size" content="13">
  44.  
  45. <meta name="color:Scrollbar" content="#888888">
  46. <meta name="color:page links" content="#ffffff">
  47. <meta name="color:page links bg" content="#000000">
  48. <meta name="text:Scrollbar Width" content="8">
  49.  
  50. <meta name="if:Transparent Posts" content="0">
  51. <meta name="if:Transparent Pagelinks" content="0">
  52. <meta name="if:Use Mini Cursor" content="0">
  53. <meta name="if:Use Normal Scrollbar" content="0">
  54.  
  55. <meta name="font:Body" content="Arial"/>
  56.  
  57. <meta name="select:Background Style" content="" title="Normal"/>
  58. <meta name="select:Background Style" content="background-attachment: fixed; background-repeat:no-repeat;" title="Fixed, Non-repeating"/>
  59. <meta name="select:Background Style" content="background-attachment: fixed; background-size:100% 100%;" title="Fixed and Covered"/>
  60. <meta name="select:Background Style" content="background-attachment: fixed;" title="Fixed"/>
  61. <meta name="select:Background Style" content="background-repeat: no-repeat;" title="Non-repeating"/>
  62. <meta name="select:Background Style" content="background-size: 100% 100%;" title="Covered"/>
  63.  
  64.  
  65. <meta name="color:Sidebar Bg" content="#000000"/>
  66. <meta name="color:Sidebar Text" content="#ffffff"/>
  67. <meta name="color:Sidelinks Hover" content="#ffffff"/>
  68. <meta name="color:Sidelinks" content="#eeeeee"/>
  69. <meta name="text:Link 1" content=""/>
  70. <meta name="text:Link 1 Text" content=""/>
  71. <meta name="text:Link 2" content=""/>
  72. <meta name="text:Link 2 Text" content=""/>
  73. <meta name="text:Link 3" content=""/>
  74. <meta name="text:Link 3 Text" content=""/>
  75. <meta name="text:Link 4" content=""/>
  76. <meta name="text:Link 4 Text" content=""/>
  77.  
  78.  
  79.  
  80. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  81.  
  82. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  83.  
  84. <script>
  85.  
  86. (function($){
  87. $(document).ready(function(){
  88. $("a[title]").style_my_tooltips({
  89. tip_follows_cursor:true,
  90. tip_delay_time:90,
  91. tip_fade_speed:600,
  92. attribute:"title"
  93. });
  94. });
  95. })(jQuery);
  96. </script>
  97. <script>
  98. $(document).mouseover(function(){
  99. $(document).mousemove(function(e){
  100. $("#cursor").css({left:e.pageX, top:e.pageY});
  101. });
  102. });
  103. </script>
  104. <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  105. <style>
  106.  
  107. #cursor{
  108. position:absolute;
  109. margin:3px;
  110. -webkit-transition: all 10ms ease;2
  111. -moz-transition: all 10ms ease;
  112. -ms-transition: all 10ms ease;
  113. -o-transition: all 10ms ease;
  114. transition: all 10ms ease;
  115. max-width:25px;
  116. z-index:9000000000000;
  117. }
  118.  
  119. @font-face {
  120. font-family: 'General Store';
  121. src: local('General Store'),
  122. url('http://static.tumblr.com/iwxqvyr/6IGmryz2p/general_store.ttf') format('truetype');
  123. font-weight: normal;
  124. font-style: normal;
  125. }
  126.  
  127. #s-m-t-tooltip {
  128. display:none;
  129. text-align:center;
  130. position:absolute;
  131. -webkit-transition: all 0ms ease;
  132. -moz-transition: all 0ms ease;
  133. -ms-transition: all 0ms ease;
  134. -o-transition: all 0ms ease;
  135. transition: all 0ms ease;
  136. z-index:500000000000000;
  137. padding: 4px;
  138. background: #fff;
  139. color: #000;
  140. margin-left: 8px;
  141. margin-top:5px;
  142. border: 1px solid #333;
  143. font-size: 11px;
  144. font-family: "Pathway Gothic One";
  145. letter-spacing: 1px;
  146. text-transform: uppercase;
  147. }
  148.  
  149.  
  150. {block:ifNotUseNormalScrollbar}
  151. ::-webkit-scrollbar {width: {text:Scrollbar width}px; height:{text:Scrollbar width}px; background:#ffffff}
  152.  
  153. ::-webkit-scrollbar-corner {background:#ffffff}
  154.  
  155. ::-webkit-scrollbar-button:vertical {height:4px; width: 7px; display: block; background:{color:Scrollbar}}
  156.  
  157. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:Scrollbar}}
  158.  
  159. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff}
  160.  
  161. ::-webkit-scrollbar-thumb:horizontal {background: #ffffff; border: 0px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid }
  162.  
  163. ::-webkit-scrollbar-thumb {background: {color:Scrollbar}; border-top: 0pt solid #ffffff; border-bottom: 0pt solid #ffffff}
  164.  
  165. ::-webkit-scrollbar-thumb:hover {background: {color:Scrollbar}; {block:ifUseMiniCursor}cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'), auto{/block:ifUseMiniCursor}}
  166.  
  167. ::-webkit-scrollbar-track-piece {background: #ffffff; border-top: 1pt solid #ffffff; border-bottom: 1pt solid #ffffff; width:4pt}{/block:ifNotUseNormalScrollbar}
  168.  
  169. {block:ifUseMiniCursor}
  170. html{ cursor:url('http://static.tumblr.com/7svvack/kl0mp1gfn/my_mouse.png'), auto }
  171.  
  172. a, a:hover { cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),auto}{/block:ifUseMiniCursor}
  173.  
  174. body {
  175. background: {color:background} url({image:Background});
  176. font-family: {font:Body};
  177. font-size: {text:font size}px;
  178. color: {color:Text};
  179. {select:Background Style}
  180. }
  181.  
  182. a {
  183. color: {color:Links};
  184. text-decoration: none;
  185. }
  186. a:hover {
  187. color: {color:Links Hover};
  188. text-decoration: none;
  189. }
  190.  
  191. * {
  192. -webkit-transition: all 500ms ease;
  193. -moz-transition: all 500ms ease;
  194. -ms-transition: all 500ms ease;
  195. -o-transition: all 500ms ease;
  196. transition: all 500ms ease;
  197. margin: 0px;
  198. }
  199.  
  200. #posts {
  201. width: 520px;
  202. padding-left:225px;
  203. margin-top: 5px;
  204. }
  205.  
  206. .post {
  207. width: 500px;
  208. margin: 5px;
  209. text-align: left;
  210. {block:ifNotTransparentPosts}background: {color:Posts Bg};{/block:ifNotTransparentPosts}
  211. padding: 5px;
  212. }
  213.  
  214. .post img {
  215. max-width: 100%;
  216. }
  217.  
  218. .audio_player iframe {
  219. width: 100%;
  220. height: 60px;
  221. }
  222.  
  223. .chat .line {
  224. padding: 5px;
  225. border: 1px solid rgba(0,0,0,.1);
  226. border-top: 0px;
  227. }
  228. .chat .line:first-child {
  229. border-top: 1px solid rgba(0,0,0,.1);
  230. }
  231.  
  232. .chat .line.even {
  233. background: rgba(0,0,0,.01);
  234. }
  235.  
  236. .label {
  237. font-weight: bold;
  238. }
  239.  
  240.  
  241. .reblogg {
  242. font-size: 9px;
  243. font-family: "Strait";
  244. margin: -5px;
  245. margin-top: 5px;
  246. letter-spacing: 1px;
  247. text-align: center;
  248. padding: 5px;
  249. color: {color:Tags and info};
  250. background: {color:Tags and info Bg};
  251. opacity: 1;
  252. }
  253.  
  254. .reblogg a {
  255. color: {color:Tags and info};
  256. }
  257.  
  258. .reblogg a:hover {
  259. color: {color:Tags and info hover};
  260. }
  261.  
  262. .reblogg:hover {
  263. opacity: .9;
  264. }
  265.  
  266. .ralsir{
  267. float: right;
  268. }
  269.  
  270. .title {
  271. font-size: 130%;
  272. }
  273.  
  274. blockquote {
  275. margin-left:5px;
  276. border-left: 3px solid {color:Blockquotes};
  277. padding-left:5px;
  278. }
  279.  
  280. .tags {
  281. text-align: left;
  282. clear: both;
  283. }
  284. .va {
  285. width: 1px;
  286. height: 100%;
  287. display: inline-block;
  288. vertical-align: middle;
  289. }
  290.  
  291.  
  292. .sym {
  293. font-family: "General Store";
  294. margin-right: 5px;
  295. display: inline-block;
  296. }
  297.  
  298. .unos {
  299. float: left;
  300. text-transform: uppercase;
  301. }
  302.  
  303. .like_button {position:relative; display:inline-block;
  304. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important; }
  305. #oh {}
  306. .like_button iframe {position:absolute; top:0; left:0; width:100%;
  307. height: 15px;
  308. opacity: 0;
  309. margin-top: -3px;
  310. z-index: 5;
  311.  
  312. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;}
  313. .like_button::before {content:'j'; font-family:'general store'!important; text-transform:lowercase!important; position:relative; font-size:8px; z-index:3;
  314. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer !important;}
  315. .like_button:hover:before, .like_button.liked:before {color:#ff0000;
  316. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;
  317. }
  318.  
  319.  
  320. .rebloggit:hover {
  321. color: green;
  322. }
  323.  
  324. .minjs {
  325. height: 0px;
  326. clear: both;
  327. width: 100%;
  328. }
  329.  
  330.  
  331. .asker img{
  332. height: 55px;
  333. float:left;
  334. margin: 5px;
  335. border: 1px {color:Posts Bg} solid;
  336. }
  337.  
  338. .arrow_box {
  339. background: {color:Tags and info bg};
  340. padding: 5px;
  341. color: {color:Tags and info};
  342.  
  343. }
  344.  
  345. .askername {
  346. font-size: 12px;
  347. font-family: pathway gothic one;
  348. letter-spacing: 1px;
  349. text-transform: uppercase;
  350. padding-top: 9px;
  351. }
  352.  
  353. .answer {
  354. clear:both;
  355. }
  356.  
  357. #sidebar {
  358. width: 200px;
  359. height: 100%;
  360. position: fixed;
  361. top: 0;
  362. left: 50%;
  363. right: 50%;
  364. background: url("{image:Sidebar}") top center no-repeat {color:Sidebar Bg};
  365. margin-left: -370px;
  366. background-size: auto 90%;
  367. }
  368.  
  369. #gradient a {
  370. color: {color:Sidelinks};
  371.  
  372. }
  373.  
  374. #gradient a:hover {
  375. color: {color:Sidelinks Hover};
  376.  
  377. }
  378.  
  379. #gradient {
  380. min-height: 15%;
  381. position: absolute;
  382. bottom: 0;
  383. padding: 10px;
  384. color:{color:Sidebar Text};
  385. padding-top: 35%;
  386. width: 180px;
  387. z-index: 2;
  388. text-align: justify;
  389. font-size: smaller;
  390. background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 14%, {color:Sidebar Bg} 30%, {color:Sidebar Bg} 33%, {color:Sidebar Bg} 100%); /* FF3.6+ */
  391. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(14%,rgba(255,255,255,0)), color-stop(30%,{color:Sidebar Bg}), color-stop(33%,{color:Sidebar Bg}), color-stop(100%,{color:Sidebar Bg})); /* Chrome,Safari4+ */
  392. background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 14%,{color:Sidebar Bg} 30%,{color:Sidebar Bg} 33%,{color:Sidebar Bg} 100%); /* Chrome10+,Safari5.1+ */
  393. background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 14%,{color:Sidebar Bg} 30%,{color:Sidebar Bg} 33%,{color:Sidebar Bg} 100%); /* Opera 11.10+ */
  394. background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 14%,{color:Sidebar Bg} 30%,{color:Sidebar Bg} 33%,{color:Sidebar Bg} 100%); /* IE10+ */
  395. background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 14%,{color:Sidebar Bg} 30%,{color:Sidebar Bg} 33%,{color:Sidebar Bg} 100%); /* W3C */
  396. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='{color:Sidebar Bg}',GradientType=0 ); /* IE6-9 */
  397.  
  398. }
  399.  
  400. #links {
  401. font-family:"strait";
  402. font-size: 13px;
  403. text-align: center;
  404. }
  405.  
  406.  
  407. #blogtitle {
  408. font-family: "Geo";
  409. font-size: 30px;
  410. line-height: 23px;
  411. text-align: center;
  412. }
  413.  
  414. #sub{
  415. font-family: "Special Elite";
  416. font-size: 20px;
  417. text-align: center;
  418. }
  419.  
  420.  
  421. #yourlinks {
  422. position: absolute;
  423. width: 210px;
  424. text-align: right;
  425. margin-left: -215px;
  426. bottom: 0;
  427. }
  428.  
  429. #yourlinks a{
  430. border-right: 10px solid {color:Sidebar Bg};
  431. padding: 0px 10px;
  432. display: inline-block;
  433. margin-bottom: 3px;
  434. font-family: "Geo", san-serif;
  435. color: {color:Page Links};
  436. {block:ifnotTransparentPageLinks}background: {color:Page Links Bg};{/block:ifnotTransparentPageLinks}
  437. }
  438.  
  439. #yourlinks a:hover{
  440. border-right: 20px solid {color:Sidebar Bg};
  441. padding: 0px 10px;
  442. }
  443.  
  444. ol,ul {
  445. padding: 0;
  446. list-style: inside;
  447. }
  448.  
  449.  
  450. ol.notes {
  451. padding: 0px;
  452. list-style-type: none;=
  453. }
  454.  
  455. ol.notes li.note {
  456. padding: 5px;
  457. background: rgba(125,125,125,0.05);
  458. border: 1px solid rgba(125,125,125,0.1);
  459. margin: 10px;
  460. }
  461.  
  462. ol.notes li.note:nth-child(odd) {
  463. margin-right: 30px;
  464. }
  465.  
  466. ol.notes li.note img.avatar {
  467. vertical-align: -4px;
  468. width: 16px;
  469. height: 16px;
  470. }
  471.  
  472. ol.notes li.note span.action {
  473. }
  474.  
  475. ol.notes li.note .answer_content {
  476. font-weight: normal;
  477. }
  478.  
  479. ol.notes li.note blockquote {
  480. display: inline-block;
  481. margin: 3px;
  482. }
  483.  
  484. {CustomCss}
  485. </style>
  486.  
  487.  
  488. <link href='http://fonts.googleapis.com/css?family=Passero+One|Squada+One|Pathway+Gothic+One|Strait|Iceberg|Special+Elite|Geo' rel='stylesheet' type='text/css'>
  489. <meta name="if:White Credit" content="0"> <link href='http://fonts.googleapis.com/css?family=Squada+One' rel='stylesheet' type='text/css'>{block:ifNotWhiteCredit}<link type="text/css" rel="stylesheet" href="http://static.tumblr.com/iwxqvyr/EkKmrd769/blackcredit.css">{/block:ifNotWhiteCredit} {block:ifWhiteCredit}<link type="text/css" rel="stylesheet" href="http://static.tumblr.com/iwxqvyr/Y8amrd9tl/whitecredit.css">{/block:ifWhiteCredit}
  490. </head>
  491. <body>
  492.  
  493. <a href="http://foomthemes.tumblr.com"><div id="credit"> <nobr><div id="foom">FOOM</div>THEMES</nobr> </div></a>
  494.  
  495. <img id="cursor" src="{image:Cursor}" />
  496.  
  497. <div id="sidebar">
  498. <div id="gradient"><div id="yourlinks">{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a><br/>{/block:Pages}{/block:HasPages}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}<br>{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
  499. <div id="blogtitle">{block:ifBlogTitle}{text:Blog Title}{/block:ifBlogTitle}{block:ifNotBlogTitle}{Title}{/block:ifNotBlogTitle}<div id="sub">{text:Subtitle}</div></div>
  500. <div id="links"><a href="/">home</a> | <a href="/ask">ask</a> | <a href="/submit">submit</a> | <a href="/archive">archive</a> <br> {block:IfLink1Text}<a href='{text:Link 1}'>{text:Link 1 Text}</a>{/block:IfLink1Text}
  501. {block:IfLink2Text}<a href='{text:Link 2}'>{text:Link 2 Text}</a>{/block:IfLink2Text}
  502. {block:IfLink3Text}<a href='{text:Link 3}'>{text:Link 3 Text}</a>{/block:IfLink3Text}
  503. {block:IfLink4Text}<a href='{text:Link 4}'>{text:Link 4 Text}</a>{/block:IfLink4Text}</div>
  504. {Description}
  505. </div>
  506. </div>
  507.  
  508. <center>
  509. <div id="posts">
  510. {block:Posts}
  511. <div class="post">
  512. {block:Answer}
  513. <div class="asker"><img src="{AskerPortraitURL-128}"/></div>
  514. <div class="askername"><nobr>{Asker}</nobr></div>
  515. <div class="arrow_box"><strong>{Question}</strong></div>
  516. <div class="answer">
  517. {Answer}
  518. </div>
  519. {/block:Answer}
  520.  
  521. {block:Text}
  522. {block:Title}
  523. <div class="title">{Title}</div>
  524. {/block:Title}
  525.  
  526. <div class="caption">{Body}</div>
  527. {/block:Text}
  528. {block:Photo}
  529. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>{LinkCloseTag}
  530.  
  531. {block:Caption}
  532. <div class="caption">{Caption}</div>
  533. {/block:Caption}
  534. {/block:Photo}
  535.  
  536. {block:Panorama}
  537. {LinkOpenTag}
  538. <center><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></center>
  539. {LinkCloseTag}
  540.  
  541. {block:Caption}
  542. <div class="caption">{Caption}</div>
  543. {/block:Caption}
  544. {/block:Panorama}
  545.  
  546. {block:Photoset}
  547. <center>{Photoset-500}</center>
  548.  
  549. {block:Caption}
  550. <div class="caption">{Caption}</div>
  551. {/block:Caption}
  552. {/block:Photoset}
  553. {block:Quote}
  554. <center><div class="title">"{Quote}"</div>
  555.  
  556. {block:Source}
  557. <div class="source">{Source}</div>
  558. {/block:Source}</center>
  559. {/block:Quote}
  560.  
  561. {block:Link}
  562. <a href="{URL}" {Target}><div class="title">{Name}</div></a>
  563.  
  564. {block:Description}
  565. <div class="caption">{Description}</div>
  566. {/block:Description}
  567. {/block:Link}
  568.  
  569. {block:Chat}
  570. {block:Title}
  571. <div class="title">{Title}</div>
  572. {/block:Title}
  573. <div class="chat">
  574. {block:Lines}
  575. <div class="{Alt} user_{UserNumber} line">
  576. {block:Label}
  577. <span class="label">{Label}</span>
  578. {/block:Label}
  579. {Line}
  580. </div>
  581. {/block:Lines}
  582. </div>
  583. {/block:Chat}
  584.  
  585. {block:Video}
  586. {Video-500}
  587.  
  588. {block:Caption}
  589. <div class="caption">{Caption}</div>
  590. {/block:Caption}
  591. {/block:Video}
  592.  
  593. {block:Audio}
  594. {AudioPlayerWhite}
  595.  
  596. {block:Caption}
  597. <div class="caption">{Caption}</div>
  598. {/block:Caption}
  599. {/block:Audio}
  600.  
  601. {block:Date}<div class="reblogg">
  602.  
  603. <div class="ralsir"><a href="{ReblogURL}" class="sym rebloggit" title="Reblog">d</a>
  604. <div style="margin-top:-10px; margin-left:30px;" id="oh"><a title="like this post">{LikeButton color="grey" size="10"}</a></div></div>
  605. <div class="unos">
  606. <a href="{permalink}">{12Hour}:{minutes}{AMPM} | {monthNumber}/{DayOfMonth}/{shortyear}</a>
  607. |
  608. <a href="{Permalink}" >{NoteCountWithLabel}</a>
  609. {block:RebloggedFrom}|
  610. <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  611. {/block:RebloggedFrom}
  612. {block:ContentSource}|
  613. <a href="{SourceURL}" title="{SourceTitle}">SOURCE</a>
  614. {/block:ContentSource}
  615. </div>
  616. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}" style="text-transform:none;">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  617. <div class="minjs"></div>
  618. </div></div>
  619. {block:PostNotes}<div class="post">{PostNotes}</div>{/block:PostNotes}{/block:Date}
  620.  
  621. {/block:Posts}
  622. </div></center>
  623. </body>
  624. </html>
Advertisement
Add Comment
Please, Sign In to add comment