Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- ©borntobewildcodes.tumblr.com | ABOUT ME (bright)
- + Do not #444istribute this page or remove the c#444its.
- + Edit as long as you keep the c#444its intact.
- + Contact me if you have any questions or concerns.
- + If you want a custom theme you can commission me.
- + Thanks for using this page, I hope that you enjoy it.
- Other credits:
- - Google fonts
- - Saturn icons
- - Jquery
- ---->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- font-family: Lato;
- font-size: 12px;
- line-height: 17px;
- color: #777777;
- /* Background */
- background-color: #eee;
- background-image: URL('https://78.media.tumblr.com/9baabcc25d446e0b33c44d15944a788a/tumblr_p2rfpxhBEs1w4d880o1_400.png');
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 8px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #000;
- border:3px solid #444;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #444;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #444;
- }
- /* Tumblr controls */
- iframe.tmblr-iframe {
- top:0px!important;
- right:35px!important;
- opacity:0.8;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.8);
- -webkit-transform-origin:100% 0;
- -moz-transform:scale(0.8);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.8);
- -ms-transform-origin:100% 0;
- -o-transform:scale(0.8);
- -o-transform-origin:100% 0;
- z-index:100000!important;
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;
- }
- /* Tooltips */
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- background:#fff;
- padding:0 4px;
- font-style:italic;
- color:#222;
- text-transform:lowercase;
- border:1px solid #eee;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /* Fix */
- iframe, img, embed, object, video {
- max-width: 100%;
- border: none;
- }
- input, textarea, select, a { outline: none; }
- /* Headings */
- h1, h2, h3, h4 {
- margin:1.5em;
- font-size:1.5em;
- padding:0;
- font-weight:bold;
- }
- /* Paragraph */
- p { margin:5px 0px;}
- p:first-of-type { margin-top:0;}
- p:last-of-type { margin-bottom:0;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- /* Bold and italic */
- b, strong, b a, strong a {
- font-weight:bold!important;
- color:#eee;
- }
- i, em {
- color: #555555;
- }
- /* Links */
- a {
- color:#eee;
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a, a img {cursor:pointer;}
- a:hover {
- color:#444eee;
- text-decoration:none;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0px;
- }
- /* Line break */
- hr {
- border:none;
- box-shadow:0px;
- margin-top:0px;
- margin-bottom:15px;
- margin-left:0px;
- width:40px;
- padding:0px;
- border-top:1px solid #D88552;
- }
- /*------------ CONTAINER ------------*/
- #container {
- position:fixed;
- top:50%;
- left:50%;
- width:115vh;
- height:65vh;
- z-index:100;
- overflow:hidden;
- /* Container background */
- background:rgba(255, 255, 255, 1);
- background-image: URL('https://st.hzcdn.com/simgs/3c31c443033b2520_4-4164/mediterranean-staircase.jpg');
- background-size:cover;
- border-radius:2px;
- -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.35);
- -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.35);
- box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.35);
- -webkit-transform:translateX(-50%) translateY(-50%);
- -moz-transform:translateX(-50%) translateY(-50%);
- -ms-transform:translateX(-50%) translateY(-50%);
- -o-transform:translateX(-50%) translateY(-50%);
- transform:translateX(-50%) translateY(-50%);
- }
- #containerin{
- position:absolute;
- margin:0;
- width:calc(100% - 60px);
- height:calc(100% - 60px);
- padding:30px;
- /* Container overlay background */
- background:rgba(211,211,211,0.1);
- }
- /*-- PROFILE --*/
- #profile {
- position:absolute;
- margin-top:0px;
- left:30px;
- width:45vh;
- height:calc(88% - 60px);
- }
- /* Info */
- #info {
- margin:0px;
- height:20%;
- padding:10px 0px;
- border-top:2px solid #eee;
- border-bottom:2px solid #eee;
- text-align:left;
- font-size:1.5vh;
- line-height:3.2vh;
- letter-spacing:1px;
- /* About info style */
- color: rgba(0,0,0,0.6);
- text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
- font-weight:600;
- }
- #info b{
- color:#444;
- }
- /* Avatar */
- #avatar {
- float:left;
- margin:auto;
- margin-left:10px;
- margin-right:15px;
- padding-right:15px;
- width:9vh;
- height:9vh;
- border-right:1px solid #eee;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #avatar img{
- margin:0;
- width:100%;
- height:100%;
- border-radius:100%;
- }
- /* Description */
- #description {
- margin-top:0px;
- padding:10px;
- font-size:2.1vh;
- line-height:3vh;
- height:calc(53% - 15px);
- overflow-y:auto;
- border-bottom:2px solid #eee;
- /* Description style */
- color: rgba(0,0,0,0.7);
- text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
- text-align:justify;
- font-weight:600;
- }
- .firstcharacter {
- float: left;
- font-size: 10vh;
- line-height: 8.1vh;
- padding-top: 0.4vh;
- padding-right: 8px;
- padding-left: 0px;
- /* First letter style */
- color:#4699C4;
- }
- /* Social icons */
- #icons {
- margin-top:0px;
- margin-left:0px;
- height:17%;
- text-align:center;
- overflow:hidden;
- }
- #icons span {
- display:inline-block;
- height:20px;
- margin:2vh;
- padding:5px;
- font-size:2.5vh;
- line-height:20px;
- text-align:center;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- /* Social icons style */
- color:#4699C4;
- text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
- }
- /* Social icons style on hover */
- #icons span:hover {
- color:#444;
- }
- /*-- MENU --*/
- #menu {
- position:absolute;
- bottom:10px;
- margin-left:0px;
- width:calc(100% - 60px);
- height:12%;
- border-top:2px solid #eee;
- text-align:center;
- z-index:100;
- }
- #menu a{
- display:inline-block;
- margin:0px;
- margin-top:-2px;
- font-size:2vh;
- padding:15px 20px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- /* Menu links style */
- border-top:2px solid #eee;
- color: rgba(0,0,0,0.8);
- text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
- }
- #menu a span{
- color:#4699C4;
- }
- /* Menu links style on hover */
- #menu a:hover{
- border-top:2px solid #4699C4;
- color:#4699C4;
- }
- /* Back button */
- #back{
- position:absolute;
- top:25px;
- right:30px;
- width:40px;
- height:40px;
- line-height:40px;
- text-align:center;
- }
- /* Back button style */
- #back span{
- font-size:5vh;
- color:#4699C4;
- text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
- }
- /* Back button style on hover */
- #back:hover span{
- color:#444;
- }
- /*-- CREDIT --*/
- #credit {
- position:fixed;
- top: 10px;
- right: 10px;
- width:25px;
- height:25px;
- z-index: 100000;
- }
- #credit img{
- border: 1px solid #eee;
- }
- #credit img:hover{
- border: 1px solid #eee;
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="container">
- <div id="containerin">
- <div id="profile">
- <div id="info">
- <div id="avatar"><img src="{PortraitURL-128}"></div>
- <b> NAME: </b> John <br>
- <b> AGE: </b> 20 <br>
- <b> LOCATION: </b> CA <br>
- </div>
- <!-- End blogtitle -->
- <div id="description">
- <span class="firstcharacter">L</span> orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor.
- </div>
- <!-- End description -->
- <div id="icons">
- <a href="https://" Title="Google Plus"><span class="sf sf-google-plus"></span></a>
- <a href="https://" Title="Facebook"><span class="sf sf-facebook"></span></a>
- <a href="https://" Title="Pinterest"><span class="sf sf-pinterest"></span></a>
- <a href="https://" Title="Twitter"><span class="sf sf-twitter"></span></a>
- <a href="https://" Title="YouTube"><span class="sf sf-youtube"></span></a>
- </div>
- <!-- End icons -->
- </div>
- <!-- End profile -->
- <div id="back">
- <a href="/" Title="Back to blog"><span class="sf sf-aero-cursor"></span></a>
- </div>
- <!-- End back -->
- <div id="menu">
- <a href="https://"> <span> 01 </span> LINK </a>
- <a href="https://"> <span> 02 </span> LINK </a>
- <a href="https://"> <span> 03 </span> LINK </a>
- <a href="https://"> <span> 04 </span> LINK </a>
- <a href="https://"> <span> 05 </span> LINK </a>
- </div>
- <!--End menu-->
- </div>
- <!--End containerin-->
- </div>
- <!--End container-->
- <!-------------------------------- SCRIPTS -------------------------------->
- <!--Google fonts-->
- <link href="https://fonts.googleapis.com/css?family=Lato|Exo|Inconsolata|Source+Sans+Pro|Lora" rel="stylesheet">
- <!-- Saturn icons -->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page ABOUT ME by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement