Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _______________________________________________________________________
- ► PAGE MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
- [PAGE #5] ABOUT PAGE (GOLD)
- If you have any questions, go to 7th-district.tumblr.com/message for help.
- ► Terms Of Use
- - Do not remove the credit!
- - Do not block the credit with images or anything else.
- - Do not take parts of my theme codes and add it into your theme!
- _______________________________________________________________________
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
- <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>
- <head>
- <style type="text/css">
- /*tooltip*/
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:4px 6px 4px 6px;
- font:10px calibri;
- letter-spacing:1px;
- text-transform:uppercase;
- background:#222;
- border-radius:5px;
- line-height:100%;
- color:#eee;
- box-shadow:0px 0px 3px #444;
- }
- /* scrollbar */
- ::-webkit-scrollbar {
- width:11px;
- height:7px;
- }
- ::-webkit-scrollbar-track-piece {
- background-color:#111; /* scrollbar background */
- }
- ::-webkit-scrollbar-thumb {
- background-color:#b35c64; /* scrollbar */
- border:2px solid #111; /* < change this to the same background color of the scrollbar background */
- border-right:4px solid #111; /* < change this to the same background color of the scrollbar background */
- border-radius:5px;
- }
- body{
- background:#fafafa;
- background-image:url('http://37.media.tumblr.com/tumblr_ls0w5txuft1r3vazto13_r1_400.png'); /* delete background-image if you just want a plain color background */
- background-attachment:fixed;
- background-repeat:repeat; /* if you do not want your background repeated simply change repeat to no-repeat */
- padding:0;
- margin:0;
- }
- body a{
- text-decoration:none;
- }
- /* this is just the box that holds everything in (title, sidebar image, info, quote, etc so i advise you not to edit this unless you know what you're doing */
- #content{
- position:fixed;
- top:17%;
- left:50%;
- margin-left:-425px;
- width:850px;
- height:auto;
- padding:10px;
- opacity:.9;
- }
- #content li{
- list-style-type:square;
- margin:2px;
- }
- /* links in the about me info */
- #content a{
- color:#dba0ac;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #content a:hover{
- color:#e28178;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- /*italics*/
- #content i{
- font-size:11px;
- color:#e2c696;
- }
- /*bold*/
- #content b{
- font-size:11px;
- color:#ca786e;
- }
- /* sidebar image */
- #sideimg img{
- float:right;
- margin-top:-30px;
- width:250px;
- height:auto;
- padding:10px;
- background:#222;
- background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png'); /* <--- replace the BACKGROUND url NOT sidebar url. The sidebar url is in the HTML section below <body> */
- border-radius:7px;
- }
- /* your title */
- #title{
- float:right;
- text-align:right;
- margin-top:-44px;
- margin-right:170px;
- width:350px;
- color:#fff1dd;
- line-height:100%;
- text-transform:uppercase;
- font-size:52px;
- letter-spacing:4px;
- font-family: 'Oswald', sans-serif;
- text-shadow:0px 0px 3px #444;
- }
- /* first letter of the title */
- #title:first-letter{
- font-weight:700;
- color:#fff;
- text-shadow:0px 0px 3px #444;
- letter-spacing:5px;
- font-size:55px;
- }
- /* this is a short introduction of yourself under the title. it can be a quote or your name, age, etc anything you like */
- #intro{
- margin-top:65px;
- margin-left:130px;
- padding:8px;
- text-align:center;
- font-family:arial;
- font-weight:bold;
- font-size:12px;
- line-height:110%;
- color:#fff;
- background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
- width:414px;
- height:auto;
- }
- /* your about me info */
- #info{
- margin-top:20px;
- margin-left:137px;
- margin-left:;
- width:395px;
- height:300px;
- padding:10px;
- font-family: 'Noto Sans', sans-serif;
- color:#eee;
- background:#121212;
- background-image:url('http://38.media.tumblr.com/tumblr_m0g3ybPmqj1r6uwfxo6_1280.png');
- font-size:10px;
- line-height:120%;
- overflow:auto;
- border-radius:3px;
- }
- /* these are the little boxes on the right of the title from #box1 - #box5
- it starts from right to left */
- #box1{
- float:right;
- margin-top:29px;
- margin-right:19px;
- width:13px;
- height:13px;
- background:#271d32; /* << edit the box color here */
- border-radius:3px;
- box-shadow:0px 0px 3px #333;
- }
- #box2{
- float:right;
- margin-top:27px;
- margin-right:19px;
- width:15px;
- height:15px;
- background:#3e3355; /* << edit the box color here */
- box-shadow:0px 0px 3px #333;
- border-radius:3px;
- }
- #box3{
- float:right;
- margin-top:29px;
- margin-right:19px;
- width:13px;
- height:13px;
- background:#542c47; /* << edit the box color here */
- box-shadow:0px 0px 3px #333;
- border-radius:3px;
- }
- #box4{
- float:right;
- margin-top:27px;
- margin-right:19px;
- width:15px;
- height:15px;
- background:#6a4751; /* << edit the box color here */
- box-shadow:0px 0px 3px #333;
- border-radius:3px;
- }
- #box5{
- float:right;
- margin-top:29px;
- margin-right:19px;
- width:13px;
- height:13px;
- background:#a95354; /* << edit the box color here */
- opacity:.9;
- box-shadow:0px 0px 3px #333;
- border-radius:3px;
- }
- /* the horizontal and vertical background pattern that makes a weird lowercase t */
- #pattern_horizontal{
- position:fixed;
- top:19%;
- left:0px;
- height:65px;
- width:100%;
- background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
- opacity:;.9;
- z-index:-1;
- }
- #pattern_vertical{
- position:fixed;
- top:0;
- left:20%;
- height:100%;
- width:50px;
- background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
- opacity:.9;
- z-index:-2;
- }
- /* the borders around the screen */
- #border1{
- position:fixed;
- top:0;
- left:0;
- width:100%;
- height:15px;
- background-image:url('http://38.media.tumblr.com/tumblr_lzvjakQDzV1qhvdofo4_250.png'); /* <~--- this is where you change the background url for #border1 - #border4 */
- opacity:.9;
- }
- #border2{
- position:fixed;
- top:0;
- left:0;
- width:10px;
- height:100%;
- background-image:url('http://38.media.tumblr.com/tumblr_lzvjakQDzV1qhvdofo4_250.png'); /* <~--- this is where you change the background url for #border1 - #border4 */
- opacity:.9;
- }
- #border3{
- position:fixed;
- bottom:0;
- left:0;
- width:100%;
- height:15px;
- background-image:url('http://38.media.tumblr.com/tumblr_lzvjakQDzV1qhvdofo4_250.png'); /* <~--- this is where you change the background url for #border1 - #border4 */
- opacity:.9;
- }
- #border4{
- position:fixed;
- top:0;
- right:0;
- width:10px;
- height:100%;
- background-image:url('http://38.media.tumblr.com/tumblr_lzvjakQDzV1qhvdofo4_250.png'); /* <~--- this is where you change the background url for #border1 - #border4 */
- opacity:.9;
- }
- /* your links on the left */
- #links {
- position:absolute;
- margin-top:130px;
- margin-left:5px;
- width:100px;
- padding:8px;
- text-align:center;
- height:auto;
- background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
- border-radius:4px;
- }
- #links .first{
- float:left;
- width: 90px;
- margin:4px 3px;
- padding:2px;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- font-family: 'Noto Sans', sans-serif;
- color:#f2ddbc;
- background:#333; /*7c5862*/
- border-radius:4px;
- box-shadow:0px 0px 3px #555;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #links .first:hover{
- color:#fff;
- background:#a95354;
- border-radius:6px;
- box-shadow:0px 0px 5px #444;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #links .second{
- float:left;
- width: 90px;
- margin:4px 3px;
- padding:2px;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- font-family: 'Noto Sans', sans-serif;
- color:#f7d4df;
- background:#222; /*7c5862*/
- border-radius:4px;
- box-shadow:0px 0px 3px #333;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #links .second:hover{
- color:#fff;
- background:#6a4751;
- border-radius:6px;
- box-shadow:0px 0px 5px #444;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- </style>
- </head>
- <body>
- <!--the borders-->
- <div id="border1"></div>
- <div id="border2"></div>
- <div id="border3"></div>
- <div id="border4"></div>
- <!-- the background designs that go horizontal and vertical -->
- <div id="pattern_horizontal"></div>
- <div id="pattern_vertical"></div>
- <div id="content">
- <!-- this is where you change the sidebar image -->
- <div id="sideimg"><img src="http://37.media.tumblr.com/b17cc7ace4db9adc4bba1e0b57894924/tumblr_morlvxCzBY1rkbc2eo1_500.jpg" />
- </div>
- <div id="box1"></div>
- <div id="box2"></div>
- <div id="box3"></div>
- <div id="box4"></div>
- <div id="box5"></div>
- <!-- title ova here -->
- <div id="title">gold<big><big>⇤ </big></big></div>
- <!-- links -->
- <div id="links">
- <a href="/" class="first">home</a>
- <a href="/ask" class="first">message</a>
- <a href="/archive" class="first">history</a>
- <!-- Do NOT remove or move the credit anywhere! Leave the credit intact in the theme AND code. -->
- <a href="http://almightyone.tumblr.com/" title="theme by almightyone" class="first">credit</a>
- <!-- ----------------------- !!!!!!!!!!!!!!!!! -------------------------->
- <a href="/" class="second">link 1</a>
- <a href="/" class="second">link 2</a>
- <a href="/" class="second">link 3</a>
- <a href="/" class="second">link 4</a>
- </div>
- <!-- intro as in quote/name/age/etc under the title -->
- <div id="intro">
- <i style="color:#dba0ac;font-size:12px"><big>❝</big> When it feels like a rush seeping into your soul, Stay gold. <big>❞</big></i> - Yuna
- </div>
- <div id="info">
- <!-- this is where you start to talk about yourself ------------------->
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- <!--------------------------- END OF YOUR INFO --------------------------------->
- </div> <!--info-->
- </div> <!--content-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment