jaesoonie

FAMILY PAGE

Jul 25th, 2013
6,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. <!---------------------------------------------------------------------
  2. ᴘᴀɢᴇ ᴍᴀᴅᴇ ʙʏ >SOONJUN<. [ʏᴏɴɢ.ᴄᴏ.ᴠᴜ]
  3. sᴏᴏɴᴊᴜɴᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ
  4. ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ.
  5. ᴀɴʏ ǫᴜᴇsᴛɪᴏɴs ᴀᴛ ᴀʟʟ ᴄᴏᴍᴇ ᴀsᴋ.
  6. ᴄʀᴇᴅɪᴛs: ʜᴛᴛᴘ://ᴛʏᴍᴘᴀɴᴜs.ɴᴇᴛ/
  7. ----------------------------------------------------------------------->
  8.  
  9. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  10. <html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <script src="http://static.tumblr.com/whx9ghv/lq0m3ktlh/modernizr.custom.34978.js"></script>
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("[title]").style_my_tooltips();
  23. });
  24. })(jQuery);
  25. </script>
  26. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  27.  
  28. <style type="text/css">
  29.  
  30. #s-m-t-tooltip {
  31. display: block;
  32. background: #aaa;
  33. font-size: 8px;
  34. font-family: calibri;
  35. letter-spacing: 1px;
  36. text-transform: uppercase;
  37. color: #fff;
  38. text-align: center;
  39. margin-left: 20px;
  40. padding: 0px 3px 0px 3px;
  41. min-width: 40px;
  42. max-width: 200px;
  43. box-shadow: 0px 1px 1px #ddd;
  44. z-index: 99;}
  45.  
  46. ::-webkit-scrollbar-track {background-color:#fff;}
  47. ::-webkit-scrollbar-thumb {background-color:#f2f2f2;}
  48. ::-webkit-scrollbar {width:5px;}
  49.  
  50. body {
  51. background-color: #FFF;
  52. text-align: center;
  53. line-height: 100%;
  54. }
  55.  
  56. a:link, a:active, a:visited {
  57. color: #aaa;
  58. text-decoration:none;
  59. -webkit-transition: all 0.7s ease-in-out;
  60. -moz-transition: all 0.7s ease-in-out;
  61. -o-transition: all 0.7s ease-in-out;
  62. }
  63.  
  64. #title{
  65. font-family: Open Sans Condensed;
  66. font-size:52px;
  67. background:#f8f8f8;
  68. padding:25px;
  69. border-bottom:1px solid #f1f1f1;
  70. color: #aaa;
  71. text-shadow: 0px 1px 1px #eee;
  72. text-align:center;
  73. margin:auto;
  74. margin-top:95px;
  75. width:350px;
  76. box-shadow: 0px 0px 1px #eee;}
  77.  
  78. .box {
  79. width: 760px;
  80. border-left: 1px dotted #f0f0f0;
  81. border-right: 1px dotted #f0f0f0;
  82. margin: auto;
  83. margin-top:16px;
  84. margin-bottom: 50px;
  85. background:#fff;
  86. padding:25px 40px 25px 25px;}
  87.  
  88. *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  89.  
  90. .caption {
  91. -webkit-backface-visibility: hidden;
  92. display: inline-block;
  93. position: relative;
  94. margin: 10px;
  95. overflow: hidden;
  96. background: #000;}
  97.  
  98. .caption img {
  99. display: block;
  100. border:15px solid #f7f7f7;
  101. width: 200px;
  102. -webkit-transition: opacity 0.7s ease-in-out;
  103. -moz-transition: opacity 0.7s ease-in-out;
  104. transition: opacity 0.7s ease-in-out;}
  105.  
  106. .caption:hover img {opacity: 0.5;}
  107.  
  108. .caption::after,
  109. .caption::before {
  110. position: absolute;
  111. left:0px;
  112. opacity: 0.9;
  113. width: 100%;
  114. height: 50%;
  115. z-index: 1;
  116. -webkit-transition: -webkit-transform 0.7s ease-in-out;
  117. -moz-transition: -moz-transform 0.7s ease-in-out;
  118. transition: transform 0.7s ease-in-out; }
  119.  
  120. .caption::after {
  121. content: attr(data-title);
  122. top: 0;
  123. line-height:90%;
  124. font-style:oblique;
  125. border-bottom:3px solid #f8f8f8;
  126. font-family:Open Sans Condensed;
  127. background: #888;
  128. color: #fff;
  129. font-size: 30px;
  130. font-weight: 300;
  131. padding-top: 35px;
  132. -webkit-transform: translateY(-100%);
  133. -moz-transform: translateY(-100%);
  134. transform: translateY(-100%);}
  135.  
  136. .caption::before {
  137. content: attr(data-description);
  138. top: 50%;
  139. line-height:90%;
  140. border-top:3px solid #aaa;
  141. background: #fff;
  142. color: #aaa;
  143. font-family:calibri;
  144. font-size: 10px;
  145. padding: 20px;
  146. -webkit-transform: translateY(100%);
  147. -moz-transform: translateY(100%);
  148. transform: translateY(100%);}
  149.  
  150. .caption:hover::after,
  151. .caption:hover::before {
  152. -webkit-transform: translateY(0%);
  153. -moz-transform: translateY(0%);
  154. transform: translateY(0%);}
  155.  
  156. .links a{
  157. margin:auto;
  158. font-size:9px;
  159. font-style:oblique;
  160. color:#aaa;
  161. font-family: calibri;
  162. width:70px;
  163. padding:3px 10px 3px 10px;
  164. display: inline-block;
  165. text-align: center;
  166. letter-spacing: 2px;
  167. background:#f8f8f8;
  168. line-height:120%;
  169. box-shadow: 0px 0px 1px #eee;
  170. -webkit-transition: all 0.7s ease-in-out;
  171. -moz-transition: all 0.7s ease-in-out;
  172. -o-transition: all 0.7s ease-in-out;
  173. }
  174.  
  175. .links a:hover{background:#fff;color:#aaa;box-shadow:1px 1px #fff;}
  176.  
  177. #leave a:hover{color:#fbfbfb;}
  178.  
  179. #cr {font-size:9px;left:15px;bottom:10px;position:fixed;font-family:calibri;letter-spacing:1px; padding:2px;border-bottom:1px solid #ebebeb;}
  180. a.cr {color:#bbb;}
  181.  
  182.  
  183. </style>
  184. </head>
  185. <body>
  186.  
  187. <!--TITLE-->
  188. <div id="title">TITLE</div>
  189. <!--NAV-->
  190. <div class="links">
  191. <a href="/" title="home">back</a><a href="/ask" title="ask">message</a></div>
  192.  
  193. <div class="box">
  194.  
  195.  
  196. <table>
  197. <!--1ST COLLUMN-->
  198. <td style="vertical-align:top;">
  199.  
  200. <!--1ST PIC-->
  201. <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
  202.  
  203. <!--4TH PIC-->
  204. <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
  205.  
  206. </td>
  207.  
  208. <!--2ND COLLUMN-->
  209. <td style="vertical-align:top;">
  210.  
  211. <!--2ND PIC-->
  212. <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
  213.  
  214. </td>
  215.  
  216. <!--3RD COLLUMN-->
  217. <td style="vertical-align:top;">
  218.  
  219. <!--3RD PIC-->
  220. <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
  221. </td>
  222.  
  223. </div>
  224.  
  225. </table>
  226.  
  227. <div id="cr"><center><a href="http://soonjunthemes.tumblr.com/" class="cr" title="© soonjun"> theme. </a></div></div>
  228. </body>
  229.  
  230. </html>
Advertisement
Add Comment
Please, Sign In to add comment