Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--- Theme by Shinerthemes --->
- <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=Teko:300,400' rel='stylesheet' type='text/css'>
- <meta name="font:Body" content="Helvetica" />
- <meta name="color:Background" content="#fff" />
- <meta name="color:Body" content="#333" />
- <meta name="color:Link Tab" content"#006633" />
- <meta name="color:Tab Link" content"#fff" />
- <meta name="color:Link" content="#000000" />
- <meta name="if:Sidebar Image" content="0"/>
- <meta name="image:Sidebar" content="" />
- <meta name="image:Background" content="" />
- <meta name="color:tag border" content"#000000" />
- <meta name="text:Link1" content="link" />
- <meta name="text:Link1 URL" content="/" />
- <meta name="text:Link2" content="link" />
- <meta name="text:Link2 URL" content="/" />
- <meta name="text:Link3" content="link" />
- <meta name="text:Link3 URL" content="/" />
- <meta name="text:Link4" content="link" />
- <meta name="text:Link4 URL" content="/" />
- <meta name="text:Link5" content="link" />
- <meta name="text:Link5 URL" content="/" />
- <meta name="if:Right Sidebar" content="1"/>
- <style type="text/css">
- aside {
- position:fixed;
- {block:ifrightsidebar}
- text-align:left;
- right:235px;
- {/block:ifrightsidebar}
- {block:ifnotrightsidebar}
- text-align:right;
- left:235px;
- {/block:ifnotrightsidebar}
- top:50px;
- }
- body {
- background: {color:Background};
- background-image: url('{image:Background}');
- position:absolute;
- font-size:12px;
- font-family: {font:Body};
- width:100%;height:100%;
- margin:0;padding:0;
- color:{color:Body};
- }
- blockquote {
- border-left:1px solid #eee;
- padding:5px;
- margin:0;margin-left:10px;
- padding-left:10px;
- text-align: justify;
- }
- blockquote img {
- max-width: 100%;
- display: block;
- margin-bottom: 5px;
- }
- blockquote blockquote {
- margin: 10px;
- padding: 10px;
- }
- a {
- text-decoration:none;
- outline:none;
- color:{color:Link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:Link Hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- h1 {
- font-family:{font:Body};
- text-align:center;
- }
- h2 {
- font-family:tahoma;
- text-transform:uppercase;
- padding:5px;
- color:{color:Link};
- }
- #title {
- font-family:{font:Title};
- color:{color:Body};
- font-style:italic;
- font-weight:bold;
- {block:ifrightsidebar}
- padding-left:50px;
- {/block:ifrightsidebar}
- {block:ifnotrightsidebar}
- padding-right:50px;
- {/block:ifnotrightsidebar}
- font-size:17px;
- text-decoration:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebar {
- width:190px;
- padding:5px;
- }
- #sidebar img {
- width:130px;
- padding-top:15px;
- padding-bottom:15px;
- height:auto;
- {block:ifrightsidebar}
- padding-left:50px;
- {/block:ifrightsidebar}
- {block:ifnotrightsidebar}
- padding-right:50px;
- {/block:ifnotrightsidebar}
- }
- #description {
- padding-top:10px;
- padding-bottom:10px;
- color:{color:Description};
- font-size:11px;
- font-family:{font:Body};
- {block:ifrightsidebar}
- text-align:left;
- padding-left:50px;
- {/block:ifrightsidebar}
- {block:ifnotrightsidebar}
- text-align:right;
- padding-right:50px;
- {/block:ifnotrightsidebar}
- }
- #pagination {
- background:black;
- color:white;
- }
- #nav {
- margin-top:20px;
- }
- #linktext {
- padding-bottom:10px;
- padding-bottom:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #links a:hover {
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- {block:ifrightsidebar}
- padding-left:105px;
- {/block:ifrightsidebar}
- {block:ifnotrightsidebar}
- padding-right:105px;
- {/block:ifnotrightsidebar}
- background:{color:link tab};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #links {
- {block:ifrightsidebar}
- text-align:left;
- {/block:ifrightsidebar}
- {block:ifnotrightsidebar}
- text-align:right;
- {/block:ifnotrightsidebar}
- }
- #links a {
- {block:ifrightsidebar}
- padding-right:60px;
- padding-left:4px;
- {/block:ifrightsidebar}
- {block:ifnotrightsidebar}
- padding-left:60px;
- padding-right:4px;
- {/block:ifnotrightsidebar}
- font-family: 'Teko', sans-serif;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:2px;
- background:{color:link tab};
- color:{color:tab link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #entries {
- position:absolute;
- left:50%;
- margin-left:-260px;
- background:white;
- padding:5px;
- }
- #post {
- font-size: 10px;
- padding: 5px;
- margin-top:50px;
- width: 500px;
- color:{color:Body};
- text-align: left;
- overflow:hidden;
- }
- #info {
- font-family: 'Teko', sans-serif;
- padding: 10px;
- background:white;
- border:solid {color:tag border} 1px;
- margin-top:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:7px;
- margin:10px;
- }
- .caption {
- padding:5px;
- width:100%;
- }
- /* CHAT POSTS */
- .chat li{
- display:block;
- padding:8px;
- }
- /* QUOTE POSTS */
- .quote h3{
- text-align:left;
- font-weight:bold;
- font-size:14px;
- line-height:1.7;
- }
- .quote .source{
- text-align:right;
- }
- /* ------------------------- DO NOT REMOVE ------------------------- */
- #credit {
- position: fixed;
- bottom: 5px;
- right: 2px;
- margin-right: 0px;
- padding: 1px;
- font-family: arial;
- font-size: 12px;
- font-weight: normal !important;
- text-align: center;
- color: {color:text};
- background: transparent;
- }
- #credithover {
- opacity: 0;
- display: inline-block;
- position: absolute;
- float: right;
- width: 90px;
- right: 0px;
- bottom: 2px;
- margin-top: 4px;
- font-family: helvetica,arial;
- font-size: 8px;
- font-weight: bold;
- letter-spacing: 1px;
- color: {color:text};
- transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -ms-transition: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- #credit:hover #credithover {
- opacity: 1;
- right: 0px;
- color: {color:text};
- transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -ms-transition: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- }
- .question {
- background:#f2f2f2;
- padding-top:10px;
- padding-left:10px;
- }
- .asker {
- font-family: 'Teko', sans-serif;
- padding-left:10px;
- padding-top:5px;
- font-size:11px;
- letter-spacing:1px;
- padding-bottom:5px;
- }
- .answer {
- padding-left:10px;
- }
- .audio {
- padding-right:2px;
- }
- .player {
- margin-left:45px;
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:45px;
- margin-bottom:45px;
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- }
- .albumart {
- float:left;
- margin:0px 7px;
- }
- .audiotitle {
- padding:5px;
- float:center;
- font-family: 'Teko', sans-serif;
- }
- .audioartist {
- padding:5px;
- float:center;
- font-family: 'Teko', sans-serif;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <aside>
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- {block:ifsidebarimage}<img src="{image:sidebar}"/></a>{/block:ifsidebarimage}
- <div id="description">
- {block:Description}{Description}{/block:Description}
- </div>
- <div id="nav">
- <div id="links">
- <div id="linktext"><a href="{text:Link1 URL}">{text:Link1}</a></div>
- <div id="linktext"><a href="{text:Link2 URL}">{text:Link2}</a></div>
- <div id="linktext"><a href="{text:Link3 URL}">{text:Link3}</a></div>
- <div id="linktext"><a href="{text:Link4 URL}">{text:Link4}</a></div>
- <div id="linktext"><a href="{text:Link5 URL}">{text:Link5}</a></div>
- </div>
- </div>
- </div>
- </aside>
- <div id="entries">
- {block:Posts}
- <div id="post">
- <!----- TEXT POSTS ---->
- {block:Text}<h1>{title}</h1>{Body}{/block:Text}
- <!----- QUOTE POSTS ---->
- {block:Quote}
- <div class="quote">
- <h3>“{Quote}”</h3>
- <div class="source">— {Source}</div>
- </div>
- {/block:Quote}
- <!----- LINK POSTS ---->
- {block:Link}
- <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- <!----- PHOTO POSTS ---->
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photo}
- <!----- PHOTOSET POSTS ---->
- {block:Photoset}
- <center>{Photoset-500}</center>
- <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photoset}
- <!----- CHAT POSTS ---->
- {block:Chat}
- <div class="chat">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
- </div>
- {/block:Chat}
- <!----- VIDEO POSTS ---->
- {block:Video}
- {Video-500}
- <div id="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Video}
- <!----- AUDIO POSTS ---->
- <div class="audio">
- {block:Audio}
- <div class="player">{AudioPlayerWhite} </div>
- <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div><div class="audiotitle">{block:TrackName}{TrackName}{/block:TrackName}<div class="audiotitle">{block:Artist}{Artist}{/block:Artist}</div>
- </div></div>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- <!----- QUESTION POSTS ---->
- {block:Answer}
- <div class="question">
- {Question}<br><div class="asker">-{Asker}</div></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- </div>
- <div id="info">
- {block:Date}
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}<br>{/block:RebloggedFrom}
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- {/block:Date}</div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- <center>
- {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}</center>
- <div id="credit"><a href="http://shinerthemes.tumblr.com/" target="_blank">☀</a><div id= "credithover"><a href="http://shinerthemes.tumblr.com" target="_blank">Shiner</a></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment