Advertisement
jaesoonie

ABOUT PAGE #5

Mar 21st, 2014
4,964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 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. <html>
  19. <head>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  23. <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
  24. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("[title]").style_my_tooltips();
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <style type="text/css">
  34.  
  35. #s-m-t-tooltip {
  36. display: block;
  37. background: #111;
  38. font-size: 8px;
  39. font-family: calibri;
  40. letter-spacing: 1px;
  41. text-transform: uppercase;
  42. line-height:100%;
  43. color: #fff;
  44. text-align: center;
  45. margin-left: 18px;
  46. padding:3px;
  47. min-width: 40px;
  48. max-width: 200px;
  49. z-index: 99;}
  50.  
  51. ::-webkit-scrollbar-thumb:vertical{background-color: #f6f6f6;}
  52. ::-webkit-scrollbar {width: 7px; background-color:#fff;}
  53.  
  54. body {background-color: #f6f6f6;margin: 0px;}
  55.  
  56. a:link, a:visited, a:active {
  57. text-decoration: none;
  58. -webkit-transition: all 0.7s ease-in-out;
  59. -moz-transition: all 0.7s ease-in-out;
  60. -o-transition: all 0.7s ease-in-out;
  61. -ms-transition: all 0.7s ease-in-out;
  62. transition: all 0.7s ease-in-out;}
  63.  
  64. a:hover {-webkit-transition: all 0.7s ease-in-out;
  65. -moz-transition: all 0.7s ease-in-out;
  66. -o-transition: all 0.7s ease-in-out;
  67. -ms-transition: all 0.7s ease-in-out;
  68. transition: all 0.7s ease-in-out;}
  69.  
  70. #box{
  71. margin-left:auto;
  72. margin-right:auto;
  73. margin-top:130px;
  74. width:430px;
  75. float:center;
  76. background:white;
  77. position:relative;
  78. text-align:center;}
  79.  
  80. #picture {
  81. position:absolute;
  82. margin-left:0px;
  83. height: 220px;
  84. width: 210px;
  85. /*picture one*/
  86. background:url('IMG URL');
  87. background-position:center;
  88. background-size:cover;
  89. text-align: center;
  90. z-index:9;
  91. -webkit-transition: all 0.9s ease-in-out;
  92. -moz-transition: all 0.9s ease-in-out;
  93. -o-transition: all 0.9s ease-in-out;
  94. -ms-transition: all 0.9s ease-in-out;
  95. transition: all 0.9s ease-in-out;}
  96.  
  97. #picture2 {
  98. margin-left:220px;
  99. height: 220px;
  100. width: 210px;
  101. /*picture two*/
  102. background:url('IMG URL');
  103. background-position:center;
  104. background-size:cover;
  105. text-align: center;
  106. z-index:999;
  107. -webkit-transition: all 0.9s ease-in-out;
  108. -moz-transition: all 0.9s ease-in-out;
  109. -o-transition: all 0.9s ease-in-out;
  110. -ms-transition: all 0.9s ease-in-out;
  111. transition: all 0.9s ease-in-out;}
  112.  
  113. #mainpicture {
  114. position:absolute;
  115. margin-left:0px;
  116. opacity:0;
  117. height: 220px;
  118. width: 430px;
  119. /*big picture*/
  120. background:url('IMG URL');
  121. background-position:center;
  122. background-size:cover;
  123. text-align: center;
  124. z-index:999;
  125. -webkit-transition: all 0.9s ease-in-out;
  126. -moz-transition: all 0.9s ease-in-out;
  127. -o-transition: all 0.9s ease-in-out;
  128. -ms-transition: all 0.9s ease-in-out;
  129. transition: all 0.9s ease-in-out;}
  130.  
  131. #box:hover #picture {margin-left:220px;}
  132. #box:hover #picture2 {margin-left:0px;}
  133. #box:hover #mainpicture {opacity:1;}
  134.  
  135. #title {
  136. margin:auto;
  137. font:oblique bold 35px arial;
  138. color: #ffe0c7;
  139. margin-top: -5px;
  140. margin-left:0px;
  141. letter-spacing: 3px;
  142. width:400px;}
  143.  
  144. #text {
  145. font:10px georgia;
  146. letter-spacing:0px;
  147. text-align:justify;
  148. color: #999;
  149. margin-top: 0px;
  150. margin-left:0px;
  151. width:400px;
  152. height:auto;
  153. padding:15px;
  154. background:white;
  155. overflow:auto;
  156. border-bottom:1px solid #f4f4f4;}
  157.  
  158. #box a {
  159. font: bold oblique 8px arial;
  160. text-align:center;
  161. width: 65px;
  162. margin-bottom:5px;
  163. display: inline-block;
  164. padding: 3px 1px 3px 1px;
  165. color: #777;
  166. letter-spacing: 1px;}
  167.  
  168. #picture a:hover {background-color: #333;text-shadow: 1px 1px 0px #777;}
  169.  
  170. #line {width:430px;margin:auto;background:#feead9;background-position:center;background-size:cover;height:15px;}
  171.  
  172. #cr {font-size:9px;font-family:arial;text-align:center;padding: 4px;z-index:99999;position:fixed;top:5px;left:5px;color:#888;}
  173. #cr a {color:#333;}
  174.  
  175. </style>
  176. </head>
  177.  
  178. <body>
  179. <div id="line"></div>
  180.  
  181. <div id="box">
  182. <div id="mainpicture"></div>
  183. <div id="picture"></div>
  184. <div id="picture2"></div>
  185. <div id="text">
  186. <!--title--->
  187. <div id="title">TITLE HERE</div>
  188. <!--text--->
  189. TEXT HERE </div>
  190.  
  191. <!--links--->
  192. <a href="/">home</a>
  193. <a href="/ask">message</a>
  194. <!--extra link--->
  195. <a href="URL">link</a>
  196. </div>
  197.  
  198.  
  199. </body>
  200. <div id="cr" title="theme by soonjun"><a href="http://soon-co.tumblr.com/">©</a></div>
  201. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement