Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- tags page by nerdydean (page #18). don't remove the credit. -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {
- height: 5px;
- width: 4px;
- -webkit-border-radius: 0px;
- background-color:#fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#000;
- }
- ::-webkit-scrollbar-track{
- background-color:#fff;
- }
- body {
- color:#333;
- font-family:helvetica;
- font-weight:100;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:18px;
- background:#fff;
- }
- a {
- color:#000;
- text-decoration:none;
- -webkit-transition:all 0.8s;
- -moz-transition:all 0.8s;
- -ms-transition:all 0.8s;
- -o-transition:all 0.8s;
- transition:all 0.8s;
- }
- a:hover {
- background:#f8f8f8;
- -webkit-transition:all 0.8s;
- -moz-transition:all 0.8s;
- -ms-transition:all 0.8s;
- -o-transition:all 0.8s;
- transition:all 0.8s; }
- p {
- margin-top:5px;
- margin-bottom:5px;
- }
- #con {
- left:50%;
- margin-left:-200px;
- position:absolute;
- }
- .posts {
- width:400px;
- background:#fff;
- margin:50px 0;
- }
- .info {
- margin-left:0px;
- width:400px;
- }
- .tit {
- font-weight:bold;
- font-family:inconsolata;
- color:#000;
- font-size:12px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .lank {
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:5px;
- }
- .about ul {
- margin-left:-10px;
- }
- #le {
- margin-top:10px;
- margin-left:20px;
- font-style:italic;
- word-spacing:10px;
- }
- </style>
- </head>
- <body>
- <div id="le">
- <!-- these are your links -->
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <!-- please don't remove this!!! -->
- <a title="theme by nerdydean" href="http://hellish.co.vu">cr.</a>
- </div>
- <div id="con">
- <!-- this is where you can start putting your sections. i left three for you below, you can copy and paste more sections from them if you want, or you can delete one of them if you don't want it, etc. there's no limit to how many sections you can have and the least you can have is, of course, one. -->
- <!-- begin section -->
- <div class="posts">
- <div class="info">
- <!-- this is the title of your section -->
- <div class="tit">section title</div>
- <div class="lank">
- </div>
- <div class="about">
- <ul>
- <!-- this is where you put your tags. put them in this format:
- <li><a href="/tagged/your tag here">tag name</a></li>
- make sure to include the <li> and the </li> for the bullets. i left a tag as an example below, you'll probably want to delete it/change it for your use. -->
- <li><a href="/tagged/ahs">american horror story</a></li>
- </ul>
- </div>
- </div>
- </div>
- <!-- end section -->
- <!-- begin section -->
- <div class="posts">
- <div class="info">
- <!-- this is the title of your section -->
- <div class="tit">section title</div>
- <div class="lank">
- </div>
- <div class="about">
- <ul>
- <!-- this is where you put your tags. put them in this format:
- <li><a href="/tagged/your tag here">tag name</a></li>
- make sure to include the <li> and the </li> for the bullets. i left a tag as an example below, you'll probably want to delete it/change it for your use. -->
- <li><a href="/tagged/ahs">american horror story</a></li>
- </ul>
- </div>
- </div>
- </div>
- <!-- end section -->
- <!-- begin section -->
- <div class="posts">
- <div class="info">
- <!-- this is the title of your section -->
- <div class="tit">section title</div>
- <div class="lank">
- </div>
- <div class="about">
- <ul>
- <!-- this is where you put your tags. put them in this format:
- <li><a href="/tagged/your tag here">tag name</a></li>
- make sure to include the <li> and the </li> for the bullets. i left a tag as an example below, you'll probably want to delete it/change it for your use. -->
- <li><a href="/tagged/ahs">american horror story</a></li>
- </ul>
- </div>
- </div>
- </div>
- <!-- end section -->
- <!-- if you want to add more sections, just copy and paste one of the above sections. you can have as many sections or as little as you want. -->
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment