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">
- <!-----PAGE 1 BY ALOKASENNA (http://alokasenna.tumblr.com/). DON'T STEAL OR REDISTRIBUTE. THANK.----->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- }
- body {
- font-family: Calibri;
- font-weight: normal;
- font-size: 11px;
- background: #ffffff;
- }
- a {
- text-decoration: none;
- -webkit-transition: 0.5s;
- -moz-transition: 0.5s;
- transition: 0.5s;
- color: #42627d;
- }
- a: hover {
- text-decoration: none;
- -webkit-transition: 0.5s;
- -moz-transition: 0.5s;
- transition: 0.5s;
- color: #000000;
- }
- #container {
- width: 600px;
- height: 600px;
- border: 5px solid #8f7c8f;
- }
- .header img {
- width: 600px;
- height: 200px;
- position:relative;
- margin-left:100px;
- margin-top:40px;
- border: 5px solid #9cbcd9;
- }
- .title {
- font-family:GulimChe;
- float: center;
- font-size:14px;
- color: #ffffff;
- background: #9cbcd9;
- height: 35px;
- width: 100px;
- text-align: center;
- margin-top:0px;
- margin-left: 610px;
- text-transform: uppercase;
- }
- #info {
- width: 100px;
- height: 400px;
- border: 3px solid #f0d8f0;
- }
- #thingy {
- width: 600px;
- height: 235px;
- border: 5px solid #9cbcd9;
- margin-left:100px;
- }
- .h1 {
- text-align: center;
- color: #9cbcd9;
- font-size:20px;
- font-family:GulimChe;
- float: center;
- text-transform:uppercase;
- }
- .p {
- text-align: center;
- color: #9cbcd9;
- font-size:11px;
- font-family:Calibri;
- float: center;
- }
- .linkageai {
- width: 50px;
- height:35px;
- border: 2px solid #9cbcd9;
- font-size: 9px;
- font-family: Calibri;
- color: #000000;
- text-align: center ;
- margin-top:-282px;
- margin-left: 100px;
- background: #bad9f5;
- }
- .linkageai a:hover {
- color: #ffffff;
- }
- .linkageaii {
- width: 50px;
- height:35px;
- border: 2px solid #9cbcd9;
- font-size: 9px;
- font-family: Calibri;
- color: #000000;
- text-align: center ;
- margin-top:-40px;
- margin-left: 180px;
- background: #bad9f5;
- }
- .linkageaii a:hover {
- color: #ffffff;
- }
- .linkageaiii {
- width: 50px;
- height:35px;
- border: 2px solid #9cbcd9;
- font-size: 9px;
- font-family: Calibri;
- color: #000000;
- text-align: center ;
- background: #bad9f5;
- margin-top:-40px;
- margin-left:260px;
- }
- .linkageaiii a:hover {
- color: #ffffff;
- }
- </style>
- </head>
- <body>
- <!-----ADD YOUR OWN IMAGE IN THE URL SPOT---->
- <div class="header img"><img src="https://24.media.tumblr.com/50d78cce1cadaea2c6b22cd4f2398bcb/tumblr_mzd3klJNbk1to8bs5o1_500.jpg"/>
- </div>
- <!-----ADD YOUR TITLE---->
- <div class="title">
- your title here
- </div>
- <br><br>
- <!-----ACTUAL ABOUT THING---->
- <div id="thingy">
- <br><br>
- <div class="h1">
- <b>Heading 1</b>
- </div>
- <div class="p">
- Write whatever you want here. Don't let me stop you. You can make this about fandoms, your life story, otps, favorite books, favorite movies. Really. The list is endless.
- </div>
- <br>
- <div class="h1">
- <b>Heading 2</b>
- </div>
- <div class="p">
- Write whatever you want here. Don't let me stop you. You can make this about fandoms, your life story, otps, favorite books, favorite movies. Really. The list is endless.
- </div>
- <br><br><br>
- <!-----ADD IN YOUR OWN LINKS---->
- <div class="p">
- <a href "CUSTOM URL">link 1</a> //
- <a href "CUSTOM URL">link 2</a> //
- <a href "CUSTOM URL">link 3</a>
- </div>
- </div>
- <!-----NAVIGATION---->
- <div class="linkageai">
- <a href="/"><br>home</a>
- </div>
- <div class="linkageaii">
- <a href="/ask"><br>message</a>
- </div>
- <div class="linkageaiii">
- <a href="http://alokasenna.tumblr.com/"><br>theme</a> <!-----do nOT REMOVE THIS I'LL KILL YOU---->
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment