jaesoonie

ABOUT PAGE #2

Dec 26th, 2013
1,399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. <!---------------------------------------------------------------------
  2.  
  3.  
  4.  
  5.  
  6. ᴀʙᴏᴜᴛ ᴍᴇ ᴘᴀɢᴇ ᴍᴀᴅᴇ ʙʏ .ᴄʜʟᴏᴇ.
  7. [ʏᴏɴɢ.ᴄᴏ.ᴠᴜ] & [sᴏᴏɴᴊᴜɴs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ]
  8. ᴛʜᴇᴍᴇs ᴄᴀɴ ʙᴇ ғᴏᴜɴᴅ ᴀᴛ
  9. [sᴏᴏɴᴊᴜɴᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ]
  10. ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏɴ ᴛʜᴇ ᴛʜᴇᴍᴇ.
  11. ɪғ ʏᴏᴜ ʜᴀᴠᴇ ᴀɴʏ ǫᴜᴇsᴛɪᴏɴs ᴄᴏᴍᴇ ᴀsᴋ.
  12.  
  13.  
  14.  
  15.  
  16. ---------------------------------------------------------------------->
  17.  
  18. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  19. <html>
  20. <head>
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. </head>
  25.  
  26. <script src="http://static.tumblr.com/whx9ghv/lq0m3ktlh/modernizr.custom.34978.js"></script>
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips();
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <style type="text/css">
  38.  
  39. #s-m-t-tooltip {display: block;background: #333;font-size: 8px;font-family: calibri;letter-spacing: 1px;text-transform: uppercase;color: #fff;text-align: center;margin-left: 20px;padding: 3px;min-width: 40px;max-width: 200px;z-index: 99;}
  40.  
  41. ::-webkit-scrollbar-track {background-color:#fff;}
  42. ::-webkit-scrollbar-thumb {background-color:#f2f2f2;}
  43. ::-webkit-scrollbar {width:5px;}
  44.  
  45. body {
  46. background-color: #fff;
  47. font-size: 10px;
  48. text-align: center;
  49. line-height: 100%;}
  50.  
  51. a:link, a:active, a:visited {color:#333;text-decoration:none;}
  52. a:hover {color:#fff;}
  53.  
  54. /*title*/
  55. #head {
  56. margin:auto;
  57. background:#fff;
  58. text-align: center;
  59. z-index:99;
  60. padding-right:10px;
  61. width:650px;}
  62.  
  63. .head {margin:auto;margin-bottom:20px;}
  64.  
  65. #title{
  66. font-family: helvetica;
  67. letter-spacing:-5px;
  68. font-weight:bold;
  69. line-height:100%;
  70. font-size:70px;
  71. color: #434343;
  72. background:#fff;
  73. padding: 5px;
  74. text-align:left;
  75. margin-top:95px;
  76. margin-bottom:-15px;
  77. z-index:333;
  78. position:relative;}
  79.  
  80. #head:hover .links{opacity:1;}
  81. .links{
  82. position:relative;
  83. z-index:444;
  84. display:block;
  85. margin-top:0px;
  86. margin-left:0px;
  87. width:50px;
  88. height:18px;
  89. font-size:8px;
  90. font-family: helvetica;
  91. -webkit-transition: all 0.3s linear;
  92. -moz-transition: all 0.3s linear;
  93. transition: all 0.3s linear;
  94. opacity:0;}
  95.  
  96. .links a{color:#222;}
  97.  
  98. /*box*/
  99. .box {
  100. width: 650px;
  101. height:340px;
  102. margin:auto;
  103. padding:0px;}
  104.  
  105. /*titles*/
  106. .heads {
  107. border-left:23px solid #456787;
  108. color:#fff;
  109. background:#434343;
  110. font-family: helvetica;
  111. font-size: 9px;
  112. padding:8px 10px 8px 10px;
  113. margin:5px 0px 0px 0px;
  114. display: block;
  115. text-align: left;
  116. letter-spacing: 1px;
  117. width:auto;
  118. -webkit-transition: all 0.7s ease-in-out;
  119. -moz-transition: all 0.7s ease-in-out;
  120. -o-transition: all 0.7s ease-in-out;}
  121.  
  122. .heads a:hover{background:#fff;color:#666;}
  123.  
  124. /*descriptions*/
  125. .description {
  126. width:auto;
  127. font-family: helvetica;
  128. font-size: 8px;
  129. color: #888;
  130. letter-spacing: 1px;
  131. background:#f8f8f8;
  132. padding:10px;
  133. text-align:justify;
  134. -webkit-transition: all 0.2s ease-in-out;
  135. -moz-transition: all 0.2s ease-in-out;
  136. -o-transition: all 0.2s ease-in-out;}
  137.  
  138. .description:hover{
  139. zoom: 1.0;
  140. -moz-transform: scale(3);
  141. -webkit-transform: scale(3);
  142. line-height:100%;
  143. position:relative;
  144. z-index:555;
  145. letter-spacing: 0px;
  146. font-family:calibri;}
  147.  
  148. </style>
  149. <body>
  150.  
  151. <div id="head">
  152. <div class="head">
  153. <!--Title-->
  154. <div id="title">title</div>
  155. <!--Links-->
  156. <div class="links"><a href="/">home</a> . <a href="/ask">ask</a></div>
  157.  
  158. <!--Start-->
  159. <div class="box">
  160. <table align="top">
  161.  
  162. <!--Firt Column-->
  163. <td style="vertical-align:top;width:225px;">
  164.  
  165. <!--One-->
  166. <div class="heads">.title</div>
  167. <div class="description">
  168. text here
  169.  
  170. </div></div>
  171.  
  172. <!--Two-->
  173. <div class="heads">.title</div>
  174. <div class="description">
  175. text here
  176.  
  177. </div></div>
  178.  
  179. </td>
  180. <!--End of First Column-->
  181.  
  182. <!--Second Column-->
  183. <td style="vertical-align:top;width:295px;">
  184.  
  185. <!--One-->
  186. <div class="heads">.title</div>
  187. <div class="description">
  188. text here
  189.  
  190. </div></div>
  191.  
  192. <!--Two-->
  193. <div class="heads">.title</div>
  194. <div class="description">
  195. text here
  196.  
  197. </div></div>
  198.  
  199. </td>
  200. <!--End of Second Column-->
  201.  
  202. <!--Third Column-->
  203. <td style="vertical-align:top;width:225px;">
  204.  
  205. <!--One-->
  206. <div class="heads">.tags</div>
  207. <div class="description">
  208. <a href="/">.tag 1</a> <br>
  209. <a href="/">.tag 2</a> <br>
  210.  
  211. </div></div>
  212.  
  213. <!--Two-->
  214. <div class="heads">.title</div>
  215. <div class="description">
  216. text here
  217.  
  218. </div></div>
  219.  
  220. </td>
  221. <!--End of Third Column-->
  222. </table>
  223. <!--End of Code-->
  224. </div>
  225.  
  226. </body>
  227.  
  228. <a href="http://soonjunthemes.tumblr.com/" title="page created by soonjun" style="font-size:10px;right:15px;top:15px;position:fixed;font-family:calibri;letter-spacing:1px;background:#f7f7f7;padding: 2px 5px 3px 5px;border-radius:3px;z-index:99;color:#999;"> SJ. </a></div>
  229.  
  230. </html>
Advertisement
Add Comment
Please, Sign In to add comment