Advertisement
Petra1999

BLOGROLL PAGE 01 | cloudythms.tumblr.com

Sep 17th, 2016
1,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.    
  5.     <!--
  6.    
  7.                     BLOGROLL THEME #01
  8.                             by
  9.                 https://cloudythms.tumblr.com/
  10.            
  11.                             <3
  12.                            
  13.                please do not remove the credit
  14.  
  15.    
  16.    
  17.     -->
  18.  
  19.         <title>Blogroll</title> <!-- Page title here -->
  20.        
  21.         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22.         <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.         <script>
  24.             (function($){
  25.             $(document).ready(function(){
  26.             $("a[title]").style_my_tooltips({
  27.  
  28.             tip_follows_cursor:true,
  29.             tip_delay_time:25,
  30.             tip_fade_speed:500,
  31.  
  32.             attribute:"title"
  33.             });
  34.             });
  35.             })(jQuery);
  36.     </script>
  37.    
  38.     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300|Roboto:400,700,500,300|Lato:400,700,300|Montserrat:400,700|Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css' />
  39.  
  40.         <style type="text/css">
  41.        
  42.         /* BASICS */
  43.        
  44.         .t_w .tmblr-iframe--desktop-logged-in-controls, .t_w #tumblr_controls {
  45. -webkit-filter:invert(100%);
  46. -moz-filter:invert(100%);
  47. -o-filter:invert(100%);
  48. -ms-filter:invert(100%);
  49. filter:invert(100%);
  50. opacity:0.3;
  51. }
  52.        
  53.         body {
  54.             padding:7%;
  55.             font-family:Open Sans, sans-serif;
  56.         }
  57.        
  58.         ::selection {
  59.             background: black;
  60.             color: #fff;
  61.         }
  62.         ::-moz-selection {
  63.             background: black;
  64.             color: #fff;
  65.         }
  66.        
  67.         .tooltip{
  68.             display: inline;
  69.             position: relative;
  70.         }
  71.        
  72.         #s-m-t-tooltip {
  73.             max-width:300px;
  74.             border-radius: 0px;
  75.             padding:3px 4px 5px 4px;
  76.             margin:20px 7px -2px 20px;
  77.             background-color:#ffffff;
  78.             border:1px solid #E0E0E0;
  79.             font-family:calibri;
  80.             font-size:12px;
  81.             letter-spacing:1px;
  82.             text-transform:none;
  83.             color:#000;
  84.             z-index:999999999999999999999999999999999999;
  85.         }
  86.  
  87.         #cloudythms {
  88.             margin-left:80px;
  89.         }
  90.        
  91.         #title{
  92.             font-size:28px;
  93.             letter-spacing:2px;
  94.         }
  95.        
  96.         #navi {
  97.             margin-top:-8px;
  98.         }
  99.        
  100.         #navi ul {
  101.             list-style:none;
  102.             margin-left:-50px;
  103.         }
  104.        
  105.         #navi li {
  106.             float:left;
  107.             margin-left:10px;
  108.         }
  109.        
  110.         #navi a, a:visited {
  111.             color:black;
  112.             text-decoration:none;
  113.             border:1px solid transparent;
  114.             border-bottom:1px solid black;
  115.             padding:0 3px;
  116.             letter-spacing:3px;
  117.            
  118.             position: absolute;
  119.             transition: all 0.4s ease-in-out;
  120.             -webkit-transition: all 0.4s ease-in-out; /* Chrome & Safari */
  121.            -moz-transition: all 0.4s ease-in-out; /* Firefox */
  122.             -o-transition: all 0.4s ease-in-out; /* Opera */
  123.         }
  124.        
  125.         #navi a:hover {
  126.             color:white;
  127.             border:1px solid black;
  128.             background:black;
  129.            
  130.             transform: translate(0,-3px);
  131.             -webkit-transform: translate(0,-3px); /* Chrome & Safari */
  132.            -o-transform: translate(0,-3px); /* Opera */
  133.             -moz-transform: translate(0,-3px); /* Firefox */
  134.         }
  135.        
  136.        
  137.         /* BLOGROLL */
  138.        
  139.         #blogroll {
  140.             margin-top:80px;
  141.         }
  142.        
  143.         #blogroll ul {
  144.             list-style: none;
  145.             margin-left: 1%;
  146.         }
  147.        
  148.         #blogroll li {
  149.             float: left;
  150.             margin: 0.5%;
  151.             padding:0;
  152.         }
  153.        
  154.         #blogroll li:hover > #blogroll img {
  155.             width:2px;
  156.         }
  157.        
  158.         #blogroll img {
  159.             width:70px;
  160.             padding:13px;
  161.            
  162.             transition: all 0.2s ease-in-out;
  163.             -webkit-transition: all 0.2s ease-in-out; /* Chrome & Safari */
  164.            -moz-transition: all 0.2s ease-in-out; /* Firefox */
  165.             -o-transition: all 0.2s ease-in-out; /* Opera */
  166.         }
  167.  
  168.         #blogroll:hover img{
  169.             filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  170.             filter: gray; /* IE6-9 */
  171.             -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  172.         }
  173.        
  174.         #blogroll img:hover{
  175.             width:96px;
  176.             padding:0;
  177.           filter: none;
  178.           -webkit-filter: grayscale(0%);
  179.         }
  180.    
  181.        
  182.        
  183.         </style>
  184.     </head>
  185.  
  186.     <body class="t_w">
  187.    
  188.     <div id="cloudythms">
  189.        
  190.         <div id="title">blogroll.</div>
  191.         <div id="navi">
  192.             <ul>
  193.                 <li><a href="/">← return</a></li>
  194.             </ul>
  195.         </div>
  196.        
  197.     </div>
  198.    
  199.     <div style="clear:both;"></div>
  200.    
  201.     <div id="blogroll">
  202.  
  203.         {block:Following}
  204.        
  205.         <ul>
  206.        
  207.         {block:Followed}
  208.        
  209.         <li>
  210.         <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-96}"/></a>
  211.         </li>
  212.        
  213.         {/block:Followed}
  214.        
  215.         </ul>
  216.        
  217.         {/block:Following}
  218.        
  219.     </div>
  220.    
  221.     <div id="DO NOT REMOVE THIS CREDIT - you may move it somewhere else though" style="position:fixed;bottom:10px;right:10px;font-size:10px;"><a href="https://cloudythms.tumblr.com/" title="theme by cloudythms" style="text-decoration:none;"></a></div>
  222.        
  223.     </body>
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement