Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed|Oranienbaum|Capriola' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400italic|Playfair+Display:400,400italic|Lora:400,400italic|IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body{
- background-color:white;
- font-family:times, serif;
- color:black;
- text-align:justify;
- font-size:8px;
- letter-spacing:1px;
- }
- a, a:visited, a:active, a:hover{
- color:black;
- text-decoration:none;
- -webkit-transition:0.9s ease-in;
- }
- i, em{
- font-size:9px;
- }
- #container{
- width:973px;
- margin:10px auto 90px;
- }
- #header{
- margin-top:50px;
- margin-bottom:60px;
- text-align:center;
- text-transform:uppercase;
- }
- #header h1{
- font-weight:normal;
- font-size:40px;
- letter-spacing:0px;
- margin-bottom:20px;
- font-family:'playfair display';
- }
- /* shows */
- .tv{
- display:inline-block;
- margin:15px;
- border:1px solid #f2f2f2;
- overflow:hidden;
- width:290px;
- height:150px;
- text-transform:uppercase;
- text-align:center;
- }
- .tv img{
- width:290px;
- min-height:150px;
- display:none;
- }
- .info{
- position:absolute;
- opacity:1;
- -webkit-transition:0.6s ease-in;
- width:290px;
- height:150px;
- background-color:white;
- line-height:150%;
- }
- .tv h1{
- font-weight:normal;
- text-align:center;
- font-style:;
- font-size:13px;
- text-transform:uppercase;
- margin:50px 0px 20px;
- font-family:'playfair display';
- }
- .tv h1 a{
- color:teal;
- }
- .tv h1 a:hover{
- color:#f2f2f2;
- }
- #theme{
- position:fixed;
- bottom:10px;
- right:10px;
- -webkit-border-radius:100px;
- padding:3px 4px 2px;
- text-transform:uppercase;
- -webkit-transition:0.6s ease-in;
- cursor:default;
- font-size:8px;
- }
- #theme:hover{
- background-color:{color:links};
- color:white;
- }
- </style>
- <body>
- <div id="container">
- <div id="header">
- <h1>television</h1>
- to watch: optional
- </div>
- <!-- copy this -->
- <div class="tv">
- <div class="info">
- <h1><a href="/tagged/show!tag">show</a></h1>
- channel<br>
- (year — year)<br>
- </div>
- <img src="http://i.imgur.com/aiMkhkC.png" />
- </div>
- <!-- until here to add a show -->
- </div>
- <a title="crimical" href="http://crimical.tumblr.com/"><div id="theme">t.</div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment