hawkinsgrocery

page 01 — reflections (icons page)

Apr 6th, 2021 (edited)
906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!------------------------------------------------------
  5.  
  6. reflections @ hawkinsgrocery.tumblr.com
  7.  
  8. PLEASE DO NOT:
  9. remove the credits;
  10. claim as your own;
  11. use as a base;
  12. take parts of the theme;
  13. repost as your own.
  14.  
  15. YOU CAN:
  16. edit as much as you want for your own personal use only.
  17.  
  18. icons credit : https://thalsicons.tumblr.com/tagged/faceless-icons
  19.  
  20. -------------------------------------------------------->
  21.  
  22.  
  23. <head>
  24. <title>{Title}&nbsp;&nbsp;—&nbsp;&nbsp;icons</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. <link href='https://fonts.googleapis.com/css?family=Karla:400,300,700' rel='stylesheet' type='text/css'>
  28.  
  29. <!-- scripts -->
  30. <link href='https://static.tumblr.com/m2fiocp/rlrqq9wlt/outicons.css' rel='stylesheet' type='text/css'>
  31.  
  32. <style type="text/css">
  33.  
  34. @keyframes fadeout {
  35. from { opacity:0; }
  36. to { opacity:1; }
  37. }
  38.  
  39. @-moz-keyframes fadeout {
  40. from { opacity:0; }
  41. to { opacity:1; }
  42. }
  43.  
  44. @-webkit-keyframes fadeout {
  45. from { opacity:0; }
  46. to { opacity:1; }
  47. }
  48.  
  49. @-ms-keyframes fadeout {
  50. from { opacity:0; }
  51. to { opacity:1; }
  52. }
  53.  
  54. @-o-keyframes fadeout {
  55. from { opacity:0; }
  56. to { opacity:1; }
  57. }
  58.  
  59.  
  60. body {
  61. background:#f8f8f8;
  62. font-family:'Karla';
  63. margin:0px;
  64. font-size: 10px;
  65.  
  66. }
  67.  
  68.  
  69. a {
  70. text-decoration: none;
  71. color:#888;
  72. -webkit-transition: all 0.4s;
  73. -moz-transition: all 0.4s;
  74. transition: all 0.4s;
  75.  
  76. }
  77.  
  78. a:hover {
  79. color:#decba4;
  80. -webkit-transition: all 0.4s;
  81. -moz-transition: all 0.4s;
  82. transition: all 0.4s;
  83.  
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background-color: #ddd;
  88. width: 4px;
  89. height: 30px;
  90.  
  91. } ::-webkit-scrollbar {
  92. height: 30px;
  93. width: 4px;
  94. background-color: #fff;
  95.  
  96. }
  97.  
  98. .containers {
  99. width:650px;
  100. margin-bottom:50px;
  101. margin-right:auto;
  102. margin-left:auto;
  103. margin-top:50px;
  104.  
  105. }
  106.  
  107. .container {
  108. padding:5px;
  109. width: 630px;
  110. margin-top:120px;
  111. margin-left:20px;
  112. position:center;
  113. text-align:left;
  114. overflow-y:auto;
  115.  
  116. }
  117.  
  118. .container img {
  119. width:75px;
  120. margin:2px;
  121. border-radius:6px;
  122. margin-top:3px;
  123. padding:3px;
  124. display:inline-block;
  125.  
  126. }
  127.  
  128.  
  129. #links {
  130. text-align:center;
  131. padding:19px;
  132. width:551px;
  133. margin-left:27px;
  134. margin-top:40px;
  135. list-style:none;
  136. margin-bottom:0px;
  137. position:relative;
  138. color:#888;
  139. text-transform:lowercase;
  140. font-size:14px;
  141. font-family: 'Karla';
  142. line-height:9px;
  143. font-weight: 600;
  144.  
  145. }
  146.  
  147. #links2 {
  148. text-align:center;
  149. padding:3px;
  150. width:40px;
  151. margin-left:0px;
  152. margin-top:-10px;
  153. list-style:none;
  154. margin-bottom:20px;
  155. position:relative;
  156. color:#333;
  157. text-transform:lowercase;
  158. font-size:13px;
  159. font-family: 'Karla';
  160. margin-left:5px;
  161. font-weight: 600;
  162.  
  163. }
  164.  
  165. #links2 a {
  166. color:#fff;
  167.  
  168. }
  169.  
  170. .credit {
  171. position:fixed;
  172. bottom:15px;
  173. right:15px;
  174. font-size:20px
  175. }
  176.  
  177.  
  178.  
  179. </style><body>
  180.  
  181. <div class="containers">
  182.  
  183. <div id="links" style="padding:18.5px;width:552px">
  184.  
  185. <div style="color:#888888">&nbsp;reflections</div><br><small><small><b>
  186.  
  187. <a href="/">&nbsp;back</b></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  188.  
  189. <b><a href="/ask">message</b></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  190.  
  191. <b><a href="/archive">archive</b></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  192.  
  193. <b><a href="/">link</b></a>
  194.  
  195. </small><small></small></div>
  196. <br><br>
  197.  
  198.  
  199. <div id="links2" style="margin-top:-58px;border-radius:5px">
  200. <br><br>
  201. </div>
  202.  
  203. <div class="container" style="margin-top:-10px">
  204.  
  205. <!--------
  206.  
  207. you can add as many icons as you want, just insert <img src="url"/> for each new one you want to add.
  208.  
  209. -------->
  210.  
  211. <img src="url"/>
  212. <img src="url"/>
  213. <img src="url"/>
  214. <img src="url"/>
  215. <img src="url"/>
  216. <img src="url"/>
  217. <img src="url"/>
  218. <img src="url"/>
  219. <img src="url"/>
  220. <img src="url"/>
  221. <img src="url"/>
  222. <img src="url"/>
  223. <img src="url"/>
  224. <img src="url"/>
  225.  
  226.  
  227.  
  228.  
  229. </div></div></div>
  230.  
  231. </section>
  232.  
  233. <!-- jquery -->
  234.  
  235. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  236. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  237.  
  238. <script>
  239. $(document).ready(function() {
  240. $(document).tooltip({
  241. track:true
  242. });
  243. });
  244. </script>
  245.  
  246. <div class="credit"><a href="https://hawkinsgrocery.tumblr.com" title="hawkinsgrocery"><i class="oi oi-heart"></i></a></div>
  247. </body></html>
Add Comment
Please, Sign In to add comment