Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Navi Page #3 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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Muli|Adamina' rel='stylesheet' type='text/css'>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- body {
- margin:0px;
- font-family: 'Muli', sans-serif;
- background-color:#ffffff; <!--this is where you change the background color of the entire page-->
- }
- #container {
- margin:auto;
- margin-top:150px;
- }
- table {
- width:400px;
- height:150px;
- border-spacing:5px;
- word-break:break-word;
- margin:auto;
- margin-top:15px;
- }
- td {
- width:95px;
- height:45px;
- padding:4px;
- font-size:12px;
- text-align:center;
- border:1px solid #f5f5f5;
- }
- td:hover {
- background-color:#a5d9ef; <!--this is the color that appears when you hover over a box, you can change it to whatever you want-->
- }
- #title {
- font-size:18px;
- margin:auto;
- text-align:center;
- color:#595959;
- margin-top:5px;
- text-transform:uppercase;
- }
- a:link, a:visited {
- text-decoration:none;
- color:#757575;<!--here you can change the color of your links-->
- }
- a:hover{
- text-decoration:none;
- color:#757575;
- }
- .header {
- width:200px;
- height:65px;
- margin:auto;
- }
- #nav {
- margin:auto;
- text-align:center;
- font-size:11px;
- letter-spacing:2px;
- margin-top:5px;
- }
- #info {
- padding-top:5px;
- width:145px;
- }
- #sidebarimage img {
- width:50px;
- height:50px;
- margin:auto;
- display:inline-block;
- top:0px;
- float:right;
- padding:5px;
- border:1px solid #f5f5f5;
- }
- #credit {
- position:fixed;
- color:#757575;
- bottom:5px;
- right:10px;
- padding:4px;
- font-size:12px;
- }
- #credit a {
- text-decoration:none;
- }
- </style>
- </head>
- <div id="container">
- <div class="header">
- <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 -->
- <div id="info">
- <div id="title">Navi</div>
- <div id="nav">
- <a href="/">home</a>
- <a href="">link</a>
- <a href="">link</a></div></div></div>
- <table>
- <tr>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="">link</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="link">link</a>
- </td>
- <td>
- <a href="link">link</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="">link</a>
- </td>
- <td>
- <a href="link">link</a>
- </td>
- </tr>
- </table>
- </div>
- <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