Advertisement
Petra1999

BLOGROLL PAGE 02 | cloudythms.tumblr.com

Apr 2nd, 2017
2,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 7.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3.  
  4. <!-----------------------------------------------------------------------
  5.  
  6.  
  7.  
  8.   {   cloudythms
  9.            BLOGROLL PAGE 02 }
  10.            
  11.          
  12.   =>   https://cloudythms.tumblr.com/
  13.                - visit me if you have questions!
  14.  
  15.  
  16.  
  17.           == RULES ==
  18. - You may move, but not remove the credit
  19. - Leave this comment
  20. - Edit the rest as much as you want
  21. - Do not redistribute without permission / use as base
  22. - Do not claim as your own
  23.  
  24.  
  25.    If you're looking for the right place to
  26.    paste CSS code, simply Ctrl+F for "exampleclass"!
  27.  
  28.  
  29. ---------------------------------------------------------------------->
  30.  
  31.  
  32. <!-- Text that appears on the tab / browser window -->
  33. <title>Blogroll</title>
  34.  
  35. <link rel="shortcut icon" href="{Favicon}"/>
  36.  
  37.  
  38. <!-- ----------------------- DO NOT EDIT THIS CODE  --------------------- -->
  39.        
  40.         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41.     <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' />
  42.    
  43.    
  44. <!-- --------------------------- TOOLTIPS -------------------------- -->
  45.  
  46. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48. <script>
  49.     (function($){
  50.     $(document).ready(function(){
  51.     $("a[title]").style_my_tooltips({
  52.     tip_follows_cursor:true,
  53.      
  54.     /* Change your tooltip times here. */
  55.     tip_delay_time:30, /* put a higher number for more delay */
  56.     tip_fade_speed:400, /* put a higher number for a slower fade */
  57.     /* recommended: delay:10-100 fade:200-600 */
  58.      
  59.     attribute:"title"
  60.     });
  61.     });
  62.     })(jQuery);
  63. </script>
  64. <style>
  65.     .tooltip{
  66.         display: inline;
  67.         position: relative;
  68.     }
  69.     #s-m-t-tooltip {
  70.         max-width:300px;
  71.         border-radius: 0px;
  72.         padding:3px 4px 5px 4px;
  73.         margin:20px 7px -2px 20px;
  74.         background-color:#ffffff;
  75.         border:1px solid #E0E0E0;
  76.         border-radius: 5px 5px 5px 5px;
  77.         -moz-border-radius: 5px 5px 5px 5px;
  78.         -webkit-border-radius: 5px 5px 5px 5px;
  79.         font-family:calibri;
  80.         font-size:10px;
  81.         letter-spacing:1px;
  82.         text-transform:uppercase;
  83.         color:#000;
  84.         z-index:999999999999999999999999999999999999;
  85.     }
  86. </style>
  87.  
  88. <!-- ---------------------------------------------------------------- -->
  89. <!-- ----------------------- C S S - S T A R T ---------------------- -->
  90. <!-- ---------------------------------------------------------------- -->
  91. <style type="text/css">
  92.        
  93. /* ****************************** BASICS ****************************** */
  94.  
  95.     body {
  96.         padding:3%;
  97.         font-family:Open Sans, sans-serif;
  98.         font-size:11px;
  99.         color:black;
  100.     }
  101.    
  102.     .center {
  103.         position: absolute;
  104.         top:50%;
  105.         left:50%;
  106.         padding:15px;
  107.         -ms-transform: translateX(-50%) translateY(-50%);
  108.         -webkit-transform: translate(-50%,-50%);
  109.         transform: translate(-50%,-50%);
  110.     }
  111.    
  112.     blockquote{
  113.        border-left:2px solid #d3d3d3;
  114.        padding-left:10px;
  115.        margin-left:10px;
  116.     }
  117.        
  118.            
  119.     /* no ugly dotted border */
  120.     a, a:focus {
  121.         outline: 0;
  122.         text-decoration:none;
  123.         color:#d3b1d1;
  124.         font-weight:bold;
  125.     }
  126.    
  127.     /* <hr> style (divider) */
  128.     hr{
  129.         border: 0;
  130.         height: 1px;
  131.         background-image: linear-gradient(to right,
  132.             rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  133.     }
  134.    
  135.    
  136.     /* text selection style */
  137.     ::selection {
  138.       background: #d3d3d3;
  139.     }
  140.     ::-moz-selection {
  141.       background: #d3d3d3;
  142.     }
  143.    
  144.     body > iframe:first-child { display: none !important; } /* tumblr */
  145.      
  146.        
  147. /* ****************************** NAVIGATION ****************************** */
  148.  
  149.  
  150.     #title{
  151.         font-size:15px;
  152.         letter-spacing:1px;
  153.         text-transform:lowercase;
  154.         font-weight:bold;
  155.     }
  156.    
  157.     #navi {
  158.         padding-left:10px;
  159.         margin-top:-5px;
  160.         font-size:11px;
  161.         text-transform:lowercase;
  162.     }
  163.    
  164.     #navi a, #navi a:visited, #navi a:link, #navi a:active {
  165.        
  166.         color:black;
  167.         text-decoration:none;
  168.         letter-spacing:1px;
  169.         padding-right:10px;
  170.         font-weight:normal;
  171.        
  172.         transition: all 0.2s ease-in-out;
  173.         -webkit-transition: all 0.2s ease-in-out; /* Chrome & Safari */
  174.        -moz-transition: all 0.2s ease-in-out; /* Firefox */
  175.         -o-transition: all 0.2s ease-in-out; /* Opera */
  176.        
  177.         margin-bottom:20px;
  178.     }
  179.    
  180.     #navi a:hover {
  181.         text-decoration:none;
  182.         cursor:help;
  183.     }
  184.        
  185.                
  186. /* ************************** EVERYTHING ELSE ************************** */
  187.  
  188.  
  189.     #wrapper {
  190.         display:block;
  191.         width:715px;
  192.     }
  193.    
  194.     .category {
  195.         margin-bottom:30px;
  196.     }
  197.    
  198.     .category h1 {
  199.         padding-left:10px;
  200.         font-size:12px;
  201.         letter-spacing:1px;
  202.     }
  203.    
  204.     .category h2 {
  205.         margin-top:30px;
  206.         padding-left:10px;
  207.         font-size:10px;
  208.         letter-spacing:1px;
  209.     }
  210.    
  211.     .category b{
  212.         color:#d3b1d1;
  213.     }
  214.    
  215.     #wrapper a {
  216.         color:black;
  217.         display:inline-block;
  218.         font-weight:normal;
  219.     }
  220.    
  221.     .blog {
  222.         width:200px;
  223.         height:32px;
  224.         background-color:#fff;
  225.         padding:10px;
  226.         margin:5px;
  227.        
  228.         border-radius: 7px 7px 7px 7px;
  229.         -moz-border-radius: 7px 7px 7px 7px;
  230.         -webkit-border-radius: 7px 7px 7px 7px;
  231.         border: 1px solid #eee;
  232.        
  233.         -webkit-transition-duration: 0.2s;
  234.         transition-duration: 0.2s;
  235.         -webkit-transition-delay: 0s;
  236.         transition-delay: 0s;
  237.         -webkit-transition-timing-function: linear;
  238.         transition-timing-function: linear;
  239.     }
  240.    
  241.     .blog:hover {
  242.         background-color:#f7f7f7;
  243.         border-color:#eee;
  244.     }
  245.    
  246.     .blog img {
  247.         vertical-align:middle;
  248.         float:left;
  249.        
  250.         border-radius: 3px 3px 3px 3px;
  251.         -moz-border-radius: 3px 3px 3px 3px;
  252.         -webkit-border-radius: 3px 3px 3px 3px;
  253.         border: 0px solid #000000;
  254.     }
  255.    
  256.     .blog .info {
  257.         float:left;
  258.         padding-left:5px;
  259. max-width: 80%;
  260. white-space: nowrap;
  261. overflow: hidden;
  262.     }
  263.    
  264.     .blog .info br {
  265.         display: block;
  266.         margin-top:-10px;
  267.         content: " ";
  268.     }
  269.    
  270.     .blog b { /* url */
  271.         color:black;
  272.     }
  273.    
  274.     .blog p { /* name, age, pronouns */
  275.         display:inline-block;
  276.         font-style:italic;
  277.     }
  278.    
  279.     .c {
  280.         clear:both;
  281.     }
  282.        
  283.        
  284. /* ******************************* MORE ******************************* */
  285.  
  286.  
  287.  
  288.     /* add your own CSS code here */
  289.      
  290.     .exampleclass{
  291.         color:black;
  292.     }
  293.  
  294.  
  295. </style>
  296.  
  297. </head>
  298. <body>
  299.    
  300.  
  301.    
  302.    
  303.  
  304.    
  305. <div id="wrapper" class="center">
  306. <div class="category">
  307.    
  308.     <div>
  309.    
  310.     <h1>blogroll</h1>
  311.    
  312.     <div id="navi">
  313.         <a href="/">index</a>
  314.         <a href="/ask">contact</a>
  315.         <a href="/archive">archive</a>
  316.     </div>
  317.    
  318.     </div>
  319.    
  320.     <div style="max-height:575px;overflow-y:auto;">
  321.    
  322.     {block:Following}
  323.        
  324.         {block:Followed}
  325.         <a class="blog" href="{FollowedURL}">
  326.             <img src="{FollowedPortraitURL-30}">
  327.             <div class="info">
  328.             <b>{FollowedName}</b><br>
  329.             <p>{FollowedTitle}</p>
  330.             </div><div class="c"></div>
  331.         </a>
  332.         {/block:Followed}
  333.        
  334.     {/block:Following}
  335.    
  336.     </div>
  337.        
  338. </div>
  339. </div>
  340.  
  341.  
  342.    
  343. <!-- please don't touch this. thank you. -->
  344. <div style="position:fixed;bottom:10px;right:15px;font-size:12px;opacity:0.9;">
  345. <a href="https://cloudythms.tumblr.com/" title="theme by cloudythms"
  346. style="text-decoration:none;"></a></div>
  347. <!-- theme by https://cloudythms.tumblr.com/ -->
  348.  
  349.  
  350.        
  351. </body>
  352. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement