Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Page 11
- {. Through the Window .}
- Page #11. (Through the Window)
- 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:
- Profile picture used in the preview:
- https://www.pixiv.net/member.php?id=1257457
- -->
- <!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}">
- <link href="https://fonts.googleapis.com/css?family=Princess+Sofia|Text+Me+One" rel="stylesheet">
- <title>{Title}</title>
- <style>
- ::-webkit-scrollbar-track{
- background-color: #fcf8cf;
- }
- ::-webkit-scrollbar{
- width: 3px;
- }
- ::-webkit-scrollbar-thumb{
- background-color: #ba7733;
- }
- *{
- margin:0;
- padding:0;
- }
- a{
- text-decoration: none;
- color:#48220b; /* Description links color */
- }
- body{
- background: url("https://i.imgur.com/9KFpKfi.png"); /*Main background*/
- font-family: 'Text Me One', sans-serif;
- color: #171514; /* Main color of the fonts*/
- font-size: 14px;
- overflow: hidden;
- }
- #container{
- position: absolute;
- top: 50%;
- margin-top: -270px;
- left: 50%;
- margin-left: -270px;
- width: 540px;
- height: 540px;
- }
- /*Image Box*/
- #AA{
- position: absolute;
- height: 250px;
- width: 250px;
- border: 10px solid #4B3D32; /* Image border color */
- overflow: hidden;
- border-radius: 30px 0 0 0;
- }
- #AA img{
- max-height: 250px;
- }
- /*Info Box*/
- #AB{
- position: absolute;
- height: 250px;
- width: 250px;
- right: 0;
- border: 10px solid #EC8173; /* Info border color color */
- right: 0;
- background: rgba(244, 245, 223, 0.96); /* Info bg color */
- border-radius: 0 30px 0 0;
- overflow: hidden;
- }
- p.info{
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- }
- span.ss{
- position: relative;
- display: block;
- margin: 10px;
- left: 30px;
- top:-5px;
- max-width: 205px;
- }
- span.ss b{
- display: inline-block;
- background: #EC8173; /* Background color of Name/Age/DOB/Etc */
- padding: 5px 0;
- width: 80px;
- border-bottom: 3px solid #af5757; /* Border color bottom */
- border-left: 3px solid #ffce95; /* Border color left */
- font-size: 12px;
- color: white; /* Color of fonts */
- text-align: center;
- }
- /*Description Box*/
- #BA{
- position: absolute;
- height: 250px;
- width: 250px;
- border: 10px solid #EFBD78; /* Description border color */
- bottom: 0;
- background: rgba(244, 245, 223, 0.96); /* Description bg color */
- border-radius: 0 0 0 30px;
- overflow: auto;
- }
- .desc{
- padding: 50px 20px;
- padding-bottom: 10px;
- text-align: justify;
- }
- .desc h1{
- font-family: 'Princess Sofia', cursive;
- text-align: center;
- border-bottom: 1px dashed #EFBD78; /* Title border */
- margin-bottom: 10px;
- font-size: 25px;
- }
- .desc a{
- -moz-transition:all .5s ease-in-out;
- -webkit-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- .desc a:hover{
- letter-spacing: 1px;
- }
- /*Link box*/
- #BB{
- position: absolute;
- height: 250px;
- width: 250px;
- border: 10px solid #C4CEB1; /* Links Border color */
- bottom: 0;
- right: 0;
- text-align: center;
- background: rgba(244, 245, 223, 0.96); /*Links bg color */
- border-radius: 0 0 30px 0;
- }
- #BB a{
- display: inline-block;
- background: #C4CEB1; /* Links bg color */
- color: #ffffff; /* Links font color */
- width: 100px;
- padding: 5px 0;
- text-align: center;
- margin: 10px 5px;
- border-bottom: 3px solid #8bafa0; /* Links border colors */
- border-left: 3px solid #a9dbc4; /* Links border colors */
- }
- #BB a:hover{
- border-bottom: 3px solid #6b9383; /* Links border colors on hover */
- border-left: 3px solid #8ec7ad; /* Links border colors on hover */
- }
- .links{
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- }
- /*Credits. PLEASE DO NOT ERASE. You are free to change the colors to fit your page edition */
- #credit{
- position: absolute;
- right: 0;
- bottom: 0;
- }
- #credit a{
- display: block;
- background: #4B3D32; /* Credit bg color */
- color: white; /* Credit font color */
- padding: 5px 10px;
- }
- #credit a:hover> span.credit{
- opacity: 1;
- top: -25px;
- }
- span.credit{
- position: absolute;
- left: -40px;
- top: -20px;
- padding: 5px 10px;
- background: #070707; /* Hover credit bg color */
- border-radius: 5px;
- opacity: 0;
- -moz-transition:all .5s ease-in-out;
- -webkit-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- font-size: 10px;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="AA">
- <!-- Recommended size for the picture 250x250 -->
- <img src="url">
- </div>
- <div id="AB">
- <p class="info">
- <!-- To create a new detail you just have to copy the next span:
- <span class="ss"><b>Detail:</b> Info</span>
- -->
- <span class="ss"><b>Name:</b> ???</span>
- <span class="ss"><b>Age:</b> ??</span>
- <span class="ss"><b>DOB:</b> ???</span>
- <span class="ss"><b>Gender:</b> ♂ ♀ ⚤</span>
- </p>
- </div>
- <div id="BA">
- <div class="desc">
- <h1>About Me</h1>
- <b>Bold</b> <i>Italic</i> <s>Striked</s> <a href="">Links</a><br><br>
- You can write some basic info of yourself here.
- </div>
- </div>
- <div id="BB">
- <div class="links">
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- <a href="">A link</a>
- </div>
- </div>
- </div>
- <div id="credit"><a href="http://noiretblanc-themes.tumblr.com/">Theme <span class="credit">By: Noir et Blanc</span></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement