Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{favicon}" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/gyoju49/uF2mjkhe3/layoutcomponent.txt"></script><script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
- <!--
- ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ᴛʜᴇᴍᴇ 14 | ᴘᴀɢᴇ ᴛʜᴇᴍᴇ: ᴀʙᴏᴜᴛ ɪ | ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ)
- ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊ ┊ ┊ ┊ ┊
- ┊ ┊ ┊
- -->
- <meta name="description" content="" />
- </head>
- <style type="text/css">
- a {color:#999;text-decoration:none;}
- .notepad a {/*bottom links*/
- outline-offset:-3px;/*dont touch*/
- color:#EDA6A6; /*text color*/
- background:#fff;/*background color*/
- outline:1px solid #EDA6A6;/*border color*/
- font-family:calibri;/*link font*/
- text-transform:uppercase;/*dont touch*/
- font-size:10px;/*font size*/
- display:inline-block;/*dont touch!!!!*/
- height:15px;/*dont touch*/
- padding:0px 8px 8px 8px;/*dont touch*/
- text-decoration:none; /*dont touch*/
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- .notepad a:hover{/*bottom links hover*/
- outline:1px solid #edc5c5;/*border on hover*/
- color: #fff; /*text color on hover*/
- background:#EE6363;/*background on hover*/
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- body {
- background:url('http://webdesignledger.com/wp-content/uploads/2012/09/patterns02.jpg'); /*background pic; if you replace this, make sure the line looks like background:url('http://BACKGROUNDLINKHERE'); */
- background-repeat: repeat;/*dont touch*/
- line-height:100%;/*dont touch*/
- font-size: 12px;/*font size*/
- font-family: baskerville;/*font*/
- color:#777; /*text color*/
- }
- .tit {/*the title*/
- position: relative;
- margin: 0 -23px 14px -35px;
- height: 38px;
- background: #EE6363;/*color of title background; to pick another, go to colorpicker.com */
- color:#fff;/*color of title text*/
- border-radius: 2px 2px 0 0;
- }
- .tit h1 {/*the title*/
- font-family:georgia;/*font*/
- font-style:italic;
- line-height: 36px;
- font-size: 19px;/*size*/
- text-align: center;
- }
- .tit:before, .tit:after {/*don't change anything here!*/
- content: '';
- position: absolute;
- bottom: 2px;
- left: 1px;
- right: 1px;
- height: 0;
- border-top: 1px dashed #ddd;/*the bottom border on the title*/
- }
- /*
- DO NOT TOUCH ANY OF THE LINES BELOW HERE
- YOU WILL REGRET IT
- ESPECIALLY IF YOU DONT KNOW HOW TO WORK WITH HTML/CSS/JAVASCRIPT
- IT'LL RUIN THE THEME
- OKAY
- BEWARE
- */
- #kanye {/*DO NOT TOUCH ANYTHING*/
- line-height:100%;
- position:fixed;
- font-size:10px;
- width:70px;
- height:20px;
- font-family:calibri;
- letter-spacing:1px;
- bottom:0;
- right:0;
- z-index:12;
- }
- #kanye .ville a{/*DO NOT TOUCH ANYTHING*/ color:#9a9a9a;}
- #kanye .basker{/*DO NOT TOUCH ANYTHING*/
- color:#9a9a9a;
- opacity:1.0;
- padding:1px 3px 2px 3px;
- margin-top:0px;
- margin-left:27px;
- text-align:center;
- overflow:hidden;
- position: absolute;
- background:#fff;
- font-size:10px;
- text-transform:uppercase;
- z-index:100;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- border:1px solid #ece4e4;
- }
- #kanye:hover .basker{/*DO NOT TOUCH ANYTHING*/
- opacity:0;
- transition: all 0.5s linear;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- }
- #kanye .ville{/*DO NOT TOUCH ANYTHING*/
- color:#9a9a9a;
- background:#fff;
- margin-top:0px;
- padding:1px 4px 2px 5px;
- margin-left:27px;
- font-size:10px;
- text-align:left;
- text-transform:uppercase;
- opacity:0;
- overflow:hidden;
- position: absolute;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- z-index:1200;
- border:1px solid #ece4e4;
- }
- #kanye:hover .ville{/*DO NOT TOUCH ANYTHING*/
- opacity:1;
- margin-bottom:14px;
- transition: all 0.5s linear;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- }
- h1, blockquote, video {/*DO NOT TOUCH ANYTHING*/
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- .notepad {/*DO NOT TOUCH ANYTHING*/
- position:fixed;
- top:100px;
- z-index:99999999999999999;
- background-color: white;
- background-image: linear-gradient(#EDC5C5 1px, transparent 1px), linear-gradient(#EDC5C5 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
- background-size: 1px 1px, 1px 1px, 23px 23px;
- background-repeat: repeat-y, repeat-y, repeat;
- background-position: 22px 0, 24px 0, 0 50px;
- border-radius: 2px;
- border:1px solid #ddd;
- }
- .notepad {/*DO NOT TOUCH ANYTHING*/
- position: relative;
- margin: 60px auto;
- padding: 0 23px 14px 35px;
- width: 300px;
- line-height: 23px;
- font-size: 11px;
- }
- .notepad p, .notepad blockquote {/*DO NOT TOUCH ANYTHING*/
- margin-bottom: 23px;
- }
- .notepad :last-child {/*DO NOT TOUCH ANYTHING*/
- margin-bottom: 0;
- }
- </style>
- <body>
- <section class="notepad">
- <div class="tit">
- <h1>about me</h1>
- </div>
- <blockquote>
- This is your about page!
- <br>
- Isn't the notebook effect so cool? omg i love it!
- <br>
- If you want to bring text to a new line, add <code><br></code> before the text you want on another line.
- <br>
- The size of this notepad will change depending on how much text you put here, so don't worry about how much text you put here because it'll fit perfectly no matter what :)
- </blockquote>
- <div style="text-align:center;margin-top:-13px;margin-left:-95px;width:500px;"><!--dont edit that-->
- <a href="http://...">back</a>
- <a href="http://...">ask</a>
- <a href="http://...">face</a>
- <a href="http://...">friends</a>
- <a href="http://...">blogroll</a>
- <!---
- you can remove a line if you don't need that many links :)
- remember to remove the that's before it, too!
- -->
- </div>
- </section>
- <div id="kanye">
- <div class="basker">
- ᴛʜᴇᴍᴇ
- </div>
- </div>
- <div id="kanye">
- <div class="ville">
- <a title="theme by kimsjongin" href="http://kimsjongin.tumblr.com/">ᴍᴇᴇᴍ</a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment