jaesoonie

ABOUT PAGE #4

Jan 24th, 2014
2,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 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: #fdc456;
  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:7px;
  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: #fcfcfc;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. #picture {
  71. margin:auto;
  72. margin-top:100px;
  73. height: 200px;
  74. width: 200px;
  75. /*picture*/
  76. background:url('PICTURE URL');
  77. background-position:center;
  78. background-size:cover;
  79. text-align: center;
  80. border-radius:50%;
  81. border:10px solid #f6f6f6;
  82. z-index:99;}
  83.  
  84. #title {
  85. margin:auto;
  86. font:oblique bold 50px times;
  87. color: #333;
  88. margin-top: 210px;
  89. margin-left:-10px;
  90. letter-spacing: 3px;
  91. width:220px;}
  92.  
  93. #text {
  94. margin:auto;
  95. font:oblique 10px arial;
  96. text-align:justify;
  97. color: #333;
  98. margin-top: 10px;
  99. margin-left:-10px;
  100. letter-spacing: 0px;
  101. width:220px;}
  102.  
  103. #picture a {
  104. font-family:calibri;
  105. width: 50px;
  106. display: inline-block;
  107. padding: 3px 1px 3px 1px;
  108. color: #fafafa;
  109. letter-spacing: 1px;
  110. font-size: 8px;
  111. background-color: #fba807;
  112. text-transform:uppercase;}
  113.  
  114. #picture a:hover {background-color: #333;text-shadow: 1px 1px 0px #777;}
  115.  
  116. #line {width:10px;
  117. background:#fdc456;
  118. background-position:center;background-size:cover;
  119. border-left:10px solid #f5f5f5;
  120. height:100%;top:0px;left:0px;position:fixed;}
  121.  
  122. </style>
  123. </head>
  124.  
  125. <body>
  126. <div id="line"></div>
  127. <div id="picture">
  128. <!--title--->
  129. <div id="title">about me</div>
  130. <!--links--->
  131. <a href="/">go back</a>
  132. <a href="/ask">message</a>
  133. <!--extra link--->
  134. <a href="URL">link</a>
  135. <!--text--->
  136. <div id="text">TEXT GOES HERE!</div>
  137. </div>
  138.  
  139.  
  140. </body>
  141. <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:#f6f6f6;padding: 2px 5px 3px 5px;border-radius:3px;z-index:99;color:#666;"> SJ. </a></div>
  142. </html>
Advertisement
Add Comment
Please, Sign In to add comment