Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
- THEME MADE BY RACHEL @ ALMIGHTYONE,TUMBLR.COM
- [PAGE #1]
- Go to 7th-district.tumblr.com if you have any questions.
- Do NOT remove the credits!!
- Other than changing the colors and pictures do not make the page
- not longer recognizable as mine!
- ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
- -->
- <html>
- <head>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::selection {
- background: #000;
- color: #fff;
- }
- ::-webkit-selection {
- background: #000;
- color: #fff;
- }
- body {
- background:#f9f9f9;
- font-family:calibri;
- font-size:11px;
- }
- body a{text-decoration:none;}
- /* THE LINKS ON THE LEFT*/
- #links {
- top:350px;
- left:50%;
- margin-left:-340px;
- position:fixed;
- width:50px;
- float:left;
- border:0px solid black;
- }
- .links{
- width:10px;
- position:relative;
- float:left;
- text-align:center;
- margin:4px;
- font-family:calibri;
- text-transform:uppercase;
- color:#fff;
- background:#323232;
- padding:7px 10px 7px 10px;
- font-size:11px;
- border-left:3px solid #f3667d; /* THE BORDER LINK COLORS */
- border-right:3px solid #f3667d;
- box-shadow:0px 0px 3px #aaa;
- border-radius:100%;
- -webkit-transition: all 0.6s ease-in-out;
- transform:rotate(0deg);
- -ms-transform:rotate(70deg);
- -webkit-transform:rotate(0deg);
- }
- .links:hover{
- color:#fff;
- background:#323232;
- border-left:3px solid #59c29f; /* THE BORDER LINK HOVER COLORS */
- border-right:3px solid #59c29f;
- transform:rotate(360deg);
- -ms-transform:rotate(7deg);
- -webkit-transform:rotate(360deg);
- -webkit-transition: all 0.6s ease-in-out;
- }
- /* THIS IS FOR THE INFORMATION ON THE RIGHT */
- #right {
- background:#323232;
- border-left:5px solid #f3667d;
- width:120px;
- height:286px;
- position:absolute;
- top:0px;
- right:0px;
- margin-left:0px;
- }
- .name {
- width:100px;
- float:right;
- font-family:calibri;
- font-size:13px;
- text-transform:uppercase;
- font-weight:none;
- color:#59c29f; /* <-- COLOR FOR THE QUESTION ON THE RIGHT*/
- line-height:110%;
- }
- .answer {
- float:right;
- text-align:right;
- font-family:calibri;
- font-size:11px;
- font-weight:none;
- color:#fff; /* <--- COLOR FOR THE ANSWER ON THE RIGHT */
- }
- .whole{
- float:right;
- text-align:right;
- padding:4px 11px;
- background:#323232; /* THE BACKGROUND FOR THE RIGHT QUESTIONS */
- margin-bottom:7px;
- border-left:2px solid #f3667d; /* THE LEFT PINK BORDER ON THE RIGHT */
- box-shadow:0px 0px 1px #323232;
- }
- /* THE BIG BOX FULL OF YOUR INFORMATION */
- #content {
- background:#fff;
- width:550px;
- height:267px;
- position:fixed;
- top:320px; /*290 */
- left:50%;
- margin-left:-290px;
- padding:10px;
- border:5px solid #323232; /* THE BORDER FOR THE WHOLE BOX FULL OF YOUR INFORMATION */
- z-index:3;
- box-shadow: 0 8px 10px -5px #323232;
- -webkit-box-shadow: 0 8px 10px -5px #323232;
- -moz-box-shadow: 0 8px 6px -6px black;
- }
- /* TITLE */
- #title{
- top:250px;
- left:50%;
- margin-left:-290px;
- position:fixed;
- width:580px;
- text-align:right;
- font-family: 'Open Sans Condensed', sans-serif;
- text-transform:uppercase;
- color:#f3667d;
- font-size:55px;
- letter-spacing:3px;
- text-shadow:1px 3px 3px #ddd;
- }
- /* YOUR INFORMATION ON THE LEFT */
- #info {
- border:0px solid black;
- width:425px;
- float:left;
- line-height:120%;
- margin-top:0px;
- margin:left:0;
- color:black;
- font-family:calibri;
- text-align:left;
- font-size:11px;
- }
- /* LINKS AND ITALICS */
- #info a{
- color:#59c29f;
- -webkit-transition: all 0.6s ease-in-out;
- }
- #info a:hover {
- color:#eee;
- -webkit-transition: all 0.6s ease-in-out;
- }
- #info i {
- font-weight:bold;
- color:#369b91; /* <--- italics */
- }
- .question {
- font-size:12px;
- font-weight:bold;
- text-transform:uppercase;
- color:#17125b;
- font-style:italic;
- }
- /* DO NOT TOUCH BELOW */
- ul {
- list-style-type:square;}
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:990999999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:4px 5px 5px 5px;
- font:9px calibri;
- background:#323232;
- line-height:100%;
- font-weight:none;
- text-transform:uppercase;
- letter-spacing:1px;
- color:#fff;
- }
- </style>
- </head>
- <body>
- <div id="links">
- <a href="/" class="links" title="go back">i</a>
- <a href="/ask" class="links" title="message">ii</a>
- <a href="/archive" class="links" title="history">iii</a>
- <!-- THIS IS WHERE YOU ADD YOUR CUSTOM LINKS -->
- <a href="/ask" class="links" title="link 1">iv</a>
- <a href="/archive" class="links" title="link 2">v</a>
- <!-- PLEASE DO NOT RENAME THE CREDIT AND JUST LEAVE IT LIKE THAT! -->
- <a href="http://almightyone.tumblr.com/" class="links" title="page made by almightyone">©</a>
- </div>
- <div id="title">About me</div>
- <div id="content">
- <div id="info">
- <Div id="right">
- <!-- YOU CAN REPLACE THE TITLE/QUESTIONS TO WHATEVER YOU WANT -->
- <div class="whole">
- <span class="name"> NAME:</span> <Br />
- <span class="answer"> Rachel</span>
- </div>
- <div class="whole">
- <span class="name">age:</span> <Br />
- <span class="answer">16 years old</span>
- </div>
- <div class="whole">
- <span class="name">location:</span> <br />
- <span class="answer">Japan</span>
- </div>
- <div class="whole">
- <span class="name">gender:</span> <Br />
- <span class="answer">Female</span>
- </div>
- <div class="whole">
- <span class="name">sexuality:</span> <Br />
- <span class="answer">Straight</span>
- </div>
- <div class="whole">
- <span class="name">occupation:</span> <Br />
- <span class="answer">Fairy</span>
- </div>
- <div class="whole">
- <span class="name">status:</span> <Br />
- <span class="answer">Bored</span>
- </div>
- </div><!--right-->
- <!-- If you want to add more questions, copy <span class="question">likes?: </span> and replace likes?: with your own. -->
- <span class="question">likes?: </span>
- <!--- YOUR ANSWER -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus tellus eu eros viverra id semper massa blandit. Nam condimentum commodo dui, eget volutpat enim hendrerit mollis. Praesent fringilla pharetra nunc vitae sagittis. Proin elit urna, eleifend sed euismod at, bibendum ac nisi. Vestibulum pulvinar nisi sit amet dui consectetur ultrices.
- <p></p><span class="question">dislikes?: </span>
- <!--- YOUR ANSWER --->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus tellus eu eros viverra id semper massa blandit. Nam condimentum commodo dui, eget volutpat enim hendrerit mollis. Praesent fringilla pharetra nunc vitae sagittis. Proin elit urna, eleifend sed euismod at, bibendum ac nisi.
- <p></p><span class="question">some facts about me: </span>
- <!-- YOUR ANSWER -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus tellus eu eros viverra id semper massa blandit. Nam condimentum commodo dui, eget volutpat enim hendrerit mollis. Praesent fringilla pharetra nunc vitae sagittis.
- <p></p><span class="question">anything else you want to say?: </span>
- <!-- YOUR ANSWER HERE -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus tellus eu eros viverra id semper massa blandit. Nam condimentum commodo dui, eget volutpat enim hendrerit mollis. Praesent fringilla pharetra nunc vitae sagittis. Proin elit urna, eleifend sed euismod at, bibendum ac nisi. Vestibulum pulvinar nisi sit amet dui consectetur ultrices.
- </div> <!-- info -->
- </div><!--content-->
- <!-- This is where you upload your picture on the top.
- I recommend that you use a render and only adjust these things below between top:-30px through width:370px and nothing else. -->
- <div id="side_image">
- <img src="http://oi39.tinypic.com/34r6n3k.jpg" style="
- height:auto;
- left:50%;
- position:fixed;
- top:-30px;
- margin-left:-290px;
- width:370px;
- "/></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment