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="#FFFCEE"/>
- <meta name="color:Font" content="#C0AEA1"/>
- <meta name="color:Link" content="#E0AD8B"/>
- <meta name="color:Link Hover" content="#E2BEA6"/>
- <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="color:Ask" content="#FFFAE0"/>
- <meta name="color:Menu Hover" content="#FFFFFF"/>
- <meta name="color:Shadow" content="#FFFAE0"/>
- <meta name="image:Sidebar" content=""/>
- </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;
- }
- 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;
- color: {color:Font};
- font-weight: 500;
- letter-spacing: 1px;
- text-transform: lowercase;
- }
- h1 a:hover, h3 a:hover {
- text-decoration: none;
- color: {color:link hover};
- }
- .sidebar {
- padding: 10px;
- width: 100px;
- margin-top: 100px;
- position: fixed;
- color: {color:Font};
- margin-left: 100px;
- line-height: 12px;
- }
- #container {
- width: 900px;
- margin: auto;
- margin-bottom: 70px;
- }
- #posts {
- width: 500px;
- margin-left: 260px;
- }
- #posts:hover #letag {
- opacity:1;
- display:block;}
- #letag {
- font-size:9px;
- color:{color:font};
- -webkit-transition:0.4s
- linear; position:absolute;
- text-transform:lowercase;
- float:left;
- padding-left: 5px;
- position:absolute;
- opacity:0;
- outline: none;
- margin-left:505px;
- margin-top:10px;
- }
- #letag a {
- color:{color:link};
- }
- #letag a:hover {
- color:{color:link hover};
- }
- .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-family: georgia;
- font-size: 9px;
- color: {color:Font};
- }
- .post text {
- margin-top: 0px;
- }
- .photo img {
- max-width: 500px;
- border:0px;}
- .centeredImage {
- display: block;
- text-align:center;
- margin-top:0px;
- margin-bottom:0px;
- 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;
- border-left: 2px solid;
- border-color: {color:Ask};
- color: {color:font};
- 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: 10px;
- line-height: 14px;
- color: {color:font};
- font-style: normal;
- padding-top: 10px;
- text-align: right;
- }
- .footer {
- display: none;
- }
- .footer a, .footer a:visited {
- color: #D4D4D4;
- }
- .date {
- font-family: georgia;
- font-size: 10px;
- text-transform: lowercase;
- color: {color:font};
- padding-top: 5px;
- border-top:1px solid {color:ask};
- }
- .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;
- text-align: center;
- }
- .note_count {
- text-align: center;
- font-family: georgia;
- text-transform: lowercase;
- font-size: 10px;
- }
- .lenote {
- color: {color:font};
- }
- .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;
- padding-top: 3px;
- padding-bottom: 3px;
- text-transform: lowercase;
- }
- .albumart img {
- float: left;
- margin-right: 20px;
- width: 26px;
- height: 26px;
- }
- .audioback {
- background-color: White;
- display:block;
- margin-left:30px;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: dotted 1px;
- border-color: {color: ask};
- background-color: #ffffff;
- }
- ol.notes li.note {
- border-top: dotted 1px;
- border-color: {color:ask};
- padding-left: 0px;
- padding-right: 10px;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 0px;
- width: 16px;
- height: 16px;
- padding-right: 5px;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:ask};
- padding: 4px 7px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- .title {
- display: block;
- width: 85px;
- text-align: center;
- font-family: georgia;
- font-size: 14px;
- text-transform: lowercase;
- font-style: italic;
- }
- select, textarea, .textfield {
- width: 200px;
- background-color: #FFFFFF;
- font-family: arial;
- font-size: 11px;
- line-height: 14px;
- color: #9F9F9F;
- text-decoration: none;
- text-transform: lowercase;
- }
- .button, input {
- width: 35px;
- background-color: #FFFFFF;
- font-family: arial;
- font-size: 11px;
- 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:shadow};
- text-transform: uppercase;
- width: 100px;
- font-family: georgia;
- font-size: 40px;
- margin-top: 8px;
- }
- .askbox {
- align:right;
- background: {color:ask};
- margin:7px 5px 5px 68px;
- padding:10px;
- position: relative;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- font-family: georgia;
- border-radius:5px;
- font-size: 10px; }
- .askbox p {margin:1px 0px;}
- .askbox span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- left:-10px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid {color:ask};
- }
- .mozicon {
- padding-top: 0px;
- margin: 0px 5px 0px 0px;
- margin-top: 5px;
- -webkit-border-radius: 360px;
- -moz-border-radius: 360px;
- border-radius: 360px;
- }
- .sideimg {
- -webkit-border-radius: 400px;
- -moz-border-radius: 400px;
- border-radius: 400px;
- margin-bottom: 8px;
- box-shadow: 5px 5px 0 #333;
- -webkit-box-shadow: 4px 4px 0 {color:shadow};
- -moz-box-shadow: 4px 4px 0 {color:shadow};
- }
- .menu a {
- color: {color:font};
- display: block;
- webkit-transition: opacity 0.8s linear;
- opacity: 1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- .menu a:hover {
- color: {color:link hover};
- -webkit-transition: opacity 0.6s linear;
- opacity: 1;-webkit-transition:
- all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #sidemenu{
- padding-top: 17px;
- position: fixed;
- margin-top: 110px;
- display: block;
- width: 100px;
- margin-left: 110px;
- text-align: center;
- -webkit-border-radius: 400px;
- -moz-border-radius: 400px;
- border-radius: 400px;
- width: 100px;
- height: 83px;
- filter:alpha(opacity=20);
- -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;
- }
- #sidemenu:hover{
- background: {color:menu hover};
- filter:alpha(opacity=20);
- -moz-opacity:0.7;
- -khtml-opacity: 0.7;
- opacity: 0.8;
- -webkit-transition: opacity 0.2s linear;
- opacity: 2
- webkit-transition:
- all 0.1s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5 ease-out;
- }
- .linkpost {
- font-family: georgia;
- font-size: 10px;
- padding-bottom: 0px;
- color: {color:Font};
- font-weight: normal;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- .linkpost a:hover {
- text-decoration: none;
- color: {color:link hover};
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div class="sidebar">
- <center>
- <img src="{image:Sidebar}" width="100" height="100" class="sideimg">
- {Description}
- <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="sidemenu">
- <div class="menu"><a href="/">home</a></div>
- <div class="menu"><a href='/ask'>message</a></div>
- <div class="menu"><a href='{text:Link 1}'>{text:Link 1 Text}</a></div>
- <div class="menu"><a href='{text:Link 2}'>{text:Link 2 Text}</a></div>
- <div class="menu"><a href='{text:Link 3}'>{text:Link 3 Text}</a></div>
- </div>
- {block:Posts}
- <div id="posts">
- <div id="letag">
- {block:Date}{block:HasTags}{block:Tags} #<a href="/tagged/{Tag}">{Tag}<br></a>{/block:Tags}{/block:HasTags}
- {/block:Date}
- </div>
- {block:Text}
- <div class="post text">
- {block:Title}
- <div class="linkpost"><a href="{Permalink}">{Title}</a></div>
- {/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: 11px; text-transform: uppercase; line-height: 15px;
- font-style: none; 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">
- <div class="linkpost"><a href="{URL}" class="link" {Target}>{Name} →</a></div>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post chat">
- <div style="margin-bottom: 5px;">
- {block:Title}
- <div class="linkpost"><a href="{Permalink}">{Title}</a></div>
- {/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">
- <img src="{AskerPortraitURL-64}" width="50" align="left" class="mozicon" /></a>
- <div class="askbox"><span></span><i>{Asker} whispered:</i><br> {Question}</div>
- {Answer}
- </div>
- {/block:Answer}
- <div class="meta"><div class="date"><center>posted <a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource} with <a href="{Permalink}">{NoteCountWithLabel}</a><br></center>
- </div>
- </div>
- <div class="lenote">
- {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div style="position:fixed; color:{color:font}; bottom:3px; right:3px;">
- <a href="http://rainingfires.tumblr.com">T H E M E</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement