Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- navi 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=Raleway:400' 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">
- body {
- background-color:#ffffff;<!--here you can change the page's background color-->
- font-family:'Raleway',sans-serif;
- }
- table {
- width:400px;
- height:250px;
- border-spacing:2px;
- margin:auto;
- margin-top:150px;
- }
- td {
- width:140px;
- height:140px;
- }
- .image img {
- width:140px;
- height:140px;
- margin-top:0px;
- }
- .links {
- font-size:12px;
- position:absolute;
- width:140px;
- margin-top:10px;
- text-transform:lowercase;
- text-align:center;
- font-family:Helvetica, sans-serif;
- line-height:120%;
- z-index:100;
- opacity:0;
- }
- .title {
- font-size:14px;
- text-transform:uppercase;
- text-align:center;
- margin-top:0px;
- width:140px;
- background-color:#c4c4c4;<!-- here you can change the background color for titles 1-3-->
- color:#090909;<!-- here you can change the font color for titles 1-3-->
- padding:0px;
- position:absolute;
- font-family:'Raleway',sans-serif;
- z-index:98;
- -moz-transition-duration:all .5s ease-in-out;
- -webkit-transition-duration:all .5s ease-in-out;
- -o-transition-duration:all .5s ease-in-out;
- }
- .title2 {
- font-size:14px;
- text-transform:uppercase;
- text-align:center;
- margin-top:-16px;
- width:140px;
- position:absolute;
- background-color:#c4c4c4;<!-- here you can change the background color for titles 4 and 5-->
- color:#090909;<!-- here you can change the font color for titles 4 and 5 -->
- padding:0px;
- z-index:99;
- -moz-transition-duration:all .5s ease-in-out;
- -webkit-transition-duration:all .5s ease-in-out;
- -o-transition-duration:all .5s ease-in-out;
- }
- .cell:hover .title {
- opacity:0;
- }
- .cell:hover .title2 {
- opacity:0;
- }
- .cell:hover .image img {
- opacity:0;
- }
- .cell:hover .links {
- opacity:1;
- }
- a:link, a:visited {
- text-decoration:none;
- color:#737373;
- }
- a:hover {
- text-decoration:none;
- color:#c4c4c4;
- letter-spacing:.5px;
- }
- #credit {
- position:fixed;
- color:#c4c4c4;
- bottom:5px;
- right:10px;
- padding:4px;
- font-size:12px;
- }
- #credit a {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <table>
- <tr>
- <td>
- <div class="cell">
- <div class="title">Title 1</div>
- <div class="links">
- <a href="/">Link</a><br><!-- put your link in here. an external link needs to be put in its entirety (with http://....etc) but for tags just type tagged/yourtag after the backslash. i.e. "<a href="/tagged/hp">Harry Potter</a> -->
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a><br>
- <a href="/">Link</a> </div>
- <div class="image"><img src=""></div><!--Here is where you upload your picture for the title 1 box. If you need somewhere to upload the picture to the internet first go here:http://www.tumblr.com/themes/upload_static_file -->
- </div> </td>
- <td>
- <div class="cell">
- <div class="title">Title 2</div>
- <div class="links">
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a> </div>
- <div class="image"><img src=""></div>
- </div> </td>
- <td>
- <div class="cell">
- <div class="title">Title 3</div>
- <div class="links">
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a> </div>
- <div class="image"><img src=""></div>
- </div> </td></tr>
- <tr><td>
- <div class="cell">
- <div class="links">
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a> </div>
- <div class="image"><img src=""></div>
- <div class="title2">Title 4</div>
- </div></td>
- <td>
- <div class="cell">
- <div class="links">
- <a href="/">Home</a><br>
- <a href="/ask">Ask</a><br>
- <a href="/archive">Archive</a> </div>
- <div class="image"><img src=""></div>
- </div></td>
- <td>
- <div class="cell">
- <div class="links">
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a><br>
- <a href="">Link</a> </div>
- <div class="image"><img src=""></div>
- <div class="title2">Title 5</div>
- </div></td></tr>
- </div>
- </table>
- {block:ContentSource}
- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
- {/block:ContentSource}
- <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