Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>I wipe your tears away with my fingers.</title>
- <link rel="shortcut icon" href="{Favicon}">
- <html>
- <head>
- <!--
- About Page #01 REVAMP: Lonely Day
- coded by kuzuriha
- As this is a revamp theme, the earlier version of the theme (both the preview and the code) will be removed, and the code won't be updated unless there's a major bug/glitch. The previous version of this page was titled "Say Hello".
- 1. Don't remove the credit.
- 2. Don't move the credit. Just leave it there.
- 3. Don't use as a base code.
- 4. Please enjoy! If you find any bugs, please contact me! c:
- -->
- <!--Heads up!-->
- <!--Please read the code carefully! I've tried my best to make that all I'm talking about here makes sense and to group the codes based on their usage but if you are still having trouble, please drop me an ask! c: -->
- <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /**Webkit scrollbar**/
- ::-webkit-scrollbar{
- width:2px;
- height:1px;
- }
- ::-webkit-scrollbar-thumb:vertical{
- background-color:#FFF0B6;
- }
- /**Tooltips. This styles that fancy title box that appears when you hover over a link.**/
- #s-m-t-tooltip {
- max-width:150px;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- background-color:#FFDCA9; /* change the background color */
- font-family:consolas; /* change the font */
- font-style:italic;
- font-size:10px; /* change the font size */
- line-height:11px;
- letter-spacing:1px; /* change the letter spacing */
- text-transform:lowercase; /* can be uppercase, lowercase, none*/
- color:#fff; /* change the text color */
- z-index:999;
- }
- /**body stuffs**/
- body{
- margin:0;
- padding:0;
- background:#fff url('http://static.tumblr.com/wdp3vza/ueWnj3any/tumblr_static_tumblr_static_bg-wood_vertical_light.png') fixed; /**put the background image for your page inside the brackets**/
- font:10px consolas;
- color:#DEDEDE;
- }
- a{
- text-decoration:none;
- color:#E8D09A;
- }
- a:hover{
- color:#FFF0B6;
- }
- #bar1{
- width:100%;
- height:222px;
- background:url('http://static.tumblr.com/wdp3vza/dK6nj39mo/tumblr_mt67noibpl1ru3nbdo2_100.png') fixed; /**put the background image for your page inside the brackets**/
- top:0;
- left:0;
- border-bottom:10px solid #EDEDED;
- position:fixed;
- }
- #container{
- width:690px;
- height:490px;
- position:fixed;
- background:rgba(255,255,255,.6);
- padding:35px;
- margin-left:200px;
- margin-top:60px;
- }
- #inside{
- width:655px;
- height:465px;
- background:rgba(255,255,255,1);
- position:absolute;
- padding:10px;
- max-height:465px;
- overflow:scroll;
- margin-left:8px;
- }
- #sidebar{
- position:absolute;
- width:222px;
- height:262px;
- margin:10px;
- }
- #sidebar img{
- width:222px;
- height:262px;
- }
- #linkcont{
- position:fixed;
- width:100px;
- margin-top:220px;
- height:400px;
- padding:20px;
- margin-left:65px;
- }
- .navlink a{
- display:block;
- width:80px;
- text-transform:uppercase;
- background-color:#FFDCA9; /**change this part to change the background color**/
- color:#fff; /**change this part to change the text color**/
- text-align:center;
- margin:8px;
- padding:5px;
- font:10px;
- transition:.5s ease;
- }
- .navlink a:hover{
- background-color:#E8D09A;
- }
- #desc{
- position:absolute;
- padding:10px;
- width:202px;
- height:120px;
- border-radius:12px;
- border:1px dashed #FFFFA9;
- color:#000;
- margin-top:10px;
- background-color:#fff;
- font-size:10px;
- }
- #desc b, strong{
- color:#FFDCA9;
- font-weight:400; /**delete this part to make it the usual bold**/
- }
- #desc i, em{
- color:#FFDCA9;
- }
- /**Main text part**/
- #text{
- width:375px;
- height:425px;
- padding:10px;
- position:absolute;
- float:left;
- margin-top:10px;
- margin-left:250px;
- margin-right:10px;
- }
- #abouttext{
- width:365px;
- float:left;
- padding:10px;
- position:absolute;
- height:280px;
- max-height:280px;
- overflow:scroll;
- margin-top:0;
- }
- #abouttext:first-letter{
- background-color:#FFF0B6;
- color:#fff;
- float:left;
- width:10px;
- height:20px;
- line-height:100%;
- font-family:verdana;
- font-size:30px;
- padding:8px;
- margin-right:8px;
- }
- #abouttext b, strong{
- color:#E8E09A;
- font-weight:400; /**delete this part to make it the usual bold**/
- }
- #abouttext i, em{
- color:#E8D09A;
- }
- #infobox{
- display:block;
- padding:8px;
- margin:10px;
- }
- #icon{
- width:100px;
- height:100px;
- border:4px solid #FFDCA9;
- float:left;
- position:absolute;
- }
- #icon img{
- max-width:100px;
- max-height:100px;
- }
- .infolabel{
- display:block;
- background-color:#FFDCA9;
- min-width:150px;
- padding:3px;
- letter-spacing:1px;
- color:#fff;
- text-align:center;
- font-style:italic;
- margin-left:100px;
- border-radius:25px;
- margin-top:6px;
- font-size:11px;
- }
- /**Credit. Please do not alter this part in any way!!**/
- #credit{
- right:20px;
- bottom:10px;
- position:fixed;
- }
- </style>
- </head>
- <body>
- <div id="bar1"></div>
- <div id="linkcont">
- <div class="navlink">
- <a href="/">home</a>
- <a href="/ask">message</a>
- <a href="/archive">archive</a>
- <a href="/">link 1</a>
- <a href="/">link 2</a>
- <a href="/">link 3 <!--change the title of your link here!--></a><!--put your links inside the a href="" part!-->
- </div>
- </div>
- <div id="container">
- <div id="inside">
- <div id="sidebar">
- <img src="http://static.tumblr.com/wdp3vza/im7nj6akw/tumblr_nh1uyg9on01qhttpto1_12803.jpg"/>
- <div id="desc">
- <i>From the memories of two of us, what was left behind from it?</i>
- <br>
- <br>
- You are currently viewing the live preview of <a href="http://kuzuriha.tumblr.com">kuzuriha's</a> revamp on <b>Say Hello</b>, now titled <b>Lonely Day.</b> <!--Put your description here!-->
- </div><!--end desc-->
- </div><!--end sidebar-->
- <div id="text">
- <div id="infobox">
- <div id="icon"><img src="http://static.tumblr.com/wdp3vza/GnUnjvbyc/tumblr_nh8fgqqioz1sg7sw3o4_128012.jpg"/> <!--put your image source inside the quotation marks!--></div>
- <div class="infolabel">Rizu <!--you can write whatever on this, but remember that it will stretch if you write too much. Recommended amount of label is 4.--> </div>
- <div class="infolabel">Seventeen</div>
- <div class="infolabel">March 26</div>
- <div class="infolabel">INTJ</div>
- </div><!--end infobox-->
- <div id="abouttext">
- This is where you will write your about section. Write anything that you like!
- </div><!--end about text-->
- </div><!--end text-->
- </div>
- </div>
- </div>
- <!--Please don't delete this part! You may change the image if you think it looks bad though c:-->
- <div id="credit">
- <a href="http://kuzuriha.tumblr.com"><img src="http://static.tumblr.com/i00o5ri/8Hin3wwhl/tumblr_inline_mueomfwkvr1qdlkyg.gif" title="theme by kuzuriha"></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment