Advertisement
NIGGSEX

rec

Aug 20th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.60 KB | None | 0 0
  1. <!----
  2.  
  3. — MADE BY @YNTENSE — http://yntense.tumblr.com
  4. — ORIGINAL DESIGN • 2017
  5. — DONT'T REMOVE MY CREDITS AND COPY
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <title> {Title} </title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}"/>
  17. {/block:Description}
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Background Image" content="#ffffff"/>
  21. <meta name="color:Borders" content="#f8f3f3"/>
  22. <meta name="color:Texts" content="#a5a5a5"/>
  23. <meta name="color:Title" content="#888888"/>
  24. <meta name="color:Scrollba" content="#f3f5f5"/>
  25. <meta name="color:Links" content="#a8a8a8"/>
  26. <meta name="color:Links Hover" content="#dddddd"/>
  27. <meta name="color:Link Image" content="#000000"/>
  28.  
  29. <meta name="text:Link 1 URL" content="/"/>
  30. <meta name="text:Link 1 Name" content="Link"/>
  31. <meta name="text:Link 2 URL" content="/"/>
  32. <meta name="text:Link 2 Name" content="Link"/>
  33. <meta name="text:Link 3 URL" content="/"/>
  34. <meta name="text:Link 3 Name" content="Link"/>
  35. <meta name="text:Link 4 URL" content="/"/>
  36. <meta name="text:Link 4 Name" content="Link"/>
  37.  
  38. </head>    
  39.  
  40. <link href="https://fonts.googleapis.com/css?family=Droid+Sans|Hind|PT+Sans|Source+Sans+Pro" rel="stylesheet">
  41.  
  42.    
  43. <style type="text/css">
  44. #tumblr_controls, iframe.tmblr-iframe {
  45.     display:block!important;
  46.     position:fixed!important;
  47.     top:0px!important;
  48.     right:0px!important;
  49.     opacity:0.5!important;
  50.     transition:0.6s ease;
  51.     -webkit-transform: scale(0.7);
  52.     -moz-transform: scale(0.7);
  53.     -o-transform: scale(0.7)
  54. }
  55. iframe.tmblr-iframe {
  56.     -webkit-filter:invert(100%);
  57.     opacity:0.3;
  58.     transition:0.6s;
  59. }
  60. #tumblr-controls:hover iframe.tmblr-iframe {
  61.     opacity:0.5;
  62.     transition:0.6s;
  63. }
  64.  
  65. #s-m-t-tooltip {
  66.     position:relative;
  67.     background:{color:background};
  68.     max-width:200px;
  69.     margin:15px;
  70.     font-family: 'Hind', sans-serif;
  71.     color:{color:Texts};
  72.     font-weight:bold;
  73.     padding:7px;
  74.     box-shadow:1px 1px 1px rgba({RGBcolor:Texts},0.6);
  75. }
  76.  
  77. a, a:link, a:active, a:visitide {
  78.     color:{color:Links};
  79.     text-decoration:none;
  80.     transition:0.5s ease;
  81. }
  82. a:hover {
  83.     color:{Links Hover};
  84.     transition:0.5s ease;
  85. }
  86.  
  87. ol, ul {
  88.     list-style:none;
  89. }
  90.  
  91. blockquote {
  92.     padding:7px!important;
  93.     margin:0!important;
  94. }
  95.  
  96. h1, h5 {
  97.     text-align:center;
  98.     text-transform:uppercase;
  99.     font-family: 'Hind', sans-serif;
  100.     color:{color:Texts};
  101.     font-size:11px;
  102.     background:#;
  103. }
  104.  
  105. ::selection, ::-webkit-selection,
  106. ::-moz-selection, ::-o-selection {
  107.     background: rgba({RGBcolor:Texts},.4);
  108.     color:{color:Links Hover};
  109.     font-weight:bold;
  110. }
  111.  
  112. ::-webkit-scrollbar {
  113.     width:17px;
  114.     height:0px;
  115. }
  116. ::-webkit-scrollbar {
  117.     background:{color:Background};
  118. }
  119. ::-webkit-scrollbar-track {
  120.     background:{color:Background};
  121.     border:8px solid {color:Background};
  122. }
  123. ::-webkit-scrollbar-thumb {
  124.     background:{color:Scrollbar};
  125.     border:8px solid {color:Background};
  126. }
  127.  
  128. body {
  129.     background-color:{color:Background};
  130.     color:{color:Texts};
  131.     font-family: 'Hind', sans-serif;
  132.     font-size:10px;
  133.     text-transform:none;
  134.     font-style:normal;
  135.     font-weight:normal;
  136.     text-align:Justify;
  137. }
  138.  
  139. .padding_posts {
  140.     padding:10px;
  141.     border:1px solid {color:Borders};
  142. }
  143.  
  144. .entry {
  145.     width:840px;
  146.     margin:auto;
  147. }
  148.  
  149. #input {
  150.     position:relative;
  151.     width:840px;
  152.     margin:0!important;
  153.     padding:10px;
  154. }
  155.  
  156. .posts {
  157.     display:inline-block;
  158.     overflow:hidden;
  159.     margin:15px;
  160.     width:240px;
  161.     background-color:{color:Background};
  162.     padding:0!important;
  163.     font-family: 'Hind' , sans-serif;
  164.     font-size:10px;
  165.     text-align: Justify;
  166.     opacity:1;
  167.     z-index:1;
  168.     {block:PermalinkPage}
  169.     width:500px;
  170.     {/block:PermalinkPage}
  171. }
  172.  
  173. .posts img {
  174.     width:100%;
  175. }
  176.  
  177. .image {
  178.     position:relative;
  179.     top:0px;
  180.     z-index:9;
  181.     transition:0.2s ease
  182. }
  183. .image img {
  184.     width:100%;
  185. }
  186. .posts:hover .image{
  187.     top:-35px;
  188.     {block:PermalinkPage}
  189.     top:0px;
  190.     {/block:PermalinkPage};
  191. }
  192.    
  193. </style>
  194. <body>
  195.    
  196. <div class="entry">
  197. <div id="input">
  198. {block:Posts}
  199. <div class="posts">
  200.    
  201. {block:Photo}
  202. <div class="image">
  203. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>    
  204. </div>
  205. {/block:Photo}
  206.  
  207.  
  208.  
  209. </div>
  210. {/block:Posts}
  211. </div>
  212. </div>
  213.    
  214. </body>
  215. </html>
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. <!----
  224.  
  225. — MADE BY @YNTENSE — http://yntense.tumblr.com
  226. — ORIGINAL DESIGN • 2017
  227. — DONT'T REMOVE MY CREDITS AND COPY
  228.  
  229. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement