Advertisement
nymph

about #01: helium

Dec 30th, 2016
1,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5. about page by andrea @nymphthemes
  6.  
  7. please keep the credit! thats all i ask, and this
  8. page is yours to use for free!
  9.  
  10.  
  11. To begin customizing the colors, etc. press ctrl+f or cmd+f
  12. and type ' e:' (with the space before the e).
  13. -->
  14.  
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <title>about</title> <!-- e: title-->
  20.  
  21. <link href="https://fonts.googleapis.com/css?family=Inconsolata|Source+Sans+Pro" rel="stylesheet">
  22.  
  23. <link rel="stylesheet" href="http://static.tumblr.com/i5s2zks/6kOohwlux/pe-icon-7-stroke.css">
  24.  
  25. <style type="text/css">
  26.  
  27. .tmblr-iframe { display:none; }
  28.  
  29.  
  30. body {
  31. font-family:'Source Sans Pro', sans-serif;
  32. background:#fcfcfc; /* e: page background color */
  33. color:#555; /* e: text color */
  34. font-size:11.5px;
  35. line-height:15px;
  36. -moz-osx-font-smoothing:grayscale;
  37. -webkit-font-smoothing:antialiased;
  38. font-smoothing:antialiased; }
  39.  
  40. a {
  41. color:#000; /* e: links color */
  42. text-decoration:none;
  43. transition:all .4s ease;
  44. -webkit-transition:all .4s ease;
  45. -moz-transition:all .4s ease;
  46. -o-transition:all .4s ease;}
  47.  
  48. a:hover { 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. color:#c4cfe6; /* e: links hover color */ }
  54.  
  55. h1 { font-size:16px;font-weight:normal; font-family:'Inconsolata';text-transform:capitalize;}
  56.  
  57. h1:after {
  58. content:"";
  59. display:block;
  60. margin:5px -1px;
  61. height:2px;
  62. width:70px;
  63. background:#deeaeb; /* e: title underline color */}
  64.  
  65. h2 { font-size:16px;font-weight:normal; font-family:'Inconsolata';text-transform:capitalize; }
  66. h2:after {
  67. content:"";
  68. display:block;
  69. margin:5px 10px;
  70. height:2px;
  71. width:40px;
  72. text-align:left!important;
  73. background:#deeaeb; /* e: title underline color */}
  74.  
  75.  
  76. /* scrollbar */
  77. ::-webkit-scrollbar{height:3px;width:2px;background:inherit;}
  78. ::-webkit-scrollbar-thumb {background-color:#deeaeb; /* e: scrollbar color */}
  79. ::-webkit-scrollbar-track {background:inherit;}
  80.  
  81. /* tooltips */
  82. #s-m-t-tooltip{ position:absolute;font-family:calibri;margin:15px;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; }
  83.  
  84.  
  85. .nm { background-color:#fff;font-size:12px;position:fixed!important;bottom:25px;right:25px;z-index:10;text-align:center;padding:4px; width:17px; height:17px;text-decoration:none; color:#000;}
  86. .nm a { color:#000; text-decoration:none;}
  87. .nm a:hover { color:#aaa; text-decoration:none; border-bottom:1px solid #abcdef;}
  88.  
  89.  
  90.  
  91. #box, #this { width:400px; margin:0px auto; overflow-y:scroll; background-color:#fff /* e:about box background*/; padding:10px;line-height:170%; border-bottom:1px solid #efefef;}
  92. #box { padding-bottom:10px;max-height:300px; min-height:300px; }
  93. #this { min-height:100px; max-height:200px; overflow-y:scroll;margin-top:10px;}
  94. section { margin:50px auto; width:400px;}
  95.  
  96. #this img { border-radius:100%; height:70px; width:70px; display:block;margin-bottom:10px;}
  97.  
  98. #box img { height:110px; padding-right:15px; padding-bottom:10px;}
  99.  
  100. .qa label { font-size:12px; text-transform:capitalize; font-family:'Inconsolata'; color:#c4cfe6 /* e: questions color*/;}
  101. .qa label:after { content:":"; padding-left:1px; padding-right:4px;}
  102. .qa { color:#aaa/* e: answers color */;text-transform:capitalize;}
  103.  
  104. #this a { display:inline; padding:0px 2.5px 0px 2.5px;}
  105. #this a:after { content:"•"; color: #cadfeb; padding-left:5px;}
  106. #this a:last-child:after { content:"";}
  107. #this center { width:200px; margin:0 auto;}
  108.  
  109. .back a { color:#888 /* e: return link color */; font-size:10px; padding:20px 10px 10px 10px}
  110. .back a:hover { color:#cadfeb;}
  111.  
  112. </style>
  113. </head>
  114. <body>
  115.  
  116. <div class="back">
  117. <a href="/"><i class="fa fa-angle-left"></i> &nbsp;&nbsp;BACK TO BLOG</a>
  118. </div>
  119.  
  120. <section>
  121. <div id="box">
  122. <h1>about the blogger</h1>
  123. <img src="image url" align="left">
  124. <div class="qa">
  125. <!-- feel free to add/delete labels! -->
  126. <label>name</label> ?
  127. <br><label>location</label> ?
  128. <br><label>Birthday</label> ?
  129. <br><label>pronouns</label> ?
  130. <br><label>nationality</label> ?
  131. <br><label>status</label> ?
  132. </div>
  133. <br>
  134. This is your about! Add this tag: </p> for a big line break, or you can just use <br><br>
  135. Write anything you want.
  136.  
  137. </div>
  138.  
  139. <div id="this">
  140. <center>
  141. <img src="image url"><!-- square image is reccomended (ie, icon)-->
  142. <h2>social media</h2>
  143. <a href="url">instagram</a>
  144. <a href="url">twitter</a>
  145. <a href="url">goodreads</a>
  146. <a href="url">facebook</a>
  147. <a href="url">pinterest</a>
  148. <a href="url">ao3</a>
  149. <br>
  150. </center>
  151. </div>
  152.  
  153.  
  154. </section>
  155.  
  156. <a href="http://nymphthemes.tumblr.com" title="theme &copy;" class="nm">N.</a>
  157.  
  158.  
  159. <!-- tooltips -->
  160. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  161.  
  162. <script>
  163. (function($){
  164. $(document).ready(function(){
  165. $("a[title]").style_my_tooltips({
  166. tip_follows_cursor:true,
  167. tip_delay_time:30,
  168. tip_fade_speed:300,
  169. attribute:"title"
  170. });
  171. });
  172. })(jQuery);
  173. </script>
  174.  
  175. </body>
  176. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement