Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- About Page
- {. Under the Stars .}
- Page #06. (About Me)
- http://noiretblanc-themes.tumblr.com/
- Please don't use this theme as a base or claim it as your own.
- You are free to edit this page as much as you want, please just don't erase the credits.
- CREDITS TO:
- Preview Profile: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=25285071
- Background Image: Steven Universe
- -->
- <!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">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="shortcut icon" href="{Favicon}">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Megrim|Rajdhani:400,300' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <style>
- ::-webkit-scrollbar-track{
- border-radius: 7px;
- }
- ::-webkit-scrollbar{
- width: 5px;
- background-color: rgba(0, 0, 0, 0.16);
- border-radius: 7px;
- }
- ::-webkit-scrollbar-thumb{
- border-radius: 7px;
- background-image: -webkit-gradient(linear,
- left bottom,
- left top,
- color-stop(0.01, rgb(220, 155, 255)),
- color-stop(0.32, rgb(162, 72, 209)),
- color-stop(0.96, rgb(24, 24, 51)));
- }
- body{
- background: url("https://i.imgur.com/69Io82i.jpg") no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- margin:0;
- padding:0;
- font-family: 'Megrim', cursive;
- color: #ffffff; /* Main color of the fonts */
- overflow: hidden;
- }
- #wonderland{
- position: absolute;
- width: 800px;
- left: 50%;
- margin-left: -400px;
- height: 450px;
- top:50%;
- margin-top: -225px;
- background: rgba(115, 90, 255, 0.35); /* Color of the box */
- border-radius: 10px;
- }
- #wonderland h1{
- position: absolute;
- top:-55px;
- width: 100%;
- text-align: center;
- }
- #smb{
- background: rgba(0, 0, 0, 0.5);
- border-radius: 5px;
- box-sizing: border-box;
- }
- .left{
- left: 10px;
- top: 10px;
- bottom: 10px;
- position: absolute;
- width: 200px;
- }
- .right{
- right: 10px;
- top: 10px;
- bottom: 10px;
- position: absolute;
- width: 200px;
- }
- .center{
- position: absolute;
- margin: 0 auto;
- width: 350px;
- height: 430px;
- margin-top:10px;
- left:50%;
- margin-left: -175px;
- }
- .bg{
- position: absolute;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: -1;
- border-radius: 5px;
- background-image: url("https://i.imgur.com/mK2usNG.png"); /* Transparent background in the main boxes. */
- opacity: 0.6;
- }
- #side-p{
- width: 200px;
- height: 200px;
- overflow: hidden;
- border-radius:9px 9px 200px 200px;
- position: relative;
- }
- #side-p img{
- max-height: 200px; /* This will change the size of the profile picture to 200px automatically. Feel free to edit or delet this part. */
- }
- .tx{
- margin-top: 15px;
- width: 100%;
- text-align: center;
- }
- .tx p{
- margin:0;
- padding: 0;
- }
- .tx b{
- display: block;
- border-bottom: 1px dotted #9eecff;
- width: 140px;
- margin: 0 auto;
- margin-top: 8px;
- font-family: 'Rajdhani', sans-serif;
- font-size: 14px;
- text-align: left;
- }
- .tx a{
- display: block;
- width: 95%;
- background: rgba(0, 0, 0, 0.6); /* Link background color */
- color:inherit; /* Link font color */
- margin: 0 auto;
- margin-top:7px;
- padding: 5px 0;
- text-decoration: none;
- -moz-transition:all .4s ease-in-out; /*For Mozilla Browser*/
- -webkit-transition:all .4s ease-in-out; /*For Chrome and Safari*/
- -o-transition:all .4s ease-in-out; /*For Opera Browser*/
- transition:all .4s ease-in-out;
- }
- .tx a:hover{
- letter-spacing: 3px;
- background: black; /* Link bg color on hover */
- }
- .tx b i{
- position: absolute;
- right: 30px;
- text-align: right;
- }
- .fa{
- position: absolute;
- left: 15px;
- margin-top: 2px;
- }
- .extralink:before{
- font-family: FontAwesome;
- content: "\f005";
- position: absolute;
- left: 15px;
- margin-top: 2px;
- }
- .mb-content{
- width: 100%;
- height: 100%;
- overflow-y: auto;
- }
- .mb-content p{
- padding: 0 10px;
- margin: 10px 0 5px 0;
- font-family: 'Rajdhani', sans-serif;
- text-align: justify;
- }
- .mb-content h2{
- margin: 10px 0 5px 0;
- padding: 0;
- text-align: center;
- }
- .mb-content s{
- color: #727272; /* Strike font color. */
- }
- .mb-content a{
- color:inherit; /* Links color in description */
- text-decoration: none;
- -moz-transition:all .4s ease-in-out; /*For Mozilla Browser*/
- -webkit-transition:all .4s ease-in-out; /*For Chrome and Safari*/
- -o-transition:all .4s ease-in-out; /*For Opera Browser*/
- transition:all .4s ease-in-out;
- }
- .mb-content a:hover{
- color: #ffade9; /* Links hover color in description */
- }
- .mb-content ul{
- list-style: none;
- padding: 0 30px;
- margin: 10px 0 5px 0;
- font-family: 'Rajdhani', sans-serif;
- }
- .mb-content li:before{
- content: "★";
- margin-right: 3px;
- color: #61ffdb; /* List bullet color */
- }
- /*YOU MAY EDIT THE CREDIT'S COLOR TO FIT YOUR THEME, BUT DO NOT ERASE THEM*/
- #credits{
- position: absolute;
- bottom: 0;
- right: 0;
- }
- #credits a{
- display: block;
- color: white;
- background-color: rgba(42, 23, 77, 0.78);
- padding: 5px 5px 5px 8px;
- text-decoration: none;
- font-size: 13px;
- -moz-transition:all .4s ease-in-out; /*For Mozilla Browser*/
- -webkit-transition:all .4s ease-in-out; /*For Chrome and Safari*/
- -o-transition:all .4s ease-in-out; /*For Opera Browser*/
- transition:all .4s ease-in-out;
- }
- #credits a:hover{
- background: black;
- letter-spacing: 2px;
- }
- .tooltip {
- display:none;
- position:absolute;
- background-color:#000000;
- border-radius:2px;
- padding:5px;
- color:#fff;
- font-size:12px;
- }
- </style>
- </head>
- <body>
- <div id="wonderland">
- <h1>. About Me .</h1>
- <!-- LEFT BAR {PROFILE PICTRE + BASIC INFO}-->
- <div id="smb" class="left">
- <div class="bg"></div>
- <!-- PROFILE PICTURE GOES HERE. SIZE RECOMMENDED 200x200-->
- <div id="side-p"><img src="http://media3.vindy.com/ellington_defaults/images/avatars/blank_avatar_240x240.gif"></div>
- <!-- BASIC INFO GOES HERE-->
- <div class="tx">
- <p>★ Under The Stars ★</p>
- <b>Name: <i>xxx</i></b>
- <b>Age: <i>xx</i></b>
- <b>DOB: <i>xxx xxx</i></b>
- <b>Gender:<i>xxx</i></b>
- <b>xxx<i>xxx</i></b>
- <b>xxx <i>xxx</i></b>
- </div>
- </div>
- <!-- LEFT BAR {PROFILE PICTRE + BASIC INFO}-->
- <!-- CENTER BAR {FULL INFO}-->
- <div id="smb" class="center">
- <div class="bg"></div>
- <div class="mb-content">
- <h2>A title goes here (Optional)</h2>
- <p>Here's some info about you.<br>
- <b>Bold</b> <i>Italic</i> <u>Underline</u> <s>Strike</s> <a href="">Link</a></p>
- <ul><li>A list</li>
- <li>A list</li>
- <li>A list</li>
- <li>A list</li></ul>
- <p>Cernantur e quis iudicem et ullamco ubi labore pariatur, senserit reprehenderit
- nam offendit ex cupidatat duis velit cupidatat veniam, tamen mentitum
- praetermissum, arbitror te anim a ad ex legam pariatur, cillum appellat non
- lorem quem. Ea si aliqua doctrina et ingeniis minim est quibusdam coniunctione.
- Id sint voluptate deserunt et ita nisi mentitum graviterque ubi quae ubi an quis
- ullamco o multos quamquam domesticarum eu voluptate varias dolor eiusmod minim,
- pariatur amet admodum ne excepteur fugiat cernantur cernantur, appellat quis
- cernantur. Laborum do expetendis, non cillum enim tamen possumus. Litteris se
- incurreret, et sunt dolore multos mandaremus, amet incididunt ut distinguantur
- ubi ad sed veniam mentitum. Non fugiat appellat praesentibus, pariatur
- cohaerescant sed laborum. Officia nisi expetendis. Fabulas varias probant te
- nostrud multos ut vidisse tractavissent.</p>
- <!--Add new blocks of text with: <p>New Text Block</p> -->
- </div>
- </div>
- <!-- CENTER BAR {FULL INFO}-->
- <!-- RIGHT BAR {LINKS}-->
- <div id="smb" class="right">
- <div class="bg"></div>
- <div class="tx">
- <p>★ Out Of This Planet ★</p>
- <!-- Default links-->
- <a href="/"><i class="fa fa-rocket"></i>Home</a>
- <a href="/ask"><i class="fa fa-envelope"></i>Ask</a>
- <a href="/submit"><i class="fa fa-pencil-square-o"></i>Submit</a>
- <!-- Default links-->
- <!-- Custom links-->
- <a href="/" class="extralink">Link</a>
- <a href="/" class="extralink">Link</a>
- <a href="/" class="extralink">Link</a>
- <a href="/" class="extralink">Link</a>
- <a href="/" class="extralink">Link</a>
- <a href="/" class="extralink">Link</a>
- <a href="/" class="extralink">Link</a>
- <a href="/" class="extralink">Link</a>
- <!-- Custom links-->
- </div>
- </div>
- <!-- RIGHT BAR {LINKS}-->
- </div>
- <div id="credits">
- <a href="http://noiretblanc-themes.tumblr.com/" title="Noir Et Blanc" class="masterTooltip">Theme</a>
- </div>
- </body>
- <script>
- $(document).ready(function() {
- // Tooltip only Text
- $('.masterTooltip').hover(function(){
- // Hover over code
- var title = $(this).attr('title');
- $(this).data('tipText', title).removeAttr('title');
- $('<p class="tooltip"></p>')
- .text(title)
- .appendTo('body')
- .fadeIn('slow');
- }, function() {
- // Hover out code
- $(this).attr('title', $(this).data('tipText'));
- $('.tooltip').remove();
- }).mousemove(function(e) {
- var mousex = e.pageX - 70; //Get X coordinates
- var mousey = e.pageY - 45; //Get Y coordinates
- $('.tooltip')
- .css({ top: mousey, left: mousex })
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement