Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Tumblr Theme 005 (c) by Ans by ETTUDIS [http://ettudis.three-words.net]
- CONTACT INFO [email: [email protected]]
- FOLLOW THEME BLOG [http://ettudis.tumblr.com]
- TERMS OF USE [http://ettudis.tumblr.com/post/8327340215/terms-of-usage]
- -->
- <!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">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title></head>
- {block:Description}
- <head>
- <meta name="Description" content="{MetaDescription}" /></head>
- {/block:Description}
- <head>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="color:background" content="#f7f7f7" />
- <meta name="color:blockquote background" content="#F7F7F7" />
- <meta name="color:blockquote text" content="#888888" />
- <meta name="color:link" content="#DFC500" />
- <meta name="color:link 2" content="#00DFE7" />
- <meta name="color:post background" content="#FFFFFF" />
- <meta name="color:post border" content="#E4E4E4" />
- <meta name="color:post header" content="#333333" />
- <meta name="color:post header border" content="#CCCCCC" />
- <meta name="color:post notes" content="#999999" />
- <meta name="color:post notes background" content="#F7f7f7" />
- <meta name="color:post text" content="#838383" />
- <meta name="color:post title" content="#CCCCCC" />
- <meta name="color:sidebar background" content="#000000" />
- <meta name="color:sidebar link" content="#666666" />
- <meta name="color:sidebar link background" content="#111111" />
- <meta name="color:sidebar link background hover" content="#212121" />
- <meta name="color:sidebar link border" content="#2A2A2A" />
- <meta name="color:sidebar link hover" content="#999999" />
- <meta name="color:sidebar text" content="#666666" />
- <meta name="color:title" content="#999999" />
- <meta name="color:title hover" content="#CCCCCC" />
- <meta name="color:userpic border" content="#FAFAFA" />
- <meta name="color:userpic border 2" content="#000000" />
- <meta name="if:Show side image" content="1"/>
- <meta name="if:Show userpic" content="1"/>
- <meta name="if:infinite scrolling" content="0"/>
- <meta name="if:show pagination" content="0"/>
- <meta name="image:background" content=""/>
- <meta name="image:icon" content=""/>
- <meta name="image:side" content=""/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Title" content="" />
- <style type="text/css">
- body {
- font-family: lucida sans unicode, trebuchet ms, sans-serif;
- margin: 0px;
- padding:0px;
- background:{color:background} url('{image:background}') fixed;
- }
- a {
- text-decoration: none;
- color: {color:link};
- }
- iframe#tumblr_controls {right:3px !important;
- position: fixed !important;
- opacity: 0.2;
- filter:alpha(opacity=20);
- -moz-opacity: 0.2;
- -khtml-opacity: 0.2;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;}
- iframe#tumblr_controls:hover{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;}
- #sidebar {
- width: 220px;
- font-size: 9px;
- line-height: 10px;
- left: 50px;
- top: 0px;
- position: fixed;
- height:100%;
- color: {color:sidebar text};
- }
- #sidecontent{
- background-color:{color:sidebar background};
- padding: 5px;
- text-align: justify;
- margin-bottom: 5px;
- height:100%;
- }
- #simage{
- width: 200px;
- height: auto;
- padding-left:1px;
- padding-right:1px;
- margin-bottom:7px;
- }
- #nav {
- margin-top: 25px;
- }
- #nav a, #nav a:link, #nav a:visited{
- background: {color:sidebar link background};
- color: {color:sidebar link};
- font: 26px georgia;
- margin-right: 10px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- padding-left: 5px;
- padding-right: 5px;
- padding-top: 0px;
- padding-bottom: 0px;
- }
- #nav a:hover {
- background: {color:sidebar link background hover};
- color: {color:sidebar link hover};
- }
- #menu {
- margin-bottom: 2px; text-align:right; line-height: 12px; text-transform: lowercase ;
- }
- #menu a{
- font: normal 9px/10px Georgia, "Times New Roman", Times, serif;
- text-transform: uppercase;
- color: {color:sidebar link};
- text-align: right;
- text-decoration: none;
- margin: 0px 7px 2px;
- display: block;
- background: {color:sidebar link background};
- border-bottom: 1px solid {color:sidebar link border};
- padding: 2px;
- letter-spacing: 2px;
- }
- #menu a:hover{
- color: {color:sidebar link hover};
- background: {color:sidebar link background hover};
- }
- #desc p{
- padding: 5px;
- margin:0px;
- margin-bottom:10px;
- }
- #desc a, #nav a{
- color: {color:sidebar link};
- background: none;
- }
- #desc a:hover, #nav a:hover{
- color:{color:sidebar link hover};
- background: {color:sidebar link background hover};
- }
- #title a{
- font: italic bold 24px/16px "Times New Roman", Times, serif;
- text-transform: lowercase;
- text-decoration: none;
- text-align:center;
- margin: 1px;
- margin-bottom:10px;
- padding: 1px 1px 1px 5px;
- display: block;
- letter-spacing: -1px;
- color: {color:title};
- }
- #title a:hover{
- color: {color:title hover};
- }
- h1 {
- margin: 0px;
- }
- h1 a{
- font: normal 12px/11px "Arial narrow", Helvetica, sans-serif!important;
- text-transform: uppercase;
- color: {color:post header};
- text-align: center;
- letter-spacing: 3px;
- margin: 0px;
- padding: 2px;
- display: block;
- border-bottom: 1px solid {color:post header border};
- }
- h2 {
- margin-top:0px;
- padding: 0px;
- text-align: center;
- font: italic 9px "Arial narrow", Helvetica, sans-serif;
- text-transform: uppercase;
- background: {color:post notes background};
- color: {color:post notes};
- }
- h3 {
- font: 18px/20px Georgia, "Times New Roman", Times, serif;
- text-transform: lowercase;
- text-decoration: none;
- text-align:left;
- margin: 1px;
- padding: 1px;
- display: block;
- letter-spacing: -2px;
- }
- h3 a{
- color: {color:link 2};
- }
- h3 a:hover{
- color:{color:post title};
- }
- #chat ul,#chat ol,#chat li{
- list-style:none;
- padding: 1px;
- }
- ul, ol {
- padding-left: 5px!important;
- margin-left:15px!important;
- }
- #asker {
- background: {color:post notes background};
- color:{color: post notes};
- margin:7px;
- font:10px verdana;
- text-transform: uppercase;
- }
- #asker a{
- color: {color:link 2};
- }
- #asker img{
- float:left;
- margin:5px;
- }
- #answer{
- padding: 5px;
- }
- #quote {
- color: {color:post header};
- text-decoration: none;
- font-style: normal;
- text-align:center;
- letter-spacing: 1px;
- font: 14px/12px arial narrow, arial, sans-serif;
- margin-bottom: 5px;
- }
- #reblogs a{
- color: {color:link 2};text-decoration: underline;
- }
- #tags a{
- color: {color:post title}; text-decoration: underline;
- }
- #reblogs a:hover, #tags a:hover{
- color: {color:link};
- }
- #answer a, #source a, #caption a, #audiotext a, #quotesource a, #text a, #captiona a{
- font: bold 10px Arial, Helvetica, sans-serif;
- color: {color:link};
- }
- #answer a:hover, #source a:hover, #caption a:hover, #audiotext a:hover, #quotesource a:hover, #text a:hover, #captiona a:hover{
- color:{color:link 2};
- }
- #quotesource {
- display: block;
- text-align: center;
- }
- .person1{
- background-color: {color:post notes background};
- }
- .label {
- font: 9px lucida console, trebuchet ms, sans-serif;
- text-transform: uppercase;
- color: {color:link 2};
- padding-right: 5px;
- }
- .person1 .label {
- padding-right: 5px;
- text-transform: uppercase;
- color: {color:link};
- font: 9px lucida console, trebuchet ms, sans-serif;
- }
- ul, ol {
- padding-left: 5px!important;
- margin-left:15px!important;
- margin-right: 15px;
- }
- #audio {
- width: 250px;
- margin-left: 15px;
- background: #000000;
- }
- #audiotext{
- padding: 5px;
- }
- #note {
- font-size: 9px;
- padding: 7px; padding-left: 50px;
- float:NONE;
- color: {color:post text};
- width: 500px;
- }
- li.note {
- list-style:none;
- padding: 3px;
- margin: 0px;
- margin-right: 25px;
- }
- #note a{
- font: 9px Arial, Helvetica, sans-serif;
- color: {color:post title};
- text-transform:uppercase;
- }
- #note a:hover{
- color: {color:link};
- }
- #entry{
- margin:2px; margin-bottom: 10px;
- width: 550px;
- -moz-border-radius: 0px 50px 0px 50px;
- -webkit-border-radius: 0px 50px 0px 50px;
- border-radius: 0px 50px 0px 50px;
- background: {color:post background};
- border: 1px solid {color:post border};
- padding: 15px;
- border-bottom: 5px solid {color:post border};
- border-TOP: 5px solid {color:post border};
- text-align: left;
- font-size: 9px;
- color: {color:post text};
- overflow: hidden;
- }
- #content{
- margin: 0px;
- width: 600px;
- margin-left: 300px;
- top: -3px;overflow:hidden;
- }
- #entry img{
- max-width:500px!important;
- margin:5px;
- }
- blockquote{
- padding-left: 3px;
- color: {color:blockquote text};
- margin-right: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- background: {color:blockquote background}
- }
- blockquote p{
- padding: 2px;
- }
- #perma a:hover{
- color:{color:permalink};
- }
- table, tr, td{
- font-size: 9px!important;
- }
- #text img, #captiona img, #answer img{
- max-width:500px!important;
- margin:0px;
- }
- #entry p{
- margin-top:0px;margin-left:5px;margin-right:5px; margin-bottom: 3px;
- }
- #permapage {
- font-size: 9px; font-weight: normal; font-family: georgia, times new roman, serif; text-transform: uppercase; padding-left: 30px;text-align: left;
- }
- #captiona img{
- max-width: 300px;
- }
- #Layer1 {
- position:fixed;
- left:906px;
- top:44px;
- width:168px;
- height:134px;
- z-index:1;
- }
- .portrait1 {
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- font: 9px/14px Georgia, "Times New Roman", Times, serif;
- border-top: 15px solid {color:userpic border};
- border-right: 15px solid {color:userpic border 2};
- border-left: 15px solid {color:userpic border};
- margin: 0px;
- padding: 0px;
- border-bottom: 15px solid {color:userpic border};}
- a.jump_page, .current_page{ background: none!important; font: 9px lucida sans unicode, trebuchet ms, sans-serif!important;line-height: 12px!important; padding: 0px!important; font-style: none!important; margin:0px!important;}
- </style>
- </head>
- <body>
- <div id="Layer1">
- <div align="left">{block:IfShowUserpic}<img src="{PortraitURL-96}" alt="image"/ class="portrait1" />{/block:IfShowUserpic}</div>
- </div>
- <div id="sidebar">
- <div id="sidecontent">
- <div id="title"><a href="/" alt="{Title}">{Title}</a></div>
- {block:ifshowsideimage}<div id="sideimage" align="center"><a href="/" alt="{Title}"><img src="{image:side}"/ id="simage" border="0" ></a></div>{/block:ifshowsideimage}
- <div id="desc">{block:Description}<p>{Description}</p>{/block:Description}</div>
- <div id="menu">{block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
- <a href="/archive">archives</a>
- <a href="/ask">message</a>
- <a href="http://ettudis.three-words.net">© theme</a></div>
- {block:ifnotinfinitescrolling}
- <div id="nav" align="center">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:ifshowpagination}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:ifshowpagination}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:ifnotinfinitescrolling}
- </div>
- </div>
- <div class="autopagerize_page_element">
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- {block:Posts}
- <div id="content">
- <div id="entry">
- <h1><a href="{Permalink}">{block:Date}{{Month} {DayOfMonth} {Year}}{/block:Date}</a></h1>
- <h2>LIKED BY {NoteCount}</h2>
- {block:Text}
- <h3>{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</h3>
- <div id="text">{Body}</div>
- {/block:Text}
- <center>{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" border="0"/>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}</center>
- {block:Quote}
- <div id="quote">“{Quote}” </div>
- <div id="quotesource">{block:Source}— {Source}{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <h3><a href="{URL}" {Target}>{Name}</a></h3>
- {block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}<div id="chat">{block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul>
- {block:Lines}
- <li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Audio}
- <div id="audiotext">{PlayCountWithLabel}</div>
- <div id="audio">{AudioPlayerBlack}</div>
- <div id="audiotext">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-400}{/block:Video}
- {block:Answer}
- <div id="asker"><img src="{AskerPortraitURL-24}" border="0" style=" float: left; margin:2px;" /> {Asker}<br />{Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <div id="captiona" style="overflow:hidden; max-width:500px!important; margin:5px;">
- {block:permalinkpage}{block:Photo} {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}{block:permalinkpage}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</div>
- {block:permalinkpage} <div id="permapage"><div id="reblogs">
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">VIA: {ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">ORI: {ReblogRootName}</a>{/block:RebloggedFrom}</div>
- <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div> {block:permalinkpage}
- </div>
- {block:permalinkpage}
- <div id="note">{block:PostNotes}{PostNotes}
- {/block:PostNotes} </div>{/block:permalinkpage}</div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement