Advertisement
striaton-city

Prince

Aug 23rd, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7.               <!----- [04] Prince -------------------
  8.              
  9.               A New Journey :: Revamp
  10.              
  11.               + theme by SANYOUCITY.TUMBLR.COM
  12.              
  13.              Feel free to do whatever you want with
  14.              the  code  as long as you don't remove
  15.              the  credit!! If  you  have any quest-
  16.              ions or comments please don't hesitate
  17.              to  hmu.  I  apologize  in  advance to
  18.              anyone trying  to  find  something  in
  19.              the  code because I'm very unorganized
  20.              (but  I've  made an effort to clean it
  21.              up!)
  22.            
  23.              Thank you so much for using my theme!!
  24.                              
  25.              
  26.               + monochrome tutorial:
  27.                           a--themes.tumblr.com
  28.              
  29.               ------------------------ ver 2.0 ----->
  30.  
  31.  
  32.  
  33. <title>{Title}</title>
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  40. <script>
  41.     (function($){
  42.         $(document).ready(function(){
  43.             $("[title]").style_my_tooltips();
  44.         });
  45.     })(jQuery);
  46. </script>
  47.  
  48.  
  49. <meta name="image:sidebar" content="http://static.tumblr.com/294fe0b7e5893744ac290298b4252c43/wrjqiql/fbZoavbpj/tumblr_static_cqiheaaq8rw488o04o88kcwww.jpg"/>
  50. <meta name="image:background" content="http://static.tumblr.com/1e921c44d574eecba4f701f3da28d7c1/wrjqiql/kJGoavbst/tumblr_static_ach6qstzyvc4484w4ccgc80ks.png"/>
  51.  
  52. <meta name="color:background" content="#ffffff"/>
  53. <meta name="color:scroll" content="#f5d6d6"/>
  54. <meta name="color:posts" content="#ffabab"/>
  55. <meta name="color:blockquote" content="#e28bab"/>
  56. <meta name="color:text" content="#032d41"/>
  57. <meta name="color:selection text" content="#39c3e2"/>
  58. <meta name="color:selection" content="#ffffff"/>
  59. <meta name="color:sidebar" content="#f3c3c3"/>
  60.  
  61. <meta name="color:nav" content="#f3c3c3"/>
  62. <meta name="color:nav hover" content="#f3c3c3"/>
  63. <meta name="color:nav text" content="#df9090"/>
  64. <meta name="color:nav text hover" content="#ffffff"/>
  65.  
  66. <meta name="color:link" content="#eda9c2"/>
  67. <meta name="color:tooltip text" content="#ffffff"/>
  68. <meta name="color:tooltip" content="#ff8d8d"/>
  69.  
  70. <meta name="color:reblog" content="#f0bfb6"/>
  71. <meta name="color:date" content="#f0bfb6"/>
  72. <meta name="color:time" content="#f0bfb6"/>
  73. <meta name="color:notes" content="#cec6c9"/>
  74. <meta name="color:via" content="#cec6c9"/>
  75. <meta name="color:ori" content="#cec6c9"/>
  76.  
  77. <meta name="color:odd chat" content="#dcb0bf">
  78. <meta name="color:even chat" content="#a59d9d">
  79.  
  80.  
  81. <meta name="color:bold" content="#dfa0ab"/>
  82. <meta name="color:italics" content="#e2829f"/>
  83.  
  84.  
  85. <meta name="text:link1 title" content="LINK 1"/>
  86. <meta name="text:link1 url" content="/"/>
  87. <meta name="text:link2 title" content="LINK 2"/>
  88. <meta name="text:link2 url" content="/"/>
  89. <meta name="text:link3 title" content="LINK 3"/>
  90. <meta name="text:link3 url" content="/"/>
  91. <meta name="text:link4 title" content="LINK 4"/>
  92. <meta name="text:link4 url" content="/"/>
  93. <meta name="text:link5 title" content="LINK 5"/>
  94. <meta name="text:link5 url" content="/"/>
  95. <meta name="text:link6 title" content="LINK 6"/>
  96. <meta name="text:link6 url" content="/"/>
  97.  
  98. <meta name="if:All Caps" content="0"/>
  99. <meta name="if:Monochrome" content="1" />
  100.  
  101.  
  102. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,900' rel='stylesheet' type='text/css'>
  103. <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
  104.  
  105. <style type="text/css">
  106.  
  107.  
  108. /*
  109.  
  110. CONTENTS
  111.  
  112. :general
  113. :pagination
  114. :titles
  115. :sidebars
  116. :posts
  117. :asks, audio, and chat
  118. :permalinks
  119. :links
  120. :misc
  121.  
  122. * ctrl + f to search (include ":")
  123.  
  124. */
  125.  
  126.  
  127.  
  128. /* :general */
  129.  
  130. body {
  131.     background: {color:background};
  132.     font-family: calibri, sans-serif;
  133.     font-size: 11px;
  134.     {block:ifAllCaps}
  135.     text-transform:uppercase;
  136.     {/block:ifAllCaps}
  137.     letter-spacing:2px;
  138.     color: {color:text};
  139.     text-align: justify;
  140.     background-image: url('{image:background}');
  141.     font-family: 'Oxygen', calibri, sans-serif;
  142.     border:none;
  143. }
  144.  
  145. body, a {  cursor: crosshair; }
  146.  
  147. a {
  148.     color: {color:link};
  149.     text-decoration: none;
  150. }
  151.  
  152. a:hover {  
  153.     cursor:crosshair;
  154.     text-decoration:underline;
  155. }
  156.  
  157. ul { list-style-type: square; }
  158.  
  159. blockquote {
  160.     padding-left:5px;
  161.     border-left:1px solid;
  162.     color: {color:blockquote};
  163. }
  164.  
  165. strong, b { color: {color:bold}; }
  166.  
  167. em, i { color: {color:italics}; }
  168.  
  169. img { max-width:100%; }
  170.  
  171. /* :pagniation */
  172.  
  173. .prev {
  174.     color:{color:text};
  175.     margin-left: 435px;
  176.     position:fixed;
  177.     margin-top:50px;
  178.     padding-right:10px;
  179.     opacity:.8;
  180.     font-weight:bold;
  181.     font-size: 8px;
  182.     z-index:9999;
  183.     text-align:left;
  184. }
  185.  
  186. .next {
  187.     color:{color:text};
  188.     margin-left: 475px;
  189.     position:fixed;
  190.     margin-top:50px;
  191.     opacity:.8;
  192.     font-weight:bold;
  193.     font-size: 8px;
  194.     z-index:9999;
  195.     text-align:left;
  196. }
  197.  
  198. .prev a, .next a { color:{color:text}; }
  199.  
  200. #pagination {
  201.     background-color:{color:nav hover};
  202.     color:{color:nav text hover};
  203.     height:15px;
  204.     width:225px;
  205.     margin-left: 666px;
  206.     position:fixed;
  207.     margin-top:450px;
  208.     text-align:center;
  209.     transition:1s;
  210. }
  211.  
  212. #pagination a { color:{color:nav text hover}; }
  213.  
  214.  
  215. #pagination a:hover {
  216.     background-color: rgba(0,0,0,0);
  217.     font-style:normal;
  218. }
  219.  
  220.  
  221. /* :titles */
  222.  
  223. #title {
  224.     text-transform:uppercase;
  225.     z-index: 99999;
  226.     position: fixed;
  227.     margin-top: 55px;
  228.     margin-left:-120px;
  229.     font-size: 30px;
  230.     text-align:left;
  231.     color: {color:background};
  232.     background-color:{color:posts};
  233.     border-radius:2px;
  234.     max-width:600px;
  235.     height:32px;
  236.     font-family: sans-serif;
  237.     font-weight:700;
  238.     padding:1px;
  239. }
  240.  
  241.  
  242.  
  243. /* :sidebars */
  244.  
  245. #description {
  246.     position: relative;
  247.     margin: 0px;
  248.     padding: 10px;
  249.     width: 200px;
  250.     text-align: justify;
  251.     font-family: 'Inconsolata', ;
  252. }
  253.  
  254. #sidebar {
  255.     position: fixed;
  256.     margin-left:1000px;
  257.     margin-top: 200px;
  258.     width: 22px;
  259.     padding: 10px;
  260.     border: none;
  261.     background-color: {color:sidebar};
  262.     opacity: .8;
  263.     overflow-y:hidden;
  264.     overflow-x:hidden;
  265. }
  266.  
  267. #side {
  268.     position:left;
  269.     width:auto;
  270.     height:auto;
  271.    
  272. }
  273.  
  274.  
  275. #sidebar{
  276.     position:fixed;
  277.     margin-top:20px;
  278.     margin-left:665px;
  279.     width:200px;
  280.     padding:10px;
  281.     text-align:center;
  282.     border:1px solid {color:sidebar};
  283.     background-color: rgba(0,0,0,0);
  284.     overflow-y:hidden;
  285.     overflow-x:hidden;
  286.    
  287. }
  288.  
  289. #sidebarimga img{
  290.     width:200px;
  291.     height:200px;
  292.     text-align:center;
  293.     border-radius:5px;
  294.     transition:1s;
  295.     z-index:5;
  296.    
  297.    
  298. }
  299. #sidebarimga img:hover {
  300.     opacity:.1;
  301.     transition:1s;
  302. }
  303. #desc {
  304.     z-index:3;
  305.     width:190px;
  306.     height:190px;
  307.     border-radius:5px;
  308.     margin-left:676px;
  309.     margin-top:31px;
  310.     background-color:{color:sidebar};
  311.     color:{color:background};
  312.     position:fixed;
  313.     padding:5px;
  314.     text-align:justify;
  315.     word-wrap: break-word;
  316.     overflow-y:scroll;
  317.     opacity:0;
  318.     -moz-transition: all .5s ease-in-out;
  319.     -o-transition: all .5s ease-in-out;
  320.     -ms-transition: all .5s ease-in-out;
  321.     transition: all .5s ease-in-out;
  322.     text-transform:uppercase;
  323.    
  324. }
  325.  
  326. #desc:hover {
  327.     opacity:.9;
  328.     -moz-transition: all .5s ease-in-out;
  329.     -o-transition: all .5s ease-in-out;
  330.     -ms-transition: all .5s ease-in-out;
  331.     transition: all .5s ease-in-out;
  332. }
  333.  
  334. #sideb img {
  335.    position:relative;
  336.  
  337. }
  338.  
  339. /* :posts */
  340.  
  341. #around { width: 20px; }
  342.  
  343. #container {
  344.     margin-left:auto;
  345.     margin-right:auto;
  346.     width: 500px;
  347. }
  348.  
  349. .entry {
  350.     margin-top:100px;
  351.     margin-left: -200px;
  352.     float:left;
  353.     position: relative;
  354.     width:250px;
  355.     padding: 5px;
  356.     margin-bottom:20px;
  357.     background-color: {color:background};
  358.     word-wrap: break-word;
  359.     opacity:1;
  360.     transition: 2s;
  361.     z-index:99;
  362. }
  363.  
  364. .entry img:hover {
  365.     background-color: rgba(0,0,0,0);
  366. }
  367.  
  368. .left {
  369.     float:left;
  370.     margin-right:20px;
  371.     width:802px;
  372. }
  373.  
  374. #posts{
  375.     float:left;
  376.     margin-left:-200px;
  377.     margin-top:70px;
  378.     width:900px;
  379.     height:500px;
  380.     padding:10px;
  381.     position:fixed;
  382.     border-radius:0px;
  383.     opacity:1;
  384.     background-color: {color:background} ;
  385.     border:1px solid {color:posts};
  386.     border-image:url() 30 30 round;
  387.     overflow-x:hidden;
  388.     overflow-y: scroll;
  389.     z-index:9999;
  390. }
  391.  
  392.  
  393. .title {
  394.     font-size:20px;
  395.     line-height:22px;
  396.     color:{color:posts};
  397.     text-align:left;
  398.     text-transform:uppercase;
  399.     font-family: 'Oxygen', calibri, cursive;
  400.     padding:3.5px;
  401.     -moz-transition: all 0.5s linear;
  402.     -o-transition: all 0.5s linear;
  403.     -ms-transition: all 0.5s linear;
  404.     transition: all 0.5s linear;
  405. }
  406.  
  407. .title:hover {
  408.     color:{color:text};
  409.     cursor:help;
  410.     -moz-transition: all 0.5s linear;
  411.     -o-transition: all 0.5s linear;
  412.     -ms-transition: all 0.5s linear;
  413.     transition: all 0.5s linear;
  414.     text-decoration:none;
  415. }
  416.  
  417. .entry {
  418.     padding:5px;
  419.     margin:2px;
  420.     margin-top:30px;
  421.     margin-bottom:12px;
  422.     margin-left:130px;
  423.     width:400px;
  424.     border-radius:0px;
  425.     padding:5px;
  426.     background:rgba(255,255,255,.2)
  427.     text-align: justify;
  428.     z-index:99;
  429. }
  430.  
  431. #info {
  432.     margin-top:-10px;
  433.     opacity:0;
  434.     -moz-transition: all 0.5s ease-in-out;
  435.     -o-transition: all 0.5s ease-in-out;
  436.     -ms-transition: all 0.5s ease-in-out;
  437.     transition: all 0.5s ease-in-out;
  438. }
  439.  
  440. .entry:hover #info {
  441.     margin-top:10px;
  442.     opacity:1;
  443.     -moz-transition: all 0.5s ease-in-out;
  444.     -o-transition: all 0.5s ease-in-out;
  445.     -ms-transition: all 0.5s ease-in-out;
  446.     transition: all 0.5s ease-in-out;
  447. }
  448.  
  449. #info a:hover {
  450.     font-style:normal;
  451.     text-decoration:none;
  452.     cursor:help;
  453. }
  454.  
  455. /* :asks, audio, and chat */
  456.  
  457. #musicplayer { padding-top:15px; }
  458.  
  459.  
  460. .line {
  461.     border-bottom: 1px solid {color:nav};
  462.     background-color: {color:background};
  463. }
  464.  
  465. .odd .line {
  466.     padding: 5px 5px;
  467.     color:{color:odd chat};
  468.    
  469. }
  470. .even .line {
  471.     padding: 5px 5px;
  472.     color:{color:even chat};
  473.    
  474. }
  475.  
  476. #musicc {
  477.     margin-left: 190px;
  478.     margin-top:415px;
  479.     position:fixed;
  480.     opacity:.8;
  481.     z-index:9999;
  482.    
  483. }
  484.  
  485. .album {
  486.     position:absolute;
  487.     width:100px;
  488.     height:100px;
  489.    
  490. }
  491. .album img {
  492.     width:100px;
  493.     height:100px;
  494.     z-index:1;
  495.    
  496. }
  497. .audio {
  498.     display:block;
  499.     position:absolute;
  500.     width:30px;
  501.     height:30px;
  502.    
  503. }
  504. .play {
  505.     width:27px;
  506.     height:80px;
  507.     opacity:.5;
  508.     padding-top:40px;
  509.     padding-left:35px;
  510.     overflow:hidden;
  511.    
  512. }
  513. .cap {
  514.     height:100px;
  515.    
  516. }
  517. .capp {
  518.     margin-left:110px;
  519.     width:250px;
  520.     text-align:left;
  521.    
  522. }
  523.  
  524. .bubble {
  525.     position:relative;
  526.     margin:0px 0px 0px 0px;
  527.     text-align:left;
  528.     padding:10px;
  529.     color:{color:text};
  530.     min-height:29px;
  531.     text-align:justify;
  532.     border:1px solid {color:nav};
  533.     opacity:.7;
  534.     border-radius:0px;
  535.     double {color:nav};
  536.    
  537. }
  538. .bubble p {
  539.     margin:1px 0px;
  540.    
  541. }
  542.  
  543. /* :permalinks */
  544.  
  545.  
  546. #permalink {
  547.     text-align: center;
  548.     position: relative;
  549.     margin-top: 5px;
  550.     padding-top: 5px;
  551. }
  552.  
  553. #permalink #notecontainer ol.notes {
  554.       list-style-type: none;
  555.       text-align:left;
  556.       padding: 0;
  557.       margin-top:100;
  558. }
  559.  
  560. #permalink #notecontainer img.avatar {
  561.       margin-right: 10px;
  562.       width: 16px;
  563.       height: 16px;
  564. }
  565.  
  566. .permatext {
  567.     display:block;
  568.     line-height:15px;
  569.     text-align:center;
  570.    
  571. }
  572.  
  573. /* :links */
  574.  
  575. #home, #ask, #past, #sub, #yi, #er, #san, #si, #wu, #theme {
  576.     border:1px solid {color:nav};
  577.     color:{color:nav text};
  578.     height:15px;
  579.     width:225px;
  580.     margin-left: 665px;
  581.     position:fixed;
  582.     text-align:center;
  583.     -moz-transition: all .5s ease-in-out;
  584.     -o-transition: all .5s ease-in-out;
  585.     -ms-transition: all .5s ease-in-out;
  586.     transition: all .5s ease-in-out;
  587.     z-index:200;
  588. }
  589.  
  590. #home:hover, #ask:hover, #past:hover, #sub:hover, #yi:hover, #er:hover, #san:hover, #si:hover, #wu:hover, #theme:hover {
  591.     background-color:{color:nav hover};
  592.     color:{color:nav text hover};
  593.     -moz-transition: all .5s ease-in-out;
  594.     -o-transition: all .5s ease-in-out;
  595.     -ms-transition: all .5s ease-in-out;
  596.     transition: all .5s ease-in-out;
  597. }
  598.  
  599. #home { margin-top:250px; }
  600.  
  601. #ask { margin-top:270px; }
  602.  
  603. #past { margin-top:290px; }
  604.  
  605. #sub { margin-top:310px; }
  606.  
  607. #yi { margin-top:330px; }
  608.  
  609. #er { margin-top:350px; }
  610.  
  611. #san { margin-top:370px; }
  612.  
  613. #si { margin-top:390px; }
  614.  
  615. #wu { margin-top:410px; }
  616.  
  617. #theme { margin-top:430px; }
  618.  
  619.  
  620. /* :misc */
  621.  
  622. #sideb img {
  623.    position:relative;
  624.  
  625. }
  626.  
  627. #sideb {
  628.     z-index:99999;
  629.     position:fixed;
  630. }
  631. #sideb img {
  632.    position:relative;
  633. }
  634.  
  635. #s-m-t-tooltip {
  636.     display: block;
  637.     background: {color:tooltip};
  638.     font-size: 10px;
  639.     text-transform: uppercase;
  640.     color: {color:tooltip text};
  641.     text-align: center;
  642.     font-family:  calibri, sans-serif;
  643.     letter-spacing: 0px;
  644.     margin-left: 18px;
  645.     padding: 1px 2px;
  646.     min-width: 30px;
  647.     max-width: 200px;
  648.     z-index: 99999999999;
  649.    
  650. }
  651.  
  652. ::selection {
  653.     background-color:{color:selection};
  654.     color:{color:selection text};
  655. }
  656.  
  657. ::-webkit-scrollbar { width: 7px; }
  658. ::-webkit-scrollbar-track-piece { background-color:rgba(0,0,0,0); }
  659. ::-webkit-scrollbar-thumb:vertical {
  660.     width: 10px;
  661.     background-color: {color:scroll};
  662.     border: 3px solid {color:background};
  663. }
  664.  
  665. ::-webkit-scrollbar-thumb{
  666. background-color:{color:scroll};}
  667.  
  668. #side {
  669.     position:left;
  670.     width:auto;
  671.     height:auto;
  672. }
  673.  
  674. {block:ifMonochrome}
  675.  
  676. .mono{
  677.     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  678.     filter: gray;
  679.     -webkit-filter: grayscale(100%);
  680.     -webkit-transition: all 0.7s linear;
  681.     -moz-transition: all 0.7s linear;
  682.     -o-transition: all 0.7s linear;
  683. }
  684.  
  685.  
  686. .mono:hover{
  687.     filter: none;
  688.     -webkit-filter: grayscale(0%);  
  689. }
  690.  
  691. {/block:ifMonochrome}
  692.  
  693. #thing {
  694.     width: 100%;
  695.     height:100%;
  696.     position:fixed;
  697.     z-index:1;
  698. }
  699.  
  700.  
  701.    
  702. </style>
  703.  
  704. </head>
  705.  
  706. <body>
  707.  
  708.  
  709. <div id="container">
  710.  
  711. <!-- :titles -->
  712.  
  713.     <div id="title">{Title}</div>
  714. <!-- :posts -->
  715.  
  716.     <div class="left">
  717.         <div id="posts">
  718. <!-- :sidebars -->
  719.             <div id="desc">
  720.                 {Description}
  721.             </div> <!-- /div desc -->
  722.            
  723.             <div id="sidebar">
  724.                 <div id="sidebarimga"><img src= "{image:sidebar}" /></div>
  725.             </div> <!-- /div sidebar -->
  726.            
  727. <!-- :links -->
  728.             <a href="/"><div id="home">INDEX</div></a>
  729.             <a href="/ask"><div id="ask">MESSAGE</div></a>
  730.             <a href="/archive"><div id="past">PAST</div></a>
  731.             <a href="/submit"><div id="sub">SUBMIT</div></a>
  732.             <a style="text-transform:uppercase;" href="{text:link1 url}"><div id="yi">{text:link1 title}</div></a>
  733.             <a style="text-transform:uppercase;" href="{text:link2 url}"><div id="er">{text:link2 title}</div></a>
  734.             <a style="text-transform:uppercase;" href="{text:link3 url}"><div id="san">{text:link3 title}</div></a>
  735.             <a style="text-transform:uppercase;" href="{text:link4 url}"><div id="si">{text:link4 title}</div></a>
  736.             <a style="text-transform:uppercase;" href="{text:link5 url}"><div id="wu">{text:link5 title}</div></a>
  737.             <a href="http://sanyoucity.tumblr.com/"><div id="theme">THEME</div></a>
  738. <!-- pagination -->
  739.              
  740.             <div id="pagination">
  741.                   {block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}
  742.                   {block:NextPage}/ <a href="{NextPage}"></a>{/block:NextPage}
  743.             </div> <!-- /div pagination -->
  744.  
  745.            
  746.             <div class="scroll">
  747. <!-- :posts -->        
  748.             {block:Posts}
  749.            
  750.             <div class="entry">
  751.  
  752.                 <!-- post types -->
  753.                 {block:Answer}
  754.                 <div class="bubble"><span></span><b>{Asker} inquired:</b> {Question}</div><br/>{Answer}
  755.                 {/block:Answer}
  756.                
  757.                 {block:Text}
  758.                 {block:Title}<a style="text-align:left" href="{Permalink}"class="title" >{Title}</a>{/block:Title}
  759.                 {Body}
  760.                 {/block:Text}
  761.                
  762.                 {block:Link}
  763.                 <a href="{URL}" class="title">{Name}</a>
  764.                 {block:Description}{Description}{/block:Description}
  765.                 {block:Link}
  766.                
  767.                 {block:Photo}
  768.                 {LinkOpenTag}
  769.                 <div class="mono">
  770.                 <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%">
  771.                 </div>
  772.                 {LinkCloseTag}
  773.                 {/block:Photo}
  774.                
  775.                 {block:Photoset}
  776.                 <div class="mono">
  777.                 <center>{Photoset-400}</center>
  778.                 </div>
  779.                 {/block:Photoset}
  780.                
  781.                 {block:Quote}
  782.                 <a class="title" href="{Permalink}">"{Quote}"</a><br>
  783.                 <div align="right">{block:Source}- {Source}{/block:Source}</div>
  784.                 {/block:Quote}
  785.                
  786.                 {block:Chat}
  787.                 {block:Title}<a href="{Permalink}"class="title">{Title}</a>{/block:Title}<br><br>
  788.                 <div class="text">
  789.                 {block:Lines}<div class="{Alt}">
  790.                 <div class="line">{block:Label}<span>{Label}</span>{/block:Label} {Line}<br /></div></div>
  791.                 {/block:Lines}
  792.                 </div>
  793.                 {/block:Chat}
  794.                
  795.                 {block:Audio}
  796.                 {block:AlbumArt}
  797.                 <div class="album"><div class="mono"><img src="{AlbumArtURL}"></div></div>
  798.                 {/block:AlbumArt}
  799.                 <div class="audio"><div class="play">{AudioPlayerBlack}</div></div>
  800.                 <div class="cap"><div class="capp">{block:TrackName}<b><font size="2">{TrackName}</font></b>{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div></div>
  801.                 {/block:Audio}
  802.                
  803.                 {block:Video}
  804.                 <div class="mono">
  805.                 <center>{Video-400}</center>
  806.                 </div>
  807.                 {block:Video}
  808.                 <!-- post types end -->
  809.  
  810. <!-- :permalinks -->
  811.                 {block:IndexPage}
  812.                
  813.                 {block:Date}
  814.                
  815.                 <div id="info">
  816.                     <div id="date">
  817.                    
  818.                     <a href="{ReblogURL}"
  819.                    title="reblog?"
  820.                    target=_blank
  821.                    class=details
  822.                    style="
  823.                        padding:2px 5px;
  824.                        background:{color:reblog};
  825.                        color:{color:background};">REBLOG</a>&nbsp;
  826.                    <!-- <img src="{image:perm sprite}"> -->
  827.                     <a href="{Permalink}" style="
  828.                        padding:2px 5px;
  829.                        background:{color:date};
  830.                        color:{color:background};
  831.                        text-transform:uppercase;">
  832.                     {ShortMonth}-{DayOfMonthWithZero}</a>&nbsp;
  833.                     <a href="{Permalink}"
  834.                    style="
  835.                        padding:2px 5px;
  836.                        background:{color:time};
  837.                        color:{color:background};">
  838.                     {12Hour}:{Minutes}  {CapitalAmPm}
  839.                        
  840.                     </a>&nbsp;
  841.                    
  842.                     {block:NoteCount}<a href="{Permalink}"
  843.                    style="
  844.                        padding:2px 5px;
  845.                        background:{color:notes};
  846.                        color:{color:background};
  847.                        text-transform:uppercase;">
  848.                         {notecount}% </a>{/block:NoteCount} &nbsp;
  849.                    
  850.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"
  851.                    style="
  852.                        padding:2px 5px;
  853.                        background:{color:via};
  854.                        color:{color:background};">VIA</a>{/block:RebloggedFrom}&nbsp;
  855.                     {block:RebloggedFrom}
  856.                     <a href="{ReblogRootURL}" title="{ReblogRootName}"
  857.                     style="
  858.                        padding:2px 5px;
  859.                        background:{color:ori};
  860.                        color:{color:background};">ORI</a>
  861.                    {/block:RebloggedFrom}
  862.                        
  863.                         </div> <!-- /div date -->
  864.                        
  865.                     </div> <!-- /div info -->
  866.                 {/block:Date}
  867.                
  868.                
  869.                 {block:IndexPage}
  870.                
  871.                 {block:PermalinkPage}
  872.                
  873.                 {block:Caption}{Caption}{/block:Caption}<br>
  874.                
  875.                 {block:Date}
  876.                
  877.                 <div id="info">
  878.                     <div id="date">
  879.                    
  880.                     <a href="{ReblogURL}"
  881.                    title="reblog?"
  882.                    target=_blank
  883.                    class=details
  884.                    style="
  885.                        padding:2px 5px;
  886.                        background:{color:reblog};
  887.                        color:{color:background};">REBLOG</a>&nbsp;
  888.                    <!-- <img src="{image:perm sprite}"> -->
  889.                     <a href="{Permalink}" style="
  890.                        padding:2px 5px;
  891.                        background:{color:date};
  892.                        color:{color:background};
  893.                        text-transform:uppercase;">
  894.                     {ShortMonth}-{DayOfMonthWithZero}</a>&nbsp;
  895.                     <a href="{Permalink}"
  896.                    style="
  897.                        padding:2px 5px;
  898.                        background:{color:time};
  899.                        color:{color:background};">
  900.                     {12Hour}:{Minutes}  {CapitalAmPm}
  901.                        
  902.                     </a>&nbsp;
  903.                    
  904.                     {block:NoteCount}<a href="{Permalink}"
  905.                    style="
  906.                        padding:2px 5px;
  907.                        background:{color:notes};
  908.                        color:{color:background};
  909.                        text-transform:uppercase;">
  910.                         {notecount}% </a>{/block:NoteCount} &nbsp;
  911.                    
  912.                     {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"
  913.                    style="
  914.                        padding:2px 5px;
  915.                        background:{color:via};
  916.                        color:{color:background};">VIA</a>{/block:RebloggedFrom}&nbsp;
  917.                     {block:RebloggedFrom}
  918.                     <a href="{ReblogRootURL}" title="{ReblogRootName}"
  919.                     style="
  920.                        padding:2px 5px;
  921.                        background:{color:ori};
  922.                        color:{color:background};">ORI</a>
  923.                    {/block:RebloggedFrom}
  924.                        
  925.                    
  926.                        
  927.                         </div> <!-- /div date -->
  928.                        
  929.                     </div> <!-- /div info -->
  930.                 {/block:Date}
  931.                 <br>
  932.                
  933.                 {block:HasTags}
  934.                 <span style="
  935.                    background-color:{color:notes};
  936.                    color:{color:background};
  937.                    padding:2px 5px;" >FILED UNDER:</span>
  938.        
  939.                 {block:Tags}#<a href="{TagURL}">{Tag}</a>  {/block:Tags}<br><br>
  940.                 {/block:hasTags}
  941.                
  942.                
  943.                
  944.                 {/block:PermalinkPage}
  945.                
  946.                 {block:PostNotes}{PostNotes}{/block:PostNotes}
  947.                    
  948.             </div> <!-- /div entry -->
  949.                
  950.                
  951.                
  952.                 {/block:Posts}
  953.                    
  954.         </div> <!-- /div scroll -->
  955.            
  956.         </div></div></div></div> <!--- i honestly have no idea what the fuck these end divs are for but im not gonna mess with them because im scared -->
  957.                
  958.                 <div id="thing"></div>
  959.                  
  960.                 </body>
  961.  
  962.  
  963. </div></div></div></div></div></div></div></div> <!-- or these -->
  964.    
  965.         </div> <!-- /div posts -->
  966.    
  967.     </div> <!-- /div left -->
  968.    
  969. </div> <!-- /div container -->
  970.  
  971.  
  972.  
  973. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement