Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- 「花樣年華」ABOUT ME PAGE I
- by @imjaebumx.tumblr.com
- - don't claim this theme as your own
- - you can heavily edit it
- - but please keep all the credits~
- - thanks for using my theme .3.
- -->
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!--------- SCRIPTS DO NOT REMOVE ---------->
- <!----------- CUSTOM FONT ------------->
- <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
- <!------------ TOOLTIPS ---------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <!------------ FONT AWESOME SCRIPT BY AZURETHEMES ------------->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- ::-moz-selection {
- background: #f8f8f8; /* CHANGE TEXT SELECTION BACKGROUND COLOR */
- color: #707070; /* CHANGE TEXT SELECTION COLOR */
- }
- ::selection {
- background: #f8f8f8; /* CHANGE TEXT SELECTION BACKGROUND COLOR */
- color: #707070; /* CHANGE TEXT SELECTION COLOR */
- }
- ::-webkit-scrollbar {width:11px;height:11px;background:#f8f8f8;} /* CHANGE THIS ACCORDING TO THE BODY BACKGROUND COLOR */
- ::-webkit-scrollbar-thumb {background:#707070;} /* CHANGE SCROLLBAR COLOR */
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid #f8f8f8; } /* CHANGE THIS ACCORDING TO THE BODY BACKGROUND COLOR */
- #s-m-t-tooltip {
- max-width:300px;
- padding:5px;
- margin:20px 20px 20px 20px;
- text-transform:uppercase;
- font-family:'Lato';
- font-size:7px;
- font-style:none;
- letter-spacing:1px;
- color:#c6c6c6; /* CHANGE TOOLTIP TEXT COLOR */
- background-color:#ffffff; /* CHANGE TOOLTIP BACKGROUND COLOR */
- box-shadow:0px 0px 0px rgba(0,0,0,.0);
- border-radius:0%;
- z-index:999999999999999999999999999999999999;
- }
- body {
- background-color:#f8f8f8; /* CHANGE BACKGROUND COLOR */
- margin:0px;
- color:#c6c6c6; /* CHANGE TEXT COLOR */
- font-family: 'Lato';
- animation: fadein 2s;
- line-height:100%;
- }
- @keyframes fadein {
- from {
- opacity:0;
- }
- to {
- opacity:1;
- }
- }
- @-webkit-keyframes fadein {
- from {
- opacity:0;
- }
- to {
- opacity:1;
- }
- }
- b {
- font-weight:bold;
- font-style:bold;
- color: #93cfc4; /* CHANGE BOLD COLOR */
- }
- u {
- text-decoration:underline;
- border-bottom:1px solid #93cfc4; /* CHANGE UNDERLINE COLOR */
- padding-bottom:1px;
- }
- .content2 i {
- font-style:italic;
- color: #707070; /* CHANGE ITALIC COLOR */
- }
- a {
- color:#707070;
- text-transform:uppercase;
- cursor:help;
- text-decoration:none;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- a:hover {
- color:#707070;
- cursor:help;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- #container{
- margin-left:auto;
- margin-right:auto;
- margin-top:40px;
- background:#ffffff; /*CHANGE BRACKGROUND COLOR */
- width:400px;
- margin-bottom:50px;
- }
- .content {
- background:transparent;
- text-align:justify;
- margin-left:auto;
- font-size:9px;
- margin-right:auto;
- width:400px;
- text-align:center;
- letter-spacing:1px;
- }
- .content img {
- width:24px;
- height:24px;
- padding:5px;
- border-radius:50px;
- border:1px solid #f8f8f8; /* CHANGE IMAGE BORDER COLOR */
- }
- .content2{
- background:#ffffff;
- text-align:justify;
- margin-left:auto;
- font-size:9px;
- column-count: 2; /* IF YOU WANT A SINGLE COLUMN, DELETE THIS PROPERTY */
- column-gap:15px; /* AND THIS ONE TOO */
- margin-right:auto;
- width:350px;
- padding:20px;
- letter-spacing:1px;
- }
- .content-title {
- font-size:10px;
- letter-spacing:2px;
- text-transform:uppercase;
- width:100px;
- text-align:center;
- column-count:1;
- border-top:1px solid #f8f8f8; /* CHANGE THE COLOR OF THE TITLE BORDER */
- border-bottom:1px solid #f8f8f8; /* CHANGE THE COLOR OF THE TITLE BORDER */
- padding:5px;
- }
- .header {
- width:400px;
- height:250px;
- background:url(http://static.tumblr.com/lpfcy4l/zwMo7g66g/about.png); /* CHANGE THE URL OF THE IMAGE. KEEP IT MIND THAT IT *MUST* BE 400PX BY 250PX OTHERWISE IT WILL NOT LOOK OK */
- margin-bottom:10px;
- }
- .header-text {
- position: absolute;
- width: 400px;
- height: 250px;
- font-size:25px;
- font-style:bold;
- font-weight:bold;
- text-align:center;
- margin-top:115px; /* CHANGE THE VERTICAL POSITION OF THE TITLE AND THE LINKS BY INCREASING OR DECREASING THIS NUMBER, IF YOU WISH */
- line-height:20px;
- letter-spacing:5px;
- color:#ffffff; /* TITLE COLOR */
- text-align: center;
- vertical-align:middle;
- }
- .header-text a {
- font-size:12px;
- text-transform:uppercase;
- letter-spacing:2px;
- display:inline;
- color:#ffffff; /* CHANGE LINK COLOR */
- border-bottom:0px;
- padding:2px;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- .header-text a:hover {
- font-size:12px;
- text-transform:uppercase;
- letter-spacing:2px;
- display:inline;
- color:#ffffff; /* CHANGE LINK HOVER COLOR */
- border-bottom:0px;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- .tmblr-iframe--desktop-loggedin-controls, .iframe-controls--desktop, .tmblr-iframe, #tumblr_controls{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5; display:none;}
- /* ------------------- CREDITS DO NOT REMOVE --------------------- */
- #cred a {
- color:#707070;
- letter-spacing:1px;
- font-size:9px;
- border-bottom:0px;
- text-transform:uppercase;
- padding:4px;
- }
- #cred a:hover {
- color:#707070;
- padding:4px;
- }
- #cred {
- width:auto;
- height:auto;
- bottom:15px;
- right:15px;
- padding:4px;
- z-index:1000000;
- font-size:8px;
- letter-spacing:1px;
- position:fixed;
- background-color:#ffffff;
- padding:5px;
- text-align:center;
- text-transform:uppercase;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!-------------- DO NOT REMOVE --------------->
- <div id="cred"><a title="theme @imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
- <!-------------- DO NOT REMOVE --------------->
- <div id="container">
- <div class="header">
- <div class="header-text">花樣年華<br><a href="/" title="go back"><i class="fa fa-home"></i></a> <a href="/ask" title="askbox"><i class="fa fa-envelope"></i></a> <a href="http://tumblr.com/dashboard" title="dashboard"><i class="fa fa-cog"></i></a></div>
- </div>
- <div class="content">
- <br>
- <!---- IF YOU DO NOT WISH IT TO SHOW YOUR ICON DELETE FROM HERE ---->
- <center><img src="{PortraitURL-24}"></center>
- <!---- TO HERE ---->
- <center><div class="content-title">profile</div></center>
- <div class="content2">
- <!-------------- ADD YOUR ABOUT ME FROM HERE --------------->
- <!------- USE <BR> TO SKIP LINES AND <B>, <U> AND <I>
- TO CUSTOMIZE YOUR TEXT :) ----------->
- your<br>
- <b>profile</b><br>
- <i>goes</i><br>
- <u>here</u><br><br>
- this is a double column text, but you have the option to change it to a single column in the css :) follow the instructions!
- <!-------------- TO HERE --------------->
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment