Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!-- theme by @rainingfires -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:Background" content="#FFFFF"/>
- <meta name="color:Font" content="#b6b4b2"/>
- <meta name="color:Link" content="#98d2d3"/>
- <meta name="color:Link Hover" content="#85aaaf"/>
- <meta name="color:Border" content="#f8f8f8"/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Text" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Text" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Text" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Text" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 6 Text" content="" />
- <meta name="image:Sidebar" content=""/>
- <meta name="if:ShowLink1" content="1" />
- <meta name="if:ShowLink2" content="1" />
- <meta name="if:ShowLink3" content="1" />
- <meta name="if:ShowLink5" content="1" />
- <meta name="if:ShowLink6" content="1" />
- </head>
- <body>
- <style type="text/css">
- body {
- background-color: {color:Background};
- fixed no-repeat;
- background-position: bottom right;
- background-repeat: no-repeat;
- background-attachment: fixed;
- font-family: Georgia;
- font-size: 9px;
- line-height: 14px;
- font-color: {color:Font};
- }
- a:link, a:visited, a:active {
- color: {color:Link};
- text-decoration: none;
- font-weight: normal;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;}
- a:hover {
- color: {color:Link Hover};
- text-decoration: none;
- font-weight: normal;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- ol.notes {
- display : block;
- background-repeat : no-repeat;
- vertical-align : middle;
- text-decoration : none;
- margin-bottom : 1px;
- font-color: {color:font};
- list-style-type: none;
- margin-left: -40px;
- }
- ol.notes li.note {
- padding: 2px;}
- ol.notes li.note img.avatar {display: none; font-color: {color:font};}
- ol.notes li.note span.action {font-color: {color:font};}
- ol.notes li.note .answer_content {font-weight: normal;font-color: {color:font};}
- ol.notes li.note blockquote {border-color: {color:post info};padding: 2px 2px;margin: 10px 0px 0px 25px;font-color: {color:font};}
- ol.notes li.note blockquote a {text-decoration: none;font-color: {color:font};}
- i, em {font-style:italic;}
- u {text-decoration:underline;}
- strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:font}}
- small, small a, small a:visited {font-size: 9px; line-height: 16px;}
- ul {
- list-style-type: square;
- }
- img { border:0px; max-width: 500px; height: auto;}
- img:hover { border:0px;}
- a.img, a.img:visited { border:0px;}
- a.img:hover { border:0px;}
- h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
- font-family: georgia;
- font-size: 11px;
- padding-bottom: 0px;
- color: {color:Font};
- font-weight: 500;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- h1 a:hover, h3 a:hover {
- text-decoration: none;
- color: {color:link hover};
- }
- .sidebar {
- padding: 10px;
- width: 200px;
- margin-top: 90px;
- position: fixed;
- color: {color:Font};
- margin-left: 35px;
- line-height: 12px;
- }
- #container {
- width: 850px;
- margin: auto;
- margin-bottom: 70px;
- }
- #posts {
- width: 500px;
- margin-top: 5px;
- margin-left: 290px;
- }
- .post {
- margin: auto;
- margin-top: -0px;
- width: 500px;
- padding: 0px;
- padding-top: 10px;
- margin-bottom: 0px;
- background-color: {color:Background};
- font-family: georgia;
- font-size: 10px;
- line-height: 14px;
- color: {color:Font};
- }
- .caption {
- font-size: 10px;
- line-height: 8px;
- color: {color:Font};
- }
- .post text {
- margin-top: 0px;
- }
- .photo img:hover {
- filter: alpha(opacity=100);}
- .photo img {
- max-width: 500px;
- border:0px;}
- .photo img:hover {
- max-width: 500px;
- }
- .centeredImage {
- display: block;
- text-align:center;
- margin-top:0px;
- margin-bottom:5px;
- padding:0px;
- }
- .quote {
- width: 500px;
- color: {color:Quote};
- }
- blockquote {
- display: block;
- margin: 10px;
- background: {color:Background};
- font-family: georgia;
- font-size: 10px;
- padding-left: 5px;
- padding-right: 5px;
- color: {color:font};
- border-left: 1px solid{color:border};
- font-style: none;
- width: 450px;
- }
- span {
- font-weight: bold;
- }
- .chat ul {
- list-style-type: none;
- width: 500px;
- display: block;
- margin: auto;
- padding: 0px;
- font-style: georgia;
- font-spacing: 1px;
- }
- .odd {
- padding: 2px;
- color: {color:font};
- }
- .even {
- padding: 2px;
- color: {color:link};
- }
- .source {
- font-family: georgia;
- font-size: 9px;
- line-height: 14px;
- color: {color:font};
- font-style: normal;
- text-transform: uppercase;
- padding-top: 10px;
- text-align: right;
- }
- .footer {
- display: none;
- }
- .date {
- font-family: georgia;
- font-size: 10px;
- text-transform: lowercase;
- color: {color:font};
- }
- .date a {
- color: {color:link};
- text-decoration: none;
- font-weight: normal;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .date a:hover {
- color: {color:link hover};
- text-decoration: none;
- font-weight: normal;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .stats {font-family: georgia;
- font-size: 10px;
- text-transform: lowercase;
- color: {color:font};
- letter-spacing: 0px;
- font-style: none;
- padding: 2px;
- background-color: {color:ask};
- text-align: left;
- margin-top: 5px;}
- .note_count {
- text-align: center;
- font-family: georgia;
- text-transform: uppercase;
- font-size: 10px;
- }
- .fnotes {
- text-align: right;
- font-family: georgia;
- text-transform: lowercase;
- font-size: 10px;
- margin-bottom:-14px;
- }
- .meta a {
- font-size: 10px;
- color: {color:link};
- text-transform: lowercase;
- text-decoration: none;
- font-weight: normal;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .meta a:hover {
- color: {color:link hover};
- text-decoration: none;
- font-weight: normal;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .meta {
- font-family: georgia;
- font-size: 10px;
- color: #deea27;
- margin-bottom: 5px;
- border-top: 1px solid {color:border};
- padding-top: 5px;
- }
- .albumart img {
- float: left;
- margin-right: 20px;
- width: 26px;
- height: 26px;
- }
- .audioback {
- background-color: White;
- display:block;
- margin-left:30px;
- }
- select, textarea, .textfield {
- width: 200px;
- background-color: #FFFFFF;
- font-size: 10px;
- line-height: 14px;
- color: #9F9F9F;
- text-decoration: none;
- text-transform: lowercase;
- }
- .button, input {
- width: 35px;
- background-color: #FFFFFF;
- font-size: 10px;
- line-height: 14px;
- color: #9F9F9F;
- text-decoration: none;
- border: 1px solid;
- border-color: #E4E4E4;
- text-transform: lowercase;
- }
- .post answer {
- background-color: #FFFFFF;
- width: 500px;
- }
- #question {
- background-color: {color:Background};
- width: 500px;
- height: auto;
- margin: auto;
- font-family: georgia;
- font-size: 16px;
- line-height: 22px;
- color: #a99d95;
- font-weight: 500;
- letter-spacing: 0px;
- font-style: italic;
- }
- hr {
- display: none;
- }
- .pagination {
- text-align: center;
- color: {color:link};
- text-transform: uppercase;
- width: 70px;
- font-family: georgia;
- font-size: 43px;
- margin-top: 10px;
- }
- .askerb {
- font-family: georgia;
- font-size: 10px;
- text-transform: lowercase;
- color: {color:link};
- padding-left: 10px;
- padding-right: 10px;
- }
- .description {
- font-family: georgia;
- font-size: 10px;
- }
- .description img {
- border: 5px solid {color:Border};
- margin-bottom: 5px;
- margin-left: -5px;
- }
- .askerb2 {
- font-family: georgia;
- font-size: 10px;
- text-transform: lowercase;
- color: {color:font};
- padding-left: 10px;
- padding-right: 10px;
- }
- .answerb {
- font-family: georgia;
- font-size: 10px;
- text-transform: lowercase;
- color: {color:font};
- margin-top: -5px;
- }
- .askerb a {
- color: {color:link};
- }
- .askbox {
- background: {color:background};
- margin:0px 0px 0px 0px;
- text-align: left;
- font-family: georgia;
- font-size: 10px;
- text-transform: lowercase;
- }
- .toptitle {
- font-family: georgia;
- font-size: 18px;
- text-transform: lowercase;
- color: {color:link};
- }
- .sublinks {
- margin-top: 2px;
- font-family: georgia;
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 2px;
- color: {color:font};
- padding-bottom: 8px;
- }
- .sublinks a {
- font-family: georgia;
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 2px;
- color: {color:font};
- padding-bottom: 8px;
- }
- .sublinks a:hover{
- font-family: georgia;
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 2px;
- color: {color:link};
- padding-bottom: 8px;
- }
- .sublinks2 a {
- font-family: georgia;
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 2px;
- color: {color:font};
- }
- .sublinks2 a:hover{
- font-family: georgia;
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 2px;
- color: {color:link};
- }
- .lenote {
- color: {color:font};
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div class="sidebar">
- <center>
- <div class="toptitle"><i>{title}</i></div>
- <div class="sublinks">
- <a href="/">HOME</a>
- <a href="/ask"> ASKBOX</a>
- {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}<a>{/block:IfShowLink1}
- {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
- </div>
- <div class="description">
- <img src="{image:Sidebar}" width="200">
- <div class="sublinks2">
- {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
- {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
- {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
- {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a>{/block:IfShowLink6}
- </div>
- {Description}
- </div>
- <center>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">-</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">+</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post photo">
- <p class="centeredImage"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></p>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post photoset">
- <div style="margin-bottom: 5px;">
- {Photoset-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div></div>
- {/block:Photoset}
- {block:Quote}
- <div class="post quote">
- <div style="margin-bottom: 5px;">
- <div style="color: {color:font}; font-size: 12px; line-height: 11px;
- font-style: italic; font-family: georgia; font-weight: 500; letter-spacing: 1px;">"{Quote}"</div>
- {block:Source}
- <div class="source">- {Source}</div>
- {/block:Source}
- </div>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post link">
- <h1><a href="{URL}" class="link" {Target}>{Name} →</a></h1>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post chat">
- <div style="margin-bottom: 5px;">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post video">
- <div style="margin-top: 0px;">
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div></div>
- {/block:Video}
- {block:Audio}
- <div class="post audio">
- <div style="margin-top: 0px;">
- {block:AlbumArt}
- <div class="albumart"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <span class="audioback"><center>
- {AudioPlayerWhite}</center></span>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div></div>
- {/block:Audio}
- {block:Answer}
- <div class="post answer">
- <div class="askbox"><div class="askerb">{Asker} said:</div><div class="askerb2">{Question}</div></div>
- <div class="answerb">{Answer}</div>
- </div>
- {/block:Answer}
- <div class="meta"><div class="fnotes"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{block:Date}<div class="date"><center>posted <a href="{Permalink}">{TimeAgo}</a> {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}<br>
- {block:HasTags}{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</center>
- <div class="lenote">
- {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
- </div>
- </div>
- </div>
- {/block:Date}
- {/block:Posts}
- </div>
- </div>
- <div style="position:fixed; color:{color:font}; bottom:3px; right:3px;">
- <a href="http://rainingfires.tumblr.com">T H E M E</i></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement