nymph

socials #01 - lune

Mar 16th, 2019
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5. LUNE
  6. socials page by @almacodes
  7.  
  8.  
  9. please leave the credit intact,
  10. & enjoy this page!!
  11.  
  12. any customization/troubleshooting asks
  13. can be answered @almacodes
  14.  
  15.  
  16. -->
  17.  
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. <title> links </title>
  23.  
  24. <link href="https://fonts.googleapis.com/css?family=Inconsolata|Source+Sans+Pro" rel="stylesheet">
  25.  
  26. <script src="https://use.fontawesome.com/5bbeb6aba5.js"></script>
  27. <link rel="stylesheet" href="http://static.tumblr.com/i5s2zks/6kOohwlux/pe-icon-7-stroke.css">
  28.  
  29. <style type="text/css">
  30.  
  31. .tmblr-iframe { display:none; } /*hides tumblr controls*/
  32.  
  33.  
  34. body {
  35. font-family:'Source Sans Pro', sans-serif;
  36. background:#fff; /* page bg color */
  37. color:#555; /* text color */
  38. cursor:default;
  39. font-size:11px;
  40. line-height:15px;
  41. -moz-osx-font-smoothing:grayscale;
  42. -webkit-font-smoothing:antialiased;
  43. font-smoothing:antialiased; }
  44.  
  45. a {
  46. color:#000; /* header icon color */
  47. cursor:copy;
  48. text-decoration:none;
  49. transition:all .4s ease;
  50. -webkit-transition:all .4s ease;
  51. -moz-transition:all .4s ease;
  52. -o-transition:all .4s ease;}
  53.  
  54. a:hover { text-decoration:none; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -o-transition:all .4s ease;
  55. color:#f7b9ce; /* header icon hover */
  56. }
  57.  
  58. /* scrollbar */
  59. ::-webkit-scrollbar{height:3px;width:2px;background:inherit;}
  60. ::-webkit-scrollbar-thumb {background-color:#f7b9ce;}
  61. ::-webkit-scrollbar-track {background:inherit;}
  62. #s-m-t-tooltip{ position:absolute;font-family:calibri;margin:10px;font-size:9px;color:#444;max-width:250px;text-transform:uppercase;letter-spacing:1px;z-index:999999999999;background:#fff;border:1px solid #eee;padding:2px 5px 2px 5px; }
  63.  
  64.  
  65.  
  66. /* header */
  67. .head { width:300px; /* header width */
  68. margin:70px auto; padding:15px; background-color:#fafafa;border-radius:7px;
  69.  
  70. border-bottom:2px solid #f7b9ce; /* header border color */}
  71.  
  72. .head b { font-weight:bold; font-size:14px;border-bottom:2px solid #f7b9ce;width:500px; margin:10px;font-family:inconsolata;}
  73.  
  74. .head p { margin:10px 10px 10px; }
  75. .head a { font-size:14px;margin:0px 30px 0px 10px;}
  76.  
  77. /* link boxes */
  78.  
  79. .box { width:330px; /* [header width] + 30 = box width */
  80. margin:80px auto 70px;height:150px;}
  81. .box img {width:100%;border-radius:7px;height:150px;background-color:#fafafa;
  82.  
  83. border-bottom:3px solid #f7b9ce; /* image border color */
  84.  
  85. object-fit:cover; object-position: 0 50%;}
  86. .box img { opacity:1; display:block; width:100%; transition:.5s ease; backface-visibility:hidden;}
  87. .title { transition: .5s ease; opacity: 0.7;position: relative;margin-top:-75px;left: 50%;max-width:35%;transform: translate(-50%, -50%);text-align:center;line-height:16px;}
  88. .box:hover img { opacity: 0.3;}
  89. .box:hover .title { opacity: 0; transition: .3s ease;}
  90. .box:hover .back {opacity:0.7; transition: .3s ease;}
  91. .text { background-color:white;color:black;font-size:16px;padding:16px;font-family:inconsolata;}
  92. .back { transition: .5s ease;opacity: 0;position: relative; margin-top:-50px; left: 50%;width:35%;transform: translate(-50%, -50%);text-align: center; }
  93. .w { background-color: white;color: black;font-size: 11px;padding: 16px }
  94.  
  95. </style>
  96. </head>
  97. <body>
  98.  
  99. <!-- header -->
  100.  
  101. <div class="head">
  102.  
  103. <b> socials </b><br>
  104. <p>
  105. few things to note: 1. try to pick images where the focal point is in the vertical center, 2. keep titles to one word, 3. enjoy! :-)
  106. </p>
  107. <!-- header icon links -->
  108. <a href="/" title="blog"><i class="pe-7s-home"></i></a>
  109. <a href="/ask" title="ask"><i class="pe-7s-mail"></i> </a>
  110. <a href="http://tumblr.com" title="dash"><i class="pe-7s-keypad"></i></a>
  111. <!-- do not remove this link! -->
  112. <a href="http://almacodes.tumblr.com" title="theme"><i class="pe-7s-light"></i></a>
  113. </div>
  114.  
  115.  
  116.  
  117. <!-- begin boxes -->
  118.  
  119. <div class="box">
  120. <a href="your url here">
  121. <img src="image url here">
  122.  
  123. <div class="title">
  124. <div class="text">title</div>
  125. </div>
  126. <div class="back">
  127. <div class="w">here's a quick description of this link, visible when you hover over the box.</div>
  128. </div> </a>
  129. </div>
  130.  
  131.  
  132.  
  133.  
  134. <!-- to add more boxes, copy this section and paste beneath the last </div> from the previous box -->
  135.  
  136. <div class="box">
  137. <a href="your url here">
  138. <img src="image url here">
  139.  
  140. <div class="title">
  141. <div class="text">title</div>
  142. </div>
  143. <div class="back">
  144. <div class="w">here's a quick description of this link, visible when you hover over the box.</div>
  145. </div> </a>
  146. </div>
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. <!-- end boxes -->
  154.  
  155. <!-- scripts-->
  156. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  157. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  158. <script>
  159. (function($){
  160. $(document).ready(function(){
  161. $("a[title]").style_my_tooltips({
  162. tip_follows_cursor:true,
  163. tip_delay_time:90,
  164. tip_fade_speed:600,
  165. attribute:"title"
  166. });
  167. });
  168. })(jQuery);
  169. </script>
  170. <nym class="nm"><a href="http://almacodes.tumblr.com" class="span" title="theme &copy">A</a></nym>
  171. <link rel="stylesheet" href="https://static.tumblr.com/xqlpltm/stvpohgnd/cielo.css">
  172. </body>
  173. </html>
Advertisement
Add Comment
Please, Sign In to add comment