Advertisement
jaesoonie

ABOUT PAGE #6

Mar 30th, 2014
8,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 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: 1px; background-color:#fff;}
  53.  
  54. body {margin: 0px;overflow-x:hidden;}
  55.  
  56. a, a:link, a:visited, a:active {
  57. text-decoration: none;
  58. color:#777;
  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. -ms-transition: all 0.7s ease-in-out;
  63. transition: all 0.7s ease-in-out;}
  64.  
  65. a:hover {-webkit-transition: all 0.7s ease-in-out;
  66. -moz-transition: all 0.7s ease-in-out;
  67. -o-transition: all 0.7s ease-in-out;
  68. -ms-transition: all 0.7s ease-in-out;
  69. transition: all 0.7s ease-in-out;}
  70.  
  71. #box{
  72. margin-left:auto;
  73. margin-right:auto;
  74. margin-top:30px;
  75. width:590px;
  76. background:#f5f5f5;
  77. padding:20px 20px 15px 20px;
  78. float:center;
  79. position:relative;
  80. text-align:center;}
  81.  
  82. /*FIRST PICTURE*/
  83.  
  84. #firstpicture {
  85. position:absolute;
  86. margin-left:0px;
  87. height: 350px;
  88. width: 150px;
  89. border:2px solid #fff;
  90. /**********FIRST PICTURE***********/
  91. background:url('FIRST PICTURE URL');
  92. background-position:center;
  93. background-size:cover;
  94. text-align: center;
  95. z-index:999;
  96. -webkit-transition: all 0.9s ease-in-out;
  97. -moz-transition: all 0.9s ease-in-out;
  98. -o-transition: all 0.9s ease-in-out;
  99. -ms-transition: all 0.9s ease-in-out;
  100. transition: all 0.9s ease-in-out;}
  101.  
  102. #titleabout {
  103. margin:auto;
  104. position:absolute;
  105. font:oblique bold 25px arial;
  106. color: #bfcdb9;
  107. margin-top: -100px;
  108. margin-left:0px;
  109. letter-spacing: 3px;
  110. width:430px;
  111. margin-left:610px;}
  112.  
  113. #firsttext {
  114. font:10px arial;
  115. letter-spacing:0px;
  116. text-align:justify;
  117. color: #999;
  118. margin-top: 0px;
  119. margin-left:158px;
  120. width:400px;
  121. height:150px;
  122. padding:15px;
  123. background:white;
  124. overflow:auto;
  125. border:1px solid #f4f4f4;}
  126.  
  127. /*SECOND PICTURE*/
  128.  
  129. #ndpicture {
  130. margin-left:406px;
  131. height: 164px;
  132. width: 180px;
  133. border:2px solid #fff;
  134. margin-top:4px;
  135. /**********SECOND PICTURE***********/
  136. background:url('SECOND PICTURE URL');
  137. background-position:center;
  138. background-size:cover;
  139. text-align: center;
  140. z-index:9;
  141. -webkit-transition: all 0.9s ease-in-out;
  142. -moz-transition: all 0.9s ease-in-out;
  143. -o-transition: all 0.9s ease-in-out;
  144. -ms-transition: all 0.9s ease-in-out;
  145. transition: all 0.9s ease-in-out;}
  146.  
  147. #ndtext {
  148. position:absolute;
  149. font:10px arial;
  150. letter-spacing:0px;
  151. text-align:justify;
  152. color: #999;
  153. margin-top: 4px;
  154. margin-left:158px;
  155. width:212px;
  156. height:137px;
  157. padding:15px;
  158. background:white;
  159. overflow:auto;
  160. border:1px solid #f4f4f4;}
  161.  
  162.  
  163. #ndtitle {
  164. margin:auto;
  165. position:absolute;
  166. font:oblique bold 25px arial;
  167. color: #7598ab;
  168. margin-top: -60px;
  169. letter-spacing: 3px;
  170. width:390px;
  171. margin-left:-440px;}
  172.  
  173. #navbox {
  174. text-align:center;
  175. color: #999;
  176. margin-top: 4px;
  177. margin-left:0px;
  178. width:568px;
  179. height:65px;
  180. padding:10px;
  181. background:white;
  182. overflow:auto;
  183. border:1px solid #f4f4f4;}
  184.  
  185. #nav {width:560px;}
  186. #nav a{
  187. font: bold oblique 8px arial;
  188. text-align:center;
  189. width: 75px;
  190. display: inline-block;
  191. padding: 2px 6px 2px 6px;
  192. color:#555;
  193. letter-spacing: 1px;
  194. background:#f5f5f5;}
  195.  
  196. #lasttitle {
  197. margin:auto;
  198. position:absolute;
  199. font:oblique bold 25px arial;
  200. color: #ffcc99;
  201. margin-top: -65px;
  202. margin-left:0px;
  203. letter-spacing: 3px;
  204. width:390px;
  205. margin-left:610px;}
  206.  
  207. #picrow {width:600px;margin-left:0px;}
  208. #picrow img{
  209. display:inline-block;
  210. margin-right:10px;
  211. margin-top:5px;
  212. height: 105px;
  213. width: 106px;
  214. border:2px solid #fff;
  215. text-align: center;
  216. z-index:999;
  217. -webkit-transition: all 0.9s ease-in-out;
  218. -moz-transition: all 0.9s ease-in-out;
  219. -o-transition: all 0.9s ease-in-out;
  220. -ms-transition: all 0.9s ease-in-out;
  221. transition: all 0.9s ease-in-out;}
  222.  
  223. #links a {
  224. font: bold oblique 8px arial;
  225. text-align:center;
  226. width: 65px;
  227. margin-bottom:-10px;
  228. margin-top:10px;
  229. display: inline-block;
  230. padding: 3px 1px 3px 1px;
  231. color:#555;
  232. letter-spacing: 1px;
  233. background:#fff;}
  234.  
  235. #cr {font-size:9px;font-family:arial;text-align:center;padding: 4px;z-index:99999;position:fixed;top:5px;left:5px;color:#888;}
  236. #cr a {color:#333;}
  237.  
  238. </style>
  239. </head>
  240.  
  241. <body>
  242. <div id="box">
  243.  
  244. <div id="firstpicture"></div>
  245.  
  246. <div id="firsttext">
  247. <!--first text--->
  248. TEXT HERE
  249. </div>
  250. <!--first title (for text)--->
  251. <div id="titleabout">TITLE HERE
  252. <div style="border-top:3px solid #f5f5f5;width:120px;margin-top:-15px;"></div></div>
  253.  
  254. <!---------------------------------------------------------------------->
  255.  
  256. <div id="ndtext">
  257. <!--second text--->
  258. TEXT HERE
  259. </div>
  260.  
  261. <div id="ndpicture"></div>
  262.  
  263. <!---------------------------------------------------------------------->
  264.  
  265. <div id="navbox"><div id="nav">
  266. <!--------CHANGE COLORS OF LINKS HERE--------->
  267. <a href="/" style="background:#ddddcc">link</a>
  268. <a href="/" style="background:#feebce">link</a>
  269. <a href="/" style="background:#c6d7e1">link</a>
  270. <a href="/" style="background:#ddddcc">link</a>
  271. <a href="/" style="background:#feebce">link</a>
  272. <a href="/" style="background:#c6d7e1">link</a>
  273. <a href="/" style="background:#ddddcc">link</a>
  274. <a href="/" style="background:#feebce">link</a>
  275. <a href="/" style="background:#c6d7e1">link</a>
  276. <a href="/" style="background:#ddddcc">link</a>
  277. <a href="/" style="background:#feebce">link</a>
  278. <a href="/" style="background:#c6d7e1">link</a>
  279. <a href="/" style="background:#ddddcc">link</a>
  280. <a href="/" style="background:#feebce">link</a>
  281. <a href="/" style="background:#c6d7e1">link</a>
  282. <a href="/" style="background:#ddddcc">link</a>
  283. <a href="/" style="background:#feebce">link</a>
  284. <a href="/" style="background:#c6d7e1">link</a>
  285. </div></div>
  286.  
  287. <!--second title (for navi)--->
  288. <div id="ndtitle">TITLE HERE
  289. <div style="border-top:3px solid #f5f5f5;width:120px;margin-top:-15px;margin-left:300px;"></div></div>
  290.  
  291. <!---------------------------------------------------------------------->
  292.  
  293. <div id="picrow">
  294. <img src="IMG ONE URL"><img src="IMG TWO URL"><img src="IMAGE THREE URL"><img src="IMG FOUR URL"><img src="IMG FIVE URL"></div>
  295.  
  296. <!--third title (for pictures)--->
  297. <div id="lasttitle">TITLE HERE
  298. <div style="border-top:3px solid #f5f5f5;width:120px;margin-top:-15px;"></div></div>
  299.  
  300. <!---------------------------------------------------------------------->
  301.  
  302. <div id="links">
  303. <!--links--->
  304. <a href="/">home</a>
  305. <a href="/ask">message</a>
  306. <!--extra link--->
  307. <a href="URL">link</a>
  308. </div>
  309.  
  310. </div>
  311.  
  312. </body>
  313. <div id="cr" title="theme by soonjun"><a href="http://soon-co.tumblr.com/">©</a></div>
  314. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement