pegasusthemes

page 06 // harmonia

Apr 26th, 2018 (edited)
3,286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- THEME BY @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. - the grid/filter effect was created with the tutorial by @cyantists
  16.  
  17. - art credit goes to @polydeuce
  18.  
  19. ---------------------------------------------------------------------->
  20.  
  21. <title>members</title><link rel="shortcut icon" href="{Favicon}"> <!-- change (tab) title here -->
  22.  
  23. <!---- SCRIPT - DO NOT TOUCH ---->
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Arapey|Karla|Lora|PT+Serif|Playfair+Display|Quicksand" rel="stylesheet"><link rel="stylesheet" type="text/css" href="//venusthms.github.io/pages/harmonia/style.css">
  26. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//venusthms.github.io/pages/harmonia/filter.js"></script>
  27. <script src="https://static.tumblr.com/xd6ujov/9Rpouml9f/imagesloaded.pkgd.min.js"></script><script src="//venusthms.github.io/pages/harmonia/masonry.js"></script>
  28.  
  29. <link href="https://static.tumblr.com/4gatuv1/X8Poxwvz8/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  30. <script src="https://static.tumblr.com/4gatuv1/Aneoxwvz8/jquery.style-my-tooltips.js"></script>
  31. <script>
  32. !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);
  33. </script>
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. /* tooltips */
  39.  
  40. #s-m-t-tooltip {
  41. max-width: 250px;
  42. margin:24px 14px 7px 12px;
  43. padding:5px 8px;
  44. background: #fff;
  45. border-radius:2px;
  46. font-family: 'karla';
  47. letter-spacing: 1px;
  48. font-size:10px;
  49. color:#000;
  50. box-shadow: none;
  51. }
  52.  
  53. /* scrollbar */
  54.  
  55. ::-webkit-scrollbar {
  56. width:5px;
  57. height:17px;
  58. background-color: #fff;
  59. }
  60. ::-webkit-scrollbar-track {
  61. background-color: #fff;
  62. }
  63. ::-webkit-scrollbar-thumb {
  64. background-color: rgba(252, 201, 201, .4);
  65. min-height:24px;
  66. min-width:24px;
  67. }
  68.  
  69. /* selection */
  70.  
  71. ::-moz-selection { background:#eee;color:#000; }
  72. ::selection { background:#eee;color:#000; }
  73.  
  74. /* general */
  75.  
  76. body {
  77. background: #fff; /* page background */
  78. font-family: 'lora'; /* font */
  79. cursor: default;
  80. overflow-x:hidden;
  81. }
  82.  
  83. /* accent color */
  84.  
  85. h1, .button:hover,.button.selected, .content a {
  86. background: rgba(252, 201, 201, .3);
  87. }
  88.  
  89. a:hover, .item a:hover {
  90. color: #C39B9B; /* links hover colour */
  91. }
  92.  
  93. /* header */
  94.  
  95. .header {
  96. background: inherit;
  97. }
  98.  
  99. h1 { /* title */
  100. font-family: 'quicksand';
  101. font-size: 16px;
  102. letter-spacing: 2px;
  103. color: #444;
  104. }
  105.  
  106. .links, .desc, .filters { /* other text */
  107. font-size: 11px;
  108. }
  109.  
  110. /* members */
  111.  
  112. .item, .item a {
  113. color: #444; /* text color*/
  114. }
  115.  
  116. h2 { /*title*/
  117. font-size: 13px;
  118. }
  119.  
  120. .content { /*description*/
  121. font-size: 12px;
  122. text-align: left;
  123. }
  124.  
  125. .content a:hover { /* link hover background*/
  126. background: none;
  127. }
  128.  
  129. </style>
  130. </head>
  131.  
  132. <body>
  133.  
  134. <!--- header ---->
  135. <div class="header">
  136. <div class="headercontent">
  137. <h1>members</h1> <!--- here goes your title ---->
  138. <div class="links">
  139. <a href="/">back</a>
  140. <a href="/ask">ask</a>
  141. <a href="/">join</a>
  142. <a href="/">link</a>
  143. <!--- copy & paste as needed ---->
  144. </div>
  145.  
  146. <!--- if you don't want filters: delte from here ---->
  147. <div class="filters">
  148. <div class="button selected" filter="item">everything</div>
  149. <div class="button" filter="filter1">filter one</div>
  150. <div class="button" filter="filter2">filter two</div>
  151. <!--- copy & paste as needed ---->
  152. </div>
  153. <!--- until here ---->
  154.  
  155. <p class="desc">here goes your description. make sure that you don't make it too long.</p>
  156. </div></div>
  157.  
  158.  
  159. <!--- members section starts
  160. - replace filter1/filter2/etc (after 'item') with the filter names you set above(<div class="button" filter="THISISYOURFILTERNAME">filter one</div>)
  161. - IMPORTANT: do not delete 'item' !
  162.  
  163. layout:
  164.  
  165. <div class="item here goes your filters">
  166. <img src="IMAGEURL"></img>
  167. <h2>Title</h2>
  168. <p class="content">description <a href="/link">blogtitle/name</a></p>
  169. </div>
  170.  
  171. ---->
  172. <div class="grid">
  173.  
  174.  
  175. <div class="item filter1">
  176. <img src="https://78.media.tumblr.com/12407d6b680ca2cedb63f8a888dc122f/tumblr_p7izt5ZHZA1vvb2yko3_1280.png"></img>
  177. <h2>title here</h2>
  178. <p class="content">put some text here. <a href="blogurl">name</a></p>
  179. </div>
  180.  
  181. <div class="item filter2">
  182. <img src="https://78.media.tumblr.com/47f44de4a429cb70258197652086e363/tumblr_p6t82ooE7V1vvb2yko2_1280.png"></img>
  183. <h2>title here</h2>
  184. <p class="content">put some text here. <a href="blogurl">name</a></p>
  185. </div>
  186.  
  187. <!----- DO NOT EDIT AFTER THIS LINE ---->
  188. </div>
  189. <div class="vt"><a href="https://venusthms.tumblr.com/" title="venusthms"><img src="https://i.imgur.com/PxFLRpM.png"></img></a></div>
  190.  
  191.  
  192. </body>
  193. </html>
Add Comment
Please, Sign In to add comment