Advertisement
pegasusthemes

page 04 // calypso

Mar 12th, 2018 (edited)
1,587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 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. - I'm using the honeybee icon font by @suiomi on this page
  12.  
  13. - message me if you got any problems or questions about the code
  14.  
  15. - icon font https://suiomi.com/font#_=_
  16.  
  17. - you'll find instructions about customization through out the code
  18.  
  19. ---------------------------------------------------------------------->
  20.  
  21. <title>about</title><link rel="shortcut icon" href="{Favicon}"> <!-- change (tab) title here -->
  22.  
  23. <!---- SCRIPT - DO NOT TOUCH ---->
  24.  
  25. <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Karla|Montserrat|Playfair+Display|Quicksand|Raleway" rel="stylesheet"><link rel="stylesheet" type="text/css" href="//dl.dropbox.com/s/x588bjvxik63gsp/style.css">
  26. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  27.  
  28. <link href="https://static.tumblr.com/4gatuv1/X8Poxwvz8/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  29. <script src="https://static.tumblr.com/4gatuv1/Aneoxwvz8/jquery.style-my-tooltips.js"></script>
  30. <script>
  31. !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);
  32. </script>
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. /* tooltips */
  38.  
  39. #s-m-t-tooltip {
  40. max-width: 250px;
  41. margin:24px 14px 7px 12px;
  42. padding:5px 8px;
  43. background: #fff;
  44. border-radius:2px;
  45. font-family: 'Karla';
  46. letter-spacing: 1px;
  47. font-size:11px;
  48. color:#000;
  49. box-shadow: none;
  50. }
  51.  
  52. /* scrollbar */
  53.  
  54. ::-webkit-scrollbar {
  55. width:4px;
  56. height:0;
  57. background-color: #F6F6F6;
  58. }
  59. ::-webkit-scrollbar-track {
  60. background-color: #F6F6F6;
  61. border-radius: 10px;
  62. }
  63. ::-webkit-scrollbar-thumb {
  64. background-color: #8DD6FA;
  65. min-height:30px;
  66. min-width:24px;
  67. border-radius: 10px;
  68. }
  69.  
  70. /* selection */
  71.  
  72. ::-moz-selection { background:#eee;color:#000; }
  73. ::selection { background:#eee;color:#000; }
  74.  
  75. /* gradient
  76. replace:
  77. #a8edea = first gradient color
  78. #fed6e3 = second gradient color */
  79. body {
  80. background: #a8edea; /* for broweser that don't support gradients */
  81. background: -moz-linear-gradient(-45deg, #a8edea 0%, #fed6e3 100%);
  82. background: -webkit-linear-gradient(-45deg, #a8edea 0%,#fed6e3 100%);
  83. background: linear-gradient(135deg, #a8edea 0%,#fed6e3 100%);
  84. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8edea', endColorstr='#fed6e3',GradientType=1 );
  85. background-attachment:fixed;
  86. }
  87.  
  88. /* container */
  89.  
  90. .container {
  91. border-radius: 5px; /* delete this if you want sharp edges*/
  92. background: #f6f6f6;
  93. }
  94.  
  95. /* wave header */
  96.  
  97. .header {
  98. background: lighten(#F6C5E6, 10%); /* color of the last wave */
  99. }
  100.  
  101. .wave.-two {
  102. opacity: .1;
  103. animation: drift 7000ms infinite linear;
  104. background: #F6C5E6 /* color of the last wave */
  105. }
  106.  
  107. .wave {
  108. background: #44BCF8; /* color of the first + second wave */
  109. }
  110.  
  111. /* title */
  112.  
  113. .title {
  114. font-family: 'quicksand';
  115. font-size: 24px;
  116. color: #fff;
  117. }
  118.  
  119. /* navigation */
  120.  
  121. .linkss {
  122. font-family: 'quicksand';
  123. font-size: 10px;
  124. }
  125.  
  126. .linkss a {
  127. color: #fff;
  128. background: none;
  129. }
  130.  
  131. /* text section */
  132.  
  133. .text {
  134. text-align: justify;
  135. font-family: 'karla';
  136. font-size: 12px;
  137. color: #000;
  138. }
  139.  
  140. /* facts section */
  141.  
  142. .facts {
  143. font-family: 'karla';
  144. font-size: 12px;
  145. }
  146.  
  147. .facts span { /* left part */
  148. background: #7AD0FB;
  149. color: #fff;
  150. }
  151.  
  152. /* circle section */
  153.  
  154. .circle {
  155. background: #8DD6FA;
  156. }
  157.  
  158. .circle p { /* circle text */
  159. font-family: 'karla';
  160. font-size: 10px;
  161. color: #fff;
  162. }
  163.  
  164. .circle .th { /* circle icons */
  165. color: #fff;
  166. }
  167.  
  168. /* links */
  169.  
  170. a {
  171. text-decoration: none;
  172. padding: 1px;
  173. cursor: help;
  174. border-radius: 3px;
  175. background: #8DD6FA;
  176. color: #000;
  177. }
  178.  
  179. a:hover {
  180. background: #f6f6f6;
  181. color: #8DD6FA;
  182. }
  183.  
  184. </style>
  185. </head>
  186. <body>
  187.  
  188. <div class="container">
  189.  
  190. <!---- header: don't edit the wave part ----->
  191. <div class="header">
  192. <div class='wave -one'></div>
  193. <div class='wave -two'></div>
  194. <div class='wave -three'></div>
  195. <div class='title'>about the blogger</div> <!-- title goes here -->
  196. <div class="linkss"> <!-- navigation links here, don't add more -->
  197. <a href="/">home</a>
  198. <a href="/ask">message</a>
  199. <a href="/">link</a>
  200. </div>
  201. </div>
  202.  
  203. <!----- here goes your text ------->
  204. <div class="text">
  205. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
  206. </div>
  207.  
  208. <!---- facts section ----->
  209. <div class="facts">
  210. <span>name:</span> <em>[name]</em>
  211. <span>pronouns:</span> <em>[pronouns]</em>
  212. <span>age:</span> <em>[age]</em>
  213. <span>location:</span> <em>[location]</em>
  214. <span>hogwarts:</span> <em>[house]</em>
  215. <span>occupation:</span> <em>[occupation]</em>
  216. <!--- copy & paste as needed ---->
  217. </div>
  218.  
  219. <!---- circle section: get more icons at https://suiomi.com/font#_=_ ----->
  220. <div class="circles">
  221. <div class="circle"><span class="th th-crystal-ball-o"></span><p>[something]</p></div>
  222. <div class="circle"><span class="th th-mountain-o"></span><p>[something]</p></div>
  223. <div class="circle"><span class="th th-pizza-o"></span><p>[something]</p></div>
  224. <!--- copy & paste as needed ---->
  225. </div>
  226.  
  227. </div>
  228.  
  229. <!----- credit: DO NOT REMOVE OR EDIT ---->
  230. <div class="vt"><a href="https://venusthms.tumblr.com/" title="venusthms"><img src="https://i.imgur.com/PxFLRpM.png"></img></a></div>
  231. </body>
  232. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement