Advertisement
abv2

Mint and gold

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