Don't like ads? PRO users don't see any ads ;-)
Guest

Theme [04] Himari {mogimochi}

By: a guest on Jul 2nd, 2012  |  syntax: None  |  size: 20.54 KB  |  hits: 90  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. Theme 04 Himari
  7. by mogimochi/fuyunohoshi
  8.  
  9. 1. Light/Heavy CSS editting is allowed.
  10. 2. Do not use as base code.
  11. 3. Do not remove credit.
  12. 4. Do not claim theme as your own.
  13.  
  14. -->
  15.  
  16. <!--Colours-->
  17.  
  18. <meta name="color:Background" content="#f3d9d9" />
  19. <meta name="color:Title" content="#e7646d" />
  20. <meta name="color:Description" content="#746c6c" />
  21. <meta name="color:Body Text" content="#000000" />
  22. <meta name="color:Body Links" content="#f8598b" />
  23. <meta name="color:Hover Body Links" content="#f8ebc0" />
  24. <meta name="color:Post Titles" content="#fd8ea3" />
  25. <meta name="color:Bold Text" content="#f5bf99" />
  26. <meta name="color:Italic Text" content="#81c0f5" />
  27.  
  28. <meta name="color:Sidebar Background" content="#fff9df" />
  29. <meta name="color:Nav Sidebar Background" content="#fcf5e4" />
  30. <meta name="color:Nav Sidebar Text" content="#333030" />
  31. <meta name="color:Nav Links Background" content="#ffffff" />
  32. <meta name="color:Nav Links Text" content="#000000" />
  33. <meta name="color:Hover Nav Links Background" content="#f53763" />
  34. <meta name="color:Hover Nav Links Text" content="#ffffff" />
  35.  
  36. <meta name="color:SB Home Text" content="#ffffff" />
  37. <meta name="color:SB Home Background" content="#000000" />
  38. <meta name="color:Hover SB Home Text" content="#ffffff" />
  39. <meta name="color:Hover SB Home Background" content="#000000" />
  40. <meta name="color:SB Ask Text" content="#ffffff" />
  41. <meta name="color:SB Ask Background" content="#f57f88" />
  42. <meta name="color:Hover SB Ask Text" content="#ffffff" />
  43. <meta name="color:Hover SB Ask Background" content="#f57f88" />
  44. <meta name="color:SB Past Text" content="#ffffff" />
  45. <meta name="color:SB Past Background" content="#f1d1a6" />
  46. <meta name="color:Hover SB Past Text" content="#ffffff" />
  47. <meta name="color:Hover SB Past Background" content="#f1d1a6" />
  48. <meta name="color:SB Theme Text" content="#000000" />
  49. <meta name="color:SB Theme Background" content="#ffffff" />
  50. <meta name="color:Hover SB Theme Text" content="#000000" />
  51. <meta name="color:Hover SB Theme Background" content="#ffffff" />
  52.  
  53. <meta name="color:Pagination" content="#fc9ca7" />
  54. <meta name="color:Pagination Hover" content="#f8676b" />
  55. <meta name="color:Ask Text" content="#635c5c" />
  56. <meta name="color:Ask Background" content="#f8e2b9" />
  57. <meta name="color:Asker Bottom Border" content="#000000" />
  58.  
  59. <meta name="color:Permalink Background" content="#000000" />
  60. <meta name="color:Blockquote" content="#746c6c" />
  61.  
  62. <meta name="text:Notes Icon" content="✂" />
  63. <meta name="text:Title Font Size" content="20" />
  64. <meta name="text:Description Font Size" content="12" />
  65.  
  66. <meta name="text:Link 1 URL" content="" />
  67. <meta name="text:Link 1" content="" />
  68. <meta name="text:Link 2 URL" content="" />
  69. <meta name="text:Link 2" content="" />
  70. <meta name="text:Link 3 URL" content="" />
  71. <meta name="text:Link 3" content="" />
  72. <meta name="text:Link 4 URL" content="" />
  73. <meta name="text:Link 4" content="" />
  74. <meta name="text:Link 5 URL" content="" />
  75. <meta name="text:Link 5" content="" />
  76. <meta name="text:Link 6 URL" content="" />
  77. <meta name="text:Link 6" content="" />
  78.  
  79. <!--Fonts-->
  80. <meta name="font:Body" content="Helvetica" />
  81. <meta name="font:Title Font" content="Georgia" />
  82. <meta name="font:Description Font" content="Helvetica" />
  83.  
  84. <!--images-->
  85. <meta name="image:Background" content="http://i1246.photobucket.com/albums/gg607/mogimochi/tumblr_m0ce1ajadf1rr1mfbo4_250.png" />
  86. <meta name="image:Sidebar" content="" />
  87.  
  88. <!--Options-->
  89. <meta name="if:Infinite Scroll" content="0" />
  90. <meta name="if:Show Title" content="0" />
  91. <meta name="if:Transparent Nav Sidebar" content="0" />
  92.  
  93. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  94. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  95. <link rel="shortcut icon" href="{Favicon}" />
  96.  
  97. <link href='http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'>
  98. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  99.  
  100. <script type="text/javascript">
  101.     $(window).load(function(){
  102.     $("p").remove(":contains('Source:')”);
  103.     $("p").remove(":contains('(via')");
  104.     });
  105. </script>
  106.  
  107. <style type="text/css">
  108.  
  109. iframe#tumblr_controls {
  110.     right:3px !important; position:fixed !important;
  111. }
  112.  
  113. body {
  114.     background-color: {color:Background};
  115.     font-family: {font:Body};
  116.     background-image: url({image:Background});
  117.     background-attachment: fixed;
  118.     margin: 0;
  119.     word-wrap: break-word;
  120.     text-decoration: none;
  121. }
  122.  
  123. #sidebar {
  124.     background-color: {color:Sidebar Background};
  125.     width: 180px;    
  126.     position: fixed;
  127.     top: 90px;
  128.     left: 250px;  
  129. }
  130.  
  131. #sidebar .sidebarlinkshome {
  132.         background-color: {color:SB Home Background};
  133.         text-decoration: none;
  134.         color: {color:SB Home Text};
  135.         font-size: 10px;
  136.         font-family: consolas;
  137.         text-align: center;
  138.         margin-top: -20px;
  139.         float: left;
  140.         line-height: 20px;
  141.         width: 45px;
  142.         height: 20px;
  143.         text-transform: uppercase;
  144.         letter-spacing: 2px;
  145.        
  146. -webkit-transition: all 0.4s ease-in-out;
  147. -moz-transition: all 0.4s ease-in-out;
  148. -o-transition: all 0.4s ease-in-out;
  149. -ms-transition: all 0.4s ease-in-out;
  150. transition: all 0.4s ease-in-out;
  151. }
  152.    
  153. #sidebar .sidebarlinkshome a {
  154.         text-decoration:none;
  155. }
  156.  
  157. #sidebar .sidebarlinkshome:hover {
  158.         background-color: {color:Hover SB Home Background};
  159.         color: {color:Hover SB Home Text};
  160.         margin-top: -40px;
  161.         width: 45px;
  162.         line-height: 40px;
  163.         height: 40px;
  164. }
  165.  
  166. #sidebar .sidebarlinksask {
  167.         background-color: {color:SB Ask Background};
  168.         text-decoration: none;
  169.         color: {color:SB Ask Text};
  170.         font-size: 10px;
  171.         font-family: consolas;
  172.         text-align: center;
  173.         margin-top: -20px;
  174.         float: left;
  175.         margin-left: 45px;
  176.         line-height: 20px;
  177.         width: 45px;
  178.         height: 20px;
  179.         text-transform: uppercase;
  180.         letter-spacing: 2px;
  181.        
  182. -webkit-transition: all 0.4s ease-in-out;
  183. -moz-transition: all 0.4s ease-in-out;
  184. -o-transition: all 0.4s ease-in-out;
  185. -ms-transition: all 0.4s ease-in-out;
  186. transition: all 0.4s ease-in-out;
  187. }
  188.    
  189. #sidebar .sidebarlinksask a {
  190.         text-decoration:none;
  191. }
  192.  
  193. #sidebar .sidebarlinksask:hover {
  194.         background-color: {color:Hover SB Ask Background};
  195.         color: {color:Hover SB Ask Text};
  196.         margin-top: -40px;
  197.         width: 45px;
  198.         line-height: 40px;
  199.         height: 40px;
  200. }
  201.  
  202. #sidebar .sidebarlinkspast {
  203.         background-color: {color:SB Past Background};
  204.         text-decoration: none;
  205.         color: {color:SB Past Text};
  206.         font-size: 10px;
  207.         font-family: consolas;
  208.         text-align: center;
  209.         margin-top: -20px;
  210.         margin-right: 45px;
  211.         float: right;
  212.         line-height: 20px;
  213.         width: 45px;
  214.         height: 20px;
  215.         text-transform: uppercase;
  216.         letter-spacing: 2px;
  217.        
  218. -webkit-transition: all 0.4s ease-in-out;
  219. -moz-transition: all 0.4s ease-in-out;
  220. -o-transition: all 0.4s ease-in-out;
  221. -ms-transition: all 0.4s ease-in-out;
  222. transition: all 0.4s ease-in-out;
  223. }
  224.    
  225. #sidebar .sidebarlinkspast a {
  226.         text-decoration:none;
  227. }
  228.  
  229. #sidebar .sidebarlinkspast:hover {
  230.         background-color: {color:Hover SB Past Background};
  231.         color: {color:Hover SB Past Text};
  232.         margin-top: -40px;
  233.         width: 45px;
  234.         line-height: 40px;
  235.         height: 40px;
  236. }
  237.  
  238. #sidebar .sidebarlinkstheme {
  239.         background-color: {color:SB Theme Background};
  240.         text-decoration: none;
  241.         color: {color:SB Theme Text};
  242.         font-size: 10px;
  243.         font-family: consolas;
  244.         text-align: center;
  245.         margin-top: -20px;
  246.         float: right;
  247.         line-height: 20px;
  248.         width: 45px;
  249.         height: 20px;
  250.         text-transform: uppercase;
  251.         letter-spacing: 2px;
  252.        
  253. -webkit-transition: all 0.4s ease-in-out;
  254. -moz-transition: all 0.4s ease-in-out;
  255. -o-transition: all 0.4s ease-in-out;
  256. -ms-transition: all 0.4s ease-in-out;
  257. transition: all 0.4s ease-in-out;
  258. }
  259.    
  260. #sidebar .sidebarlinkstheme a {
  261.         text-decoration:none;
  262. }
  263.  
  264. #sidebar .sidebarlinkstheme:hover {
  265.         background-color: {color:Hover SB Theme Background};
  266.         color: {color:Hover SB Theme Text};
  267.         margin-top: -40px;
  268.         width: 45px;
  269.         line-height: 40px;
  270.         height: 40px;
  271. }
  272.  
  273. #sidebar .image {
  274.     max-width: 180px;
  275.         height: auto;
  276. }
  277.  
  278. {block:IfShowTitle}
  279.  
  280. #sidebar .title {
  281.     font-family: {font:Title Font};
  282.     font-size: {text:Title Font Size}px;
  283.     padding: 10px;
  284.     padding-bottom: 1px;
  285.     text-align: center;
  286.     color: {color:Title};
  287. }
  288.  
  289. {/block:IfShowTitle}
  290.  
  291. #sidebar .description {
  292.         color: {color:Description};
  293.     font-family: {font:Description Font};
  294.         font-size: {text:Description Font Size}px;
  295.         text-align: left;
  296.     padding: 15px;
  297.     padding-top: 9px;
  298.         line-height: 100%;
  299. }
  300.  
  301. #sidebar .description a {
  302.         color: {color:Body Links};
  303.         text-decoration: none;
  304. }
  305.  
  306. #sidebar .description a:hover {
  307.         color: {color:Hover Body Links};
  308. }
  309.  
  310. #sidebar .description b, strong {
  311.     color:{color:Bold Text};
  312. }
  313.  
  314. #sidebar .description i, em {
  315.     color:{color:Italic Text};
  316. }
  317.  
  318. #navsidebar {
  319.     width: 96px;
  320.     padding: 10px;
  321.     height: auto;
  322.     margin-left: 1030px;
  323.     margin-top: 120px;
  324.     position: fixed;
  325.     background-color: rgba(255, 255, 255, 0.4);
  326.  
  327.    
  328. {block:IfTransparentNavSidebar}
  329.     background-color: rgba(255, 255, 255, 0.0);
  330. {/block:IfTransparentNavSidebar}
  331. }
  332.  
  333. #navsidebar .icon {
  334.     text-decoration: none;
  335.    
  336. -khtml-border-radius: 48px;
  337. -moz-border-radius: 48px;
  338. -webkit-border-radius: 48px;
  339. border-radius: 48px;
  340.  
  341. -webkit-transition: all 0.6s ease-in-out;
  342. -moz-transition: all 0.6s ease-in-out;
  343. -o-transition: all 0.6s ease-in-out;
  344. -ms-transition: all 0.6s ease-in-out;
  345. transition: all 0.6s ease-in-out;
  346. }
  347.  
  348. #navsidebar .icon:hover {
  349.     text-decoration: none;
  350.    
  351. -khtml-border-radius: 0px;
  352. -moz-border-radius: 0px;
  353. -webkit-border-radius: 0px;
  354. border-radius: 0px;
  355.    
  356. -webkit-transition: all 0.6s ease-in-out;
  357. -moz-transition: all 0.6s ease-in-out;
  358. -o-transition: all 0.6s ease-in-out;
  359. -ms-transition: all 0.6s ease-in-out;
  360. transition: all 0.6s ease-in-out;
  361. }
  362.  
  363. #navsidebar #navigation {
  364.     text-align: center;
  365.     font: consolas;
  366.     font-size: 11px;
  367.     padding-top: 5px;
  368.     display: block;
  369.     padding-bottom: 5px;
  370.     letter-spacing: 1px;
  371.     margin-top: 5px;
  372.     text-decoration: none;
  373.     text-transform: uppercase;
  374.     color:{color:Nav Sidebar Text};
  375. }
  376.  
  377. #navsidebar #navigation #links {
  378.     display: block;
  379.     height: auto;
  380.     text-align: center;
  381.     width: 92px;
  382.     text-transform: uppercase;
  383.     font-size: 0;
  384.     font-family: consolas;
  385.     text-decoration: none;
  386.     margin-top: 0px;
  387.     margin-left: 1px;
  388.  
  389.     letter-spacing: 1px;
  390.     text-decoration: none;
  391.    
  392. -webkit-transition: all 0.6s ease;
  393. -moz-transition: all 0.6s ease;
  394. -o-transition: all 0.6s ease;
  395. -ms-transition: all 0.6s ease;
  396. transition: all 0.6s ease;
  397. }
  398.  
  399. #navsidebar #navigation:hover #links {
  400.     display: block;
  401.     height: auto;
  402.     text-align: center;
  403.     width: 92px;
  404.     text-transform: uppercase;
  405.     font-size: 9px;
  406.     font-family: consolas;
  407.     margin-top: 3px;
  408.     margin-left: 1px;
  409.  
  410.     letter-spacing: 1px;
  411.     text-decoration: none;
  412.    
  413. -webkit-transition: all 0.6s ease;
  414. -moz-transition: all 0.6s ease;
  415. -o-transition: all 0.6s ease;
  416. -ms-transition: all 0.6s ease;
  417. transition: all 0.6s ease;
  418.  
  419.     background-color: {color:Nav Links Background};
  420.     color: {color:Nav Links Text};
  421. }
  422.  
  423. #navsidebar #navigation:hover #links:hover {
  424. -webkit-transition: all 0.6s ease;
  425. -moz-transition: all 0.6s ease;
  426. -o-transition: all 0.6s ease;
  427. -ms-transition: all 0.6s ease;
  428. transition: all 0.6s ease;
  429.  
  430.     background-color: {color:Hover Nav Links Background};
  431.     color: {color:Hover Nav Links Text};
  432. }
  433.  
  434.  
  435.  
  436. /*Pagination*/
  437.  
  438. #navsidebar .pagination {
  439.     font: consolas;
  440.     letter-spacing: 1px;
  441.     width: 96px;
  442.     text-align: center;
  443.     padding-top: 5px;
  444.     font-size: 11px;
  445.     color: {color:Nav Sidebar Text};
  446. }
  447.  
  448. #navsidebar .pagination a {
  449.     color: {color:Pagination};
  450.     text-decoration: none;
  451. }
  452.  
  453. #navsidebar .pagination a:hover {
  454.     color: {color:Pagination Hover};
  455. }
  456.        
  457. #content {
  458.     width: 560px;
  459.     background-color: rgba(255, 255, 255, 0);
  460.     margin: -5px 0 -5px 450px;
  461.     padding: 20px 0;
  462.     color: {color:Body Text};
  463. }
  464.  
  465. #content a {
  466.     color: {color:Body Links};
  467.     text-decoration: none;
  468. }
  469.  
  470. #content a:hover {
  471.     color: {color:Hover Body Links};
  472. }
  473.  
  474. #content blockquote {
  475.     margin: 10px;
  476.     padding-left: 10px;
  477.     border-left: solid 5px {color:Blockquote};
  478. }
  479.  
  480. #content #posts {
  481.     background-color: white;
  482.     z-index: 100%;
  483.     width: 500px;
  484.     max-width: 100%;
  485.     height: auto;
  486.     margin: 5px auto 15px;
  487.     padding: 10px;
  488. }
  489.  
  490. #content #posts b, strong {
  491.     color: {color:Bold Text};
  492. }
  493.  
  494. #content #posts i, em {
  495.     color: {color:Italic Text};
  496. }
  497.  
  498. img {
  499.     border: 0;
  500. }
  501.  
  502. #content #posts .title {
  503.     font-size: 20px;
  504.     font-family: Georgia;
  505.     text-align: center;
  506.     color:{color:Post Titles}
  507. }
  508.  
  509. #content #posts .text {
  510.     font-size:11px;
  511. }
  512.  
  513. #content #posts .quote {
  514.     font-family: Georgia;
  515.     font-size: 20px;
  516. }
  517.  
  518. #content #posts:hover #permalink {
  519.     font-size: 13px;
  520.     height: 20px;
  521.     line-height: 20px;
  522.     width: 520px;
  523.     position: absolute;
  524.    
  525.     margin-left: -10px;
  526.     margin-top: -10px;
  527.    
  528.     text-transform: uppercase;
  529.     letter-spacing: 2px;
  530.     text-decoration: none;
  531.     opacity: 0.8;
  532.     font-family: consolas;
  533.     overflow: hidden;
  534.     display: block;
  535.     text-align: center;
  536.     background-color: {color:Permalink Background};
  537.    
  538. -webkit-transition: all 0.4s ease-in-out;
  539. -moz-transition: all 0.4s ease-in-out;
  540. -o-transition: all 0.4s ease-in-out;
  541. -ms-transition: all 0.4s ease-in-out;
  542. transition: all 0.4s ease-in-out;
  543. }
  544.  
  545. /*Permalink and Tags*/
  546.  
  547. #content #posts #permalink {
  548.     width: 520px;
  549.     height: 0px;
  550.     font-size: 13px;
  551.     font-family: consolas;
  552.     text-transform: uppercase;
  553.     letter-spacing: 2px;
  554.     text-align: center;
  555.     line-height: 20px;
  556.     margin-left: -10px;
  557.     margin-top: 10px;
  558.     overflow: hidden;
  559.     position: absolute;
  560.    
  561. -webkit-transition: all 0.4s ease-in-out;
  562. -moz-transition: all 0.4s ease-in-out;
  563. -o-transition: all 0.4s ease-in-out;
  564. -ms-transition: all 0.4s ease-in-out;
  565. transition: all 0.4s ease-in-out;
  566. }
  567.  
  568. #content #posts .permapage {
  569.     font-family: consolas;
  570.     letter-spacing: 1px;
  571.     font-size: 10px;
  572.     margin-top: 5px;
  573.     text-transform: uppercase;
  574.     text-decoration: none;
  575.     color: {color:Body Text};
  576. }
  577.  
  578. #content #posts .postsource {
  579.     font-family: consolas;
  580.     font-size: 10px;
  581.     letter-spacing: 1px;
  582.     text-transform: uppercase;
  583.     text-decoration: none;
  584.     color: {color:Body Text};
  585. }
  586.  
  587. #content #posts .ask {
  588.     font-size: 14px;
  589.     font-family: Helvetica;
  590.     margin-top: 3px;
  591.     width: 480px;
  592.     display: block;
  593.     color: {color:Ask Text};
  594.     padding: 10px;
  595.    
  596. -moz-border-radius: 10px;
  597. border-radius: 10px;
  598.  
  599.     background-color: {color:Ask Background};
  600. }
  601.  
  602. #content #posts .askersaid {
  603.     font-family: consolas;
  604.     border-bottom: 1px dashed {color:Asker Bottom Border};
  605.     font-size: 10px;
  606.     padding-left: 10px;
  607.     letter-spacing: 2px;
  608.     text-transform: uppercase;
  609.     margin-bottom: 10px;
  610. }
  611.  
  612. #content #posts .answer {
  613.     font-size: 16px;
  614. }
  615.  
  616. #content #posts #tags {
  617.     font-family: consolas;
  618.     font-size: 10px;
  619.     color: #000000;
  620.     letter-spacing: 1px;
  621.     margin-bottom: 5px;
  622.     text-decoration: none;
  623. }  
  624.  
  625. #content #notecontainer {
  626.     margin: 20px auto;
  627.     width: 500px;
  628.     font-size: 11px;
  629. }
  630.  
  631. #content #notecontainer ol.notes {
  632.     list-style-type: none;
  633.     margin: 0;
  634.     padding: 0;
  635. }
  636.  
  637. #content #notecontainer img.avatar {
  638.     margin-right: 10px;
  639.     width: 16px;
  640.     height: 16px;
  641. }
  642.  
  643. <script type="text/javascript">
  644. $(window).load(function(){
  645. $("p").remove(":contains('Source:')”);
  646. $("p").remove(":contains('(via')");
  647. });
  648. </script>
  649.  
  650. {CustomCSS}    
  651.  
  652. </style>
  653.  
  654. {block:IfInfiniteScroll}
  655. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  656. {/block:IfInfiniteScroll}
  657.  
  658. </head>
  659. <body>
  660.  
  661. <div id="sidebar">
  662.  
  663. <a href="/" class="sidebarlinkshome">home</a>
  664. <a href="/ask" class="sidebarlinksask">ask</a>
  665. <a href="/archive" class="sidebarlinkspast">past</a>
  666. <a href="http://mogimochi.tumblr.com" class="sidebarlinkstheme">theme</a>
  667.  
  668. <img class="image" src="{image:Sidebar}" />
  669.  
  670. {block:IfShowTitle}
  671. <div class="title">{Title}</div>
  672. {/block:IfShowTitle}
  673.  
  674. <div class="description">{Description}</div>
  675.  
  676. </div> <!--Sidebar-->
  677.  
  678. <div id="navsidebar">
  679.  
  680. <img class="icon" src="{PortraitURL-96}">
  681.  
  682. <center><div id="navigation">navigation
  683.  
  684. {block:IfLink1}<a href="{text:Link 1 URL}" id="links">{text:Link 1}</a>{/block:IfLink1}
  685. {block:IfLink2}<a href="{text:Link 2 URL}" id="links">{text:Link 2}</a>{/block:IfLink2}
  686. {block:IfLink3}<a href="{text:Link 3 URL}" id="links">{text:Link 3}</a>{/block:IfLink3}
  687. {block:IfLink4}<a href="{text:Link 4 URL}" id="links">{text:Link 4}</a>{/block:IfLink4}
  688. {block:IfLink5}<a href="{text:Link 5 URL}" id="links">{text:Link 5}</a>{/block:IfLink5}
  689. {block:IfLink6}<a href="{text:Link 6 URL}" id="links">{text:Link 6}</a>{/block:IfLink6}
  690.  
  691. </div></center>
  692.  
  693. {block:IfNotInfiniteScroll}
  694.  
  695. <div class="pagination">
  696. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  697.  
  698. {CurrentPage}/{TotalPages}
  699.  
  700. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  701.  
  702. </div>
  703.  
  704. {/block:IfNotInfiniteScroll}
  705.  
  706. </div>
  707.  
  708. <!--The Main Content-->
  709.  
  710. <div id="content">
  711. <img class="image" src="{image:Post Wrap}" />
  712. <div class="autopagerize_page_element">
  713. {block:Posts}
  714. <div id="posts">
  715.  
  716. {block:Photo}
  717. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  718. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  719. {/block:Photo}
  720.  
  721. {block:Photoset}
  722. {Photoset-500}
  723. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  724. {/block:Photoset}
  725.  
  726. {block:Video}
  727. {Video-500}
  728. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  729. {/block:Video}
  730.  
  731. {block:Audio}
  732. {AudioPlayerBlack}
  733. <div class="text">{PlayCountWithLabel}</div>
  734. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  735. {/block:Audio}
  736.  
  737. {block:Quote}
  738. <div class="quote">“{Quote}”</div>
  739. {block:Source}<div class="text"><br>- {Source}</div>{/block:Source}
  740. {/block:Quote}
  741.  
  742. {block:Text}
  743. {block:Title}<div class="title">{Title}</div>{/block:Title}
  744. <div class="text">{Body}</div>
  745. {/block:Text}
  746.  
  747. {block:Answer}
  748. <div class="ask">
  749. <div class="askersaid">{Asker} said: </div>
  750. {Question}</div>
  751. <div class="text"></div>
  752. <div class="text">{Answer}</div>
  753. {block:Answer}
  754.  
  755. {block:Chat}
  756. {block:Title}<div class="title">{Title}</div>{/block:Title}
  757. <div class="text">
  758. {block:Lines}
  759. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br/>
  760. {/block:Lines}
  761. </div>
  762. {/block:Chat}
  763.  
  764. {block:Link}
  765. <div class="title"><a href="{URL}">{Name} →</a></div>
  766. {block:Description}
  767. <div class="text">{Description}</div>
  768. {/block:Description}
  769. {/block:Link}
  770.  
  771. {block:ContentSource}
  772. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  773. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  774. {/block:SourceLogo}
  775. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  776. {/block:ContentSource}
  777.  
  778. {block:IndexPage}
  779. <div id="permalink">
  780. <a href="{Permalink}">
  781.  
  782. {block:Date}{DayOfMonth} {ShortMonth} {ShortYear}{/block:Date}
  783.  
  784. {block:NoteCount} | {NoteCount} {text:Notes Icon}{/block:NoteCount}
  785. </a>
  786.  
  787. </div>
  788. {/block:IndexPage}
  789.  
  790. {block:PermalinkPage}
  791. <div class="permapage">
  792. <center>
  793. {block:Date}<i>{DayOfMonth} {Month} {Year}</i> at <i>{12Hour}:{Minutes}{AmPm}</i>{/block:Date}{block:NoteCount} with <i>{NoteCountWithLabel}</i>{/block:NoteCount}</div></center>
  794. <center><div class="postsource">{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div></center>
  795. <center>
  796. {block:HasTags}<div id="tags">
  797. {block:Tags}
  798. <a href="{TagURL}">#{Tag} </a>
  799. {/block:Tags} </div> {/block:HasTags}
  800. </center>
  801.  
  802. {/block:PermalinkPage}
  803.  
  804. </div>
  805.  
  806. {block:PostNotes}
  807. <div id="notecontainer">{PostNotes}</div>
  808. {/block:PostNotes}
  809.  
  810.  
  811. {/block:Posts}
  812. </div>
  813. </div>
  814.  
  815. </body>
  816. </html>