Advertisement
southcodes

THEME #2: crown city

Jan 19th, 2017
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 16.67 KB | None | 0 0
  1. <!--
  2.     - theme #2 'crown city' by sur southcodes.tumblr.com
  3.     - modify as you please but please do not touch the credit
  4.     - any errors? need help? have questions? let me know!
  5.     southcodes.tumblr.com/ask
  6.  
  7.     - UN-NEST TUMBLR CAPTIONS PLUGIN 2016 @magnusthemes & @neothm
  8.     - like button by @shythemes
  9. -->
  10.  
  11. <!DOCTYPE html>
  12. <head>
  13.  
  14.     <title>{Title}</title>
  15.  
  16.     <link rel="shortcut icon" href="{favicon}">
  17.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.     {block:Description}<meta name="description" content="{Description}"/>{/block:Description}
  19.  
  20.     <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  21.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  22.     <link href="https://fonts.googleapis.com/css?family=Catamaran|Muli|Nunito|Vollkorn" rel="stylesheet">
  23.    
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="color:text" content="#312f2f"/>
  27. <meta name="color:links" content="#aa8484"/>
  28. <meta name="color:links hover" content="#7e4051"/>
  29.  
  30. <meta name="if:drop down menu" content="1"/>
  31.  
  32. <meta name="select:font family" content="Catamaran" />
  33. <meta name="select:font family" content="Muli" />
  34. <meta name="select:font family" content="Nunito" />
  35.  
  36. <meta name="text:image width" content="120" />
  37. <meta name="text:font size" content="12" />
  38. <meta name="text:drop down name" content="more" />
  39.  
  40. <meta name="text:Link 1 URL" content="/" />
  41. <meta name="text:Link 1" content="index" />
  42. <meta name="text:Link 2 URL" content="/ask" />
  43. <meta name="text:Link 2" content="mail" />
  44. <meta name="text:Link 3 URL" content="" />
  45. <meta name="text:Link 3" content="" />
  46. <meta name="text:Link 4 URL" content="" />
  47. <meta name="text:Link 4" content="" />
  48. <meta name="text:Link 5 URL" content="" />
  49. <meta name="text:Link 5" content="" />
  50. <meta name="text:Link 6 URL" content="" />
  51. <meta name="text:Link 6" content="" />
  52.  
  53. <style type="text/css">
  54.  
  55. ::-webkit-scrollbar-thumb:vertical {
  56.     background-color: #bbb;
  57.     height: 11px;
  58.     border: 4px solid #fff;
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62.     background-color: inherit;
  63.     height:100%;
  64.     width:9px;
  65. }
  66.  
  67. .tmblr-iframe {
  68.     margin:10px;
  69.     opacity:.2;
  70.     -moz-transition-duration: 0.2s;
  71.     -o-transition-duration: 0.2s;
  72.     -webkit-transition-duration: 0.2s;q
  73.     transition-duration: 0.2s;
  74. }
  75.  
  76. .tmblr-iframe:hover{
  77.     opacity:.65;
  78.     -moz-transition-duration: 0.6s;
  79.     -o-transition-duration: 0.6s;
  80.     -webkit-transition-duration: 0.6s;q
  81.     transition-duration: 0.6s;
  82. }
  83.    
  84. #s-m-t-tooltip{
  85.     max-width:150px;
  86.     margin-top:25px;
  87.     margin-left:15px;
  88.     z-index:999999;
  89.     letter-spacing:1.8px;
  90.     text-transform:uppercase;
  91.     font-size:8.5px;
  92.     font-family:calibri;
  93.     border: solid 1px #ddd;
  94.     background-color:#fcfcfc;
  95.     color:#777;
  96.     padding:3px 5px 3px 5px;
  97. }
  98.  
  99. body {
  100.     color:{color:text};
  101.     font-family:{select:font family}, sans-serif;
  102.     font-size:{text:font size}px;
  103.     letter-spacing:1px;
  104. }
  105.  
  106. a {
  107.     color:{color:links};
  108.     text-decoration:none;
  109.     -moz-transition-duration: 0.6s;
  110.     -o-transition-duration: 0.6s;
  111.     -webkit-transition-duration: 0.6s;
  112.     transition-duration: 0.6s;
  113. }
  114.  
  115. a:hover {
  116.     color:{color:links hover};
  117.     -moz-transition-duration: 0.6s;
  118.     -o-transition-duration: 0.6s;
  119.     -webkit-transition-duration: 0.6s;
  120.     transition-duration: 0.6s;
  121. }
  122.  
  123.  
  124. pre {
  125.     white-space: pre-wrap;       /* css-3 */
  126.     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  127.     white-space: -pre-wrap;      /* Opera 4-6 */
  128.     white-space: -o-pre-wrap;    /* Opera 7 */
  129.     word-wrap: break-word;       /* Internet Explorer 5.5+ */
  130. }
  131.  
  132.         /*      captions       */
  133.  
  134. .caption {
  135.     border:1px solid #ddd;
  136.     background:#fafafa;
  137.     padding:10px 10px 5px;
  138.     border-radius:4px;
  139. }
  140.  
  141. .tumblr_parent p{
  142.     line-height:2px;
  143. }
  144.  
  145. .caption p {
  146.     line-height:20px;
  147. }
  148.  
  149. .caption a{
  150.     word-break:break-all;
  151. }
  152.  
  153. .caption img {
  154.     max-width:450px;
  155.     height:auto;
  156. }
  157.  
  158. .avatar {
  159.     width:18px;
  160.     height:18px;
  161.     margin-right:5px;
  162.     border-radius:4px;
  163. }
  164.  
  165. .tumblr_blog {
  166.     vertical-align:top;
  167. }
  168.  
  169. .caption blockquote {
  170.     border:none;
  171.     padding:0;
  172.     margin:0;
  173. }
  174.  
  175. .caption blockquote blockquote{
  176.     border-left:1px solid #ddd;
  177.     margin:3px 0 -4px;
  178.     padding-left:5px;
  179. }
  180.  
  181.         /*      content       */
  182.  
  183. .container {
  184.     width:450px;
  185.     margin:0px  45% 20px;
  186.     float:left;
  187. }
  188.  
  189. .entries {
  190.     width:450px;
  191. }
  192.  
  193. .posts {
  194.     width:450px;
  195.     margin-top: 70px;
  196. }
  197.  
  198. .photo img{
  199.     width:450px;
  200. }
  201.  
  202. .photoset {
  203.     width:450px;
  204. }
  205.  
  206.         /*      sidebar       */
  207.  
  208. .sidebar {
  209.     position:fixed;
  210.     top:12%;
  211.     left:10%;
  212.     height:auto;
  213.     font-size:12px;
  214. }
  215.  
  216. .simage {
  217.     display:inline-block;
  218. }
  219.  
  220. .simage img {
  221.     height:auto;
  222.     width:{text:image width}px;
  223. }
  224.  
  225. .inside {
  226.     width:170px;
  227.     display:inline-block;
  228.     vertical-align:top;
  229.     margin: 1px 0 0 2px;
  230. }
  231.  
  232. span.btitle {
  233.     border:1px solid #eee;
  234.     padding:2px 3px 0px;
  235.     background:#f9f9f9;
  236.     text-transform:uppercase;
  237.     letter-spacing:.5px;
  238.     font-family:'Vollkorn', serif;
  239.     text-align:left;
  240. }
  241.  
  242. .desc {
  243.     text-align:justify;
  244.     line-height:20px;
  245. }
  246.  
  247. .links {
  248.     font-family:calibri;
  249.     margin-top:5px;
  250.     padding:2px 5px 3px;
  251.     border-radius:2px;
  252.     border:1px solid #eee;
  253.     background:#fefefe;
  254.     text-transform:uppercase;
  255.     font-size:9px;
  256.     letter-spacing:1.8px;
  257.     line-height:15px;
  258. }
  259.  
  260. .links a{
  261.     padding-right:5px;
  262. }
  263.  
  264.  
  265. .links a:last-child{
  266.     padding-right:0px;
  267. }
  268.  
  269.         /*      posts       */
  270.  
  271. .title {
  272.     font-size:calc({text:font size}px + 2px);
  273.     letter-spacing:1.5px;
  274.     font-weight:bold;
  275.     margin-bottom:5px;
  276. }
  277.  
  278. .ctitle {
  279.     font-size:calc({text:font size}px + 1px);
  280.     letter-spacing:1.5px;
  281.     font-weight:bold;
  282. }
  283.  
  284. span.line {
  285.    
  286.     font-weight:bold;
  287. }
  288.  
  289. .quote {
  290.     width:440px;
  291.     margin:auto;
  292.     font-style:italic;
  293.     font-size:calc({text:font size}px + 1px);
  294. }
  295.  
  296. .source {
  297.     text-align:right;
  298.     margin-top:5px;
  299.     padding-top:5px;
  300.     border-top:1px solid #eee;
  301. }
  302.  
  303. .q {
  304.     font-style:italic;
  305.     margin-bottom:3px;
  306. }
  307.  
  308. .q a{
  309.     font-style:italic;
  310. }
  311.  
  312. .qa {
  313.     border-radius:4px;
  314.     margin-right:2px;
  315.     text-align:right;
  316.     margin-bottom:5px;
  317.     font-style:italic;
  318. }
  319.  
  320. .ask img {
  321.     max-width:429px;
  322.     height:auto;
  323. }
  324.  
  325. .ask {
  326.     line-height:15px;
  327.     text-align:justify;
  328. }
  329.  
  330. .ainfo {
  331.     display:inline-block;
  332.     margin: 3px 0 0 7px;
  333.     font-size:10px;
  334.     vertical-align:top;
  335. }
  336.  
  337. .cover {
  338.     position: relative;
  339.     z-index: 1;
  340. }
  341.  
  342. .playbox {
  343.     background:transparent;
  344.     position:absolute;
  345.     opacity:0.5;
  346.     width:25px;
  347.     height:25px;
  348.     z-index:5;
  349. }
  350.  
  351. .playbutton {
  352.     margin:15px;
  353.     width:25px;
  354.     height:25px;
  355.     overflow:hidden;
  356.     position:relative;
  357.     z-index:7;
  358. }
  359.  
  360. .video {
  361.     width:450px!important;
  362.     height:auto!important;
  363. }
  364.  
  365. .chat {
  366.     list-style-type:none;
  367.     margin-bottom:1px;
  368. }
  369.  
  370.         /*      extras       */
  371.  
  372. .date {
  373.     margin-top:8px;
  374.     font-size:8px;
  375.     font-family: verdana;
  376.     text-transform:uppercase;
  377. }
  378.  
  379. span.reblog {
  380.     float:right;
  381. }
  382.  
  383. .tags {
  384.     margin-top:7px;
  385.     font-size:8px;
  386.     letter-spacing:1.5px;
  387.     font-family: 'nunito', sans-serif;
  388. }
  389.  
  390. .tags a{
  391.     font-size:10px;
  392. }
  393.  
  394. .src {
  395.     text-transform:uppercase;
  396.     font-size:8.4px;
  397.     letter-spacing:1.5px;
  398.     font-family: arial;
  399.     margin-top:5px;
  400. }
  401.  
  402. .pag {
  403.     text-align:center;
  404.     font-size:8.5px;
  405.     margin-top:60px;
  406.     text-transform:uppercase;
  407.     letter-spacing:1.5px;
  408. }
  409.  
  410.  ol.notes{
  411.     padding:15px;
  412.     list-style-type:none;
  413.     margin: 40px 0 0 -10px;
  414.     height:300px;
  415.     overflow:auto;
  416.  }
  417.  
  418. ol.notes li.note{
  419.     padding:2px 0px;
  420.     list-style:none;}
  421.  
  422. .notes img.avatar{
  423.     display:none;
  424. }
  425.  
  426. .notes blockquote {
  427.     border-left:1px solid #ddd;
  428.     margin:2px 0px;
  429.     padding-left:5px;
  430. }
  431.  
  432. .credit {
  433.     font-family:calibri;
  434.     position:fixed;
  435.     bottom:10px;
  436.     right:10px;
  437.     font-size:11px;
  438. }
  439.  
  440. .credit a{
  441.     color:#777;
  442.     font-variant:small-caps;
  443. }
  444.  
  445. .efefef{text-align:right;}
  446.  
  447.  svg {
  448.    width:8px;
  449.    height:auto;
  450.    opacity:.5;
  451.    padding:1px;
  452.    display:block;
  453.    overflow:visible;
  454. }
  455. .controls a {
  456.    position:relative;
  457.    display:inline-block;
  458.    overflow:hidden;
  459.    padding:5px;
  460.    display:inline-block;
  461.    float:right;
  462.    margin-top:2px;
  463. }
  464. .controls .reblog {
  465.    opacity:.93;
  466. }
  467. .controls .reblog svg {
  468.    width:9px;
  469.    margin-top:1px;
  470. }
  471. .controls .like .liked + svg {
  472.    opacity:1;
  473. }
  474. .controls .like .liked + svg path {
  475.    fill:#ec5a5a;
  476. }
  477. .controls .like .like_button {
  478.    position:relative;
  479. }
  480. .controls .like .like_button iframe {
  481.    position:absolute;
  482.    top:0;
  483.    left:0;
  484.    bottom:0;
  485.    right:0;
  486.    z-index:2;
  487.    opacity:0;
  488. }
  489. {CustomCSS}
  490.  
  491. </style>
  492. </head>
  493.  
  494. <body>
  495. <div class="container">
  496.  
  497. <div class="sidebar">
  498.    
  499.     <div class="simage"><a href="/"><img src="{image:sidebar}"/></a></div>
  500.  
  501. <div class="inside">    
  502.     <div class="desc"><span class="btitle"><a href="/">{title}</a></span>{description}</div>
  503.    
  504.     <div class="links">
  505.     {block:iflink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:iflink1}
  506.     {block:iflink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:iflink2}
  507.    
  508.     {block:ifnotdropdownmenu}
  509.     {block:iflink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:iflink3}
  510.     {block:iflink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:iflink4}
  511.     {block:iflink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:iflink5}
  512.     {block:iflink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:iflink6}
  513.     {/block:ifnotdropdownmenu}
  514.    
  515.     {block:ifdropdownmenu}
  516.     <span class="nav"><a style="cursor:pointer;">{text:drop down name}</a></span>
  517.     <div class="navi" style="display: none;">
  518.     {block:iflink3}.<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:iflink3}
  519.     {block:iflink4}.<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:iflink4}
  520.     {block:iflink5}.<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:iflink5}
  521.     {block:iflink6}.<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:iflink6}
  522.     </div>
  523.     {/block:ifdropdownmenu}
  524.     </div>
  525. </div>
  526. </div>
  527.  
  528.  
  529. <div class="entries">
  530.    
  531. {block:Posts}
  532.  
  533. <div class="posts" id="{PostID}">
  534. {block:Text}
  535. {block:Title}<div class="title">&nbsp;&nbsp;{Title}</div>{/block:Title}
  536. <div class="caption">{Body}</div>
  537. {/block:Text}
  538.  
  539. {block:Answer}<div class="ask">
  540. <div class="q">{Question}”</div><div class="qa">{Asker} said.</div>
  541. <div class="caption">{Answer}</div>
  542. </div>{/block:Answer}
  543.  
  544. {block:Quote}
  545. <div class="quote">« {Quote} »</div>
  546. {block:Source}<div class="source"><span class="source">{Source}</span></div>{/block:Source}
  547. {/block:Quote}
  548.  
  549. {block:Link}
  550. <div class="title"><i class="fa fa-external-link" aria-hidden="true" style="color:{color:links}; vertical-align:middle;font-size:13px"></i>&nbsp;<a href="{URL}"><b>{Name}</b></a></div>
  551. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  552. {/block:Link}
  553.  
  554. {block:Chat}
  555. {block:Title}<div class="ctitle">{Title}</div>{/block:Title}
  556. {block:Lines}<div class="chat"><li class="line_{Alt}">
  557. {block:Label}<span class="line">{Label}</span>
  558. {/block:Label}
  559. {Line}</li></div>
  560. {/block:Lines}</ul>
  561. {/block:Chat}
  562.  
  563. {block:Photo}
  564. <div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></div>
  565. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  566. {/block:Photo}
  567.  
  568. {block:Photoset}
  569. <div class="photoset">{Photoset-500}</div>
  570. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  571. {/block:Photoset}
  572.  
  573. {block:Audio}
  574. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div>
  575. {block:AlbumArt}<img src="{AlbumArtURL}" style="width:55px; height:55px" class="cover">{/block:AlbumArt}
  576. <div class="ainfo">
  577. {block:TrackName}
  578. {TrackName}
  579. {/block:TrackName}<br>
  580. {block:Artist}
  581. {Artist}
  582. {/block:Artist}
  583. {block:Album}
  584. {Album}
  585. {/block:Album}<br>
  586. {block:Playcount}
  587. {PlayCountWithLabel}
  588. {/block:Playcount}</div>
  589. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  590. {/block:Audio}
  591.  
  592. {block:Video}
  593. <div class="video">{Video-500}</div>
  594. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  595. {/block:Video}
  596.  
  597. {block:Date}
  598. <div class="controls">
  599. <a class="like">{LikeButton}
  600. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95    c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1    c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1    c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z     M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4    c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5    c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767    c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45    c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  601. </a>
  602. </div>
  603.  
  604. <div class="date">
  605. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithSuffix} {Year}">{TimeAgo}</a>
  606. {block:NoteCount}&nbsp;&nbsp;<a href="{Permalink}">{NoteCount}n.</a>{/block:NoteCount}
  607. &nbsp;&nbsp;<span class="reblog"><a href="{ReblogURL}" title="reblog" target="_blank"><i class="fa fa-share-square-o" aria-hidden="true" style="font-size:9px; color:#ccc;"></i></a></span>
  608. </div>{/block:Date}
  609.  
  610. {block:HasTags}<div class="tags">FILED UNDER:&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp; {/block:Tags}</div>
  611. {/block:HasTags}
  612.  
  613. {block:PermalinkPage}
  614. {block:RebloggedFrom}
  615. <div class="src"><a title="{ReblogParentName}" href="{ReblogParentURL}">via.</a>
  616. &nbsp;&nbsp;&nbsp;<a title="{ReblogRootName}" href="{ReblogRootURL}">src.</a>
  617. {/block:RebloggedFrom}</div>
  618. {/block:PermalinkPage}
  619.  
  620. {block:ContentSource}
  621. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  622. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  623. {/block:SourceLogo}
  624. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  625. {/block:ContentSource}
  626.  
  627. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  628.  
  629. </div>
  630.  
  631. {block:PostNotes}
  632. <div class="notes">{PostNotes}</div>
  633. {/block:PostNotes}
  634. {/block:Posts}
  635.  
  636. <div class="pag">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="jump_page"> future</a> or{/block:PreviousPage}{block:NextPage} <a href="{NextPage}" class="jump_page">past</a>{/block:NextPage}{/block:Pagination}</div>
  637.  
  638. </div>
  639. <!-- dont touch pls -->
  640. <div class="credit"><a href="http://southcodes.tumblr.com" title="southcodes (UNNEST CAPTIONs by neothm & magnusthemes)">s.</a></div>
  641. </div>
  642. </body>
  643.  
  644. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
  645. <script type="text/javascript">
  646. $(document).ready(function() {
  647.         $('.nav').click(function() {
  648.                 $('.navi').slideToggle(600);
  649.         });
  650.     });
  651. </script>
  652.  
  653. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  654. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  655. <script>
  656. (function($){
  657. $(document).ready(function(){
  658. $("a[title]").style_my_tooltips({
  659. tip_follows_cursor:true,
  660. tip_delay_time:30,
  661. tip_fade_speed:300,
  662. attribute:"title"
  663. });
  664. });
  665. })(jQuery);
  666. </script>
  667.  
  668. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  669. <script src="//static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  670. <script>
  671. $(document).ready(function(){
  672.     $('.entries').unnest({
  673.     yourCaption: ".caption",
  674.     wrapName: ".tumblr_parent",
  675.     newCaptionUsername: true,
  676.     originalPostCaptionUsername: true,
  677.     tumblrAvatars: true,
  678.     tumblrAvatarClass: ".avatar",
  679.     usernameColon: false
  680.     });
  681. });
  682. </script>
  683.  
  684. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement