Advertisement
idoitbrilliantly

Brilliant Theme

Mar 4th, 2014
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 52.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.     <!--
  7.     CREDITS (please do not remove this text)
  8.    
  9.     Theme by idoitbrilliantly
  10.         http://idoitbrilliantly.tumblr.com
  11.         CC BY-NC-SA 4.0
  12.             Go to CreativeCommons.org for more info.
  13.     Icons: Gentleface
  14.         http://www.designyourway.net/drb/free-wireframe-toolbar-icons-for-gui-designers/
  15.         CC BY-NC-ND 3.0
  16.             Go to CreativeCommons.org for more info.
  17.     Social Media icons: Simple Icons
  18.         http://simpleicons.org/
  19.         Free Art License 1.3
  20.             Go to http://artlibre.org/licence/lal/en for more info.
  21.     Fonts: Google Fonts
  22.         https://www.google.com/fonts
  23.             Visit the site to choose your favourite font and add it to the theme by replacing the default fonts in the customization menu.
  24.         CC BY 3.0
  25.             Go to CreativeCommons.org for more info.
  26.     Normalize CSS: v3.0.1 by Necolas on GitHub
  27.         http://necolas.github.io/normalize.css/
  28.     -->
  29.    
  30.     <meta name="color:Background" content="#fefefe" />
  31.     <meta name="color:Header and Sidebar Background" content="#ffffff" />
  32.     <meta name="color:Post Background" content="#ffffff" />
  33.     <meta name="color:Header Text" content="#343434" />
  34.     <meta name="color:Header Highlight" content="#7caa41" />
  35.     <meta name="color:Sidebar Text" content="#343434" />
  36.     <meta name="color:Sidebar Links" content="#7caa41" />
  37.     <meta name="color:Post Text" content="#343434" />
  38.     <meta name="color:Post Links" content="#7caa41" />
  39.     <meta name="color:Tags and Metadata" content="#929292" />
  40.    
  41.     <meta name="if:Light Icons" content="0" />
  42.     <meta name="if:Group Blog" content="0" />
  43.     <meta name="if:Show Blogroll and Likes" content="0" />
  44.     <meta name="if:Sidebar Search" content="1" />
  45.    
  46.     <meta name="if:Show Email Contact Link" content="0" />
  47.     <meta name="if:Show Random Post Link" content="1" />
  48.     <meta name="if:Show Archive Link" content="1" />
  49.     <meta name="if:Show RSS Link" content="0" />
  50.    
  51.     <meta name="image:Background" content="" />
  52.     <meta name="image:Sidebar Image" content="" />
  53.     <meta name="image:Header and Sidebar Background" content="" />
  54.     <meta name="image:Post Background" content="" />
  55.  
  56.     <meta name="text:Title Font" content="Oswald" />
  57.     <meta name="text:Text Font" content="Open Sans" />
  58.    
  59.     <meta name="text:Email Address" content="" />
  60.     <meta name="if:Enable Disqus" content="0" />
  61.     <meta name="text:Disqus Shortname" content="" />
  62.     <meta name="text:Google Analytics ID" content="" />
  63.     <meta name="text:Facebook Link" content="" />
  64.     <meta name="text:Twitter Handle" content="" />
  65.     <meta name="text:Googleplus Link" content="" />
  66.     <meta name="text:Instagram Handle" content="" />
  67.     <meta name="text:Vine Link" content="" />
  68.     <meta name="text:Flickr Link" content="" />
  69.     <meta name="text:Youtube Handle" content="" />
  70.     <meta name="text:Vimeo Handle" content="" />
  71.     <meta name="text:Deviantart Handle" content="" />
  72.     <meta name="text:AO3 Link" content="" />
  73.     <meta name="text:Livejournal Handle" content="" />
  74.     <meta name="text:Wordpress Link" content="" />
  75.     <meta name="text:8tracks Handle" content="" />
  76.     <meta name="text:Soundcloud Handle" content="" />
  77.     <meta name="text:Lastfm Handle" content="" />
  78.     <meta name="text:Steam Handle" content="" />
  79.     <meta name="text:Goodreads Link" content="" />
  80.     <meta name="text:Amazon Wishlist Link" content="" />
  81.  
  82.     <!--Base-->
  83.  
  84.     {block:Description}
  85.         <meta name="description" content="{MetaDescription}" />
  86.     {/block:Description}
  87.  
  88.     <meta charset="utf-8">
  89.  
  90.     <link href='http://fonts.googleapis.com/css?family={text:Title Font}|{text:Text Font}:400,600,300' rel='stylesheet' type='text/css'>
  91.  
  92.     <title>
  93.         {block:TagPage}
  94.             {lang:Posts tagged Tag} -
  95.         {/block:TagPage}
  96.        
  97.         {block:SearchPage}
  98.             {lang:Search results for SearchQuery} -
  99.         {/block:SearchPage}
  100.    
  101.         {block:PostSummary}
  102.             {PostSummary} -
  103.         {/block:PostSummary}{Title}
  104.     </title>
  105.    
  106.     <link rel="shortcut icon" href="{Favicon}">
  107.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  108.     <link href="http://static.tumblr.com/ifpvyzm/BlAn726vu/normalize.css" rel="stylesheet" type="text/css" />
  109.     <style type="text/css">
  110.  
  111.     /*Basic styles*/
  112.  
  113.     body {
  114.         background: {color:Background} url('{image:Background}');
  115.         background-attachment: fixed;
  116.         color: {color:Body text};
  117.         font-family: '{text:Text Font}', sans-serif;
  118.         font-weight: 300;
  119.         font-size: 0.9em;
  120.         }
  121.    
  122.     a {
  123.         color: {color:Post Links};
  124.         text-decoration: none;
  125.         }
  126.    
  127.     a:hover {
  128.         color: {color:Tags and Metadata};
  129.         }
  130.  
  131.     h1 {
  132.         font-family: '{text:Title Font}', cursive;
  133.         font-size: 1.5em;
  134.         text-transform: capitalize;
  135.         }
  136.    
  137.     h2 {
  138.         font-family: '{text:Title Font}', cursive;
  139.         font-size: 1.25em;
  140.         text-transform: capitalize;
  141.         }
  142.    
  143.     h3 {
  144.         font-family: '{text:Title Font}', cursive;
  145.         font-size: 1em;
  146.         text-transform: capitalize;
  147.         }    
  148.    
  149.     iframe, img, embed, object, video {
  150.         max-width: 100%;
  151.         }
  152.    
  153.     /*Header*/
  154.    
  155.     #header {
  156.         position: fixed;
  157.         z-index: 1;
  158.         top: 0px;
  159.         background: {color:Header and Sidebar Background} url('{image:Header and Sidebar Background}');
  160.         padding: 0;
  161.         width: 100%;
  162.         height: 2.3em;
  163.         font-family: '{text:Title Font}', cursive;
  164.         color: {color:Header Text};
  165.         text-transform: capitalize;
  166.         border-bottom: 3px solid {color:Header Highlight};
  167.         }
  168.        
  169.     #header a {
  170.         text-align: center;
  171.         }
  172.    
  173.     #header a:hover {
  174.         text-decoration: none;
  175.         }
  176.    
  177.     .headerpagination {
  178.         float: left;
  179.         font-weight: 400;
  180.         font-size: 1.25em;
  181.         height: 1.5em;
  182.         text-decoration: none;
  183.         text-align: center;
  184.         color: {color:Header Text};
  185.         padding: 0.2em 0.6em;
  186.         }
  187.    
  188.     #pages {
  189.         font-weight: 400;
  190.         font-size: 1.25em;
  191.         }
  192.    
  193.     #pages a {
  194.         float: left;
  195.         width: 6em;
  196.         height: 1.5em;
  197.         text-decoration: none;
  198.         color: {color:Header Text};
  199.         padding: 0.2em 0.6em;
  200.         }
  201.    
  202.     #pages a:hover {
  203.         color: {color:Header Text};;
  204.         background-color: {color:Header Highlight};
  205.         }
  206.    
  207.     #pages ul {
  208.         width: 100%;
  209.         padding: 0;
  210.         margin: 0;
  211.         list-style-type: none;
  212.         }
  213.    
  214.     #icons {
  215.         font-size: 1.25em;
  216.         }
  217.    
  218.     #icons a {
  219.         float: left;
  220.         width: 1.5em;
  221.         height: 1.5em;
  222.         text-decoration: none;
  223.         padding: 0.2em;
  224.         }
  225.    
  226.     #icons a:hover {
  227.         background-color: {color:Header Highlight};
  228.         }
  229.    
  230.     #icons ul {
  231.         width: 100%;
  232.         padding: 0;
  233.         margin: 0;
  234.         list-style-type: none;
  235.         }
  236.        
  237.     .headerpaginationtext {
  238.         float: left;
  239.         height: 1.5em;
  240.         text-decoration: none;
  241.         text-align: center;
  242.         font-weight: 400;
  243.         font-size: 1.25em;
  244.         color: {color:Tags and Metadata};
  245.         padding: 0.2em 0.6em;
  246.         }    
  247.    
  248.     /*Sidebar*/
  249.    
  250.     #sidebarshort {
  251.         position: fixed;
  252.         top: 4.5em;
  253.         left: 0px;
  254.         background: {color:Header and Sidebar Background} url('{image:Header and Sidebar Background}');
  255.         padding: 15px;
  256.         color: {color:Sidebar Text};
  257.         width: 250px;
  258.         height: 85%;
  259.         float: left;
  260.         font-family: '{text:Title Font}', cursive;
  261.         }
  262.        
  263.     #sidebarshort a {
  264.         color: {color:Sidebar Links};
  265.         text-transform: capitalize;
  266.         }
  267.    
  268.     #sidebarshort a:hover {
  269.         color: {color:Tags and Metadata};
  270.         text-decoration: none;
  271.         }
  272.    
  273.     #sidebarlong {
  274.         float: left;
  275.         background: {color:Header and Sidebar Background} url('{image:Header and Sidebar Background}');
  276.         padding: 15px;
  277.         color: {color:Sidebar Text};
  278.         width: 250px;
  279.         font-family: '{text:Title Font}', cursive;
  280.         }
  281.        
  282.     #sidebarlong a {
  283.         color: {color:Sidebar Links};
  284.         }
  285.    
  286.     #sidebarlong a:hover {
  287.         color: {color:Tags and Metadata};
  288.         text-decoration: none;
  289.         }
  290.    
  291.     .copyright {
  292.         font-size: 0.8em;
  293.         color: {color:Tags and Metadata};
  294.         text-align: center;
  295.         text-transform: capitalize;
  296.         }
  297.    
  298.     .sidebarimage {
  299.         margin-top: 15px;
  300.         max-width: 100%;
  301.         }
  302.        
  303.     nav li {
  304.         display: inline;
  305.         }
  306.  
  307.     nav ul {
  308.         list-style: none;
  309.         list-style-image: none;
  310.         padding: 0;
  311.         margin: 0;
  312.         }
  313.    
  314.     .pagination, .permalinkpagination, .daypagination {
  315.         font-weight: 400;
  316.         font-size: 1.5em;
  317.         padding-top: 15px;
  318.         text-align: center;
  319.         }
  320.    
  321.     .pagenumbers, .previous, .next {
  322.         display: inline-block;
  323.         font-weight: 400;
  324.         font-size: 85%;
  325.         color: {color:Tags and Metadata};
  326.         }
  327.    
  328.     .searchresultsandtagpage {
  329.         padding-top: 30px;
  330.         font-family: '{text:Title Font}', cursive;
  331.         color: {color:Tags and Metadata};
  332.         font-size: 16px;
  333.         text-align: center;
  334.         text-transform: capitalize;
  335.         }
  336.    
  337.     #likes {
  338.         list-style: none;
  339.         list-style-image: none;
  340.         margin: 0;
  341.         padding: 0;
  342.        
  343.         }
  344.    
  345.     li.like_post {
  346.         width: 250px;
  347.         padding: 0;
  348.         float: left;
  349.         font-size: 0.8em;
  350.         }
  351.  
  352.     li.like_post img {
  353.         max-width: 100%;
  354.         }
  355.  
  356.     li.like_post blockquote {
  357.         margin: 0;
  358.         padding: 0 0 0 10px;
  359.         border-left: 1px solid {color:Tags and Metadata};
  360.         }
  361.  
  362.     li.like_post ol, li.like_post ul {
  363.         margin: 0 0 0 15px;
  364.         padding: 0;
  365.         }
  366.  
  367.     li.like_post .like_link a {
  368.         font-weight: 400;
  369.         }
  370.  
  371.     li.like_post .like_title {
  372.         font-weight: 400;
  373.         }
  374.  
  375.     li.like_post .post_info_bottom {
  376.         text-transform: lowercase;
  377.         margin: 10px 0px;
  378.         border-bottom: 1px dotted {color:Tags and Metadata};
  379.         display: block !important;
  380.         }
  381.    
  382.     .followed ul {
  383.         display: inline-block;
  384.         margin: 0;
  385.         padding: 0;
  386.         list-style: none;
  387.         width: 100%;
  388.         }
  389.        
  390.     .followed img {
  391.         display: block;
  392.         float: left;
  393.         }
  394.    
  395.     .searchbar {
  396.         font-family: '{text:Title Font}', cursive;
  397.         font-size: 0.8em;
  398.         text-align: center;
  399.         }
  400.    
  401.     /*Content area*/
  402.      
  403.     #content {
  404.         margin-top: 3.5em;
  405.         margin-left: 500px;
  406.         width: 570px;
  407.         padding: 15px;
  408.         }
  409.    
  410.     article {
  411.         margin: 0;
  412.         margin-bottom: 15px;
  413.         padding: 15px;
  414.         text-align: justify;
  415.         background: {color:Post background} url('{image:Post Background}');
  416.         overflow: hidden;
  417.         color: {color:Post text};
  418.         }
  419.    
  420.     /*Like and reblog buttons */
  421.        
  422.     .likeandreblogbuttons {
  423.         background: {color:Post background} url('{image:Post Background}');
  424.         display: block;
  425.         float: right;
  426.         height: 40px;
  427.         width: 24px;
  428.         margin-left: 15px;
  429.         padding: 2px 0px 2px 4px;
  430.         }
  431.    
  432.     .likeandreblogbuttons li {
  433.         list-style: none;
  434.         list-style-image: none;
  435.         }
  436.    
  437.     .likeandreblogbuttons li:hover {
  438.         opacity: 0.7;
  439.         }
  440.    
  441.     /*Post Types*/
  442.    
  443.     .text {
  444.         margin-top: -15px;
  445.         }
  446.    
  447.     .text .title {
  448.         font-family: '{text:Title Font}', cursive;
  449.         font-size: 1.25em;
  450.         text-transform: capitalize;
  451.         margin-top: 15px;
  452.         }
  453.    
  454.     .readmore a {
  455.         }
  456.    
  457.     blockquote {
  458.         padding-left: 2%;
  459.         padding-right: 2%;
  460.         margin-left: 2px;
  461.         border-left: 2px solid {color:Tags and Metadata};
  462.         width: 95%;
  463.         }
  464.    
  465.     .photo {
  466.         width: 100%;
  467.         margin-bottom: 5px;
  468.         }
  469.    
  470.     .photo .img {
  471.         text-align: center;
  472.         }
  473.    
  474.     .panorama {
  475.         }
  476.      
  477.     .photoset {
  478.         width: 100%;
  479.         margin-bottom: 5px;
  480.         }
  481.    
  482.     .quote .post-content {
  483.         font-size: 1em;
  484.         }
  485.    
  486.     .quote .post-source {
  487.         margin-top: 5px;
  488.         margin-bottom: 15px;
  489.         font-size: 0.8em;
  490.         }
  491.    
  492.     .link .title, .chat .title {
  493.         font-family: '{text:Title Font}', cursive;
  494.         font-size: 1.25em;
  495.         text-transform: capitalize;
  496.         }
  497.  
  498.     .chat span {
  499.         float: left;
  500.         margin-right: 1%;
  501.         list-style: none;
  502.         font-weight: 600;
  503.         }
  504.    
  505.     .chat ul {
  506.         list-style: none;
  507.         list-style-image: none;
  508.         margin: 0;
  509.         padding: 0;
  510.         }
  511.        
  512.     .askerportrait {
  513.         position: absolute;
  514.         margin-bottom: 40 px;
  515.         }
  516.    
  517.     .asker {
  518.         font-size: 0.75em;
  519.         text-transform: lowercase;
  520.         border-bottom: 1px dashed;
  521.         }
  522.    
  523.     .ask {
  524.         margin-left: 42px;
  525.         margin-top: -45px;
  526.         margin-bottom: 5px;
  527.         padding-left: 10px;
  528.         }
  529.    
  530.     .question {
  531.         font-size: 1em;
  532.         font-weight: 600;
  533.         margin-left: 52px;
  534.         margin-bottom: 15px;
  535.         }
  536.    
  537.     /*Tags*/
  538.    
  539.     #tags {
  540.         list-style: none;
  541.         list-style-image: none;
  542.         margin: 0;
  543.         padding: 0;
  544.         text-align: justify;
  545.         color: {color:Tags and Metadata};
  546.         }
  547.    
  548.     #tags a {
  549.         color: {color:Tags and Metadata};
  550.         }
  551.    
  552.     #tags a:hover {
  553.         color: {color:Post Links};
  554.         }
  555.        
  556.     #tags li {
  557.         display: inline;
  558.         text-transform: lowercase;
  559.         font-size: 0.75em;
  560.         margin-right: 1%;
  561.         }
  562.    
  563.     /*Metadata*/
  564.    
  565.     .metadata {
  566.         display: inline-block;
  567.         width: 100%;
  568.         border-top: 1px dotted {color:Tags and Metadata};
  569.         font-size: 0.75em;
  570.         text-align: left;
  571.         text-transform: lowercase;
  572.         color: {color:Tags and Metadata};
  573.         }
  574.    
  575.      .metadata a {
  576.         color: {color:Tags and Metadata};
  577.         }
  578.    
  579.     .metadata a:hover {
  580.         color: {color:Post links};
  581.         }
  582.        
  583.     .via {
  584.         display: inline-block;
  585.         }
  586.    
  587.     .source {
  588.         display: inline-block;
  589.         }
  590.        
  591.     .notecount {
  592.         }
  593.    
  594.     /*Notes displayed on permalink pages*/
  595.    
  596.     .details {
  597.         }
  598.    
  599.     .notes {
  600.         clear: both;
  601.         padding: 15px 5px;
  602.         text-align: left;
  603.         list-style: none;
  604.         }
  605.    
  606.     /*Custom CSS*/
  607.    
  608.     {CustomCSS}
  609.    
  610.     </style>
  611.    
  612. </head>
  613.    
  614. <body>
  615.    
  616.     <!--Header-->
  617.    
  618.     <header id="header">
  619.    
  620.     <!--Header Pagination (When Blogroll and Likes are activated)-->
  621.        
  622.         {block:IfShowBlogrollAndLikes}
  623.             <div class="headerpagination">
  624.            
  625.                 {block:Pagination}
  626.                
  627.                     {block:PreviousPage}
  628.                         <a href="{PreviousPage}">« </a>
  629.                     {/block:PreviousPage}
  630.                    
  631.                     {lang:CurrentPage of TotalPages}
  632.                    
  633.                     {block:NextPage}
  634.                         <a href="{NextPage}"> »</a>
  635.                     {/block:NextPage}
  636.                
  637.                 {/block:Pagination}
  638.        
  639.                 {block:PermalinkPagination}
  640.                    
  641.                     {block:NextPost}
  642.                         <a href="{NextPost}">« </a>
  643.                             {lang:Newer} -
  644.                     {/block:NextPost}
  645.                    
  646.                     {block:PreviousPost}
  647.                             - {lang:Older}
  648.                             <a href="{PreviousPost}"> »</a>
  649.                     {/block:PreviousPost}
  650.                    
  651.                 {/block:PermalinkPagination}
  652.                
  653.                 {block:DayPagination}
  654.  
  655.                     {block:PreviousDayPage}
  656.                         <a href="{PreviousDayPage}">« </a>
  657.  
  658.                         {DayOfMonth}. {ShortMonth} '{ShortYear} -
  659.  
  660.                    {/block:PreviousDayPage}
  661.            
  662.                    {block:NextDayPage}
  663.  
  664.                        - {DayOfMonth}. {ShortMonth} '{ShortYear}
  665.  
  666.                         <a href="{NextDayPage}"> »</a>
  667.                        
  668.                     {/block:NextDayPage}
  669.                    
  670.                 {/block:DayPagination}
  671.            
  672.             </div>
  673.         {/block:IfShowBlogrollAndLikes}
  674.  
  675.     <!--Avatar and Home Button-->
  676.    
  677.         <div id="icons">
  678.             <ul>
  679.            
  680.                 <li>
  681.                     <a href="/" title="{lang:home}"><img src="{PortraitURL-40}" alt="{lang:Home}"></a>
  682.                 </li>  
  683.                
  684.             </ul>
  685.         </div>
  686.  
  687.     <!--Custom Pages-->
  688.        
  689.         <div id="pages">
  690.             <ul>
  691.                
  692.                 {block:HasPages}
  693.                     {block:Pages}
  694.                         <li>
  695.                             <a href="{URL}" alt="{Label}" title="{Label}">{Label}</a>
  696.                         </li>
  697.                     {/block:Pages}
  698.                 {/block:HasPages}
  699.                
  700.             </ul>
  701.         </div>
  702.    
  703.     <!--Icons and Social Media-->
  704.    
  705.         <div id="icons">
  706.             <ul>
  707.        
  708.                 {block:AskEnabled}
  709.                     <li>
  710.                         <a href="/ask">
  711.                             {block:IfLightIcons}
  712.                                 <img src="http://static.tumblr.com/ifpvyzm/2arn24qm2/askwhite2.png" alt={AskLabel} title="{AskLabel}">
  713.                             {/block:IfLightIcons}
  714.                             {block:IfNotLightIcons}
  715.                                 <img src="http://static.tumblr.com/ifpvyzm/HLXn24p7d/askdark2.png" alt={AskLabel} title="{AskLabel}">
  716.                             {/block:IfNotLightIcons}
  717.                         </a>
  718.                     </li>
  719.                 {/block:AskEnabled}
  720.            
  721.                 {block:SubmissionsEnabled}
  722.                     <li>
  723.                         <a href="/submit">
  724.                             {block:IfLightIcons}
  725.                                 <img src="http://static.tumblr.com/ifpvyzm/Uwln24qmp/submitwhite2.png" alt={SubmitLabel} title="{SubmitLabel}">
  726.                             {/block:IfLightIcons}
  727.                             {block:IfNotLightIcons}
  728.                                 <img src="http://static.tumblr.com/ifpvyzm/FYyn24pi9/submitdark2.png" alt={SubmitLabel} title="{SubmitLabel}">
  729.                             {/block:IfNotLightIcons}
  730.                         </a>
  731.                     </li>
  732.                 {/block:SubmissionsEnabled}
  733.                
  734.                 {block:IfShowEmailContactLink}
  735.                         <li>
  736.                             <a href="mailto:{text:Email Address}">
  737.                                 {block:IfLightIcons}
  738.                                     <img src="http://static.tumblr.com/ifpvyzm/tCan24qnm/mailwhite2.png" alt={lang:Send me an email} title="{lang:Send me an email}">
  739.                                 {/block:IfLightIcons}
  740.                                 {block:IfNotLightIcons}
  741.                                     <img src="http://static.tumblr.com/ifpvyzm/E52n24pv9/maildark2.png" alt={lang:Send me an email} title="{lang:Send me an email}">
  742.                                 {/block:IfNotLightIcons}
  743.                             </a>
  744.                         </li>
  745.                 {/block:IfShowEmailContactLink}
  746.                
  747.                 {block:IfShowRandomPostLink}
  748.                     <li>
  749.                         <a href="/random">
  750.                             {block:IfLightIcons}
  751.                                 <img src="http://static.tumblr.com/ifpvyzm/0odn24qoe/randomwhite2.png" alt={lang:Random post} title="{lang:Random post}">
  752.                             {/block:IfLightIcons}
  753.                             {block:IfNotLightIcons}
  754.                                 <img src="http://static.tumblr.com/ifpvyzm/Ioln24ppe/randomdark2.png" alt={lang:Random post} title="{lang:Random post}">
  755.                             {/block:IfNotLightIcons}
  756.                         </a>
  757.                     </li>
  758.                 {/block:IfShowRandomPostLink}
  759.                
  760.                 {block:IfShowArchiveLink}
  761.                     <li>
  762.                         <a class="archives" href="/archive">
  763.                             {block:IfLightIcons}
  764.                                 <img src="http://static.tumblr.com/ifpvyzm/BCnn24qp7/archivewhite2.png" alt={lang:Archive} title="{lang:Browse the archive}">
  765.                             {/block:IfLightIcons}
  766.                             {block:IfNotLightIcons}
  767.                                 <img src="http://static.tumblr.com/ifpvyzm/gfen24pbq/archivedark2.png" alt={lang:Archive} title="{lang:Browse the archive}">
  768.                             {/block:IfNotLightIcons}
  769.                         </a>
  770.                     </li>
  771.                 {/block:IfShowArchiveLink}
  772.        
  773.                 {block:IfShowRSSLink}
  774.                     <li>
  775.                         <a href="{RSS}" target="_blank">
  776.                             {block:IfLightIcons}
  777.                                 <img src="http://static.tumblr.com/ifpvyzm/zr9n23720/rss-w.png" alt="{lang:Get the RSS}" title="{lang:Get the RSS}">
  778.                             {/block:IfLightIcons}
  779.                             {block:IfNotLightIcons}
  780.                                 <img src="http://static.tumblr.com/ifpvyzm/YDRn24685/rss-32-black.png" alt="{lang:Get the RSS}" title="{lang:Get the RSS}">
  781.                             {/block:IfNotLightIcons}
  782.                         </a>
  783.                     </li>
  784.                 {/block:IfShowRSSLink}
  785.            
  786.                 {block:IfFacebookLink}
  787.                     <li>
  788.                         <a href="{text:Facebook Link}" target="_blank">
  789.                             {block:IfLightIcons}
  790.                                 <img src="http://static.tumblr.com/ifpvyzm/Qkfn2373b/facebook-32.png" alt="Facebook" title=Facebook>
  791.                             {/block:IfLightIcons}    
  792.                             {block:IfNotLightIcons}
  793.                                 <img src="http://static.tumblr.com/ifpvyzm/UIrn246gj/facebook-32-black.png" alt="Facebook" title=Facebook>
  794.                             {/block:IfNotLightIcons}
  795.                         </a>
  796.                     </li>
  797.                 {/block:IfFacebookLink}
  798.        
  799.             {block:IfTwitterHandle}
  800.                 <li>
  801.                     <a href="http://twitter.com/{text:Twitter Handle}" target="_blank">
  802.                         {block:IfLightIcons}
  803.                             <img src="http://static.tumblr.com/ifpvyzm/gUXn2374w/twitter-w.png" alt="Twitter" title=Twitter>
  804.                         {/block:IfLightIcons}
  805.                         {block:IfNotLightIcons}
  806.                             <img src="http://static.tumblr.com/ifpvyzm/CnEn246ml/twitter-32-black.png" alt="Twitter" title=Twitter>
  807.                         {/block:IfNotLightIcons}
  808.                     </a>
  809.                 </li>
  810.             {/block:IfTwitterHandle}
  811.            
  812.             {block:IfGooglePlusLink}
  813.                 <li>
  814.                     <a href="{text:GooglePlus Link}" target="_blank">
  815.                         {block:IfLightIcons}
  816.                             <img src="http://static.tumblr.com/ifpvyzm/rdfn2376y/googleplus-w.png" alt="Google+" title=Google+>
  817.                         {/block:IfLightIcons}
  818.                         {block:IfNotLightIcons}
  819.                             <img src="http://static.tumblr.com/ifpvyzm/xjLn246ju/googleplus-32-black.png" alt="Google+" title=Google+>
  820.                         {/block:IfNotLightIcons}
  821.                     </a>
  822.                 </li>
  823.             {/block:IfGooglePlusLink}
  824.            
  825.             {block:IfInstagramHandle}
  826.                 <li>
  827.                     <a href="http://instagram.com/{text:Instagram Handle}" target="_blank">
  828.                         {block:IfLightIcons}
  829.                             <img src="http://static.tumblr.com/ifpvyzm/PFyn2378m/instagram-w.png" alt="Instagram" title=Instagram>
  830.                         {/block:IfLightIcons}
  831.                         {block:IfNotLightIcons}
  832.                             <img src="http://static.tumblr.com/ifpvyzm/I1nn246pz/instagram-32-black.png" alt="Instagram" title=Instagram>
  833.                         {/block:IfNotLightIcons}
  834.                     </a>
  835.                 </li>
  836.             {/block:IfInstagramHandle}
  837.            
  838.             {block:IfVineLink}
  839.                 <li>
  840.                     <a href="{text:Vine Link}" target="_blank"><img src="http://static.tumblr.com/ifpvyzm/1WRn237b4/vine-w.png" alt="Vine" title=Vine></a>
  841.                 </li>
  842.             {/block:IfVineLink}
  843.            
  844.             {block:IfFlickrLink}
  845.                 <li>
  846.                     <a href="{text:Flickr Link}" target="_blank">
  847.                         {block:IfLightIcons}
  848.                             <img src="http://static.tumblr.com/ifpvyzm/cJjn237cx/flickr-w.png" alt="Flickr" title=Flickr>
  849.                         {block:IfLightIcons}
  850.                         {block:IfNotLightIcons}
  851.                             <img src="http://static.tumblr.com/ifpvyzm/eBhn246vs/flickr-32-black.png" alt="Flickr" title=Flickr>
  852.                         {block:IfNotLightIcons}
  853.                     </a>
  854.                 </li>
  855.             {/block:IfFlickrLink}
  856.            
  857.             {block:IfYoutubeHandle}
  858.                 <li>
  859.                     <a href="http://www.youtube.com/user/{text:Youtube Handle}" target="_blank">
  860.                         {block:IfLightIcons}
  861.                             <img src="http://static.tumblr.com/ifpvyzm/2een237ef/youtube-w.png" alt="YouTube" title=YouTube>
  862.                         {/block:IfLightIcons}
  863.                         {block:IfNotLightIcons}
  864.                             <img src="http://static.tumblr.com/ifpvyzm/BD8n246y3/youtube-32-black.png" alt="YouTube" title=YouTube>
  865.                         {/block:IfNotLightIcons}
  866.                     </a>
  867.                 </li>
  868.             {/block:IfYoutubeHandle}
  869.            
  870.             {block:IfVimeoHandle}
  871.                 <li>
  872.                     <a href="http://vimeo.com/{text:Vimeo Handle}" target="_blank">
  873.                         {block:IfLightIcons}
  874.                             <img src="http://static.tumblr.com/ifpvyzm/MvWn237gr/vimeo-w.png" alt="Vimeo" title=Vimeo>
  875.                         {/block:IfLightIcons}
  876.                         {block:IfNotLightIcons}
  877.                             <img src="http://static.tumblr.com/ifpvyzm/Ug8n2470h/vimeo-32-black.png" alt="Vimeo" title=Vimeo>
  878.                         {/block:IfNotLightIcons}
  879.                     </a>
  880.                 </li>
  881.             {/block:IfVimeoHandle}
  882.            
  883.             {block:IfDeviantartHandle}
  884.                 <li>
  885.                     <a href="http://{text:Deviantart Handle}.deviantart.com" target="_blank">
  886.                         {block:IfLightIcons}
  887.                             <img src="http://static.tumblr.com/ifpvyzm/nVrn237i8/deviantart-w.png" alt="deviantART" title=deviantART>
  888.                         {/block:IfLightIcons}
  889.                         {block:IfNotLightIcons}
  890.                             <img src="http://static.tumblr.com/ifpvyzm/yTPn2472w/deviantart-32-black.png" alt="deviantART" title=deviantART>
  891.                         {/block:IfNotLightIcons}
  892.                     </a>
  893.                 </li>
  894.             {/block:IfDeviantartHandle}
  895.            
  896.             {block:IfAO3Link}
  897.                 <li>
  898.                     <a href="{text:AO3 Link}" target="_blank">
  899.                         {block:IfLightIcons}
  900.                             <img src="http://static.tumblr.com/ifpvyzm/0hon245x7/ao3_w.png" alt="AO3" title=AO3>
  901.                         {/block:IfLightIcons}
  902.                         {block:IfNotLightIcons}
  903.                             <img src="http://static.tumblr.com/ifpvyzm/Jx4n2474t/ao3_black.png" alt="AO3" title=AO3>
  904.                         {/block:IfNotLightIcons}
  905.                     </a>
  906.                 </li>
  907.             {/block:IfAO3Link}
  908.            
  909.             {block:IfLivejournalHandle}
  910.                 <li>
  911.                     <a href="http://{text:Livejournal Handle}.livejournal.com" target="_blank">
  912.                         {block:IfLightIcons}
  913.                             <img src="http://static.tumblr.com/ifpvyzm/9Yjn237nf/livejournal-w.png" alt="LiveJournal" title=LiveJournal>
  914.                         {/block:IfLightIcons}
  915.                         {block:IfNotLightIcons}
  916.                             <img src="http://static.tumblr.com/ifpvyzm/E7On24770/livejournal-32-black.png" alt="LiveJournal" title=LiveJournal>
  917.                         {/block:IfNotLightIcons}
  918.                     </a>
  919.                 </li>
  920.             {/block:IfLivejournalHandle}
  921.            
  922.             {block:IfWordpressLink}
  923.                 <li>
  924.                     <a href="{text:Wordpress Link}" target="_blank">
  925.                         {block:IfLightIcons}
  926.                             <img src="http://static.tumblr.com/ifpvyzm/dx6n2463u/wordpress-w.png" alt="WordPress" title=WordPress>
  927.                         {/block:IfLightIcons}
  928.                         {block:IfNotLightIcons}
  929.                             <img src="http://static.tumblr.com/ifpvyzm/MYBn2479i/wordpress-32-black.png" alt="WordPress" title=WordPress>
  930.                         {/block:IfNotLightIcons}
  931.                     </a>
  932.                 </li>
  933.             {/block:IfWordpressLink}
  934.            
  935.             {block:If8tracksHandle}
  936.                 <li>
  937.                     <a href="http://8tracks.com/{text:8tracks Handle}" target="_blank">
  938.                         {block:IfLightIcons}
  939.                             <img src="http://static.tumblr.com/ifpvyzm/9DTn2wfie/8trackswhite.png" alt="8tracks" title=8tracks>
  940.                         {/block:IfLightIcons}
  941.                         {block:IfNotLightIcons}
  942.                             <img src="http://static.tumblr.com/ifpvyzm/nT4n2wfhg/8tracksdark.png" alt="8tracks" title=8tracks>
  943.                         {/block:IfNotLightIcons}
  944.                     </a>
  945.                 </li>
  946.             {/block:If8tracksHandle}
  947.            
  948.             {block:IfSoundcloudHandle}
  949.                 <li>
  950.                     <a href="http://soundcloud.com/{text:Soundcloud Handle}" target="_blank">
  951.                         {block:IfLightIcons}
  952.                             <img src="http://static.tumblr.com/ifpvyzm/0Z5n237ow/soundcloud-w.png" alt="SoundCloud" title=SoundCloud>
  953.                         {/block:IfLightIcons}
  954.                         {block:IfNotLightIcons}
  955.                             <img src="http://static.tumblr.com/ifpvyzm/fMan247by/soundcloud-32-black.png" alt="SoundCloud" title=SoundCloud>
  956.                         {/block:IfNotLightIcons}
  957.                     </a>
  958.                 </li>
  959.             {/block:IfSoundcloudHandle}
  960.            
  961.             {block:IfLastfmHandle}
  962.                 <li>
  963.                     <a href="http://www.last.fm/user/{text:Lastfm Handle}" target="_blank">
  964.                         {block:IfLightIcons}
  965.                             <img src="http://static.tumblr.com/ifpvyzm/bAXn237q7/lastfm-w.png" alt="last.fm" title=last.fm>
  966.                         {/block:IfLightIcons}
  967.                         {block:IfNotLightIcons}
  968.                             <img src="http://static.tumblr.com/ifpvyzm/3o3n247dq/lastfm-32-black.png" alt="last.fm" title=last.fm>
  969.                         {/block:IfNotLightIcons}
  970.                     </a>
  971.                 </li>
  972.             {/block:IfLastfmHandle}
  973.            
  974.             {block:IfSteamHandle}
  975.                 <li>
  976.                     <a href="http://steamcommunity.com/id/{text:Steam Handle}" target="_blank">
  977.                         {block:IfLightIcons}
  978.                             <img src="http://static.tumblr.com/ifpvyzm/iVTn237ri/steam-w.png" alt="Steam" title=Steam>
  979.                         {/block:IfLightIcons}
  980.                         {block:IfNotLightIcons}
  981.                             <img src="http://static.tumblr.com/ifpvyzm/acXn247fv/steam-32-black.png" alt="Steam" title=Steam>
  982.                         {/block:IfNotLightIcons}
  983.                     </a>
  984.                 </li>
  985.             {/block:IfSteamHandle}
  986.            
  987.             {block:IfGoodreadsLink}
  988.                 <li>
  989.                     <a href="{text:Goodreads Link}" target="_blank">
  990.                         {block:IfLightIcons}
  991.                             <img src="http://static.tumblr.com/ifpvyzm/Cdbn237so/goodreads-w.png" alt="goodreads" title=goodreads>
  992.                         {/block:IfLightIcons}
  993.                         {block:IfNotLightIcons}
  994.                             <img src="http://static.tumblr.com/ifpvyzm/uS8n247hp/goodreads-32-black.png" alt="goodreads" title=goodreads>
  995.                         {/block:IfNotLightIcons}
  996.                     </a>
  997.                 </li>
  998.             {/block:IfGoodreadsLink}
  999.            
  1000.             {block:IfAmazonWishlistLink}
  1001.                 <li>
  1002.                     <a href="{text:Amazon Wishlist Link}" target="_blank">
  1003.                         {block:IfLightIcons}
  1004.                             <img src="http://static.tumblr.com/ifpvyzm/MM2n237ue/amazonwishlist-w.png" alt="Amazon Wishlist" title="Amazon Wishlist">
  1005.                         {/block:IfLightIcons}
  1006.                         {block:IfNotLightIcons}
  1007.                             <img src="http://static.tumblr.com/ifpvyzm/tQen247jl/amazonwishlist-32-black.png" alt="Amazon Wishlist" title="Amazon Wishlist">
  1008.                         {/block:IfNotLightIcons}
  1009.                     </a>
  1010.                 </li>
  1011.             {/block:IfAmazonWishlistLink}
  1012.         </ul>
  1013.     </div>
  1014.    
  1015.        <!--Header Pagination Text (When Blogroll and Likes are activated)-->
  1016.    
  1017.         {block:IfShowBlogrollAndLikes}
  1018.  
  1019.             <div class="headerpaginationtext">
  1020.            
  1021.                 {block:SearchPage}
  1022.                     {lang:Found SearchResultCount results for SearchQuery}
  1023.                 {/block:SearchPage}
  1024.    
  1025.                 {block:NoSearchResults}
  1026.                     {lang:Sorry no results for SearchQuery 2}
  1027.                 {/block:NoSearchResults}
  1028.        
  1029.                 {block:TagPage}
  1030.                     {lang:Posts tagged Tag}
  1031.                 {/block:TagPage}
  1032.            
  1033.             </div>
  1034.            
  1035.         {/block:IfShowBlogrollAndLikes}
  1036.        
  1037.     </header>
  1038.    
  1039.     <!--Sidebar image and description-->
  1040.    
  1041.     {block:IfNotShowBlogrollAndLikes}
  1042.     <header id="sidebarshort">
  1043.    
  1044.         <div class="copyright">
  1045.             © {Title} {CopyrightYears}
  1046.             <br>Theme by <a href="http://idoitbrilliantly.tumblr.com/theme" alt=Theme title="{lang:Install this theme}">IDoItBrilliantly</a>, {lang:Powered by Tumblr}
  1047.         </div>
  1048.                
  1049.         <div class="sidebarimage">
  1050.             <img src="{image:Sidebar Image}">
  1051.         </div>
  1052.        
  1053.         {block:Description}
  1054.             <p>{Description}</p>
  1055.         {/block:Description}
  1056.    
  1057.     <!--Group Blog-->
  1058.        
  1059.         {block:IfGroupBlog}
  1060.             {block:GroupMembers}
  1061.                        
  1062.                 <h3>{lang:Contributors}:</h3>
  1063.                    
  1064.                 <nav>  
  1065.                     <ul>
  1066.                         {block:GroupMember}
  1067.                             <li>
  1068.                                 <a href="{GroupMemberURL}" title="{GroupMemberName}" target="_blank"><img src="{GroupMemberPortraitURL-40}"></a>
  1069.                             </li>
  1070.                         {/block:GroupMember}
  1071.                     </ul>
  1072.                 </nav>
  1073.  
  1074.             {/block:GroupMembers}
  1075.         {/block:IfGroupBlog}
  1076.    
  1077.     <!--Pagination: previous/next page links-->
  1078.    
  1079.         {block:Pagination}
  1080.             <div class="pagination">
  1081.                 <div align="center">
  1082.                    
  1083.                     {block:PreviousPage}
  1084.                         <a href="{PreviousPage}">« </a>
  1085.                     {/block:PreviousPage}
  1086.                    
  1087.                     <div class="pagenumbers">
  1088.                         {lang:CurrentPage of TotalPages}
  1089.                     </div>
  1090.                    
  1091.                     {block:NextPage}
  1092.                         <a href="{NextPage}"> »</a>
  1093.                     {/block:NextPage}
  1094.            
  1095.             </div>
  1096.         {/block:Pagination}
  1097.        
  1098.         {block:PermalinkPagination}
  1099.             <div class="permalinkpagination">
  1100.                 <div align="center">
  1101.                    
  1102.                     {block:NextPost}
  1103.                         <a href="{NextPost}">« </a>
  1104.                             <div class="next">
  1105.                                 {lang:Newer} -
  1106.                             </div>
  1107.                     {/block:NextPost}
  1108.                    
  1109.                     {block:PreviousPost}
  1110.                         <div class="previous">
  1111.                             - {lang:Older}
  1112.                         </div>
  1113.                             <a href="{PreviousPost}"> »</a>
  1114.                     {/block:PreviousPost}
  1115.                    
  1116.             </div>
  1117.         {/block:PermalinkPagination}
  1118.    
  1119.     <!--Day pages-->
  1120.    
  1121.         {block:DayPagination}
  1122.             <div class="daypagination">
  1123.                 {block:PreviousDayPage}
  1124.                     <a href="{PreviousDayPage}">« </a>
  1125.                     <div class="previous">
  1126.                         {DayOfMonth}. {ShortMonth} '{ShortYear} -
  1127.                    </div>
  1128.                {/block:PreviousDayPage}
  1129.            
  1130.                {block:NextDayPage}
  1131.                    <div class="next">
  1132.                        - {DayOfMonth}. {ShortMonth} '{ShortYear}
  1133.                     </div>
  1134.                     <a href="{NextDayPage}"> »</a>
  1135.                 {/block:NextDayPage}
  1136.             </div>
  1137.         {/block:DayPagination}
  1138.        
  1139.     <!--Search results and tag page-->
  1140.        
  1141.         <div class="searchresultsandtagpage">
  1142.             {block:SearchPage}
  1143.                 {lang:Found SearchResultCount results for SearchQuery}
  1144.             {/block:SearchPage}
  1145.    
  1146.             {block:NoSearchResults}
  1147.                 {lang:Sorry no results for SearchQuery 2}
  1148.             {/block:NoSearchResults}
  1149.        
  1150.             {block:TagPage}
  1151.                 {lang:Posts tagged Tag}
  1152.             {/block:TagPage}
  1153.         </div>
  1154.        
  1155.         {block:IfSidebarSearch}
  1156.             <div class="searchbar">
  1157.                 <form action="/search" method="get">
  1158.                     <input type="text" name="q" value="{SearchQuery}"/>
  1159.                     <input type="submit" value="{lang:Search}"/>
  1160.                 </form>
  1161.             </div>
  1162.         {/block:IfSidebarSearch}
  1163.        
  1164.         </header>
  1165.         {/block:IfNotShowBlogrollAndLikes}
  1166.        
  1167.     <!--Blogroll and Likes-->
  1168.        
  1169.         {block:IfShowBlogrollAndLikes}
  1170.         <header id="sidebarlong">
  1171.        
  1172.             <div class="copyright">
  1173.                 © {Title} {CopyrightYears}
  1174.                 <br>Theme by <a href="http://idoitbrilliantly.tumblr.com/theme" alt=Theme title="{lang:Install this theme}">IDoItBrilliantly</a>, {lang:Powered by Tumblr}
  1175.             </div>
  1176.                
  1177.             <div class="sidebarimage">
  1178.                 <img src="{image:Sidebar Image}">
  1179.             </div>
  1180.        
  1181.             {block:Description}
  1182.                 <p>{Description}</p>
  1183.             {/block:Description}
  1184.            
  1185.     <!--Group Blog-->
  1186.        
  1187.             {block:IfGroupBlog}
  1188.                 {block:GroupMembers}
  1189.                        
  1190.                     <h3>{lang:Contributors}:</h3>
  1191.                    
  1192.                     <nav>  
  1193.                         <ul>
  1194.                             {block:GroupMember}
  1195.                                 <li>
  1196.                                     <a href="{GroupMemberURL}" title="{GroupMemberName}" target="_blank"><img src="{GroupMemberPortraitURL-40}"></a>
  1197.                                 </li>
  1198.                             {/block:GroupMember}
  1199.                         </ul>
  1200.                     </nav>
  1201.  
  1202.                 {/block:GroupMembers}
  1203.             {/block:IfGroupBlog}
  1204.    
  1205.     <!--Likes and Following-->
  1206.            
  1207.             {block:Likes}
  1208.            
  1209.                 <h3>{lang:Stuff I like}:</h3>
  1210.                
  1211.                 <div class="likes">
  1212.                     {Likes limit="3" summarize="100" width="250"}
  1213.                     <a href="http://www.tumblr.com/liked/by/{Name}">{lang:See more stuff I like} →</a>
  1214.                 </div>
  1215.                    
  1216.             {/block:Likes}
  1217.            
  1218.             {block:Following}
  1219.            
  1220.                 <h3>{lang:Following}:</h3>
  1221.                    
  1222.                     <div class="followed" align="center">
  1223.                         <ul>
  1224.                             {block:Followed}
  1225.                                 <li>
  1226.                                     <a href="{FollowedURL}" target="_blank"><img src="{FollowedPortraitURL-30}" alt="{FollowedName}" title="{FollowedName}"></a>
  1227.                                 </li>
  1228.                             {/block:Followed}
  1229.                         </ul>
  1230.                     </div>
  1231.                    
  1232.             {/block:Following}
  1233.        
  1234.         </header>
  1235.            
  1236.     {/block:IfShowBlogrollAndLikes}
  1237.    
  1238.     <!--Content holder-->
  1239.    
  1240.     <div id="content">
  1241.        
  1242.         {block:Posts}
  1243.    
  1244.     <!--Like and reblog buttons-->
  1245.        
  1246.             <ul class="likeandreblogbuttons">
  1247.                 <li>{ReblogButton color="grey"}</li>
  1248.                 <li>{LikeButton color="grey"}</li>
  1249.             </ul>
  1250.        
  1251.             <article>
  1252.    
  1253.     <!--Unique code for each post type-->
  1254.    
  1255.                 {block:Text}
  1256.                     <div class="text">
  1257.                         {block:Title}
  1258.                             <div class="title">{Title}</div>
  1259.                         {/block:Title}
  1260.                        
  1261.                         {Body}
  1262.                        
  1263.                         {block:More}
  1264.                             <h3 class="readmore"><a href="{Permalink}">{lang:Read more} →</a></h3>
  1265.                         {/block:More}
  1266.                     </div>
  1267.                 {/block:Text}
  1268.  
  1269.                 {block:Photo}
  1270.                     <div class="photo">
  1271.                         {LinkOpenTag}
  1272.                             <div class="img">
  1273.                                 <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  1274.                             </div>
  1275.                         {LinkCloseTag}
  1276.                        
  1277.                         {block:Caption}
  1278.                             {Caption}
  1279.                         {/block:Caption}
  1280.                     </div>
  1281.                 {/block:Photo}
  1282.                
  1283.                 {block:Panorama}
  1284.                     {LinkOpenTag}
  1285.                         <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
  1286.                     {LinkCloseTag}
  1287.  
  1288.                     {block:Caption}
  1289.                         {Caption}
  1290.                     {/block:Caption}
  1291.                 {/block:Panorama}
  1292.  
  1293.                 {block:Photoset}
  1294.                     <div class="photoset">
  1295.                         {block:IndexPage}
  1296.                             {Photoset-500}
  1297.                         {/block:IndexPage}
  1298.                        
  1299.                         {block:PermalinkPage}
  1300.                             {Photoset-500}
  1301.                         {/block:PermalinkPage}
  1302.                        
  1303.                         {block:Caption}
  1304.                             {Caption}
  1305.                         {/block:Caption}
  1306.                     </div>
  1307.                 {/block:Photoset}
  1308.  
  1309.                 <div class="post quote">
  1310.                     <div class="post-content">
  1311.                         <div class="quote-text">
  1312.                         {Quote}
  1313.                         </div>
  1314.                        
  1315.                     {block:Source}
  1316.                         <div class="post-source">
  1317.                             <br>&#x2053; {Source}
  1318.                         </div>
  1319.                     {/block:Source}
  1320.                 </div>
  1321.  
  1322.                 {block:Link}
  1323.                     <div class="link">
  1324.                         <div class="title"><a href="{URL}">{Name}</a></div>
  1325.                    
  1326.                         {block:Description}
  1327.                             {Description}
  1328.                         {/block:Description}
  1329.                     </div>
  1330.                 {/block:Link}
  1331.  
  1332.                     {block:Chat}
  1333.                         <div class="chat">
  1334.                             {block:Title}
  1335.                                 <div class="title">{Title}</div>
  1336.                             {/block:Title}
  1337.                        
  1338.                             <ul>
  1339.                                 {block:Lines}
  1340.                                     <li class="{Alt}">
  1341.                                         {block:Label}
  1342.                                         <span class="label">{Label}</span>
  1343.                                         {/block:Label}
  1344.                                    
  1345.                                         <p>{Line}</p>
  1346.                                        
  1347.                                     </li>
  1348.                                 {/block:Lines}
  1349.                             </ul>
  1350.                         </div>
  1351.                     {/block:Chat}
  1352.  
  1353.                     {block:Audio}
  1354.                         <div class="audio">
  1355.                            
  1356.                             <div class="albumart">
  1357.                                 {block:AlbumArt}
  1358.                                 <img src="{AlbumArtURL}" width="250" height="250"/>
  1359.                                 {/block:AlbumArt}
  1360.                             </div>
  1361.                                
  1362.                             <div class="player">
  1363.                                 {AudioPlayerGrey}
  1364.                             </div>
  1365.                                
  1366.                             {block:AudioEmbed}
  1367.                                 {AudioEmbed}
  1368.                             {/block:AudioEmbed}
  1369.                            
  1370.                             {block:Caption}
  1371.                                 {Caption}
  1372.                             {/block:Caption}
  1373.                         </div>
  1374.                     {/block:Audio}
  1375.  
  1376.                     {block:Video}
  1377.                         <div class="video">
  1378.                             <div class="video-player">
  1379.                                 {Video-500}
  1380.                             </div>
  1381.        
  1382.                             {block:Caption}
  1383.                                 {Caption}
  1384.                             {/block:Caption}
  1385.                         </div>
  1386.                     {/block:Video}
  1387.  
  1388.                     {block:Answer}
  1389.                         <img class="asker-avatar" src="{AskerPortraitURL-40}">
  1390.                         <div class="ask">
  1391.                             <div class="asker">
  1392.                                 {lang:Asker asked 2}
  1393.                             </div>
  1394.                          </div>
  1395.                            
  1396.                         <div class="question">
  1397.                             {Question}
  1398.                         </div>
  1399.  
  1400.                         <div class="replies">
  1401.                             {Replies}
  1402.                         </div>
  1403.                     {/block:Answer}
  1404.    
  1405.     <!--Tags-->
  1406.    
  1407.                 <footer class="details">
  1408.                     {block:HasTags}
  1409.                         <ul id="tags">
  1410.                             {block:Tags}
  1411.                                 <li>
  1412.                                     #<a href="{TagURL}">{Tag}</a>
  1413.                                 </li>
  1414.                             {/block:Tags}
  1415.                         </ul>
  1416.                     {/block:HasTags}
  1417.                    
  1418.                 </footer>
  1419.    
  1420.     <!--Metadata: date, content source, note count-->
  1421.    
  1422.                 <footer class="metadata">
  1423.                     {block:IfGroupBlog}
  1424.                         <img src="{PostAuthorPortraitURL-16}"/> {lang:Posted by PostAuthorName}
  1425.                     {/block:IfGroupBlog}
  1426.                
  1427.                     {block:Date}
  1428.                         <a href="{Permalink}"> <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}">{ShortDayOfWeek}, {DayOfMonth}. {Month} {Year}, {24Hour}:{Minutes}</time> </a>
  1429.                     {/block:Date}          
  1430.                    
  1431.                     {block:RebloggedFrom}
  1432.                         <div class="via">
  1433.                            ★ {lang:Reblogged from} <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1434.                         </div>
  1435.                     {/block:RebloggedFrom}
  1436.                    
  1437.                     {block:ContentSource}
  1438.                         <div class="source">
  1439.                             ({lang:Source}:<a href="{SourceURL}">
  1440.                                 {block:NoSourceLogo}
  1441.                                     {SourceTitle})                                         {/block:NoSourceLogo}
  1442.                        
  1443.                                 {block:SourceLogo}
  1444.                                     <img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />)
  1445.                                 {/block:SourceLogo}
  1446.                             </a>
  1447.                         </div>            
  1448.                     {/block:ContentSource}
  1449.  
  1450.                     {block:NoteCount}
  1451.                         ★ <a class="notecount" href="{Permalink}#notes">{NoteCountWithLabel}</a>
  1452.                     {/block:NoteCount}
  1453.                    
  1454.                     {block:IfEnableDisqus}
  1455.                         {block:IndexPage}
  1456.                             <br><a class="comment" href="{Permalink}#disqus_thread">{lang:View comments}</a>
  1457.                         {/block:IndexPage}
  1458.                     {/block:IfEnableDisqus}
  1459.  
  1460.     <!--Disqus-->
  1461.    
  1462.                     {block:PermalinkPage}
  1463.                         {block:IfEnableDisqus}
  1464.  
  1465.                             <div id="disqus_thread"></div>
  1466.        
  1467.                             <script type="text/javascript">
  1468.                                 var disqus_shortname = '{text:Disqus Shortname}';
  1469.                                 (function() {
  1470.                                 var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  1471.                                 dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  1472.                                 (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  1473.     })();
  1474.                             </script>
  1475.                             <noscript>
  1476.                                 Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
  1477.                             </noscript>
  1478.                             {lang:Blog comments powered by Disqus 2}
  1479.  
  1480.                         {/block:IfEnableDisqus}
  1481.                     {/block:PermalinkPage}
  1482.  
  1483.     <!--Notes displayed on the permalink pages-->
  1484.    
  1485.                     {block:PostNotes}
  1486.                         <div id="notes">
  1487.                             {PostNotes-16}
  1488.                         </div>
  1489.                     {/block:PostNotes}
  1490.                    
  1491.                 </footer>
  1492.                
  1493.             </article>
  1494.         {/block:Posts}
  1495.    
  1496.     <!--Google Analytics-->
  1497.    
  1498.         {block:IfGoogleAnalyticsID}
  1499.             <script>
  1500.                 var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  1501.                 (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  1502.                 g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  1503.                 s.parentNode.insertBefore(g,s)}(document,'script'));
  1504.             </script>
  1505.         {/block:IfGoogleAnalyticsID}
  1506.  
  1507.     </body>
  1508. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement