Advertisement
abv2

We represent the lollipop guild

Sep 26th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.13 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>{Title}</title>
  4.        
  5. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>            
  6.        
  7. <!---tooltip--->
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  9.  
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("a[title]").style_my_tooltips({
  14. tip_follows_cursor:true,
  15. tip_delay_time:60,
  16. tip_fade_speed:300,
  17. attribute:"title"
  18. });
  19. });
  20. })(jQuery);
  21. </script>
  22. <!--basic tooltip from tutorial-baby! Enjoy-->
  23. <style>
  24. .tooltip{display: inline;position: relative;}
  25. #s-m-t-tooltip {
  26. max-width:300px; /*how big the tooltip can be at most*/
  27. border-radius: 0px; /*change your border radius*/
  28. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  29. margin:20px 7px -2px 20px; /*distance from word*/
  30. background-color:#ffffff; /*background color*/
  31. border:1px solid #bab; /*border info*/
  32. font-family:alegreya sans sc; /*tooltip font*/
  33. font-size:10px; /*tooltip font size*/
  34. font-weight:800;
  35. text-transform:uppercase; /*makes the tooltip title uppercase*/
  36. color:#000; /*tooltip font color*/
  37. z-index:999999999999999999999999999999999999;
  38. -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1)inset;
  39. -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  40. box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  41. word-wrap: break-word;
  42. }
  43. </style>
  44. <!---end tooltip--->
  45.        
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50.            
  51. </head>
  52.    
  53. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"><link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css"><link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:500,500i,700&subset=latin-ext" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:500,500i&subset=latin-ext" rel="stylesheet">
  54.  
  55. <link href="https://fonts.googleapis.com/css?family=Acme|Kreon|Oxygen|Patrick+Hand|Patrick+Hand+SC|Philosopher|Port+Lligat+Slab|Roboto|Yantramanav" rel="stylesheet">
  56. <link href="https://fonts.googleapis.com/css?family=Allan|Amarante|Bangers|Chewy|Frijole|Marcellus+SC|Pattaya|Racing+Sans+One|Rationale|Satisfy|Special+Elite" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Chewy" rel="stylesheet">
  57.  
  58.  
  59. <!---   <meta name="select:Font" content="" title="">   --->
  60. <meta name="select:Font" content="Alegreya Sans SC" title="Alegreya Sans SC">
  61. <meta name="select:Font" content="Patrick Hand" title="Patrick Hand">
  62. <meta name="select:Font" content="Patrick Hand SC" title="Patrick Hand SC">
  63. <meta name="select:Font" content="Acme" title="Acme">
  64. <meta name="select:Font" content="Philosopher" title="Philosopher">
  65. <meta name="select:Font" content="Port Lligat Slab" title="Port LLigat Slab">
  66. <meta name="select:Font" content="Oxygen" title="Oxygen">
  67. <meta name="select:Font" content="Roboto" title="Roboto">
  68. <meta name="select:Font" content="Yantramanav" title="Yantramanav">
  69. <meta name="select:Font" content="Kreon" title="Kreon">
  70.  
  71.  
  72. <!---<meta name="select:Title Font" content="" title="">   --->
  73. <meta name="select:Title Font" content="Marcellus SC" title="Marcellus SC">
  74. <meta name="select:Title Font" content="Special Elite" title="Special Elite">
  75. <meta name="select:Title Font" content="Satisfy" title="Satisfy">
  76. <meta name="select:Title Font" content="Rationale" title="Rationale">
  77. <meta name="select:Title Font" content="Allan" title="Allan">
  78. <meta name="select:Title Font" content="Amarante" title="Amarante">
  79. <meta name="select:Title Font" content="Bangers" title="Bangers">
  80. <meta name="select:Title Font" content="Frijole" title="Frijole">
  81. <meta name="select:Title Font" content="Racing Sans One" title="Racing Sans One">
  82. <meta name="select:Title Font" content="Pattaya" title="Pattaya">
  83. <meta name="select:Title Font" content="Chewy" title="Chewy">
  84.  
  85.  <!---<meta name="select:Post Title Font" content="" title="">   --->
  86. <meta name="select:Post Title Font" content="Marcellus SC" title="Marcellus SC">
  87. <meta name="select:Post Title Font" content="Special Elite" title="Special Elite">
  88. <meta name="select:Post Title Font" content="Satisfy" title="Satisfy">
  89. <meta name="select:Post Title Font" content="Rationale" title="Rationale">
  90. <meta name="select:Post Title Font" content="Allan" title="Allan">
  91. <meta name="select:Post Title Font" content="Amarante" title="Amarante">
  92. <meta name="select:Post Title Font" content="Bangers" title="Bangers">
  93. <meta name="select:Post Title Font" content="Frijole" title="Frijole">
  94. <meta name="select:Post Title Font" content="Racing Sans One" title="Racing Sans One">
  95. <meta name="select:Post Title Font" content="Pattaya" title="Pattaya">
  96. <meta name="select:Post Title Font" content="Chewy" title="Chewy">
  97.  
  98.  
  99. <meta name="text:Font size" content="12">
  100. <meta name="text:Title Size" content="18">
  101. <meta name="text:Post Title Size" content="20">
  102.  
  103.  
  104.  
  105. <meta name="image:Main Background" content="" />
  106. <meta name="image:Sidebar Image" content=""/>
  107. <meta name="image:Album art" content="http://microlancer.lancerassets.com/uploads/service_attachments/24140/large_music_20app-1390956357.jpg"/>
  108. <meta name="color:Main Background" content=""/>
  109. <meta name="color:Post Background" content=""/>
  110. <meta name="color:Text color" content=""/>
  111. <meta name="color:Link color" content="#ff4141"/>
  112. <meta name="color:Title" content=""/>
  113. <meta name="color:Title bg" content=""/>
  114. <meta name="color:Description" content="">
  115. <meta name="color:Description BG" content="">
  116. <meta name="color:Navigation color" content="#000"/>
  117. <meta name="color:Navi link color" content=""/>
  118. <meta name="color:Navi link bg" content="#fff"/>
  119. <meta name="color:Border" content="#cccccc"/>
  120. <meta name="color:Permalink bg" content="#ebe0c8"/>
  121. <meta name="color:Permalink links" content=""/>
  122. <meta name="color:Selection bg" content=""/>
  123. <meta name="color:Selection text color" content=""/>
  124. <meta name="color:Pagination" content="#fff"/>
  125. <meta name="text:Link URL1" content=""/>
  126. <meta name="text:Link Text1" content=""/>
  127. <meta name="text:Link URL2" content=""/>
  128. <meta name="text:Link Text2" content=""/>
  129. <meta name="text:Link URL3" content=""/>
  130. <meta name="text:Link Text3" content=""/>
  131.  
  132.    
  133. <style type="text/css">
  134.  
  135. ::selection {background-color:{color:Selection bg};color:{Selection text color};text-shadow:none;}
  136. ::-moz-selection {background-color:{color:Selection bg};color:{Selection text color};text-shadow:none;}
  137. ::-o-selection {background-color:{color:Selection bg};color:{Selection text color};text-shadow:none;}
  138.  
  139. ::-webkit-scrollbar {width: 9px; height: 9px; background: {color:selection bg};}
  140. ::-webkit-scrollbar-thumb {background-color:{color:Selection text color} ; border: 1px solid #ccc;}
  141.  
  142. /*            SCROLL BUTTONS           */  
  143. #scrollToTop:link, #scrollToTop:visited {
  144.   display: none;
  145.   position: fixed;
  146.   bottom: 220px;
  147.   left: 90px;
  148.   z-index:99;
  149. }  
  150. #scrollToTop:link:hover{
  151.     bottom:225px;
  152. }
  153.  
  154. /* SCROLL BEGIN */
  155. a.back-to-top {
  156.     z-index:99;
  157.     height:30px;
  158.     width:30px;
  159.     display: none;
  160.     text-indent: -9999px;
  161.     position: fixed;
  162.     left: 90px;
  163.     bottom: 170px;
  164.     background: url("http://66.media.tumblr.com/abce76d1445bbc63498951f10e08c325/tumblr_odaplcMJDv1vtqemto1_75sq.png");
  165. }
  166.  
  167. a.back-to-top:hover{
  168.     bottom:165px;
  169. }
  170. /* SCROLL END*/
  171.  
  172. body {
  173.     background-color: {color:Main background};
  174.     background-image: url('{image:main background}');
  175. background-repeat:no-repeat;
  176. background-attachment:fixed;
  177. background-size:100% 100%;
  178. text-decoration:none;
  179.     font-family: {select:Font};
  180.     font-size: {text:Font size}px;
  181.     color: {color:Text color};
  182. }
  183.  
  184. a {
  185.     text-decoration:none;
  186.     color:{color:link color};
  187.     -webkit-transition: all 0.5s ease;
  188.     -moz-transition: all 0.5s ease;
  189.     -o-transition: all 0.5s ease;
  190. }
  191.  
  192. a:hover {color:{color:text color};}
  193.  
  194. b, strong {text-transform:bold;}
  195. i, em { text-transform:italic;}
  196. h2, h3, h4 {font-family: {select:Post Title font};}
  197.  
  198. blockquote {
  199.     border-left:1px solid #423;
  200.     padding-left:15px;
  201.     margin-left:10px;
  202.     margin-top:0px;
  203.     margin-right:0;
  204. }
  205.    
  206. blockquote img { max-width:100%;height:auto;}
  207. img { max-width: 100%;}
  208. iframe, img, embed, object, video { max-width: 100%;}
  209.  
  210.  
  211. /*Sidebar*/
  212.  
  213. #box1{
  214.     height:230px;
  215.     width:150px;
  216.     padding:10px;
  217.     border-radius:5px;
  218.     border:1px solid {color:Title bg};
  219.     position:absolute;
  220.     position:fixed;
  221.     top:120px;
  222.     right:170px;
  223. }
  224.  
  225. #title {
  226.     overflow-x:hidden;
  227.     overflow-y:auto;
  228.     position: relative;
  229.     padding:10px;
  230.     margin-left: -10px;
  231.     margin-top:-10px;
  232.     font-size: {text:Title Size}px;
  233.     line-height: 105%;
  234.     width: 150px;
  235.     height:80px;
  236.     text-align: center;
  237.     word-break:break-word;
  238.     color: {color:Title};
  239.     background:{color:Title bg};
  240.     font-family: {select:Title Font};
  241.     z-index: 9;
  242. }
  243.  
  244. #description {
  245.     position: relative;
  246.     background:{color:Description bg};
  247.     padding: 10px;
  248.     width: 150px;
  249.     text-align: left;
  250.     word-break:break-word;
  251.     color: {color:description};
  252.     overflow-x:hidden;
  253.     overflow-y:auto;
  254.     font-size:12px;
  255.     margin-left:-10px;
  256.     margin-bottom:-10px;
  257.     height:130px;
  258. }
  259.  
  260.  #box2{
  261.     height:140px;
  262.     width:150px;
  263.     padding:10px;
  264.     border-radius:5px;
  265.     border:1px solid {color:Navigation color};
  266.     position:absolute;
  267.     position:fixed;
  268.     top:390px;
  269.     right:170px;
  270.  }  
  271.  
  272.  #navititle{
  273.     overflow-x:hidden;
  274.     overflow-y:auto;
  275.     position: relative;
  276.     padding:10px;
  277.     margin-left: -10px;
  278.     margin-top:-10px;
  279.     font-size: {text:Title Size}px;
  280.     line-height: 105%;
  281.     width: 150px;
  282.     text-align: center;
  283.     word-break:break-word;
  284.     color: {color:Navi link color};
  285.     background:{color:Navigation color};
  286.     font-family: {select:Title Font};
  287.     z-index: 9;
  288.  }
  289.  
  290.  .navi{
  291.      overflow-x:hidden;
  292.      overflow-y:auto;
  293.      background:{color:Navi link bg};
  294.      color:{color:Navi link color};
  295.      width:150px;
  296.      padding:10px;
  297.      margin-left:-10px;
  298.      margin-top:-5px;
  299.      height:107px;
  300.  }
  301.    
  302.  .navi a{
  303.      font-size:13px;
  304.      line-height:23px;
  305.      background:{color:Navi link bg};
  306.     color:{color:Navi link color} #000;
  307.     text-decoration:none;
  308.     padding:1px;
  309.  }
  310.  
  311.  .navi a:hover{ color:{color:navigation color}; letter-spacing:1px;border:1px solid {color:Navigation color};z-index:9;}
  312.  
  313.  .sideimg{
  314.      height:140px;
  315.     width:170px;
  316.     border-radius:5px;
  317.     border:1px solid {color:Link color};
  318.     position:absolute;
  319.     position:fixed;
  320.     top:575px;
  321.     right:170px;
  322.     background-image:url('{image:sidebar image}');
  323.     background-size:100% 100%;
  324.  }
  325.  
  326. /*Body*/
  327.  
  328. #container {position:absolute;left:200px;top:50px;}
  329.  
  330. .posts {
  331.     position:relative;
  332.     width:500px;
  333.     background-color: {color:post background};
  334.     padding:20px;
  335.     padding-bottom:10px;
  336.     margin-bottom:30px;
  337.     border: solid 1.5px {color:border};
  338.     word-wrap: break-word;
  339.  
  340.     -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1)    inset;
  341.     -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  342.      box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  343. }
  344.  
  345. h1 {
  346.     text-align: center;
  347.     word-break:break-word;
  348.     font-size: {text:Post Title size}px;
  349.     line-height:105%;
  350.     text-decoration:underline;
  351.     color: {color:Post Title};
  352.     font-family: {select:Post Title font};
  353. }
  354.  
  355. /*Types of posts*/
  356.  
  357. /*LINK TITLES*/
  358. .posttitle a {
  359.     color: {color:link color};
  360.     font-size:{text:Post Title size}px;
  361.     font-family: {select:Post Title font};
  362.     border:1px solid {color:border};
  363.     padding:5px;
  364. }
  365.  
  366. .posttitle a:hover{color: {color:text};}
  367.  
  368. /*ANSWER*/
  369. #askimg{margin-left:15px;}
  370.  
  371. #question{
  372.     padding:12px;
  373.     padding-left:70px;
  374.     background-color:{color:permalink bg};
  375.     -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
  376. }
  377.  
  378. #asker{
  379.     margin-top:-35px;
  380.     margin-left:70px;
  381.     text-transform:uppercase;
  382.     text-decoration:underline;
  383.     font-size:110%;
  384.     font-family:{select:Post Title font};
  385. }
  386.  
  387. /*QUOTE*/
  388. .quote {
  389.     font-family:{select:Post Title font};
  390.     font-size: 25px;
  391.     line-height:27px;
  392.     text-indent: 15px;
  393.     text-align: center;
  394.     margin-bottom:5px;
  395.     border:1px solid {color:Border};
  396.     padding:10px;
  397.     -webkit-border-radius: 10%;
  398.     -moz-border-radius: 10%;
  399.     -o-border-radius: 10%;
  400. }
  401.  
  402. .quotesource {
  403.     font-size:15px;
  404.     line-height:17px;
  405.     text-align:right;
  406.     margin-top:5px;
  407.     margin-bottom:5px;
  408.     font-family:{select:Post Title font};
  409. }
  410.  
  411. /*Chat*/
  412.  
  413. .chat{
  414.     height: auto;
  415.     padding-bottom: 5px;
  416.     width: 100%;
  417.     word-break:break-word;
  418. }
  419.  
  420. .chat ul {word-break:break-word;list-style: none;}
  421.  
  422. .chat .odd {
  423.     margin-left:-35px;
  424.     text-align: left;
  425.     background-color:{color:post background};
  426.     padding:7px;
  427.     word-break:break-word;
  428.     border-radius: 5px;
  429.     -webkit-border-radius: 5px;
  430.     -moz-border-radius: 5px;
  431.     -o-border-radius: 5px;
  432.     -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2)inset;-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  433. }
  434.  
  435. .chat .even {
  436.    margin-left:-20px;
  437.     text-align: left;
  438.     background-color:{color:permalink bg};
  439.     padding:7px;
  440.     word-break:break-word;
  441.     border-radius: 5px;
  442.     -webkit-border-radius: 5px;
  443.     -moz-border-radius: 5px;
  444.     -o-border-radius: 5px;
  445.     -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2)inset;-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2) inset;box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2) inset;
  446. }
  447.  
  448. .chat li {
  449.     position: relative;
  450.     margin-bottom: 10px;
  451.     margin-left: auto;
  452.     margin-right:auto;
  453.     word-break:break-word;
  454.     padding: 5px;
  455. }
  456.  
  457. /*Chat end*/
  458.  
  459.  /*Audio*/
  460.  
  461. #music {width:100%;border:1px solid {color:border};background-color: {color:Permalink bg}}
  462.  
  463. #alart, #noralt {
  464.     width:100px;
  465.     height:100px;
  466.     display:block;
  467. }
  468.  
  469. #player {
  470.     z-index:99;
  471.     position:absolute;
  472.     padding:10px;
  473.     background:rgba(0,0,0,0.6);
  474.     margin:26px;
  475.     opacity:0.5;
  476.     -webkit-transition:all 1s ease;
  477.     -moz-transition:all 1s ease;
  478.     -o-transition:all 1s ease;
  479.     transition:all 1s ease-in-out;
  480. }
  481.  
  482. #alart {position:absolute; }
  483. #audio:hover #player {opacity:1;}
  484.  
  485. #minfo {
  486.     overflow:hidden;
  487.     text-align:left;
  488.     padding-left:0px;
  489.     margin-bottom:5px;
  490.     margin-left:-20px;
  491.     line-height:110%;
  492. }
  493. /*Types of posts end*/
  494.  
  495. /*Permalink*/
  496.  
  497. .permalinks {  
  498.     position: relative;
  499.     width: 75px;max-width: 75px;
  500.     background-color:{color:Permalink bg};
  501.     margin-left: -115px;
  502.     padding: 10px 10px;
  503.     font-size: 10px;
  504.     text-transform: UPPERCASE;
  505.     letter-spacing: 1px;
  506.     line-height:14px;
  507.     text-align: center;
  508.     opacity: 0.0;
  509.     position: absolute;
  510.     top: -1px;
  511.     left: 0px;
  512.     -moz-transition-duration: 0.4s;-o-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;transition-duration: 0.4s;
  513.     -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
  514. }
  515.  
  516. .permalinks:after{
  517.    content: '';
  518.     position: absolute;
  519.     border-style: solid;
  520.     border-width: 11px 0 11px 14px;
  521.     border-color: transparent {color:Permalink bg};
  522.     display: block;
  523.     width: 0;
  524.     z-index: 1;
  525.     right: -14px;
  526.     top: 49px;
  527. }
  528.    
  529. .posts:hover .permalinks {opacity: 1.0;
  530.     -moz-transition-duration: 0.4s;
  531.     -o-transition-duration: 0.4s;
  532.     -webkit-transition-duration: 0.4s;
  533.     transition-duration: 0.4s;}
  534.    
  535. {block:PermalinkPage}.permalinks{opacity:1.0}{/block:PermalinkPage}
  536.  
  537. .permalinks a {
  538.     text-decoration:none;
  539.     font-size: 10px;
  540.     line-height:14px;
  541.     color: {color:Permalink links};
  542. }
  543. .permalinks a:hover {color: {color:text color};}
  544.  
  545.    
  546. .tags {
  547.     margin-top:5px;
  548.     text-align:center;
  549.     border-top:1px solid {color:border};
  550. }
  551.  
  552. .tags a {
  553.     text-decoration:none;
  554.     font-size: 10px;
  555.     line-height:13px;
  556.     text-transform:uppercase;
  557.     color:{color:Permalink links};
  558. }
  559.  
  560. /*  NOTE CONTAINER */
  561. #notecontainer {
  562.       background-color:rgba(0,0,0,0.5);
  563.       margin: 20px auto;
  564.       width: 500px;
  565.       font-size: 11px;
  566.       color: #fff;
  567.       border-radius:5px;
  568.       border-right:1px solid #bbb;
  569.       border-top:1px solid #bbb;
  570.       border-bottom:1px solid #bbb;
  571. }
  572. #notecontainer ol.notes {
  573.       list-style-type: decimal;
  574.       margin: 0;
  575.       padding: 0;
  576. }
  577. #notecontainer img.avatar {
  578.       margin-right: 10px;
  579.       width: 16px;
  580.       height: 16px;
  581.       padding:3px;
  582. }
  583. #notecontainer a{color:{color:link color}}
  584.  
  585.  
  586. /*Lightbox DO NOT TOUCH!!!!! */
  587.  
  588. .vignette, #vignette {opacity:0;}
  589. .lightbox-image, #tumblr_lightbox img {box-shadow:none !important;border-radius:0 !important;max-width:none;}
  590. .tumblr-lightbox, #tumblr_lightbox {background-color:rgba(245,245,245,.98) !important;}
  591.  
  592. /*Lightbox end*/
  593.  
  594. /*CREDIT, KINDLY DO NOT REMOVE!!!*/
  595.  
  596. .tooltip a{color:#ff4141; text-decoration:none;}
  597. .tooltip {text-align:center;font-size:12px; bottom:5px; right:4px; position: fixed;display: inline-block;z-index:99999999;text-decoration:none;width:17px;height:17px;float:right;text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);}
  598. .tooltip a:hover{color:#000;}
  599. .tooltip .tooltiptext {text-shadow:none;letter-spacing:0.5px;font-family:Alegreya sans sc;font-size:10px;visibility: hidden;width: 50px;background-color: rgba(0,0,0,0.8);color: #fff;text-align: center;border-radius: 2px;border:1px solid #ff4141;padding: 5px 5px;position: absolute;z-index: 1;top: -20px;right: 150%;opacity: 0;transition: opacity 1s;font-size:10px;line-height:10px;}
  600. .tooltip:hover .tooltiptext {visibility: visible;opacity: 1;}
  601. .tooltip .tooltiptext::after {content: " ";position: absolute;top: 50%;left: 100%; /* To the right of the tooltip */margin-top: -5px;border-width: 5px; border-style: solid;border-color: transparent transparent transparent #ff4141;}
  602.  
  603. /*CREDIT END, KINDLY DO NOT REMOVE!!!*/
  604.  
  605. /* ICONS */
  606. /* Icon Back */
  607.     .hvr-icon-back {display: inline-block;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;padding-left: 2.2em;-webkit-transition-duration: 0.1s;transition-duration: 0.1s;}
  608.     .hvr-icon-back:before {position: absolute;left: 1em;padding-bottom: 20px;padding-top:0px;padding-left:1px;padding-right:1px;font-family: FontAwesome;-webkit-transform: translateZ(0);transform: translateZ(0);-webkit-transition-duration: 0.1s;transition-duration: 0.1s;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
  609.     .hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {-webkit-transform: translateX(-4px);transform: translateX(-4px);color:{color:Post background};}
  610.  
  611. /* Icon Forward */
  612.     .hvr-icon-forward {display: inline-block;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;padding-right: 2.2em;-webkit-transition-duration: 0.1s;transition-duration: 0.1s;}
  613.     .hvr-icon-forward:before {position: absolute;right: 1em;padding-bottom: 20px;padding-top:0px;padding-left:1px;padding-right:1px;font-family: FontAwesome;-webkit-transform: translateZ(0);transform: translateZ(0);-webkit-transition-duration: 0.1s;transition-duration: 0.1s;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
  614.     .hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {-webkit-transform: translateX(4px);transform: translateX(4px);color:{color:Post background};}
  615.    
  616. </style>
  617.    
  618. <body>
  619.  
  620. <div id="box1">
  621. <div id="title">{Title}</div>
  622. <div id="description">{Description}</div>
  623. </div>
  624.  
  625. <div id="box2"><div id="navititle">Links</div><div class="navi">
  626. <a href="/" title="Home" style="color:{color:Navi link color}" border-bottom="1px solid #000;">  Home</a><br>
  627.  <a href="/ask" title="Message" style="color:{color:Navi link color}"> Message</a><br>
  628.  <a href="/archive" title="Archive" style="color:{color:Navi link color}"> Archive</a><br>
  629.      {block:ifLinkText1} <a href="{text:Link URL1}" title="{text:Link Text1}" style="color:{color:Navi link color}"> {text:Link Text1}</a><br>{/block:ifLinkText1}
  630.        {block:ifLinkText2} <a href="{text:Link URL2}" title="{text:Link Text2}" style="color:{color:Navi link color}"> {text:Link Text2}</a><br>{/block:ifLinkText2}
  631.        {block:ifLinkText3} <a href="{text:Link URL3}" title="{text:Link Text3}" style="color:{color:Navi link color}"> {text:Link Text3}</a>{/block:ifLinkText3}
  632. </div></div>
  633.  
  634. <div class="sideimg"></div>
  635.  
  636.  
  637. <div id="container">  
  638.  
  639. {block:Posts}
  640.  
  641. <div class="posts">
  642.  
  643. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  644.  
  645.  
  646. {block:Photo}{LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  647.  
  648.  
  649. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  650.  
  651.  
  652. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  653.  
  654.  
  655. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource"> &#x2712; {Source}</div>{/block:Source}{/block:Quote}
  656.  
  657.  
  658. {block:Link}
  659. <div class="posttitle"><a href="{URL}">{Name} <i class="fa fa-hand-o-right"></i></a></div>
  660. {block:Description}
  661. <div style="margin-top: -8px;"></div>
  662. {Description}
  663. <div style="margin-bottom: -8px;"></div>
  664. {/block:Description}
  665. {/block:Link}
  666.  
  667.  
  668. {block:Chat}
  669. {block:Title}<h1>{Title}</h1>{/block:Title}
  670. <left>
  671. <div class="chat">
  672. <ul>
  673. {block:Lines}<li class="{Alt}">{block:Label} <b>{Label} </b>{/block:Label}  {Line}</li>{/block:Lines}
  674. </ul>
  675. </div>
  676. </center>
  677. {/block:Chat}
  678.        
  679.                
  680. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  681.  
  682.  
  683. {block:Audio}
  684. <table id="music" cellpadding="0" cellspacing="0">
  685. <tr>
  686. <td width="150px"> <div id="player" style="overflow:hidden;height:27px;width:27px;">{AudioPlayerBlack}</div>{block:AlbumArt}<img src="{AlbumArtURL}" id="alart">{/block:AlbumArt} <img src="{image:Album Art}" id="noralt"></td>
  687. <td> <div id="minfo"> {block:TrackName}<b>Name: </b>{TrackName}{/block:TrackName}</div>
  688. <div id="minfo"> {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}</div> <div id="minfo"> {block:Album}<b>Album: </b><i>{Album}</i>{/block:Album}</div>
  689. <div id="minfo"> {block:PlayCount}<b>Plays: </b>{FormattedPlayCount}{/block:PlayCount}</div> </td>
  690. </tr></table>
  691. {block:Caption}{Caption}{/block:Caption}
  692. {/block:Audio}
  693.  
  694.  
  695. {block:Answer}
  696. <div id="askimg"><img src="{AskerPortraitURL-48}"/></div>
  697. <div id="asker">{Asker} said:</div>
  698. <div id="question">{Question}</div>
  699. {Answer}
  700. {/block:Answer}
  701.  
  702. <!--  PERMALINK -->
  703. {block:Date}<div class="permalinks">
  704. {block:Text}<span class="lnr lnr-text-size"></span><a href="{Permalink}"> Text post</a>{/block:Text}
  705. {block:Photo}<span class="lnr lnr-camera"></span><a href="{Permalink}"> Photo</a> {/block:Photo}
  706. {block:Quote}<span class="lnr lnr-spell-check"></span><a href="{Permalink}">  Quote</a> {/block:Quote}
  707. {block:Link} <span class="lnr lnr-link"></span><a href="{Permalink}"> Link</a>{/block:Link}
  708. {block:Chat} <span class="lnr lnr-menu"></span> <a href="{Permalink}">Chat</a>{/block:Chat}
  709. {block:Audio} <span class="lnr lnr-music-note"></span><a href="{Permalink}"> Audio</a>{/block:Audio}
  710. {block:Video} <span class="lnr lnr-camera-video"></span><a href="{Permalink}"> Video</a>{/block:Video}
  711. {block:Answer} <span class="lnr lnr-bubble"></span><a href="{Permalink}"> Ask post</a>{/block:Answer}
  712. {block:Photoset} <span class="lnr lnr-picture"></span> <a href="{Permalink}">Photoset</a>{/block:Photoset}
  713. <br>
  714. {DayOfMonth}.{ShortMonth}.{Year}<br>
  715. <a href="{Permalink}" title="{block:NoteCount}{NoteCount}{/block:NoteCount} notes">{block:NoteCount}{NoteCount}{/block:NoteCount}</a> notes<br>
  716.  
  717. {block:RebloggedFrom}
  718. <a href="{ReblogParentURL}"title="{ReblogParentName}">via</a> ★ <a href="{ReblogRootURL}"title="{ReblogRootname}">source</a>{/block:RebloggedFrom} <br>
  719.  
  720. <a href="{ReblogURL}" target="_blank" class"details" title="Reblog"><i class="fa fa-retweet" aria-hidden="true" style="color:#56bf4b;" ></i></a>
  721.  
  722. <div class="tags">{block:HasTags}  {block:Tags}<a href="{TagUrl}" style="color:{color:Permalink links}">{Tag}&nbsp;</a><br>{/block:Tags}{/block:HasTags}</div></div>
  723. </div>{/block:Date}
  724.  
  725. {/block:Posts}  
  726.  
  727. <!-- PAGINATION -->
  728. <center>  
  729. {block:PreviousPage}  <a href="{PreviousPage}" title="Retreat"><font size="" color="{color:Pagination}"><i class="fa fa-chevron-left hvr-icon-back" aria-hidden="true" style="font-size:35px; line-height:44px;"></i></font></a>{/block:PreviousPage}
  730. {block:NextPage}<a href="{NextPage}" title="Forward"><font size="" color="{color:Pagination}"><i class="fa fa-chevron-right hvr-icon-forward" aria-hidden="true" style="font-size:35px; line-height:44px;"></i></font></a>{/block:NextPage}
  731.  
  732.  
  733. <!-- POST TOOGLE -->  
  734.   {block:PermalinkPagination}
  735.   {block:PreviousPost}  <a href="{PreviousPost}" title="Previous Post"><font size="" color="{color:Pagination}"><i class="fa fa-caret-square-o-left hvr-icon-back" aria-hidden="true" style="font-size:35px; line-height:44px; margin-top:-50px;"></i></font></a>{/block:PreviousPost}
  736.   {block:NextPost}<a href="{NextPost}" title="Next Post"><font size="" color="{color:Pagination}"><i class="fa fa-caret-square-o-right hvr-icon-forward" aria-hidden="true" style="font-size:35px; line-height:44px;margin-top:-50px;"></i></font></a>{/block:NextPost}
  737.   {/block:PermalinkPagination}
  738. </center>
  739.  
  740.  
  741. <!-- NOTE CONTAINER -->
  742. {block:PermalinkPage}
  743. {block:PostNotes}
  744. <div id="notecontainer">{PostNotes}</div>
  745. {/block:PostNotes}
  746. {/block:PermalinkPage}
  747.  
  748.  
  749. </div>
  750.  
  751.             <!--  DONT TOUCH ANYTHING BELLOW THIS LINE -->      
  752.  
  753. <div class="tooltip"><a href="http://two-dames.tumblr.com/"><i class="fa fa-coffee" aria-hidden="true"></i></a><span class="tooltiptext">Theme by Two-Dames</span></div>
  754.  
  755. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  756.  
  757. <!-- SCROLL BEGIN -->
  758. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  759. <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  760. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><img src="https://www.yumbles.com/design/themes/yumbles_responsive/media/images/addons/my_changes/social/top-arrow.png" /></a>
  761.  
  762. <a href="#" class="back-to-top" title="Go to Bottom"></a>
  763. <script>
  764. var amountScrolled = 10000;
  765.  
  766. $('a.back-to-top').fadeIn('slow');
  767. $(window).scroll(function() {
  768.     if ( $(window).scrollTop() < amountScrolled ) {
  769.         $('a.back-to-top').fadeIn('slow');
  770.     } else {
  771.         $('a.back-to-top').fadeOut('slow');
  772.     }
  773. });
  774.  
  775. $('a.back-to-top').click(function() {
  776.     $('html, body').animate({
  777.         scrollTop: 15000
  778.     }, 1000);
  779.     return false;
  780. });
  781. </script>
  782. <!-- SCROLL END -->
  783.  
  784.  
  785. </body>
  786. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement