Advertisement
odeysseus_thm

network / ANCHOR

Oct 4th, 2018
1,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9. anchor network
  10.  
  11. @odeysseus
  12.  
  13.  
  14.  
  15.  
  16. -->
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21.  
  22. <title>network</title>
  23.  
  24. <style type="text/css">
  25.  
  26. * { margin:0;padding:0;box-sizing:border-box; }
  27. iframe.tmblr-controls { display:none!important; }
  28.  
  29. @-webkit-keyframes fadein {
  30. 0% {opacity: 0;}
  31. 100% { opacity: 1; }
  32. }
  33.  
  34. @-moz-keyframes fadein {
  35. 0% { opacity: 0; }
  36. 100% { opacity: 1; }
  37. }
  38.  
  39. @keyframes fadein {
  40. 0% { opacity: 0; }
  41. 100% { opacity: 1; }
  42. }
  43.  
  44. .tmblr-iframe { display:none; } /* to hide tumblr controls */
  45.  
  46. a { text-decoration:none;color:#333;transition:0.15s ease-in;}
  47. a:hover { color:#aaa; }
  48. b,strong { color:#333; /* bold text */ }
  49.  
  50. body {
  51. background:#fff;
  52. font-family:'Georgia',serif; /*font*/
  53. font-size:12px; /* font size */
  54. line-height:190%;
  55. font-weight:300;
  56. color:#767676; /* text color */
  57. -webkit-animation: fadein 1s;
  58. -moz-animation: fadein 1s;
  59. animation: fadein 1s;
  60. -moz-osx-font-smoothing:grayscale;
  61. -webkit-font-smoothing:antialiased;
  62. font-smoothing:antialiased;
  63.  
  64. }
  65.  
  66. section {
  67. margin:150px;
  68. width:600px;
  69. }
  70.  
  71. h1,h2 {
  72. font-weight:400;
  73. color:#333;
  74. margin-bottom:5px;
  75. }
  76.  
  77. h1 { font-size:20px; }
  78. h2 { font-size:14px; }
  79.  
  80. header { margin-bottom:40px; }
  81.  
  82. article {
  83. width:300px;
  84. padding:40px 20px;
  85. border-top:1px solid #eee;
  86. float:left;
  87. position:relative;
  88. height:180px;
  89. }
  90.  
  91.  
  92. article img {
  93. width:100px;
  94. height:100px;
  95. border-radius:100%;
  96. float:left;
  97. margin-right:40px;
  98. }
  99.  
  100. nav { margin-top:5px; }
  101.  
  102. .content {
  103. width:120px;
  104. margin-left:140px;
  105. height:110px;
  106. padding-bottom:8px;
  107. overflow-y:auto;
  108. position:relative;
  109. }
  110.  
  111. article:before {
  112. content:'';
  113. width:120px;
  114. height:110px;
  115. position:absolute;
  116. left:160px;
  117. bottom:29px;
  118. background:linear-gradient(transparent 95px, white);
  119. z-index:2;
  120. pointer-events:none;
  121. }
  122.  
  123. article:last-of-type { margin-bottom:110px; }
  124. .anchor { bottom:27px;right:27px;position:fixed; }
  125.  
  126. </style>
  127. </head>
  128. <body>
  129. <section>
  130. <header> <!--header-->
  131. <h1>network</h1> <!--heading-->
  132.  
  133. <!--description-->
  134.  
  135. description if you want it !
  136.  
  137. <!--end description-->
  138.  
  139. <nav> <!--links-->
  140. <a href="link url">home</a> .
  141. <a href="link url">dash</a> .
  142. <a href="link url">apply</a>
  143. <!--end links--></nav>
  144. <!--end header--></header>
  145.  
  146. <!--example member, copy and paste as needed-->
  147. <article>
  148. <img src="image url"/>
  149. <div class="content">
  150. <h2><a href="link url">ella . odeysseus</a></h2> <!--name & url-->
  151. description here <!--description-->
  152. </div>
  153. </article>
  154. <!--end member-->
  155.  
  156. <!--example member-->
  157. <article>
  158. <img src="image url"/>
  159. <div class="content">
  160. <h2><a href="link url">ella . odeysseus</a></h2> <!--name & url-->
  161. description here <!--description-->
  162. </div>
  163. </article>
  164. <!--end member-->
  165.  
  166. </section>
  167.  
  168. <div class="anchor"><a href="http://odeysseus.tumblr.com">O</a></div>
  169. </body>
  170. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement