Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- About Page by kalopsiathemes
- Please do not
- -remove the credit
- -steal parts of code
- -use as a base
- Feel free to
- -edit parts of the page
- -ask me any questions
- -->
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- ::-webkit-scrollbar {height: 0px;
- width: 3px;
- -webkit-border-radius: 0px;}
- ::-webkit-scrollbar-thumb{background-color:#f0cc7d;}
- body {
- background-image: url("");/*this is where you put the background picture. Here is a place you can upload it and get a url: https://www.tumblr.com/themes/upload_static_file.*/
- background-repeat: no-repeat;
- background-position: bottom;
- background-attachment: fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- background-color:#ffffff;/*this is where you change the background color*/
- margin:0px;
- font-family: 'Open Sans', sans-serif;
- color:#090909;/*this is where you change the color of all the text*/
- }
- #container {
- margin:auto;
- margin-top:50px;
- }
- table {
- width:500px;
- border-spacing:5px;
- word-break:break-word;
- margin:auto;
- margin-top:150px;
- }
- td {
- font-size:12px;
- text-align:center;
- border:1px solid #e9ecf3;/*this is where you change the color of all the borders*/
- }
- a:link, a:visited {
- text-decoration:none;
- color:#090909; /*this is where you change the color of the links*/
- }
- a:hover{
- text-decoration:none;
- color:#090909;
- }
- #side {
- height:275px;
- width:85px;
- margin:auto;
- text-align:left;
- font-size:11px;
- letter-spacing:1px;
- line-height:160%;
- color:#090909;
- background-color:#cccbcb;/*this is where you change the background color of the sidebar*/
- }
- #nav {
- width:70px;
- font-size:9px;
- height:60px;
- padding:5px;
- font-weight:700;
- text-transform:lowercase;
- font-family: 'Montserrat', sans-serif;
- }
- #nav a {
- margin-top:5px;
- margin-left:5px;
- }
- #nav a:hover {
- font-style:italic;
- text-decoration:underline;
- }
- #quote {
- padding:5px;
- font-size:10px;
- width:70px;
- height:200px;
- padding-top:10px;
- margin:auto;
- line-height:140%;
- letter-spacing:0px;
- overflow:scroll;
- font-style:italic;
- }
- #info {
- height:250px;
- width:410px;
- margin:auto;
- font-size:11px;
- line-height:150%;
- padding:10px;
- word-wrap:break-word;
- overflow:scroll;
- background-color:;/*you can add a background color to the info section here*/
- }
- .title {
- margin-top:10px;
- padding:10px;
- word-wrap:break-word;
- font-size:20px;
- letter-spacing:2px;
- text-transform:uppercase;
- font-family: 'Montserrat', sans-serif;
- }
- #header {
- height:65px;
- margin-top:0px;
- overflow:scroll;
- background-color:;/*you can add a background color to the title section here*/
- }
- #sidebarimage {
- height:65px;
- width:85px;
- margin:auto;
- }
- #sidebarimage img {
- margin:auto;
- width:85px;
- height:65px;
- }
- #credit {
- position:fixed;
- bottom:5px;
- right:10px;
- padding:4px;
- font-size:12px;
- }
- #credit a {
- color:#757575;/*this is where you change the color of the credit so it remains visible*/
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <table>
- <div id="container">
- <tr>
- <td>
- <div id="sidebarimage"><img src=""></div><!--Here is where you upload your icon. If you need somewhere to upload the picture to the internet first go here:http://www.tumblr.com/themes/upload_static_file -->
- </td>
- </td>
- <td>
- <div id="header">
- <div class="title">About</div>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- <div id="side">
- <div id="quote">
- Text goes here
- </div>
- <div id="nav">
- <a href="/">home</a><br>
- <a href="">ask</a><br>
- <a href="">archive</a></div>
- </td>
- </div>
- <td>
- <div id="info">
- text goes here.
- </div>
- </td>
- </tr>
- </div>
- </table>
- <div id="credit">
- <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>Δ</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment