Advertisement
abv2

Vodka Aunt V.2

Aug 12th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 23.57 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. #sidebar {
  247.     background-color: {color:sidebar background};
  248.     text-align: center;
  249.     height: auto;
  250.     min-height:110%;
  251.     width: 70px;
  252.     margin-top: -50px;
  253.     margin-left: 20px;
  254.     position: fixed;
  255.     z-index: 9;
  256.    
  257.     -moz-box-shadow: 0 0 3px #888;
  258.     -webkit-box-shadow: 0 0 3px #888;        
  259.     box-shadow: 0 0 3px #888;
  260.    
  261.     border: 1px solid {color:Border};
  262.     border-radius: 5px;
  263.     -webkit-border-radius: 5px;
  264.     -moz-border-radius: 5px;
  265.     -o-border-radius: 5px;
  266.    
  267. }
  268.  
  269. #item1{
  270.     background-color: #fff;
  271.         height: 25px;
  272.         width: 38px;
  273.         margin-top:300px;
  274.         margin-left:15px;
  275.         color:{color:permalink links};
  276.         border:1px solid #aaaaaa;
  277.         border-radius: 50px;
  278.         padding-top:8px;
  279.         padding-bottom:5px;
  280.         font-size:20px;
  281.         -webkit-border-radius: 50px;
  282.         -moz-border-radius: 50px;
  283.         -o-border-radius: 50px;
  284. }
  285.  
  286. #item1:hover{
  287.     color:{color:text color};
  288.      -webkit-transition: all 0.4s ease-out;
  289.     -o-transition: all 0.4s ease-out;
  290.     -webkit-transition: all 0.4s ease-out;
  291.     -moz-transition: all 0.4s ease-out;
  292. }
  293.  
  294. #item1:hover #title{
  295.     margin-left:110px;
  296.     -webkit-transition: all 0.4s ease-out;
  297.     -o-transition: all 0.4s ease-out;
  298.     -webkit-transition: all 0.4s ease-out;
  299.     -moz-transition: all 0.4s ease-out;
  300. }
  301.  
  302. #title {
  303. position: fixed;
  304.     height:auto;
  305.     padding:10px;
  306.     margin-top:-50px;
  307.     margin-left: -320px;
  308.     font-size: {text:Title Size}px;
  309.     line-height: 105%;
  310.     width: 215px;
  311.     text-align: center;
  312.     word-break:break-word;
  313.     color: {color:Title};
  314.     background:{color:description bg};
  315.     font-family: {select:Title Font};
  316.     z-index: 9;
  317.      -moz-box-shadow: 0 0 10px #888;
  318.     -webkit-box-shadow: 0 0 10px #888;
  319.     box-shadow: 0 0 10px #888;
  320.     float:right;
  321.     border: 1px solid {color:Border};
  322.     opacity:1;
  323.    
  324. }
  325.  
  326. #item2{
  327.     background-color: #fff;
  328.         height: 25px;
  329.         width: 38px;
  330.         margin-top:5px;
  331.         margin-left:15px;
  332.         color:{color:permalink links};
  333.         border:1px solid #aaaaaa;
  334.         border-radius: 50px;
  335.         padding-top:8px;
  336.         padding-bottom:5px;
  337.         font-size:20px;
  338.         -webkit-border-radius: 50px;
  339.         -moz-border-radius: 50px;
  340.         -o-border-radius: 50px;
  341. }
  342.  
  343. #item2:hover{
  344.     color:{color:text color};
  345.      -webkit-transition: all 0.4s ease-out;
  346.     -o-transition: all 0.4s ease-out;
  347.     -webkit-transition: all 0.4s ease-out;
  348.     -moz-transition: all 0.4s ease-out;
  349. }
  350.  
  351. #item2:hover #description{
  352.      margin-left:110px;
  353.     -webkit-transition: all 0.4s ease-out;
  354.     -o-transition: all 0.4s ease-out;
  355.     -webkit-transition: all 0.4s ease-out;
  356.     -moz-transition: all 0.4s ease-out;
  357. }
  358.  
  359. #description {
  360.     position: fixed;
  361.     background:{color:Description bg};
  362.     margin-top:-20px;
  363.     margin-left: -320px;
  364.     padding: 10px;
  365.     width: 215px;
  366.     text-align: center;
  367.     word-break:break-word;
  368.     color: {color:description};
  369.     overflow:hidden;
  370.     font-size:11px;
  371.     border:1px solid {color:border};
  372.      -moz-box-shadow: 0 0 10px #888;
  373.     -webkit-box-shadow: 0 0 10px #888;
  374.     box-shadow: 0 0 10px #888;
  375.     opacity:1;
  376. }
  377.  
  378. #items{
  379.    background-color: #fff;
  380.         height: 25px;
  381.         width: 38px;
  382.         margin-top:5px;
  383.         margin-left:15px;
  384.         color:{color:permalink links};
  385.         border:1px solid #aaaaaa;
  386.         border-radius: 50px;
  387.         padding-top:8px;
  388.         padding-bottom:5px;
  389.         font-size:20px;
  390.         -webkit-border-radius: 50px;
  391.         -moz-border-radius: 50px;
  392.         -o-border-radius: 50px;
  393. }
  394.  
  395. #items:hover{
  396.     color:{color:text color};
  397.      -webkit-transition: all 0.4s ease-out;
  398.     -o-transition: all 0.4s ease-out;
  399.     -webkit-transition: all 0.4s ease-out;
  400.     -moz-transition: all 0.4s ease-out;
  401. }
  402.  
  403. /*Sidebar end*/
  404.  
  405. /*Body*/
  406.  
  407. #container {
  408.     position:absolute;
  409.     left:450px;
  410.     top:50px;
  411. }
  412.  
  413. .posts {
  414.     width:500px;
  415.     background-color: {color:post background};
  416.     padding:10px;
  417.     margin-bottom:30px;
  418.    
  419.     border: solid 1.5px {color:border};
  420.  
  421.  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1)    inset;
  422.  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  423.   box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  424.   word-wrap: break-word;
  425. }
  426.  
  427.  
  428. h1 {
  429.     text-align: center;
  430.     word-break:break-word;
  431.     font-size: {text:Post Title size}px;
  432.     line-height:105%;
  433.     text-decoration:underline;
  434.     color: {color:Post Title};
  435.     font-family: {select:Post Title Font};
  436. }
  437.  
  438. /*Body end*/
  439.  
  440. /*Types of posts*/
  441.  
  442. .link{
  443.     color: {color:link color};
  444.     font-size:20px;
  445.     font-family: {select:Post Title Font};
  446. }
  447.  
  448. /*ANSWER*/
  449. .asr {
  450.     font-size:{text:Post Title size}px;
  451.    
  452.     font-family: {select:Post Title font};
  453.     text-align:left;
  454.     margin-bottom:5px;
  455.     padding:5px;
  456.    
  457. }
  458.  
  459. .question {
  460.     padding: 10px;
  461.     top: 0px;
  462.     bottom: 0px;
  463.     border-bottom:3px double {color:border};
  464.    margin-left: auto;
  465.     margin-right: auto;
  466.     width: 90%;
  467.     height: auto;
  468.    background-color:{color:description bg} ;
  469.    color:{color:text color};
  470.    position: relative;
  471.    -moz-border-radius:    10px;
  472.    -webkit-border-radius: 10px;
  473.    border-radius:         10px;
  474. }
  475.  
  476.  
  477.  
  478. .question:before {
  479.    content: '';
  480.     position: absolute;
  481.     border-style: solid;
  482.     border-width: 0 14px 21px;
  483.     border-color: {color:link} transparent;
  484.     display: block;
  485.     width: 0;
  486.     z-index: 1;
  487.     top: -11px;
  488.     left: 22px;
  489. }
  490.  
  491.  
  492. .quote {
  493.     font-family: {select:Post Title Font};
  494.     font-size: 20px;
  495.     line-height:23px;
  496.     letter-spacing:1px;
  497.     text-indent: 15px;
  498.     text-align: center;
  499.     margin-bottom:5px;
  500.     padding-bottom:3px;
  501. }
  502.  
  503. .quotesource {
  504.     font-size:15px;
  505.     line-height:17px;
  506.     letter-spacing:1px;
  507.     text-align:right;
  508.     margin-bottom:5px;
  509.     font-family: {select:Post Title Font};
  510. }
  511.  
  512.  
  513. /* Chat */
  514. .chat{
  515.     height: auto;
  516.     padding-bottom: 5px;
  517.     width: 100%;
  518.     word-break:break-word;
  519. }
  520.  
  521. .chat ul {
  522.  word-break:break-word;
  523.     list-style: none;
  524. }
  525.  
  526.  
  527. .chat .odd {
  528.     text-align: left;
  529.     color: {color:text};
  530.     margin-left:-45px;
  531.     word-break:break-word;
  532.     border-bottom: 1px solid {color:border};
  533. }
  534. .chat .even {
  535.     text-align: left;
  536.     margin-left:-35px;
  537.     word-break:break-word;
  538.     color: {color:text};
  539.     border-bottom: 1px solid {color:border};
  540. }
  541.  
  542.  
  543. .chat li {
  544.     position: relative;
  545.     margin-bottom: 10px;
  546.     margin-left: auto;
  547.     margin-right:auto;
  548.     word-break:break-word;
  549.     padding: 5px;
  550.  
  551. }
  552.  
  553.  
  554.  
  555. /*Types of posts end*/
  556.  
  557. /*Permalink*/
  558.  
  559. .permalinks {
  560.     font-size: 11px;
  561.     width: 480px;
  562. padding: 2px 10px;
  563. padding-top:5px;
  564. text-transform: UPPERCASE;
  565. letter-spacing: 1px;
  566. text-align: center;
  567. margin-top: 20px;
  568. color: {color:Permalink text};
  569. border-top:1px solid #aaa;
  570. }
  571.  
  572. .permalinks a {
  573.     text-decoration:none;
  574.     font-size: 10px;
  575.     line-height:12px;
  576.     color: {color:Permalink text};
  577. }
  578.  
  579. .permalinks a:hover {
  580.     color: {color:text color};
  581. }
  582.  
  583. .date {
  584.     float:center;
  585. }
  586.  
  587. .reblogs {
  588.     float:center;
  589. }
  590.    
  591.    
  592. .tags {
  593.     text-align:center;
  594. }
  595.  
  596. .tags a {
  597.     text-decoration:none;
  598.     font-size: 10px;
  599.     line-height:14px;
  600.     text-transform:uppercase;
  601.     color:{select:Permalink links};
  602. }
  603.  
  604. #content #notecontainer {
  605.       margin: 20px auto;
  606.       width: 500px;
  607.       font-size: 10px;
  608.       background: #fff;
  609. }
  610.  
  611. #content #notecontainer ol.notes {
  612.       list-style-type: none;
  613.       margin: 0;
  614.       padding: 0;
  615. }
  616.  
  617. #content #notecontainer img.avatar {
  618.       margin-right: 10px;
  619.       width: 16px;
  620.       height: 16px;
  621. }
  622.  
  623. /*Permalink end*/
  624.  
  625.  
  626.  
  627. /*Pagination*/
  628.  
  629. .jump_page {
  630. padding: 8px 18px;
  631. margin-left:10px;
  632. border: 2px solid #ccc;
  633. background-color: #ffffff;
  634. font-family: {select:Post Title Font};
  635. color:#585858;
  636. font-size:14px;
  637.  
  638. text-transform:uppercase;
  639.  font-weight:800;
  640.  
  641.        
  642. border: 1px solid #000;
  643. border-radius: 2px;
  644. -webkit-border-radius: 2px;
  645. -moz-border-radius: 2px;
  646. -o-border-radius: 2px;
  647. }
  648.  
  649. .current_page, .jump_page:hover {
  650. padding: 9px 18px;
  651. border: 2px solid #bbb;
  652. background-color: #ccc;
  653. color: #ffffff;
  654. font-family: {select:Post Title Font};
  655. font-size:14px;
  656. font-weight:800;
  657.  
  658. text-transform:uppercase;
  659.  
  660.        
  661. border: 1px solid #000;
  662. border-radius: 2px;
  663. -webkit-border-radius: 2px;
  664. -moz-border-radius: 2px;
  665. -o-border-radius: 2px;
  666. }
  667.  
  668.  
  669. /*Pagination end*/
  670.  
  671.  
  672.  
  673. /*Lightbox DO NOT TOUCH!!!!! */
  674.  
  675. .vignette, #vignette {
  676.     opacity:0;
  677. }
  678. .lightbox-image, #tumblr_lightbox img {
  679.     box-shadow:none !important;
  680.     border-radius:0 !important;
  681.     max-width:none;
  682. }
  683.  
  684. .tumblr-lightbox, #tumblr_lightbox {
  685.     background-color:rgba(245,245,245,.98) !important;
  686. }
  687.  
  688. /*Lightbox end*/
  689.  
  690. /*CREDIT, KINDLY DO NOT REMOVE!!!*/
  691.  
  692. .tooltip a{color:#ff4141; text-decoration:none;}
  693. .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;}
  694. .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;}
  695. .tooltip:hover .tooltiptext {visibility: visible;opacity: 1;}
  696. .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;}
  697.  
  698. /*CREDIT END, KINDLY DO NOT REMOVE!!!*/
  699. </style>
  700.    
  701. <body>
  702. <div id="sidebar">
  703.  
  704. <div id="item1"><i class="fa fa-quote-right" aria-hidden="true"></i><div id="title">{Title}</div></div>
  705. <div id="item2"><i class="fa fa-pencil" aria-hidden="true"></i><div id="description">{Description}</div></div>
  706. <div id="items"><a href="/" title="Home"><i class="fa fa-home" aria-hidden="true"></i></a></div>
  707. <div id="items"><a href="/ask" title="Message"><i class="fa fa-comment" aria-hidden="true"></i></a></div>
  708. <div id="items"><a href="/archive" title="Archive"><i class="fa fa-archive" aria-hidden="true"></i></a></div>
  709.  
  710. {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}
  711.         {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}
  712.          {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}
  713. </div>
  714.  
  715.  
  716.  
  717. <div id="container">  
  718.  
  719. {block:Posts}
  720.  
  721. <div class="posts">
  722.  
  723. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  724.  
  725.  
  726. {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}
  727.  
  728.  
  729. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  730.  
  731. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  732.  
  733. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource"> &#x2712; {Source}</div>{/block:Source}{/block:Quote}
  734.  
  735. {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}
  736.  
  737.  
  738. {block:Chat}
  739. {block:Title}<h1>{Title}</h1>{/block:Title}
  740. <left>
  741. <div class="chat">
  742. <ul>
  743. {block:Lines}<li class="{Alt}">{block:Label} <b>{Label} </b>{/block:Label}  {Line}</li>{/block:Lines}
  744. </ul>
  745. </div>
  746. </center>
  747. {/block:Chat}
  748.                
  749.                        
  750. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  751.  
  752.  
  753. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  754.  
  755.  
  756. {block:Answer}
  757. <div class="asr"><i class="fa fa-comment-o" aria-hidden="true"></i>&nbsp; <u>{Asker} said:</u> </div><p>
  758. <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}
  759. {/block:Answer}
  760.  
  761.  
  762.  
  763. <div class="permalinks">
  764. <div class="date">
  765.  <a href="{Permalink}" title="Permalink" style="color:{color:Permalink links}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a> notes</div>
  766. <div class="reblogs">{block:RebloggedFrom}
  767. <center>
  768. <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}
  769.  
  770. <a href="{ReblogURL}" target="_blank" class"details" title="Reblog"><i class="fa fa-retweet" aria-hidden="true" style="color:#56bf4b"  ></i></a></div>
  771. </div>
  772. </center>
  773. <div class="tags">{block:HasTags}  {block:Tags}<a href="{TagUrl}" style="color:{color:Permalink links}"> #{Tag}&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  774.  
  775. </div>
  776.  
  777. {block:PostNotes}
  778. <div id="notecontainer">{PostNotes}</div>
  779. {/block:PostNotes}
  780.  
  781. {/block:Posts}
  782.  
  783.  
  784. <center>
  785. {block:Pagination}
  786. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page" title="Retreat" style="color:#000" >Retreat</a>{/block:PreviousPage}
  787.  
  788. {block:NextPage}<a href="{NextPage}" class="jump_page" title="Forward" style="color:#000"> Forward</a>{/block:NextPage}
  789. {/block:Pagination}<p style="margin-bottom: 20px;">
  790. </center>
  791.  
  792.  
  793. </div>
  794.  
  795. <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>
  796.  
  797. {block:ContentSource}
  798. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  799. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  800. {/block:SourceLogo}
  801. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  802. {/block:ContentSource}
  803.  
  804. </body>
  805. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement