Advertisement
attractedtosin

Icons Page 001

Mar 22nd, 2014
2,690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 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. <head>
  4.  
  5. <!------
  6. ICONS PAGE 001
  7. ohcodey.tumblr.com [wolfwrecked]
  8.  
  9. Please observe common theme sharing etiquette:
  10. :you may alter but do not remove credit
  11. :do not use as a base or redistibute
  12. :etc
  13.  
  14. ----->
  15.  
  16.  
  17.  
  18. <title> icons page </title>
  19.  
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans' rel='stylesheet' type='text/css'>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  26. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  27.  
  28. <script>
  29. $(function(){
  30. var $container = $('#container');
  31. $container.imagesLoaded(function(){
  32. $container.masonry({
  33. itemSelector: '.item',
  34. });
  35. });
  36.  
  37. $container.infinitescroll({
  38. itemSelector : ".item",
  39. navSelector : "div.pagination",
  40. nextSelector : ".pagination a#next",
  41. loadingImg : "",
  42. loadingText : "<em></em>",
  43. bufferPx : 10000,
  44. extraScrollPx: 12000,
  45. },
  46.  
  47. // trigger Masonry as a callback
  48. function( newElements ) {
  49. var $newElems = $( newElements ).css({ opacity: 0 });
  50. // ensure that images load before adding to masonry layout
  51. $newElems.imagesLoaded(function(){
  52. $newElems.animate({ opacity: 1 });
  53. $container.masonry( 'appended', $newElems, true );
  54. });
  55. }
  56. );
  57. });
  58.  
  59. </script>
  60.  
  61.  
  62. </head>
  63.  
  64. <style type="text/css">
  65.  
  66. a {color:#888888; text-decoration:none;}
  67.  
  68. body {
  69. font-family: 'Merriweather Sans', sans-serif;
  70. font-size:10px;
  71. text-align:justify;
  72. color:#333333;
  73. }
  74.  
  75. #container {
  76. width:892px;
  77. margin-left:auto;
  78. margin-right:auto;
  79. margin-top:50px;
  80. letter-spacing:+1px;
  81. padding-bottom:50px;
  82. padding-left:0;
  83. padding-right:0;
  84. border-bottom:solid 1px #eeeeee;
  85. margin-bottom:50px;
  86. }
  87.  
  88. .head {
  89. width:950px;
  90. margin-left:auto;
  91. margin-right:auto;
  92. margin-top:50px;
  93. letter-spacing:+1px;
  94. font-size:8px;
  95. color:#888888;
  96. text-align:right;
  97. }
  98.  
  99. .head a {
  100. display:inline-block;
  101. text-align:center;
  102. padding:5px 10px;
  103. margin:0 0 0 3px;
  104. background-color:#f7f7f7;
  105. }
  106.  
  107. .item {
  108. width:416px;
  109. margin:15px;
  110. }
  111.  
  112.  
  113. .item img {float:left; margin:2px;}
  114.  
  115. h03 {
  116. text-align:center;
  117. font-family: 'Playfair Display', serif;
  118. font-style:italic;
  119. font-size:16pt;
  120. letter-spacing:1px;
  121. text-transform:lowercase;
  122. text-align:right;
  123. width:405px;
  124. border-top:solid 1px #eeeeee;
  125. padding:5px 5px 7px 5px;
  126. margin:1px;
  127. display:block;
  128. color:#888888;
  129. }
  130.  
  131. h01 {
  132. text-align:center;
  133. font-family: 'Playfair Display', serif;
  134. font-style:italic;
  135. font-size:36pt;
  136. letter-spacing:1px;
  137. border-bottom:solid 1px #eeeeee;
  138. color:#888888;
  139. width:950px;
  140. text-align:left;
  141. display:block;
  142. }
  143.  
  144. ::selection {
  145. background:#fb5a9a;
  146. color:#ffffff;
  147. }
  148. ::-moz-selection {
  149. background:#fb5a9a;
  150. color:#ffffff;
  151. }
  152. ::-webkit-selection {
  153. background:#fb5a9a;
  154. color:#ffffff;
  155. }
  156. ::-webkit-scrollbar {
  157. width:10px;
  158. height:auto;
  159. background:#ffffff;;
  160. }
  161.  
  162. ::-webkit-scrollbar-corner {background:#ffffff;}
  163. ::-webkit-scrollbar-thumb:vertical {background:#eeeeee; }
  164. ::-webkit-scrollbar-thumb:horizontal {background:#eeeeee;}
  165. ::-webkit-scrollbar-thumb:hover {background:#ffffff;}
  166.  
  167. .credit {
  168. padding:10px;
  169. font-size:10px;
  170. position:fixed;
  171. bottom:10px;
  172. right:15px;
  173. }
  174.  
  175. .credit a {color:#dddddd;}
  176.  
  177. </style>
  178.  
  179.  
  180.  
  181. <body>
  182.  
  183. <div class="head">
  184.  
  185. <h01>icons.</h01>
  186.  
  187. <a href="/">home</a> <a href="/">link</a> <a href="/">link</a>
  188.  
  189. </div>
  190.  
  191.  
  192.  
  193. <div id="container">
  194.  
  195.  
  196.  
  197.  
  198. <!--
  199.  
  200. THIS IS A TEMPLATE FOR EACH COLUMN, COPY & PASTE AS BELOW:
  201.  
  202. <div class="item">
  203.  
  204. <h03>Heading</h03>
  205.  
  206. <img src="">
  207. <img src="">
  208. <img src="">
  209. <img src="">
  210. <img src="">
  211. <img src="">
  212. <img src="">
  213. <img src="">
  214.  
  215.  
  216. </div>
  217.  
  218.  
  219. -->
  220.  
  221.  
  222.  
  223.  
  224. <div class="item">
  225.  
  226. <h03>Heading</h03>
  227.  
  228. <img src="">
  229. <img src="">
  230. <img src="">
  231. <img src="">
  232. <img src="">
  233. <img src="">
  234. <img src="">
  235. <img src="">
  236.  
  237.  
  238. </div>
  239.  
  240.  
  241.  
  242.  
  243. <div class="item">
  244.  
  245. <h03>Heading</h03>
  246.  
  247. <img src="">
  248. <img src="">
  249. <img src="">
  250. <img src="">
  251. <img src="">
  252.  
  253.  
  254. </div>
  255.  
  256.  
  257.  
  258.  
  259. <div class="item">
  260.  
  261. <h03>Heading</h03>
  262.  
  263. <img src="">
  264. <img src="">
  265. <img src="">
  266. <img src="">
  267. <img src="">
  268. <img src="">
  269. <img src="">
  270. <img src="">
  271. <img src="">
  272. <img src="">
  273. <img src="">
  274.  
  275.  
  276. </div>
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. </div>
  291. <div class="credit">
  292. <a href="http://ohcodey.tumblr.com">&copy;</a>
  293. </div>
  294. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement