pegasusthemes

page 10 // hippolyta

Jul 19th, 2018 (edited)
1,985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 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. - I'm using the slick carousel on this page https://kenwheeler.github.io/slick/
  16.  
  17. ---------------------------------------------------------------------->
  18.  
  19. <title>members</title> <!-- change (tab) title here -->
  20. <link rel="shortcut icon" href="{Favicon}">
  21.  
  22. <!---- SCRIPT - DO NOT TOUCH ---->
  23.  
  24. <link href="https://fonts.googleapis.com/css?family=Karla|Montserrat|Playfair+Display|Quicksand|Raleway" rel="stylesheet"><link rel="stylesheet" type="text/css" href="//venusthms.github.io/pages/hippolyta/slick.css"><link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"><link rel="stylesheet" type="text/css" href="//venusthms.github.io/pages/hippolyta/style.css"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//venusthms.github.io/pages/hippolyta/slick.min.js"></script>
  25.  
  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><script>!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);</script>
  28.  
  29. <!--- you can find more settings for the carousel at https://kenwheeler.github.io/slick/ (i wouldn't recommend to play with the settings unless you have a knowledge about js/css/html) ---->
  30. <script type="text/javascript">
  31. $(document).ready(function(){
  32. $('.content').slick({
  33. infinite: true,
  34. slidesToShow: 4,
  35. slidesToScroll: 1,
  36. swipeToSlide: true,
  37. variableWidth: true,
  38. centerMode: true,
  39. prevArrow: $('.prev'),
  40. nextArrow: $('.next')
  41. });
  42. });
  43. </script>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. /* tooltips */
  49.  
  50. #s-m-t-tooltip {
  51. max-width: 250px;
  52. margin:24px 14px 7px 12px;
  53. padding:2px 4px;
  54. background: #fff;
  55. font-family: 'karla';
  56. letter-spacing: 1px;
  57. font-size:11px;
  58. color:#000;
  59. box-shadow: none;
  60. }
  61.  
  62. /* scrollbar */
  63.  
  64. ::-webkit-scrollbar {
  65. width:5px;
  66. height:17px;
  67. background-color: #F6F6F6;
  68. }
  69. ::-webkit-scrollbar-track {
  70. background-color: #F6F6F6;
  71. }
  72. ::-webkit-scrollbar-thumb {
  73. background-color: #fff;
  74. min-height:24px;
  75. min-width:24px;
  76. }
  77.  
  78. /* selections */
  79.  
  80. ::-moz-selection { background:#f6f6f6; color:#000; }
  81. ::selection { background:#f6f6f6; color:#000; }
  82.  
  83. /* general */
  84.  
  85. body {
  86. cursor: default;
  87. background: #fff;
  88. font-size: 12px;
  89. font-family: 'karla'; /* font family */
  90. }
  91.  
  92. /* header */
  93.  
  94. .header {
  95. bottom: 400px; /* position from top */
  96. text-align: center;
  97. }
  98.  
  99. h1 { /*title */
  100. text-transform: uppercase;
  101. font-weight: normal;
  102. font-size: 20px;
  103. box-shadow: 0 -8px 0 #f9e5ef inset; /* underline */
  104. }
  105.  
  106. .nav a { /* link boxes */
  107. border: 1px solid #555;
  108. border-radius: 3px;
  109. }
  110.  
  111. .nav a:hover { /* link boxes hover*/
  112. background: #f9e5ef;
  113. }
  114.  
  115. /* members */
  116.  
  117. .member {
  118. height: 250px;
  119. width: 250px;
  120. }
  121.  
  122. .member img {
  123. height: 250px;
  124. width: 250px;
  125. }
  126.  
  127. .hovern { /* hover info */
  128. height: 250px;
  129. width: 250px;
  130. text-align: center;
  131. background: #f8f0ef;
  132. }
  133.  
  134. .hovern h2 { /* name */
  135. font-weight: normal;
  136. text-transform: uppercase;
  137. }
  138.  
  139. .quote { /* text */
  140. text-align: center;
  141. }
  142.  
  143. /* links */
  144.  
  145. .desc a {/* header text links */
  146. box-shadow: 0 -11px 0 #f9e5ef inset;
  147. }
  148.  
  149. .desc a:hover {/* header text links hover*/
  150. color: #000;
  151. box-shadow: 0 -4px 0 #f9e5ef inset;
  152. }
  153.  
  154. a { /* other links */
  155. color: #000;
  156. text-decoration: none;
  157. cursor: help
  158. }
  159.  
  160. a:hover { /* other links hover */
  161. color: #C39B9B; /* links hover colour */
  162. }
  163.  
  164. </style>
  165. </head>
  166.  
  167. <body>
  168.  
  169. <!---- header ----->
  170. <div class="header">
  171. <h1>title</h1>
  172. <p class="desc">here goes your description.</p>
  173. <div class="nav">
  174. <a href="/" title="return"></a>
  175. <a href="/ask" title="ask"></a>
  176. <a href="/" title="link"></a>
  177. <a href="/" title="link"></a>
  178. </div>
  179. </div>
  180.  
  181. <!---- members start
  182. - how many members are shown on the screen depends on your screensize
  183. - IMPORTANT: if you have too less members on this page it will look weird
  184. - template:
  185.  
  186. <div class="member"><div class="hovern">
  187. <h2>name</h2>
  188. <a class="url" href="/">@username</a>
  189. <p class="quote">description</p></div>
  190. <img src="IMGURL"></img>
  191. </div>
  192. ----->
  193. <div class="next"><i class="fa fa-angle-right" aria-hidden="true"></i></div>
  194. <div class="content">
  195.  
  196. <div class="member"><div class="hovern">
  197. <h2>name</h2>
  198. <a class="url" href="/">@username</a>
  199. <p class="quote">description</p></div>
  200. <img src="https://78.media.tumblr.com/f57440ae0b7c199b9a4856b828c4f2f8/tumblr_p9h03aDyBr1vvb2yko3_r1_1280.png"></img>
  201. </div>
  202.  
  203.  
  204. <!----- DO NOT EDIT AFTER THIS LINE ---->
  205. </div><div class="prev"><i class="fa fa-angle-left" aria-hidden="true"></i></div><div class="vt"><a href="https://venusthms.tumblr.com/" title="venusthms"><img src="https://i.imgur.com/PxFLRpM.png"></img></a></div>
  206.  
  207. </body>
  208. </html>
Add Comment
Please, Sign In to add comment