pegasusthemes

page 03 // hera

Mar 2nd, 2018
1,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- THEME BY @LEEJORDAN / @VENUSTHMS
  5. do not remove the credit
  6.  
  7. -------------------------------------------------------------------------
  8.  
  9. - terms of use: venusthms.tumblr.com/terms
  10.  
  11. - message me if you got any problems or questions about the code
  12.  
  13. - you'll find instructions about customization through out the code
  14.  
  15. ---------------------------------------------------------------------->
  16.  
  17. <title>blogroll</title><link rel="shortcut icon" href="{Favicon}"> <!-- change (tab) title here -->
  18.  
  19. <!---- SCRIPT - DO NOT TOUCH ---->
  20.  
  21. <link href="https://fonts.googleapis.com/css?family=Karla|Montserrat|Playfair+Display|Quicksand|Raleway" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Lora|PT+Serif|Quattrocento" rel="stylesheet"><link rel="stylesheet" type="text/css" href="//dl.dropbox.com/s/czl0ybkr30aqq72/style.css">
  22.  
  23. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  24. <script src="https://static.tumblr.com/xd6ujov/9Rpouml9f/imagesloaded.pkgd.min.js"></script>
  25. <script src="https://static.tumblr.com/f6blkfc/3khouzw5b/masonry.pkgd.min.js"></script>
  26. <link href="https://static.tumblr.com/4gatuv1/X8Poxwvz8/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  27. <script src="https://static.tumblr.com/4gatuv1/Aneoxwvz8/jquery.style-my-tooltips.js"></script>
  28.  
  29. <script>
  30. !function(t){t(document).ready(function(){t("a[title]").style_my_tooltips({tip_follows_cursor:!0,tip_delay_time:200,tip_fade_speed:300})})}(jQuery);
  31. </script>
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. /* tooltips */
  37.  
  38. #s-m-t-tooltip {
  39. max-width: 250px;
  40. margin:24px 14px 7px 12px;
  41. padding:5px 8px;
  42. background: #fff;
  43. border-radius:2px;
  44. font-family: 'karla';
  45. letter-spacing: 1px;
  46. font-size:11px;
  47. color:#000;
  48. box-shadow: none
  49. }
  50.  
  51. /* selection */
  52.  
  53. ::-moz-selection { background:#eee;color:#000; }
  54. ::selection { background:#eee;color:#000; }
  55.  
  56. /* general */
  57.  
  58. body {
  59. background: #F6F6F6; /* page background color*/
  60. cursor:default;
  61. }
  62.  
  63. /* sidebar*/
  64.  
  65. .side {
  66. background-color: #fff; /* sidebar background */
  67. }
  68.  
  69. .side h1 { /* title */
  70. font-family: 'Playfair Display';
  71. font-size: 16px;
  72. }
  73.  
  74. .desc, .links, .filters { /* links + desc */
  75. font-family: 'karla';
  76. font-size: 11px;
  77. }
  78.  
  79. /* blogroll*/
  80.  
  81. .person { /* container */
  82. height: 60px;
  83. border-radius: 4px; /* delete this if you want sharp edges */
  84. background: #fff;
  85. }
  86.  
  87. .blogname { /* blog url */
  88. font-family: 'Playfair Display';
  89. font-size: 14px;
  90. }
  91.  
  92. .subtitle { /* blog title */
  93. font-family: 'karla';
  94. font-size: 11px;
  95. text-align: left;
  96. }
  97.  
  98. /* links */
  99.  
  100. a {
  101. color: #000;
  102. text-decoration: none;
  103. cursor: help;
  104. }
  105.  
  106. a:hover {
  107. color: #C39B9B; /* links hover colour */
  108. }
  109.  
  110. </style>
  111. </head>
  112. <body>
  113.  
  114. <!--- sidebar -->
  115.  
  116. <div class="side">
  117. <img src="{PortraitURL-64}"></img> <!-- replace {PortraitURL-64} with a image url if you don't want your icon there -->
  118. <h1>page title;</h1>
  119. <p class="desc">here goes a description or a quote. it looks best if it's three lines long.</p>
  120.  
  121. <div class="links">
  122. <a href="/">back</a>
  123. <a href="/ask">message</a>
  124. <a href="/">link</a>
  125. <a href="/">link</a>
  126. </div>
  127. </div>
  128.  
  129. <!--- blogroll starts: you don't need to edit this (if you want to remove the hover effect delte 'hvr-shrink') --->
  130. <div class="grid">
  131. <div class="item">
  132. {block:Following}{block:Followed}<div class="person hvr-shrink"><img border='0' src='{FollowedPortraitURL-64}' />
  133. <div class="blogname"><a href="{FollowedURL}">{FollowedName}</a>;</div>
  134. <div class="subtitle">{FollowedTitle}</div>
  135. </div>{block:Followed}{/block:Following}
  136. </div>
  137. </div>
  138. <!--- blogroll ends --->
  139.  
  140.  
  141. <!----- credit: DO NOT REMOVE OR EDIT ---->
  142. <div class="vt"><a href="https://venusthms.tumblr.com/" title="venusthms"><img src="https://i.imgur.com/PxFLRpM.png"></img></a></div>
  143. </body>
  144. </html>
Advertisement
Add Comment
Please, Sign In to add comment