sappho

theme i / astrid

Sep 26th, 2018
942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5.  
  6. theme by @sapphothemes / do not remove credit
  7.  
  8.  
  9.  
  10. -->
  11.  
  12.  
  13. <head>
  14.  
  15. <title>TITLE</title> <!-- shortcut title -->
  16.  
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Cabin:500|Karla:400,400i|Raleway:700" rel="stylesheet">
  24.  
  25.  
  26. <style type="text/css">
  27.  
  28. *, body, a, a:hover { cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto; } /* cursor */
  29.  
  30. /* tooltips */
  31.  
  32. ::-webkit-scrollbar {
  33. width: 5px;
  34. border-radius:15%;
  35. }
  36.  
  37. ::-webkit-scrollbar-track {
  38. background: {background};
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb {
  42. background: #e3e3e3;
  43. }
  44.  
  45. ::selection {
  46. color: #fff;
  47. background: #b6b6b6;
  48. }
  49.  
  50.  
  51. body {
  52. z-index:1;
  53. background:#fff; /* background */
  54. padding-left:5%;
  55. }
  56.  
  57. h1 {
  58. text-align:center;
  59. font-family: 'Raleway', sans-serif;
  60. font-size:35px;
  61. color:#444;
  62. text-transform:lowercase;
  63. }
  64.  
  65. h2 {
  66. text-align:center;
  67. font-family: 'Cabin', sans-serif;
  68. letter-spacing:-0.5px;
  69. color:#666;
  70. margin:17px -10px 10px;
  71. text-transform:lowercase;
  72. transition:0.5s ease;
  73. }
  74.  
  75. h2:hover {
  76. color:#9a9a9a;
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. color:#777;
  82. }
  83.  
  84. #grid {
  85. width:auto;
  86. display:inline;
  87. height:auto;
  88. }
  89.  
  90. .header {
  91. z-index:5;
  92. padding:30px 0 0;
  93. height:200px;
  94. width:95%;
  95. text-align:center;
  96. }
  97.  
  98. .tdesc {
  99. font-family: 'Karla', sans-serif;
  100. font-size:14px;
  101. letter-spacing:-0.5;
  102. line-height:-1em;
  103. margin:-25px auto -10px auto;
  104. height:auto;
  105. width:180px;
  106. max-height:52px;
  107. text-transform:lowercase;
  108. overflow:hidden;
  109. text-align:center;
  110. top:0;
  111. }
  112.  
  113. .d {
  114. font-family: 'Karla', sans-serif;
  115. font-size:14px;
  116. letter-spacing:-0.5;
  117. text-align:center;
  118. margin:20px auto;
  119. text-decoration:none;
  120. height:auto;
  121. width:auto;
  122. text-transform:lowercase;
  123. word-spacing:9px;
  124. }
  125.  
  126. .d a {
  127. text-decoration:none;
  128. color:#333;
  129. font-style:italic;
  130. transition:0.5s ease;
  131. }
  132.  
  133. .d a:hover {
  134. color:#999;
  135. }
  136.  
  137. .item {
  138. float:left;
  139. margin:20px 32px;
  140. margin-left:30px;
  141. box-sizing:border-box;
  142. width:180px;
  143. height:auto;
  144. position:relative;
  145. }
  146.  
  147. .mdesc {
  148. margin:-10px;
  149. text-align:center;
  150. height:75px;
  151. font-size:13px;
  152. text-transform:lowercase;
  153. font-family: 'Karla', sans-serif;
  154. line-height:-1em;
  155. overflow:hidden;
  156.  
  157. }
  158.  
  159. .mdesc a { text-decoration:none; font-style:italic; }
  160.  
  161. .mdesc a:before { content:'@' }
  162.  
  163. .mdesc a:after { content:' ; '; }
  164.  
  165. .item img {
  166. height:auto;
  167. width:180px;
  168. border:0px;
  169. border-radius:50%;
  170. position:relative;
  171. display:block;
  172. }
  173.  
  174. .uwu {
  175. z-index:10;
  176. bottom:25px;
  177. right:30px;
  178. position:fixed;
  179. color:#777;
  180. font-size:17px;
  181. }
  182.  
  183. .tmblr-iframe {display:none;}
  184.  
  185. .tmblr-iframe--app-cta-button {
  186. display: none!important;
  187. }
  188.  
  189. </style>
  190. </head>
  191. <body>
  192.  
  193. <div class="header">
  194.  
  195. <h1>members</h1> <!-- title -->
  196.  
  197. <div class="tdesc">
  198.  
  199. here is your description, don't make it too long.
  200.  
  201.  
  202. </div>
  203.  
  204. <div class="d">
  205.  
  206. <a href="/">home</a> <!-- home link -->
  207. <a href="/ask">ask</a> <!-- ask link -->
  208. <a href="LINK URL">link</a> <!-- extra link -->
  209.  
  210. </div>
  211.  
  212. </div>
  213.  
  214. <div id="grid"> <!-- members start-->
  215.  
  216. <!-- example -->
  217. <div class="item">
  218.  
  219. <img src="IMAGE URL"/> <!-- image -->
  220. <a href="/"><h2><!-- member name start --> NAME <!-- name end --></h2></a>
  221. <div class="mdesc">
  222.  
  223. <a href="URL">username</a> <!-- member url -->
  224.  
  225. quote <!-- member description -->
  226.  
  227. </div>
  228. </div>
  229.  
  230. <!-- end example -->
  231.  
  232. <!-- add as many members as you like below -->
  233.  
  234.  
  235.  
  236. <!-- members end -->
  237.  
  238. </div>
  239.  
  240.  
  241. <!-- do not edit past this point -->
  242.  
  243. <div class="uwu"><a href="https://sapphothemes.tumblr.com"><i class="fas fa-venus-double"></i></a></div>
  244.  
  245. </body>
  246. </html>
Advertisement
Add Comment
Please, Sign In to add comment