Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- About Page 01 by
- ╱╭╮╱╱╱╱╱╱╱╱╱╭╮╱╱╭╮
- ╭╯╰╮╱╱╱╱╱╱╱╱┃┃╱╭╯╰╮
- ╰╮╭┫╭╮╭┳━━┳━┫┃╭╋╮╭╋━╮╭━━┳━┳━┳╮╱╭╮
- ╱┃┃╰╯╰╯┃┃━┫╭┫╰╯╋┫┃┃╭╮┫╭╮┃╭┫╭┫┃╱┃┃
- ╱┃╰╮╭╮╭┫┃━┫┃┃╭╮┫┃╰┫┃┃┃╭╮┃┃┃┃┃╰━╯┃
- ╱╰━┻╯╰╯╰━━┻╯╰╯╰┻┻━┻╯╰┻╯╰┻╯╰╯╰━╮╭╯
- ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
- ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
- aka ashley
- -->
- <!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" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
- <style type="text/css">
- @font-face{font-family:Halo Handletter;src:url(http://static.tumblr.com/9wzbixa/Chgmj2j5c/halohandletter.ttf);}
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 2px;height: 5px; margin-left:-5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: #fff;}
- ::-webkit-scrollbar-track-piece {
- background-color: #fff;}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: #000;border-top:1px solid #fff;border-bottom:1px solid #fff;}
- /* --- BODY ---*/
- body {
- background: #ffffff;
- margin:0px;
- color:#a8a8a8;
- font-family:Calibri;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#b8b8b8;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:9px;
- text-transform:uppercase;
- }
- a:hover {
- opacity:10;
- color:#f2f2f2;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #topline {width: 100%;height: 3px;margin-top:150px;margin-left: 0px;position:fixed;background-color: #000;}
- #toppline {width: 100%;height: 3px;margin-top:155px;margin-left: 0px;position:fixed;background-color: #000;}
- #bottomline {width: 100%;height: 3px; margin-top:455px;margin-left: 0px;position:fixed;background-color: #000;}
- #bottommline {width: 100%;height: 3px; margin-top:460px;margin-left: 0px;position:fixed;background-color: #000;}
- .title {
- margin-top:75px;
- margin-left:250px;
- width:800px;
- line-height:90%;
- padding:8px;
- position:fixed;
- font-family:Halo Handletter;
- text-align:center;
- font-size:95px;
- font-style:italic;
- color:#000;
- text-shadow: -2px -2px 2px #7AE0FF;
- }
- #container {
- margin-left:260px;
- margin-top:158px;
- width:100px;
- height: 100px;
- position:fixed;
- background-color:#ffffff;
- }
- #leftimage {
- margin-left: -30px;
- width: 285px;
- height: 285px;
- }
- #leftimage img {
- margin-left: -30px;
- width:285px;
- height: 285px;
- border-left:solid 3px #000;
- border-right:solid 3px #000;
- padding:6px;
- opacity:.9;
- background-color: #ffffff;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- -webkit-filter:grayscale(100%);
- }
- #leftimage img:hover {
- -webkit-filter:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #rightimage {
- margin-left:280px;
- margin-top: -141px;
- width: 285px;
- height: 285px;
- }
- #rightimage img {
- margin-left:280px;
- margin-top: -144px;
- width:285px;
- height: 285px;
- border-left:solid 3px #000;
- border-right:solid 3px #000;
- padding:6px;
- opacity:.9;
- background-color: #ffffff;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- -webkit-filter:grayscale(100%);
- }
- #rightimage img:hover {
- -webkit-filter:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .links {
- width:600px;
- height:5px;
- margin-top:-111px;
- margin-left:90px;
- padding: 9px;
- position:fixed;
- font-family:Halo Handletter;
- font-style: italic;
- text-align:center;
- word-spacing:25px;
- }
- .links a {
- font-size: 45px;
- color:#000;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- .links a:hover {
- color:#f2f2f2;
- font-size: 35px;
- text-decoration: underline;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #about {
- margin-top:-420px;
- margin-left:245px;
- width:300px;
- height:255px;
- overflow-y:scroll;
- position:fixed;
- line-height:100%;
- padding:8px;
- font-family:cambria;
- font-size:16px;
- font-style: italic;
- text-align:justify;
- color:#292929;
- }
- #about a {
- color:#a8a8a8;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- /*--------------------DON'T REMOVE/CHANGE CREDIT--------------------*/
- @font-face{font-family:Indie Star;src:url(http://static.tumblr.com/9wzbixa/EOUmj2m9n/indiestarbb_reg.otf);}
- #credit {padding: 2px; font-color:#000; position:fixed; bottom:8px; right:2px; font-size:19px; letter-spacing:1px; font-family:Indie Star; }
- #credit a {color: #000;}
- /*------------------------------------------------------------------*/
- {CustomCSS}</style></head><body>
- <div class="title">About Me</div>
- <div id="topline"></div> <div id="toppline"></div>
- <div id="bottomline"></div> <div id="bottommline"></div>
- <div id="container">
- <div id="leftimage">
- <img src="http://media.tumblr.com/9b9d9eb300f8a45c7d346be5cc54d27c/tumblr_inline_mmuuxzGEzi1qz4rgp.png"></div>
- <div id="rightimage">
- <img src="http://media.tumblr.com/46559921a79b2501a86fecec94ac21e1/tumblr_inline_mmuuz0KDtd1qz4rgp.png"></div>
- <div id="about">
- <b><u>NAME:</b></u> Name
- <br>
- <b><u>AGE:</b></u> Age
- <br>
- <b><u>BIRTHDAY:</b></u> Birthday
- <br><br>
- <b><u>FAVORITES:</b></u> This is where you can write all of your favorite things. You can say your favorite type of music, your favorite tv shows, you favorite youtubes, celebrities, food, etc. :)
- <br><br>
- <b><u>MORE:</b></u> This is where you can write other random things about yourself. You can say your hobbies, tell about you family???? Idk whatever you think people should know about you! It can be as long as you want, up to youu. If you have any questions about the theme, please don't hesitate to ask :)
- <br>
- -xoxo
- </div>
- <div class="links">
- <a href="/">back</a>
- <a href="/ask">message</a>
- <a href="/">face</a>
- <a href="/">impersonations</a>
- </div>
- <!--
- THEME MAKER CREDIT
- -->
- <div id="credit"><a href="http://twerkitnarry.tumblr.com/">twerkitnarry</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment