Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title>About Me</title>
- <!--------------------------------------------------------------------------
- ----------------------- Adrienne Law's About page ------------------------------------------------Give credit where credit is due-------------------------------------------------------------------------------------------------->
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #ccc; /*Change color of scroll bar*/
- height:5px;
- }
- ::-webkit-scrollbar-corner {
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: #ccc; /*Change color of scroll bar*/
- height:5px!important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:5px;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- right:0px !important;
- z-index:999;
- }
- html, body {
- width:100%;
- height:100%;
- margin:0;
- padding:0;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#7A7A7A;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:#652a2a;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #top {
- width:100%;
- height:150px;
- margin-right:auto;
- margin-left:auto;
- top:0px;
- text-align:center;
- background-color:#E1E1E3;
- border-bottom:2px solid #A7A7A8;
- padding-bottom:5px;
- position:absolute;
- }
- #toppic{
- width:100%;
- height:20px;
- margin-right:auto;
- margin-left:auto;
- top:0px;
- text-align:center;
- }
- #toppic img{
- width:100%;
- height:50px;
- }
- #toppicleft{
- width:120px;
- height:auto;
- left:5px;
- top:165px;
- position:absolute;
- }
- #toppicleft img{
- width:120px;
- height:120px;
- }
- #toppicright{
- width:120px;
- height:auto;
- right:5px;
- top:165px;
- position:absolute;
- }
- #toppicright img{
- width:120px;
- height:120px;
- }
- #title {
- width:200px;
- height:auto;
- margin-right:auto;
- margin-left:auto;
- margin-top:75px;
- color:#A7A7A8;
- text-align:center;
- font-family:calibri;
- font-size:25px;
- font-style:italic;
- text-transform:uppercase;
- position:relative;
- }
- #links {
- width:400px;
- margin-left:auto;
- margin-right:auto;
- margin-top:5px;
- padding-bottom:0px;
- position:relative;
- }
- #links a {
- display:inline-block;
- width:92px;
- padding:5px 0px 5px 0px;
- background-color:#ffffff;
- color:#CCCCCC;
- font-size:10px;
- font-family:calibri;
- text-align:center;
- letter-spacing:1px;
- margin-left:auto;
- margin-right:auto;
- text-transform:uppercase;
- text-decoration:none;
- border: 1px solid #CCCCCC;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #links a:hover {
- background-color:#E1E1E3;
- color:#ffffff;
- border: 1px solid #ffffff;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #fastfacts {
- width:500px;
- height:300px;
- margin:200px auto 0px auto;
- border-radius:20px;
- border:1px solid #A7A7A8;
- }
- #cardphotocontain{
- display:inline-block;
- width:188px;
- height:268px;
- margin-left:12px;
- margin-top:16px;
- color:#A7A7A8;
- border:1px solid #A7A7A8;
- }
- #cardphoto {
- width:180px;
- height:260px;
- margin:3px;
- color:#A7A7A8;
- border:1px solid #A7A7A8;
- overflow:hidden;
- }
- #cardphoto img{
- height:260px;
- }
- #cardinfo{
- display:inline-block;
- width:264px;
- height:260px;
- margin-top:16px;
- margin-left:10px;
- color:gray;
- font-family:calibri;
- text-align:left;
- font-size:12px;
- line-height:10px;
- text-transform:uppercase;
- padding:4px;
- border:1px solid #A7A7A8;
- position:absolute;
- }
- #cardinfo2 {
- display:inline-block;
- width:264px;
- height:260px;
- margin-top:16px;
- margin-left:10px;
- color:#A7A7A8;
- font-family:calibri;
- text-align:right;
- font-size:12px;
- line-height:23px;
- text-transform:uppercase;
- padding:4px;
- border:1px solid #A7A7A8;
- position:absolute;
- }
- #dance {
- width:400px;
- height:200px;
- margin-left:auto;
- margin-right:auto;
- margin-top:20px;
- }
- #dance img{
- width:400;
- height:200;
- }
- #moreinfo{
- width:600px;
- height:auto;
- margin:20px auto 200px auto;
- color:#A7A7A8;
- font-family:calibri;
- text-align:left;
- font-size:12px;
- line-height:14px;
- padding:16px;
- border:1px solid #A7A7A8;
- }
- #addspace{
- width: 500px;
- height: 100;
- background-color: #ffffff;
- bottom:10px;
- }
- #credit a {
- display:inline-block;
- width:40px;
- background-color:#fff;
- color:gray;
- text-decoration:none;
- border-right:1px solid;
- border-left: 1px solid;
- border-color:#878787;
- padding: 2px 0px 2px 0px;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit a:hover {
- background-color:#667371;
- color:#fff;
- border-color:#fff;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit {
- display:inline-block;
- font-size:10px;
- font-family: calibri;
- text-align:center;
- letter-spacing:1px;
- width:40px;
- height:15px;
- position: fixed;
- padding-top:1px;
- right:25px;
- bottom:10px;
- }
- </style>
- <body>
- <!-- top stuffs -->
- <div id="top">
- <div id="title">About Me</div>
- <div id="links">
- <a href="/">HOME</a>
- <a href="/navi">NAVIGATION</a>
- <a href="/me">About Me</a>
- <a href="/inquire">ASK</a>
- </div>
- </div>
- <!-- corner images -->
- <div id="toppicright"><img src="http://s23.postimg.org/665502yrf/Untitled.jpg"></div>
- <div id="toppicleft"><img src="http://s29.postimg.org/j31szfbbr/Untitled_copy.jpg"></div>
- <!---id card--->
- <div id="fastfacts">
- <div id="cardphotocontain">
- <!-- put your photo here -->
- <div id="cardphoto"><img src="http://24.media.tumblr.com/c0c2305e1668e58bc3433acb278697c5/tumblr_n2exzksc8J1tpts99o1_500.jpg"></div></div>
- <!-- Categories for Card Info -->
- <div id="cardinfo">
- <div style="border-bottom:solid 1px #A7A7A8;"><p>Name</p></div>
- <div style="border-bottom:solid 1px #A7A7A8;"><p>Age</p></div>
- <div style="border-bottom:solid 1px #A7A7A8;"><p>Personality</p></div>
- <div style="border-bottom:solid 1px #A7A7A8;"><p>Harry Potter House</p></div>
- <div style="border-bottom:solid 1px #A7A7A8;"><p>Occupation</p></div>
- <p>Interests</p>
- </div>
- <!-- Actual info -->
- <div id="cardinfo2">
- <p>Adrienne</p>
- <p>18</p>
- <p>ENTJ</p>
- <p>Ravenclaw</p>
- <p>Student (Scientist)</p>
- <div style="line-height:16px;font-size:11px;"><p>Dancing, drawing,<br>gifs, graphics, html<br>willing to help with any/all of above<br>sleep deprivation and slowly losing mind</p></div>
- <p></p>
- </div>
- </div>
- <!-- middle image -->
- <div id ="dance">
- <img src="//i.imgflip.com/7a3w4.gif">
- </div>
- <!-- More info -->
- <div id="moreinfo">
- <div style="font-size:14px;font-style:italic;color:gray;">More Details, Full Sentences</div>
- <div style="padding-top:1px; padding-left: 20px; padding-right:20px;">
- <p> Put anything that you want here! Tell us about yourself! </p>
- <p> What do you love to do? What do you love to watch? What don't we know from the above card?</p>
- <p>The box will adjust its height all by itself, so don't worry about how much you write!</p>
- </div>
- </div>
- <div id="addspace"></div>
- <!-------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not -----
- -------------------- remove the credit on my stuff -------------------------
- --------------------------------------------------------------------------->
- <div id="credit">
- <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment