Advertisement
abv2

Vodka Aunt V.1

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