foomthemes

THEME 6: Mirror Mirror

Sep 3rd, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.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 6: MIRROR MIRROR 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="#333333">
  33. <meta name="color:Links" content="#444444">
  34. <meta name="color:Links Hover" content="#aaaaaa">
  35. <meta name="color:Background" content="#eeeeff">
  36. <meta name="color:Posts Bg" content="#ddddee">
  37. <meta name="color:Blockquotes" content="#cccccc">
  38. <meta name="color:Description Text" content="#ffffff">
  39. <meta name="color:Description Bg" content="#ffffff">
  40. <meta name="color:Tags and Info BG" content="#ddddee">
  41. <meta name="color:Tags and Info" content="#888877">
  42. <meta name="color:Tags and Info Hover" content="#000000">
  43. <meta name="text:Blog Title" content="">
  44. <meta name="text:Font Size" content="13">
  45.  
  46. <meta name="color:Scrollbar" content="#888888">
  47. <meta name="text:Scrollbar Width" content="8">
  48.  
  49. <meta name="if:Transparent Posts" content="0">
  50. <meta name="if:Transparent Sidebar" content="1">
  51. <meta name="if:Use Mini Cursor" content="0">
  52. <meta name="if:Use Normal Scrollbar" content="0">
  53.  
  54. <meta name="font:Body" content="Arial"/>
  55.  
  56. <meta name="select:Background Style" content="" title="Normal"/>
  57. <meta name="select:Background Style" content="background-attachment: fixed; background-repeat:no-repeat;" title="Fixed, Non-repeating"/>
  58. <meta name="select:Background Style" content="background-attachment: fixed; background-size:100% 100%;" title="Fixed and Covered"/>
  59. <meta name="select:Background Style" content="background-attachment: fixed;" title="Fixed"/>
  60. <meta name="select:Background Style" content="background-repeat: no-repeat;" title="Non-repeating"/>
  61. <meta name="select:Background Style" content="background-size: 100% 100%;" title="Covered"/>
  62.  
  63.  
  64.  
  65.  
  66. <meta name="color:Side Links" content="#888888">
  67. <meta name="color:Side Links Bg" content="#cccccc">
  68. <meta name="color:Description" content="#222222">
  69. <meta name="color:Description Links" content="#999999">
  70. <meta name="text:Home" content="HOME">
  71. <meta name="text:Ask" content="ASK">
  72. <meta name="text:Ask Link" content="/ask">
  73. <meta name="text:Link 1 Text" content="">
  74. <meta name="text:Link 1" content="">
  75. <meta name="text:Link 1 Text" content="">
  76. <meta name="text:Link 2" content="">
  77. <meta name="text:Link 2 Text" content="">
  78. <meta name="text:Link 3" content="">
  79. <meta name="text:Link 3 Text" content="">
  80. <meta name="text:Link 4" content="">
  81. <meta name="text:Link 4 Text" content="">
  82.  
  83. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84.  
  85. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  86.  
  87. <script>
  88.  
  89. (function($){
  90. $(document).ready(function(){
  91. $("a[title]").style_my_tooltips({
  92. tip_follows_cursor:true,
  93. tip_delay_time:90,
  94. tip_fade_speed:600,
  95. attribute:"title"
  96. });
  97. });
  98. })(jQuery);
  99. </script>
  100. <script>
  101. $(document).mouseover(function(){
  102. $(document).mousemove(function(e){
  103. $("#cursor").css({left:e.pageX, top:e.pageY});
  104. });
  105. });
  106. </script>
  107. <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  108. <style>
  109.  
  110. #cursor{
  111. position:absolute;
  112. margin:3px;
  113. -webkit-transition: all 10ms ease;
  114. -moz-transition: all 10ms ease;
  115. -ms-transition: all 10ms ease;
  116. -o-transition: all 10ms ease;
  117. transition: all 10ms ease;
  118. max-width:25px;
  119. z-index:9000000000000;
  120. }
  121.  
  122. @font-face {
  123. font-family: 'General Store';
  124. src: local('General Store'),
  125. url('http://static.tumblr.com/iwxqvyr/6IGmryz2p/general_store.ttf') format('truetype'), url('http://static.tumblr.com/iwxqvyr/Vrkmstyvj/general_store.woff') format('woff');
  126. font-weight: normal;
  127. font-style: normal;
  128. }
  129.  
  130. #s-m-t-tooltip {
  131. display:none;
  132. text-align:center;
  133. position:absolute;
  134. -webkit-transition: all 0ms ease;
  135. -moz-transition: all 0ms ease;
  136. -ms-transition: all 0ms ease;
  137. -o-transition: all 0ms ease;
  138. transition: all 0ms ease;
  139. z-index:500000000000000;
  140. padding: 4px;
  141. background: #fff;
  142. margin-left: 8px;
  143. margin-top:5px;
  144. border: 1px solid #333;
  145. font-size: 11px;
  146. font-family: "Pathway Gothic One";
  147. letter-spacing: 1px;
  148. text-transform: uppercase;
  149. }
  150.  
  151.  
  152. {block:ifNotUseNormalScrollbar}
  153. ::-webkit-scrollbar {width: {text:Scrollbar width}px; height:{text:Scrollbar width}px; background:#ffffff}
  154.  
  155. ::-webkit-scrollbar-corner {background:#ffffff}
  156.  
  157. ::-webkit-scrollbar-button:vertical {height:4px; width: 7px; display: block; background:{color:Scrollbar}}
  158.  
  159. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:Scrollbar}}
  160.  
  161. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff}
  162.  
  163. ::-webkit-scrollbar-thumb:horizontal {background: #ffffff; border: 0px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid }
  164.  
  165. ::-webkit-scrollbar-thumb {background: {color:Scrollbar}; border-top: 0pt solid #ffffff; border-bottom: 0pt solid #ffffff}
  166.  
  167. ::-webkit-scrollbar-thumb:hover {background: {color:Scrollbar}; {block:ifUseMiniCursor}cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'), auto{/block:ifUseMiniCursor}}
  168.  
  169. ::-webkit-scrollbar-track-piece {background: #ffffff; border-top: 1pt solid #ffffff; border-bottom: 1pt solid #ffffff; width:4pt}{/block:ifNotUseNormalScrollbar}
  170.  
  171. {block:ifUseMiniCursor}
  172. html{ cursor:url('http://static.tumblr.com/7svvack/kl0mp1gfn/my_mouse.png'), auto }
  173.  
  174. a, a:hover { cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),auto}{/block:ifUseMiniCursor}
  175.  
  176. body {
  177. background: {color:background} url({image:Background});
  178. font-family: {font:Body};
  179. font-size: {text:font size}px;
  180. color: {color:Text};
  181. {select:Background Style}
  182. }
  183.  
  184. a {
  185. color: {color:Links};
  186. text-decoration: none;
  187. }
  188. a:hover {
  189. color: {color:Links Hover};
  190. text-decoration: none;
  191. }
  192.  
  193. * {
  194. -webkit-transition: all 500ms ease;
  195. -moz-transition: all 500ms ease;
  196. -ms-transition: all 500ms ease;
  197. -o-transition: all 500ms ease;
  198. transition: all 500ms ease;
  199. margin: 0px;
  200. }
  201.  
  202. #posts {
  203. width: 520px;
  204. padding-left:225px;
  205. margin-top: 5px;
  206. }
  207.  
  208. .post {
  209. width: 500px;
  210. margin: 5px;
  211. text-align: left;
  212. {block:ifNotTransparentPosts}background: {color:Posts Bg};{/block:ifNotTransparentPosts}
  213. padding: 5px;
  214. }
  215.  
  216. .post img {
  217. max-width: 100%;
  218. }
  219.  
  220. .audio_player iframe {
  221. width: 100%;
  222. height: 60px;
  223. }
  224.  
  225. .chat .line {
  226. padding: 5px;
  227. border: 1px solid rgba(0,0,0,.1);
  228. border-top: 0px;
  229. }
  230. .chat .line:first-child {
  231. border-top: 1px solid rgba(0,0,0,.1);
  232. }
  233.  
  234. .chat .line.even {
  235. background: rgba(0,0,0,.01);
  236. }
  237.  
  238. .label {
  239. font-weight: bold;
  240. }
  241.  
  242. .reblogg {
  243. font-size: 9px;
  244. font-family: "Strait";
  245. margin: -5px;
  246. margin-top: 5px;
  247. letter-spacing: 1px;
  248. text-align: center;
  249. padding: 5px;
  250. color: {color:Tags and info};
  251. background: {color:Tags and info Bg};
  252. opacity: 1;
  253. }
  254.  
  255. .reblogg a {
  256. color: {color:Tags and info};
  257. }
  258.  
  259. .reblogg a:hover {
  260. color: {color:Tags and info hover};
  261. }
  262.  
  263. .reblogg:hover {
  264. opacity: .9;
  265. }
  266.  
  267. .ralsir{
  268. float: right;
  269. }
  270.  
  271. .title {
  272. font-size: 130%;
  273. }
  274.  
  275. blockquote {
  276. margin-left:5px;
  277. border-left: 3px solid {color:Blockquotes};
  278. padding-left:5px;
  279. }
  280.  
  281. .tags {
  282. text-align: left;
  283. clear: both;
  284. }
  285. .va {
  286. width: 1px;
  287. height: 100%;
  288. display: inline-block;
  289. vertical-align: middle;
  290. }
  291.  
  292.  
  293. .sym {
  294. font-family: "General Store";
  295. margin-right: 5px;
  296. display: inline-block;
  297. }
  298.  
  299. .unos {
  300. float: left;
  301. text-transform: uppercase;
  302. }
  303.  
  304. .like_button {position:relative; display:inline-block;
  305. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important; }
  306. #oh {}
  307. .like_button iframe {position:absolute; top:0; left:0; width:100%;
  308. height: 15px;
  309. opacity: 0;
  310. margin-top: -3px;
  311. z-index: 5;
  312.  
  313. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;}
  314. .like_button::before {content:'j'; font-family:'general store'!important; text-transform:lowercase!important; position:relative; font-size:8px; z-index:3;
  315. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer !important;}
  316. .like_button:hover:before, .like_button.liked:before {color:#ff0000;
  317. cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;
  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.  
  358. #frame {
  359. width: 200px;
  360. height: 288px;
  361. background: url("http://25.media.tumblr.com/f2edf518430391a636f9a6f701f7c3fa/tumblr_mplcfeGwtX1szt780o2_500.png");
  362. background-size: 200px 288px;
  363. -webkit-filter: saturate(1);
  364. }
  365.  
  366. #shelf {
  367. width: 200px;
  368. height: 100px;
  369. background: url("http://24.media.tumblr.com/af08d24023cea52f631eb20481206548/tumblr_mplcfeGwtX1szt780o1_250.png");
  370. background-size: 200px 100px;
  371. -webkit-filter: saturate(1) hue-rotate(15deg);
  372. }
  373.  
  374. a.next {
  375. font-family: "Georgia";
  376. color: {color:Side Links};
  377. {block:ifNotTransparentSidelinks}background: {color:Side Links Bg};{/block:ifNotTransparentSidelinks}
  378. {block:ifTransparentSidelinks}background: transparent;{/block:ifTransparentSidelinks}
  379. text-decoration: none;
  380. font-size: 10px;
  381. padding: 2px;
  382. font-style: italic;
  383. {block:ifTransparentSidelinks}
  384. margin-top: 6px;{/block:ifTransparentSidelinks}
  385. margin-left: 140px;
  386. display: inline-block;
  387. }
  388.  
  389. a.next:hover {
  390. color: {color:Side Links};
  391. {block:ifNotTransparentSidelinks}background: {color:Side Links Bg};{/block:ifNotTransparentSidelinks}
  392. {block:ifTransparentSidelinks}background: transparent;{/block:ifTransparentSidelinks}
  393. }
  394.  
  395. a.prev {
  396. position: relative;
  397. left:-60px;
  398. top: -17px;
  399. {block:ifTransparentSidelinks}
  400. top: -23px;{/block:ifTransparentSidelinks}
  401. }
  402.  
  403. .sep {
  404. position: relative;
  405. left:-55px;
  406. font-size: 60%;
  407. top: -19px;
  408. {block:ifTransparentSidelinks}
  409. top: -23px;{/block:ifTransparentSidelinks}
  410. }
  411.  
  412. #egg a {
  413. color: {color:description links};
  414. }
  415.  
  416. #egg {
  417. display:block;
  418. width: 117px;
  419. height: 123px;
  420.  
  421. left: 26px;
  422. position: relative;
  423. top: 59px;
  424. background-color: {color:Description Bg};
  425. color: {color:Description};
  426. -webkit-border-radius: 50% 50% 50% 50% / 48% 48% 50% 50%;
  427. border-radius: 50% 50% 50% 50% / 48% 48% 50% 50%;
  428. padding-top:30px;
  429. padding-bottom:30px;
  430. padding-left: 15px;
  431. overflow: hidden;
  432. padding-right: 15px;
  433. text-align: center;
  434. font-size: 10px;
  435. font-family: Arial;
  436. vertical-align:middle;
  437. {block:ifSidebarImage}opacity: 0;
  438. }
  439.  
  440. #imagg{
  441. display:block;
  442. width: 146px;
  443. height: 183px;
  444. background: url("{image:Sidebar}") center center;
  445. margin-left: 27px;
  446. background-size: 100% auto;
  447. position: absolute;
  448. margin-top: 59px;
  449. background-color: #fff;
  450. -webkit-border-radius: 50% 50% 50% 50% / 48% 48% 50% 50%;
  451. border-radius: 50% 50% 50% 50% / 48% 48% 50% 50%;
  452. overflow: hidden;{/block:ifSidebarImage}
  453. }
  454.  
  455. #desc {
  456. width: 100px;
  457. font-size: 9px;
  458. text-align: justify;
  459. height: 100px;
  460. margin: 5px;
  461. border: 1px solid rgba(0,0,0,.2);
  462. overflow: auto;
  463. padding: 3px;
  464. }
  465.  
  466. #desc::-webkit-scrollbar-track {
  467. background: #fff;
  468. }
  469.  
  470. #desc::-webkit-scrollbar {
  471. width: 4px;
  472. height: 4px;
  473. background: #fff;
  474. }
  475.  
  476.  
  477. #frame:hover #egg {
  478. opacity: 1;
  479. }
  480.  
  481. #wall {
  482. position: fixed;
  483. left: 50%;
  484. top:50%;
  485. margin-top: -180px;
  486. height:300px;
  487. width: 300px;
  488. padding: 5px;
  489. margin-left: -455px;
  490. {block:ifNotTransparentSidebar}
  491. {block:ifNotTransparentPosts}background: {color:Posts Bg};{/block:ifNotTransparentPosts}{/block:ifNotTransparentSidebar};
  492. -webkit-border-radius: 50% 50% 50% 50% / 48% 48% 50% 50%;
  493. border-radius: 50% 50% 50% 50% / 48% 48% 50% 50%;
  494. }
  495.  
  496. #mirro {
  497. position: relative;
  498. left: 50px;
  499.  
  500. top:-110px;
  501. }
  502. #linky a {
  503. display:block;
  504. width: 60px;
  505. padding: 2px;
  506. margin: 3px;
  507. text-align: center;
  508. color: {color:Side Links};
  509. {block:ifNotTransparentSidelinks}background: {color:Side Links Bg};{/block:ifNotTransparentSidelinks}
  510. {block:ifTransparentSidelinks}background: transparent;{/block:ifTransparentSidelinks}
  511. }
  512.  
  513. #linky a:hover {
  514. letter-spacing: 2px;
  515. }
  516.  
  517.  
  518. #linkya {
  519. display:inline-block;
  520. width: 70px;
  521. margin-left: -25px;
  522. }
  523.  
  524. #linkyb {
  525. display:inline-block;
  526. width: 70px;
  527. margin-left: 110px;
  528. }
  529.  
  530. #linky {
  531. position:relative;
  532. top: 280px;
  533. left:-2px;
  534. z-index: 30000;
  535. font-size: 9px;
  536. }
  537.  
  538. #a {
  539. position: relative;
  540. left: -30px;
  541. }
  542.  
  543. #b {
  544. position: relative;
  545. left: -10px;
  546. }
  547.  
  548. #c {
  549. position: relative;
  550. left: 10px;
  551. }
  552.  
  553. #d {
  554. position: relative;
  555. left: 30px;
  556. }
  557.  
  558. #e {
  559. position: relative;
  560. left: 10px;
  561. }
  562.  
  563. #f {
  564. position: relative;
  565. left: -10px;
  566. }
  567.  
  568. .hide {
  569. color: transparent;
  570. opacity: 0;
  571. }
  572.  
  573. #blogtitle {
  574. font-size: 200%;
  575. text-align: center;
  576. position: relative;
  577. padding-top: 5px;
  578. font-family: "Share Tech Mono";
  579. width: 265px;
  580. left: -35px;
  581. }
  582.  
  583. #links {
  584. position: fixed;
  585. height: 100%;
  586. left: 50%;
  587. width: 110px;
  588. font-size: 9px;
  589. margin-left: 370px;
  590. {block:ifNotTransparentSidelinks}
  591. background: {color:Side Links Bg};{/block:ifNotTransparentSidelinks}
  592. }
  593.  
  594. #links #in {
  595. width: 108px;
  596. display:inline-block;
  597. vertical-align: middle;
  598. }
  599.  
  600. #links a {
  601. padding: 5px;
  602. background: rgba(0,0,0,.05);
  603. text-align: center;
  604. margin: 3px;
  605. color: {color:Side Links};
  606. display:block;
  607. }
  608. #links a:hover {
  609. padding: 5px;
  610. background: rgba(0,0,0,.1);
  611. text-align: center;
  612. margin: 3px;
  613. color: {color:Side Links};
  614. display:block;
  615. }
  616.  
  617. ol,ul {
  618. padding: 0;
  619. list-style: inside;
  620. }
  621.  
  622.  
  623. ol.notes {
  624. padding: 0px;
  625. list-style-type: none;=
  626. }
  627.  
  628. ol.notes li.note {
  629. padding: 5px;
  630. background: rgba(125,125,125,0.05);
  631. border: 1px solid rgba(125,125,125,0.1);
  632. margin: 10px;
  633. }
  634.  
  635. ol.notes li.note:nth-child(odd) {
  636. margin-right: 30px;
  637. }
  638.  
  639. ol.notes li.note img.avatar {
  640. vertical-align: -4px;
  641. width: 16px;
  642. height: 16px;
  643. }
  644.  
  645. ol.notes li.note span.action {
  646. }
  647.  
  648. ol.notes li.note .answer_content {
  649. font-weight: normal;
  650. }
  651.  
  652. ol.notes li.note blockquote {
  653. display: inline-block;
  654. margin: 3px;
  655. }
  656.  
  657. {CustomCss}
  658.  
  659. </style>
  660.  
  661. <link href='http://fonts.googleapis.com/css?family=Passero+One|Squada+One|Pathway+Gothic+One|Strait|Iceberg|Special+Elite|Share+Tech+Mono' rel='stylesheet' type='text/css'>
  662. <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}
  663. </head>
  664. <body>
  665.  
  666. <a href="http://foomthemes.tumblr.com"><div id="credit"> <nobr><div id="foom">FOOM</div>THEMES</nobr> </div></a>
  667.  
  668. <img id="cursor" src="{image:Cursor}" />
  669.  
  670.  
  671. <div id="wall">
  672. <div id="mirro">
  673. <div id="linky"><div id="linkya">
  674. <a href="/" id="a"><span style="opacity: 0;">.</span>{text:Home}<span style="opacity: 0;">.</span></a>
  675. <a href="{text:Link 1}" id="b"><span style="opacity: 0;">.</span>{text:Link 1 text}<span style="opacity: 0;">.</span></a>
  676. <a href="{text:Link 3}" id="c"><span style="opacity: 0;">.</span>{text:Link 3 text}<span style="opacity: 0;">.</span></a>
  677. </div><div id="linkyb">
  678. <a href="{text:Ask Link}" id="d"><span style="opacity: 0;">.</span>{text:Ask}<span style="opacity: 0;">.</span></a>
  679. <a href="{text:Link 2}" id="e"><span style="opacity: 0;">.</span>{text:Link 2 text}<span style="opacity: 0;">.</span></a>
  680. <a href="{text:Link 4}" id="f"><span style="opacity: 0;">.</span>{text:Link 4 text}<span style="opacity: 0;">.</span></a>
  681. </div></div><div id="frame"><div id="imagg"></div>{block:Description}<div id="egg"><div id="desc">{Description}</div></div>{/block:Description}</div>
  682.  
  683. <div id="blogtitle">{block:ifBlogTitle}{text:Blog Title}{/block:ifBlogTitle}{block:ifNotBlogTitle}{Title}{/block:ifNotBlogTitle}</div>
  684. <div id="shelf">
  685. {block:Pagination}{block:NextPage}<!--{/block:NextPage}{block:PreviousPage}<a class="next hide">next</a>{/block:PreviousPage}{block:NextPage}-->{/block:NextPage}
  686. {block:NextPage}<a href="{NextPage}" class="next">next</a>{/block:NextPage}{block:PreviousPage} <a href="{PreviousPage}" class="next prev">previous</a>{/block:PreviousPage}{block:NextPage}{block:PreviousPage}<span class="sep">-</span>{/block:PreviousPage}{/block:NextPage}{/block:Pagination}
  687.  
  688. {block:PermalinkPagination}
  689. {block:NextPost}<!--{/block:NextPost}{block:PreviousPost}<a class="next hide">next</a>{/block:PreviousPost}{block:NextPost}-->{/block:NextPost}
  690. {block:NextPost}<a href="{NextPost}" class="next">next</a>{/block:NextPost}{block:PreviousPost} <a href="{PreviousPost}" class="next prev">previous</a>{/block:PreviousPost}{block:NextPost}{block:PreviousPost}<span class="sep">&nbsp;&nbsp;&nbsp;-</span>{/block:PreviousPost}{/block:NextPost}{/block:PermalinkPagination}</div></div></div>
  691. {block:HasPages}
  692. <div id="links">
  693. <div id="in">
  694. <div class="va"></div>
  695. {block:Pages}
  696. <a href="{URL}">{Label}</a>
  697. {/block:Pages}
  698. <div class="va"></div>
  699. </div></div>
  700. {/block:HasPages}
  701.  
  702. <center>
  703. <div id="posts">
  704. {block:Posts}
  705. <div class="post">
  706. {block:Answer}
  707. <div class="asker"><img src="{AskerPortraitURL-128}"/></div>
  708. <div class="askername"><nobr>{Asker}</nobr></div>
  709. <div class="arrow_box"><strong>{Question}</strong></div>
  710. <div class="answer">
  711. {Answer}
  712. </div>
  713. {/block:Answer}
  714.  
  715. {block:Text}
  716. {block:Title}
  717. <div class="title">{Title}</div>
  718. {/block:Title}
  719.  
  720. <div class="caption">{Body}</div>
  721. {/block:Text}
  722. {block:Photo}
  723. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>{LinkCloseTag}
  724.  
  725. {block:Caption}
  726. <div class="caption">{Caption}</div>
  727. {/block:Caption}
  728. {/block:Photo}
  729.  
  730. {block:Panorama}
  731. {LinkOpenTag}
  732. <center><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></center>
  733. {LinkCloseTag}
  734.  
  735. {block:Caption}
  736. <div class="caption">{Caption}</div>
  737. {/block:Caption}
  738. {/block:Panorama}
  739.  
  740. {block:Photoset}
  741. <center>{Photoset-500}</center>
  742.  
  743. {block:Caption}
  744. <div class="caption">{Caption}</div>
  745. {/block:Caption}
  746. {/block:Photoset}
  747. {block:Quote}
  748. <center><div class="title">"{Quote}"</div>
  749.  
  750. {block:Source}
  751. <div class="source">{Source}</div>
  752. {/block:Source}</center>
  753. {/block:Quote}
  754.  
  755. {block:Link}
  756. <a href="{URL}" {Target}><div class="title">{Name}</div></a>
  757.  
  758. {block:Description}
  759. <div class="caption">{Description}</div>
  760. {/block:Description}
  761. {/block:Link}
  762.  
  763. {block:Chat}
  764. {block:Title}
  765. <div class="title">{Title}</div>
  766. {/block:Title}
  767. <div class="chat">
  768. {block:Lines}
  769. <div class="{Alt} user_{UserNumber} line">
  770. {block:Label}
  771. <span class="label">{Label}</span>
  772. {/block:Label}
  773. {Line}
  774. </div>
  775. {/block:Lines}
  776. </div>
  777. {/block:Chat}
  778.  
  779. {block:Video}
  780. {Video-500}
  781.  
  782. {block:Caption}
  783. <div class="caption">{Caption}</div>
  784. {/block:Caption}
  785. {/block:Video}
  786.  
  787. {block:Audio}
  788. {AudioPlayerWhite}
  789.  
  790. {block:Caption}
  791. <div class="caption">{Caption}</div>
  792. {/block:Caption}
  793. {/block:Audio}
  794.  
  795. {block:Date}<div class="reblogg">
  796.  
  797. <div class="ralsir"><a href="{ReblogURL}" class="sym rebloggit" title="Reblog">d</a>
  798. <div style="margin-top:-10px; margin-left:30px;" id="oh"><a title="like this post">{LikeButton color="grey" size="10"}</a></div></div>
  799. <div class="unos">
  800. <a href="{permalink}">{12Hour}:{minutes}{AMPM} | {monthNumber}/{DayOfMonth}/{shortyear}</a>
  801. |
  802. <a href="{Permalink}" >{NoteCountWithLabel}</a>
  803. {block:RebloggedFrom}|
  804. <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
  805. {/block:RebloggedFrom}
  806. {block:ContentSource}|
  807. <a href="{SourceURL}" title="{SourceTitle}">SOURCE</a>
  808. {/block:ContentSource}
  809. </div>
  810. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}" style="text-transform:none;">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  811. <div class="minjs"></div>
  812. </div></div>
  813. {block:PostNotes}<div class="post">{PostNotes}</div>{/block:PostNotes}{/block:Date}
  814.  
  815. {/block:Posts}
  816. </div></center>
  817. </body>
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment