Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- (c) tumblr theme 017 by ETTUDIS (http://ettudis.three-words.net)
- Thank you for downloading this theme. Please make sure you have read everything here before you use the theme.
- ------------------------------------------------------------------
- TERMS OF USE
- By downloading and using this theme, you have agreed to the following:
- 1. You cannot remove the credits, claim as your own and/or redistribute any part of this layout
- 2. You are not allowed to edit/replace the codes without permission
- 3. You cannot use this layout's CSS/codes as your base codes; that is, alter the codes, then claim as your own.
- 4. PLEASE COMMENT IN THE TAGBOARD WITH A LINK TO YOUR SITE IF USING!
- You can CONTACT ME (email: [email protected]) and I will consider changing the codes for you.
- If I find that you have violated one of the rules stated above, I will contact you, asking to either change back to what you originally downloaded or take down my layout. I will give you 1~2 warnings, if you refuse the listen, more drastic measures will be taken.
- ------------------------------------------------------------------
- INSTALLATION
- 1. Go to your tumblr dashboard and click "Customize"
- 2. Click " Theme" in the top bar, it should then drop down and you will see a button labeled "Use Custom Html". Click that button.
- 3. Delete everything in the Custom Html textarea
- 4. Copy and paste this ENTIRE text and click "Update preview"
- 5. Go to "Appearance" and click Reset defaults (add links, change colors, add images etc.)
- 6. Then, click "save and close" and then you're done!
- ------------------------------------------------------------------
- CONTACT INFO
- If you need help or have any questions, feel free to contact me either by either of the following:
- email: [email protected]
- tagboard: http://www5.shoutmix.com/?honeytree (please leave your contact info when you comment)
- Sincerely, Ans
- Owner of Ettudis
- -->
- <!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="#FFFCFC" />
- <meta name="color:sidebar text" content="#333333" />
- <meta name="color:sidebar link" content="#BBBBBB" />
- <meta name="color:sidebar link hover" content="#CC9696" />
- <meta name="color:sidebar background" content="#FFFFFF" />
- <meta name="color:navigation background" content="#F3F3F3" />
- <meta name="color:navigation" content="#000000" />
- <meta name="color:permalink text" content="#AAAAAA" />
- <meta name="color:permalink" content="#C75467" />
- <meta name="color:permalink background" content="#FFF8F8" />
- <meta name="color:post background" content="#FFFAFA" />
- <meta name="color:post bottom border" content="#E2E2E2" />
- <meta name="color:post text" content="#838383" />
- <meta name="color:link" content="#585858" />
- <meta name="color:link 2" content="#AFAFAF" />
- <meta name="color:link background" content="#F3F3F3" />
- <meta name="color:blockquote text" content="#999999" />
- <meta name="color:blockquote background" content="#F7F7F7" />
- <meta name="color:blockquote border" content="#ECECEC" />
- <meta name="if:infinite scrolling" content="0"/>
- <meta name="image:side" content=""/>
- <meta name="image:sidebar background" content="http://static.tumblr.com/38tkyuw/uValpd81j/yq1cd.png"/>
- <meta name="image:background" content=""/>
- <meta name="image:post background" content=""/>
- <meta name="text:previous button" content="backward"/>
- <meta name="text:next button" content="forward"/>
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="text:Link 5" content="" />
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://ettudis.three-words.net/js/infinitescroll.js"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- @media screen
- {
- div#sidebar {
- position: fixed;
- }
- * html
- {
- overflow-y: hidden;
- }
- * html body
- {
- overflow-y: auto;
- height: 100%;
- padding: 0 1em 0 14em;
- font-size: 100%;
- }
- * html div#sidebar {
- position: absolute;
- }
- }
- body {
- font-family: consolas, 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 {
- bottom:100px;
- left: 200px;
- position: fixed;
- width: 200px;
- font: 10px "small fonts", sans-serif;
- color: {color:sidebar text};
- background:{color:sidebar background} url({image:sidebar background});
- text-align: left;
- padding: 7px ;
- }
- #simage {
- max-width: 186px;
- height: auto;
- padding-bottom: 3px ;
- }
- #sideimage a {
- border:none;
- }
- #nav {
- font: 12px "Courier New", Courier, monospace;
- text-transform: lowercase;
- letter-spacing: -1px;
- color: {color:sidebar link};
- margin-top: 5px;
- position:fixed;text-align: left;
- left:1000px;
- bottom: 20px;
- }
- #desc a, #nav a{
- color: {color:sidebar link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #desc a:hover, #nav a:hover {
- color:{color:sidebar link hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #title{
- margin-bottom: 5px;
- text-align: center;
- display: block;
- }
- #title a{
- font: 14px "Courier New", Courier, monospace;
- text-transform: lowercase;
- letter-spacing: -1px;
- color: {color:sidebar text};
- margin-bottom: 2px;
- padding: 3px;
- }
- #title a:hover{
- color:{color:sidebar link hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #asker {
- background-color: {color:sidebar background} url({image:sidebar background});
- color:{color:sidebar text} ;
- border: 5px solid {color:post background}
- }
- #asker a{
- color: {color:link};
- }
- #asker img{
- float:left;
- margin:5px;
- }
- #quote {
- padding: 5px;
- font: 12px/10px "Courier New", Courier, monospace;
- letter-spacing: -1px;
- }
- h1 {
- font:15px Georgia, "Times New Roman", Times, serif;
- text-transform: lowercase;
- font-weight:normal;
- letter-spacing:-1px;
- color: {color:link};
- }
- h1 a{
- text-decoration:none;
- color: {color:link};
- }
- h1 a:hover{
- color: {color:link 2};
- }
- #source a, #caption a, #audiotext a, #quotesource a, #text a, #captiona a{
- font: 10px Arial, Helvetica, sans-serif;
- font-weight:bold;
- letter-spacing: 0px;
- color: {color:link};
- background:none ;
- padding: 1px 3px;
- }
- #source a:hover, #caption a:hover, #audiotext a:hover, #quotesource a:hover, #text a:hover, #captiona a:hover{
- color:{color:link 2};
- background:{color:link background};
- }
- #quotesource {
- display: block;
- text-align: center;
- }
- #chat {
- font-style: normal!important;
- }
- .label {
- font: 9px consolas, trebuchet ms, sans-serif;
- letter-spacing: 1px;
- text-transform: uppercase;
- color: {color:link 2};
- padding-right: 5px;
- }
- .person1 .label {
- padding-right: 5px;
- text-transform: uppercase;
- color: {color:link};
- font: 9px consolas, trebuchet ms, sans-serif;
- letter-spacing: 1px;
- }
- ul {
- list-style:none;
- padding-left: 5px;
- }
- #audio {
- width: 300px;
- margin-left: 15px;
- background: #000000;
- }
- #audiotext {
- padding: 0px;
- margin-top: 0px;
- margin-bottom: 5px;
- margin-left: 25px;
- text-transform: lowercase;
- font-style:italic;
- }
- #post {
- margin-bottom: 50px;
- }
- #note {
- background: {color:background};
- width:530px;
- padding: 7px;
- float:NONE;
- color: {color:post text};
- margin-top: 7px!important;
- line-height: 20px;
- }
- li.note {
- list-style:none;
- padding: 5px;
- border-bottom: 1px dashed {color:post bottom border};
- margin: 0px;
- }
- #note a{
- color: {color:link 2};
- }
- #entry{
- z-index:6;
- overflow:hidden;
- width:510px;
- float:NONE;
- font-size: 10px;
- color: {color:post text};
- margin: 0px;
- letter-spacing: 1px;
- padding: 15px;
- background: {color:post background} url('{image:post background}');
- }
- #entryborder{
- margin-left: 430px;
- }
- blockquote{
- border: 1px solid {color:blockquote border};
- padding: 5px;
- background-color: {color:blockquote background};
- color: {color:blockquote text};
- font: 10px arial, helvetica, sans-serif;
- font-weight: bold;
- margin-right: 50px;
- }
- #perma{
- font: 10px Georgia, "Times New Roman", Times, serif;
- background:{color:permalink background};
- margin-bottom: 25px;
- padding: 15px;
- width:510px;
- color:{color:permalink text};
- border-bottom: 1px dashed {color:post bottom border};
- }
- #perma a{
- font: 10px Arial, Helvetica, sans-serif;
- font-weight:bold;
- color:{color:permalink};
- }
- table, tr, td{
- font-size: 10px;
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .button{
- width:196px;
- padding:2px;
- background-color:{color:navigation background};
- color:{color:navigation};
- border:0px;
- font: 9px "small fonts", sans-serif;
- text-transform: uppercase;
- }
- </style>
- </head>
- <body>{block:ifnotinfinitescrolling}
- <div id="nav" align="right">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">{text:previous button}</a>
- {/block:PreviousPage}
- <br />
- {block:NextPage}
- <a href="{NextPage}">{text:next button}</a>
- {/block:NextPage}
- {/block:Pagination}</div>{/block:ifnotinfinitescrolling}
- <div id="sidebar">
- <div id="sideimage" align="center">{block:IfsideImage}<a href="/" alt="{Title}"><img src="{image:side}"/ id="simage" border="0" ></a>{/block:IfsideImage}</div><div id="title"><a href="/" alt="{Title}">{Title}</a></div>
- <div id="desc">{block:Description}{Description}{/block:Description}<br />
- <p>
- <form action="" method="get" name="category">
- <select class="button" name="cat" onChange="javascript:window.open(document.category.cat.value,'_self')">
- <option value="/">navigate</option>
- <option value="">----------------------</option>
- {block:ifLink1}<option value="{text:Link 1}">{text:Link 1 Title}</option>{/block:ifLink1}
- {block:ifLink2}<option value="{text:Link 2}">{text:Link 2 Title}</option>{/block:ifLink2}
- {block:ifLink3}<option value="{text:Link 3}">{text:Link 3 Title}</option>{/block:ifLink3}
- {block:ifLink4}<option value="{text:Link 4}">{text:Link 4 Title}</option>{/block:ifLink4}
- {block:ifLink5}<option value="{text:Link 5}">{text:Link 5 Title}</option>{/block:ifLink5}
- <option value="/ask">ask</option>
- <option value="http://ettudis.three-words.net">theme</option>
- </select> </form></div>
- </div>
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="entryborder">
- <div id="entry">
- {block:Text}
- <h1>{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</h1>
- <div id="text">{Body}</div>
- {/block:Text}
- <div align="center">{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" width="500" />{LinkCloseTag}{/block:Photo}</div>
- <div align="center">{block:Photoset}{Photoset-500}{/block:Photoset}</div>
- {block:Quote}
- <div id="quote" align="center">“{Quote}” </div>
- <div id="quotesource" align="center">{block:Source}— {Source}{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <div id="chat">
- <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}
- <div align="center">{block:Video}{Video-400}{/block:Video}</div>
- {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">{block:Photo} {block:Caption}
- <div class="caption" style="overflow:hidden">{Caption}</div>
- {/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}
- <div class="caption" style="overflow:hidden">{Caption}</div>
- {/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}
- <div class="caption" style="overflow:hidden">{Caption}</div>
- {/block:Caption}{/block:Photoset}</div>
- </div>
- <div id="perma">{block:Date}Posted on <a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year}</a>{/block:Date} |
- <a href="{permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}
- {block:HasTags}<br>tags: {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</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