Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // Love Me
- about page by espoirthemes //
- + instructions are throughout the code
- + please do not remove or edit the credit
- + do not redistribute or claim as your own
- + edit as much as you like, without removing credit
- icons from font awesome
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Roboto:100,300" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- </head>
- <style type="text/css">
- /* scrollbar */
- ::-webkit-scrollbar {
- width: 10px;
- height:10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #dae3f1;
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track {
- background:#444;
- border: 4px solid #fff;
- }
- /* Body styling */
- body{
- margin:0;
- background: #f4f4f4 url(image:background) no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- background-attachment:fixed;
- word-wrap:break-word;
- font-size:1em;
- font-family:roboto;
- }
- /* links */
- a {
- text-decoration:none;
- color:#aba2b8;
- }
- /* container */
- #container {
- position:relative;
- margin:70px auto;
- width:50%; /*width of container */
- min-width:540px;
- border-radius:10px;
- background: #ffc6c6; /* color of top section */
- box-shadow:0px 4px 20px 0px rgba(0,0,0,.12); /*box shadow*/
- }
- .top {
- height:100px;
- }
- /* side image positioning */
- .im {
- transform:translate(-20px, 50px); position:absolute; top:0px; right:0px;
- }
- /* side image */
- .im img {
- height:250px;
- width:170px;
- border-radius:4px;
- }
- /* social media icons */
- .social {
- padding:0px 20px 10px 20px;
- }
- .social a {
- font-size:1.2em;
- margin:0px 10px;
- color:white;
- }
- /* title */
- .title{
- font-size:1.4em;
- padding:0px 30px;
- }
- /* username */
- .name {
- padding:0px 30px 10px 30px;
- font-size:1em;
- font-style:italic;
- font-weight:100;
- }
- /* about */
- .about {
- padding:10px;
- line-height:120%;
- background:#f8f8f8;
- border-radius:0px 0px 8px 8px;
- padding:20px;
- }
- /* info section under image */
- .labelsection {
- margin-top:110px;
- width:170px;
- float:right;
- z-index:999999;
- }
- .labelsection li {
- list-style:none;
- text-align:right;
- height:1.2em;
- position:relative;
- margin-top:2px;
- }
- .labelsection li:after{
- content:'';
- width:100%;
- position:absolute;
- height:1px;
- left:0px;
- margin-top:10px;
- background:#ddd;
- }
- .labelsection li:before{
- position:absolute;
- left:0px;
- padding:0px 6px 0px 0px;
- background:#f8f8f8;
- z-index:999;
- }
- /* Label Names */
- .labelsection li:first-child:before{
- content:'name';
- }
- .labelsection li:nth-child(2):before{
- content:'age';
- }
- .labelsection li:nth-child(3):before{
- content:'gender';
- }
- /* info styling */
- .word {
- z-index:999;
- position:absolute;
- right:0px;
- background:#f8f8f8;
- padding:0px 0px 0px 6px;
- }
- #egg { opacity:.8;right:10px; bottom:10px; position:fixed;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- font-family: "bitxmap";
- border:1px solid #888; z-index:9999;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- </style>
- <body>
- <!-- container -->
- <div id="container">
- <div class="top"></div>
- <div class="im">
- <!-- right image. replace url with your own image if need -->
- <img src="https://68.media.tumblr.com/562e2e59ce5149125f35dd4ab0739709/tumblr_oj2wa37QyW1tp0uyco4_400.jpg">
- </div>
- <div class="title">
- <!-- replace Lorem Ipsum with your title. If you do not want it to be bold, remove <b> and </b> -->
- <b>Lorem Ipsum</b>
- </div>
- <div class="name">
- <!-- this will automatically display your username. If you want to put your actual name, replace it with that -->
- {name}
- </div>
- <div class="social">
- <!-- you can change the social media icons by changing twitter, pinterest, and instagram with the social media names of your choice.
- For example, if you wanted to change pinterest to facebook, it would be fa fa-facebook instead
- replace the "twitter", "pinterest" and "instagram" after href= with the urls to your accounts
- -->
- <a href="twitter" class="fa fa-twitter"></a>
- <a href="pinterest" class="fa fa-pinterest"></a>
- <a href="instagram" class="fa fa-instagram"></a>
- </div>
- <div class="about">
- <div class="labelsection">
- <!-- this is the info section below the right image. you can change the categories in the css under /* Label Names */
- -->
- <li> <span class="word">
- <!-- name --> egg
- </span></li>
- <li> <span class="word">
- <!-- age --> 20
- </span></li>
- <li><span class="word">
- <!-- gender --> ???
- </span></li>
- </div>
- <div style="max-height:300px; min-height:100px; overflow:auto; padding:10px; width:calc(100% - 200px); ">
- <!-- About starts here. Replace the text below with your about -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pretium accumsan iaculis. Fusce consectetur magna a arcu volutpat consequat. Vestibulum in sagittis felis. </p> Sed ultrices, odio quis sodales euismod, nisl libero ultrices ipsum, fermentum lobortis urna nisl ac est. Maecenas tortor turpis, consectetur sit amet felis sed, rhoncus vulputate ante. </p>
- <a href="/">Get the code to this page</a>
- <!-- end about text -->
- </div> <!--end about section-->
- </div><!-- end bottom portion -->
- </div><!-- end container -->
- <a href="http://espoirthemes.com"><div id="egg"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement