Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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}
- <!----about theme 01 by damnbritts, dont steal please--->
- <head>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- height:12px;
- border:3px solid #fff;
- background-color:#ddd;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#fff;
- }
- ::-webkit-scrollbar {
- width:11px;
- height:7px;
- border:5px solid #fff;
- background-color:#ddd;
- }
- body {
- margin:0px;
- color:#cecccc;
- font-family:Calibri;
- font-size:10px;
- padding:5px;
- line-height:100%;
- }
- a {
- color:#cecccc;
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- a:hover {
- color:#1d1d1d;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- #stuff{
- margin-bottom:20px;
- margin-top:130px;
- margin-left:30%;
- background:#ffffff;
- height:210px;
- width:440px;
- }
- #image {
- position:fixed;
- margin-left:2px;
- margin-top:134px;
- }
- #image img {
- width:226px;
- height:210px;
- border:6px solid #f8f8f8;
- }
- #aboutstuff {
- width:226px;
- background:#f8f8f8;
- font-size:16px;
- padding:3px;
- text-transform:uppercase;
- color:#cacaca;
- border:4px double #eee;
- font-family:times;
- margin-left:1px;
- line-height:115%;
- text-decoration:underline;
- position:fixed;
- margin-top:59px;
- }
- #aboutstuff2 {
- font-size:18px;
- text-transform:lowercase;
- color:#cacaca;
- font-family:times;
- margin-top:64px;
- margin-left:61px;
- float:left;
- position:fixed;
- line-height:115%;
- font-style:italic;
- }
- #aboutstuff3 {
- font-size:18px;
- text-transform:lowercase;
- color:#cacaca;
- font-family:times;
- margin-top:82px;
- margin-left:45px;
- float:left;
- position:fixed;
- line-height:115%;
- font-style:italic;
- }
- #aboutstuff4 {
- font-size:18px;
- text-transform:lowercase;
- color:#cacaca;
- font-family:times;
- margin-top:100px;
- margin-left:93px;
- float:left;
- position:fixed;
- line-height:115%;
- font-style:italic;
- }
- #bigletter {
- background-color: #ddd;
- padding-left: 10px;
- padding-top: 1px;
- padding-bottom: 1px;
- width:16px;
- height:55px;
- color:#fff;
- font-size:35px;
- margin-right:5px;
- font-family:times;
- text-transform:uppercase;
- border:3px double white;
- margin-left:0px;
- float:left;
- font-weight:bold;
- line-height:160%;
- padding-right:16px;
- }
- #about{
- margin-bottom:25px;
- background:#f8f8f8;
- text-align:center;
- width:270px;
- height:270px;
- padding:10px;
- font-size:13px;
- font-family:calibri;
- letter-spacing:0px;
- color:#a8a8a8;
- line-height:100%;
- border:4px double #eee;
- margin-left:248px;
- position:absolute;
- margin-top:60px;
- overflow:scroll;
- text-align:justify;
- }
- @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
- #title {
- font-size:48px;
- color:#a8a8a8;
- background:#f8f8f8;
- width:500px;
- border:4px double #eee;
- text-align:center;
- padding:20px;
- padding-bottom:27px;
- margin-top:-15px;
- position:fixed;
- text-transform:uppercase;
- font-family:Basic L;
- }
- #links {
- margin-left:105px;
- }
- #links a{
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- display:inline-block;
- text-transform:uppercase;
- letter-spacing:2px;
- color:#a8a8a8;
- background:#f8f8f8;
- border:4px double #eee;
- margin-top:370px;
- margin-left:5px;
- font-family:basic l;
- text-align:center;
- width:60px;
- font-size:14px;
- padding:8px 6px 9px 5px;
- }
- #links a:hover{
- letter-spacing:4px;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- #cred {
- font-size:8px;
- font-family:times;
- letter-spacing:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #cred a {
- background-color:#fff;
- color:#a8a8a8;
- padding:5px;
- border:1px solid #ddd;
- position:fixed;
- right:7px;
- bottom:10px
- }
- #cred a:hover {
- color:#fff;
- background-color:#000;
- border-radius:90px;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!-- here is where the customization starts-->
- <div id="stuff">
- <!--replace with your title here-->
- <div id="title">about me</div>
- <!-- replace with the url of your image-->
- <div id="image"><img src="http://media.tumblr.com/bcc6dc5a5d90310bb7f59029a30fb2be/tumblr_inline_mp67heiMdd1qz4rgp.png"></div>
- <div id="about">
- <!--write about yourself here-->
- <div id="bigletter">
- T</div> his is the space where you write about yourself. You dont have to worry about making it short because if you make it long enough a scrollbar will appear on the side like so. Make sure you write a lot as it does look better! Hope you enjoy this theme since its my first about page.<p>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed rutrum mattis nulla vitae venenatis. Pellentesque accumsan metus vitae diam vehicula, quis dapibus turpis iaculis. Donec porttitor leo et ante feugiat, a mattis nisi blandit. Mauris scelerisque diam enim, vitae molestie lorem hendrerit ut. Pellentesque ac dui eu nisi consequat ultricies dignissim eu urna. Sed varius quam dictum lacinia volutpat.
- <p>
- Bold. Italic. Underline. Link. Aenean eros leo, laoreet id orci ut, convallis mollis nunc. Donec euismod leo turpis, aliquam tincidunt dui viverra in. Integer metus velit, molestie sollicitudin suscipit ut, congue at odio. Vestibulum tempus sapien tincidunt, suscipit felis eu, ornare sapien. Quisque non viverra enim. Nam sagittis mattis sapien, ac porta sapien ullamcorper eu. </div>
- <div id="aboutstuff">name:<br>age:<br>birthday:</div>
- <div id="aboutstuff2">
- <!-- replace with your name-->
- atikah
- </div>
- <div id="aboutstuff3">
- <!-- replace with your age-->
- old
- </div>
- <div id="aboutstuff4">
- <!-- replace with your name-->
- hm
- </div>
- <center><div id="links">
- <!-- replace with your links-->
- <a href="/">index</a>
- <a href="/ask">ask</a>
- <a href="tumblr.com">dash</a>
- </div>
- </div></div>
- <div id="cred"><a href="http://damnbritts.tumblr.com/">DB</a></div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement