Advertisement
okesan

milk about page

Jan 11th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>{title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}" />
  8.  
  9.  
  10. <!--- "hanashi" by seotureun @ tumblr
  11. - http://seotureun.tumblr.com
  12.  
  13. DO NOT REMOVE CREDIT (!)
  14.  
  15.  
  16.  
  17. How to install
  18.  
  19.  
  20. 1. Go to customize theme, scroll down and click on 'add a page'
  21.  
  22. 2. There are three options when you make a new page;
  23. standard layout, custom layout, redirect. You want 'custom layout'
  24.  
  25. 3. Paste this code in there and give the page a url name
  26.  
  27. 4. Save and you're done !
  28.  
  29.  
  30. --->
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar-track { background-color:#fff; }
  40. ::-webkit-scrollbar-thumb { background-color:#ccc;
  41. border: 2px solid {color:#ccc}; radius: 3px 3px 3px 3px; }
  42. ::-webkit-scrollbar { width:7px; height: 5px; }
  43.  
  44. ::selection {background-color: #999;
  45. color:#f8f8f8;}
  46.  
  47. {CustomCSS}
  48.  
  49. *, body, a {cursor: url(http://static.tumblr.com/q9ak3bz/vGcn8ujmh/body.png), auto;}
  50. a:hover {cursor: url(http://static.tumblr.com/q9ak3bz/Zbcn8ujn6/hover.gif), auto;}
  51.  
  52. iframe#tumblr_controls {
  53. right: 0px !important;
  54. position: fixed !important;
  55. -webkit-filter:invert(100%);
  56. opacity: .2;
  57. }
  58.  
  59. body {
  60. margin:0px;
  61. padding:0px;
  62. font-family: lucida console;
  63. font-size: 8px;
  64. text-transform:uppercase;
  65. color:#999;
  66. background: #fff;
  67. }
  68.  
  69. a {
  70. text-decoration: none;
  71. color: #999;
  72. }
  73.  
  74. a:hover {
  75. color: #f0f0f0;
  76. text-decoration: none;
  77. }
  78.  
  79.  
  80.  
  81. .box {
  82. position: relative;
  83. background: #fff;
  84. margin-left: auto;
  85. margin-right: auto;
  86. padding-top: 5px;
  87. padding-left: 10px;
  88. padding-right: 10px;
  89. padding-bottom: 20px;
  90. width: 300px;
  91. height: 250px;
  92. }
  93.  
  94.  
  95. .content {
  96. padding: 10px;
  97. font-size: 8px;
  98. height: 250px;
  99. overflow: auto;
  100. }
  101.  
  102. .buttons {
  103. position: fixed;
  104. margin-left: 330px;
  105. margin-top: 5px;
  106. width: 11px;
  107. }
  108.  
  109. .buttons2{
  110. margin-top: 5px;
  111. margin-bottom: 10px;
  112. }
  113.  
  114. .side img {
  115. max-width: 50px;
  116. margin-left: -85px;
  117. border-radius: 100px;
  118. opacity: 1;
  119. position: fixed;
  120. }
  121.  
  122. #s-m-t-tooltip {
  123. max-width: 200px;
  124. background-color: #fdfdfd;
  125. font-family: calibri;
  126. text-align: center;
  127. font-size: 8px;
  128. color: #999;
  129. text-transform: uppercase;
  130. margin-top: 10px;
  131. letter-spacing: 1px;
  132. padding: 2px;
  133. padding-left: 4px;
  134. padding-right: 4px;
  135. -webkit-transition: all 0.2s ease;
  136. -moz-transition: all 0.2s ease;
  137. -o-transition: all 0.2s ease;
  138. -webkit-border-radius: 2px 2px 2px 2px;
  139. border-radius: 2px 2px 2px 2px;
  140. border: solid 1px #eee;
  141. }
  142.  
  143. /*milk bottles*/
  144.  
  145. #lid {
  146. margin-left: auto;
  147. margin-right: auto;
  148. margin-top: 125px;
  149. width: 300px;
  150. height: 25px;
  151. }
  152.  
  153. .milk {
  154. float: left;
  155. width: 11px;
  156. height: 25px;
  157. margin-left: 20px;
  158. }
  159. .milk img {
  160. background-image: url('http://static.tumblr.com/q9ak3bz/unAnegofp/milk_m_f.png');
  161. -webkit-transition: all 0.2s ease-in-out;
  162. -moz-transition: all 0.2s ease-in-out;
  163. -o-transition: all 0.2s ease-in-out;
  164. }
  165. .milk img:hover {
  166. background-image: url('http://static.tumblr.com/q9ak3bz/Gg0negoeq/milk_m_e.png');
  167. -webkit-transition: all 0.2s ease-in-out;
  168. -moz-transition: all 0.2s ease-in-out;
  169. -o-transition: all 0.2s ease-in-out;
  170. }
  171.  
  172.  
  173. .milk2 {
  174. float: left;
  175. width: 11px;
  176. height: 25px;
  177. margin-left: 20px;
  178. }
  179. .milk2 img {
  180. background-image: url('http://static.tumblr.com/q9ak3bz/WcJnegoh5/milk_i_f.png');
  181. -webkit-transition: all 0.2s ease-in-out;
  182. -moz-transition: all 0.2s ease-in-out;
  183. -o-transition: all 0.2s ease-in-out;
  184. }
  185. .milk2 img:hover {
  186. background-image: url('http://static.tumblr.com/q9ak3bz/EpTnegogi/milk_i_e.png');
  187. -webkit-transition: all 0.2s ease-in-out;
  188. -moz-transition: all 0.2s ease-in-out;
  189. -o-transition: all 0.2s ease-in-out;
  190. }
  191.  
  192.  
  193. .milk3 {
  194. float: left;
  195. width: 11px;
  196. height: 25px;
  197. margin-left: 20px;
  198. }
  199. .milk3 img {
  200. background-image: url('http://static.tumblr.com/q9ak3bz/HG3negoiv/milk_l_f.png');
  201. -webkit-transition: all 0.2s ease-in-out;
  202. -moz-transition: all 0.2s ease-in-out;
  203. -o-transition: all 0.2s ease-in-out;
  204. }
  205. .milk3 img:hover {
  206. background-image: url('http://static.tumblr.com/q9ak3bz/r1Knegoi7/milk_l_e.png');
  207. -webkit-transition: all 0.2s ease-in-out;
  208. -moz-transition: all 0.2s ease-in-out;
  209. -o-transition: all 0.2s ease-in-out;
  210. }
  211.  
  212.  
  213. .milk4 {
  214. float: left;
  215. width: 11px;
  216. height: 25px;
  217. margin-left: 20px;
  218. }
  219. .milk4 img {
  220. background-image: url('http://static.tumblr.com/q9ak3bz/l00negok6/milk_k_f.png');
  221. -webkit-transition: all 0.2s ease-in-out;
  222. -moz-transition: all 0.2s ease-in-out;
  223. -o-transition: all 0.2s ease-in-out;
  224. }
  225. .milk4 img:hover {
  226. background-image: url('http://static.tumblr.com/q9ak3bz/b8Anegojm/milk_k_e.png');
  227. -webkit-transition: all 0.2s ease-in-out;
  228. -moz-transition: all 0.2s ease-in-out;
  229. -o-transition: all 0.2s ease-in-out;
  230. }
  231.  
  232. .top {
  233. margin-left: auto;
  234. margin-right: auto;
  235. width: 310px;
  236. height: 10px;
  237. padding-top: 7px;
  238. padding-left: 5px;
  239. padding-right: 5px;
  240. padding-bottom: 1px;
  241. background: #fff;
  242. font-size: 12px;
  243. text-align: center;
  244. letter-spacing: 1px;
  245. }
  246.  
  247. .bottom {
  248. position: relative;
  249. margin-left: auto;
  250. margin-right: auto;
  251. width: 320px;
  252. height: 10px;
  253. background: #fff;
  254. }
  255. .to {
  256. border-bottom: 1px solid #eee;
  257. }
  258. .bo {
  259. border-top: 1px solid #eee;
  260. }
  261. .le {
  262. border-left: 1px solid #eee;
  263. margin-left: -11px;
  264. margin-top: -200px;
  265. height: 50000px;
  266. position: fixed;
  267. }
  268. .ri {
  269. border-right: 1px solid #eee;
  270. margin-left: 310px;
  271. margin-top: -200px;
  272. height: 50000px;
  273. position: fixed;
  274. }
  275.  
  276. </style>
  277.  
  278. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  279. <script src="http://static.tumblr.com/q9ak3bz/bHCn8uhtf/jquery.style-my-tooltips.js"></script>
  280. <script>
  281. (function($){
  282. $(document).ready(function(){
  283. $("[title],a[title],img[title]").style_my_tooltips({
  284. tip_follows_cursor:true,
  285. tip_delay_time:100,
  286. tip_fade_speed:300,
  287. attribute:"title"
  288. });
  289. });
  290. })(jQuery);
  291. </script>
  292.  
  293. </head><body>
  294.  
  295. <div id="lid">
  296. <div class="milk">
  297. <img src="http://static.tumblr.com/q9ak3bz/Gg0negoeq/milk_m_e.png"/></div>
  298. <div class="milk2">
  299. <img src="http://static.tumblr.com/q9ak3bz/EpTnegogi/milk_i_e.png"/></div>
  300. <div class="milk3">
  301. <img src="http://static.tumblr.com/q9ak3bz/r1Knegoi7/milk_l_e.png"/></div>
  302. <div class="milk4">
  303. <img src="http://static.tumblr.com/q9ak3bz/b8Anegojm/milk_k_e.png"/></div>
  304. </div>
  305.  
  306.  
  307. <div class="to"></div>
  308. <div class="top">ABOUT</div>
  309. <div class="box">
  310. <div class="ri"></div>
  311. <div class="le"></div>
  312. <div class="buttons">
  313. <div class="buttons2"><a href="/"><img src="http://static.tumblr.com/q9ak3bz/9brnego87/back.png "/></a></div>
  314. <div class="buttons2"><a href="/ask"><img src="http://static.tumblr.com/q9ak3bz/7jenego9k/message.png"/></a></div>
  315. <div class="buttons2"><a href="/"><img src="http://static.tumblr.com/q9ak3bz/p2Dnegoak/pencil3.png"/></a></div>
  316. </div>
  317. <div class="side img"><img src="{favicon}"></div>
  318. <div class="content">
  319.  
  320. Lorem ipsum dolor sit amet, consectetuer adipiscing elit,
  321. sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  322. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo conse
  323. quat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugia
  324. t nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis
  325. dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod
  326. mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem.
  327. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.
  328.  
  329. </div></div>
  330. <div class="bottom"></div>
  331. <div class="bo"></div>
  332.  
  333. <a style="position:fixed; bottom: 5px; right: 5px; letter-spacing: 1px; font-size: 8px;" href="http://seotureun.tumblr.com" title="page by seotureun">CREDIT.</a>
  334.  
  335. </body>
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement