- <html>
- <head>
- <!--
- theme by jessica @meliapond.tumblr.com
- please no stealing. i worked hard to make this theme, so please leave the credit where it is. this is also NOT a base theme. you also cannot take snipets of the coding to make your own theme. thank you for understanding, and enjoy! for more of my themes go to meliapond.tumblr.com/mythemes. ♥
- -->
- <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}
- <!-- YOU CAN EDIT THIS IN THE APPEARANCE TAB -->
- <meta name="color:background" content="#fff"/>
- <meta name="color:Text" content="#996c6c"/>
- <meta name="color:Tags and Ask" content="#ffecce"/>
- <meta name="color:description background" content="#fce8c9"/>
- <meta name="color:hover Text" content="#6b3827"/>
- <meta name="color:Sidebar Link Text" content="#fff"/>
- <meta name="color:Sidebar Link Text Hover" content="#daabab"/>
- <meta name="color:Sidebar Link Background" content="#fcccb0"/>
- <meta name="color:Sidebar Link Background Hover" content="#fde9e2"/>
- <meta name="color:Link" content="#faac6c"/>
- <meta name="color:Link Hover" content="#ffecce"/>
- <meta name="color:scrollbar" content="#FFC5A3"/>
- <meta name="color:Chat 1" content="#FFC5A3"/>
- <meta name="color:Chat 2" content="#FFEBCE"/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:hover for description" content="1"/>
- <meta name="text:change this for the bubble" content="210" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {height: auto;width: 7px;}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:background};}
- @font-face {
- font-family: 'The Only Exception';
- src: url('http://static.tumblr.com/2bgij48/xysm416xf/theonlyexception.ttf');
- }
- body {
- background-color:{color:background};
- color:{color:Text};
- font-family:calibri;
- font-size:11px;
- }
- a {
- color:{color:Link};
- text-decoration: none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a:hover {
- color:{color:Link Hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- p{
- margin-top: 1px
- }
- blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
- #content{
- width: 840px;
- text-align: center;
- margin: 40px auto 30px auto;
- padding-bottom: 150px;
- background-color: #transparent;
- color:{color:Text};
- }
- #entries{
- margin-right: 300px;
- margin-top:-180px;
- width:500px;
- float: right;
- }
- #posts{
- background-color: transparent;
- padding: 30px 0 0 0;
- font-style:normal;
- }
- .post img{
- margin: 0px 0 2px 0
- }
- .post {
- margin-bottom: 10px;
- }
- h1{
- font-family:georigia;
- font-style:italic;
- font-size: 17px;
- }
- .image{
- text-align: center;
- height: auto;
- margin-bottom:
- 3px; border: 0px
- }
- .qquote{
- font-family: georgia;
- font-size: 17px;
- font-style:italic;
- margin-left: 0px;
- }
- .qsource{
- margin: 5px 0px 0 20px;
- text-align: left;
- text-transform: none;
- }
- .chat{
- line-height: 12px;
- list-style: none;
- font-color:#000000;
- }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height: 20px;
- }
- .person1 {
- color:{color:Text};
- background-color:{color:Chat 1};
- }
- .person1 .label {
- font-weight: bold;
- padding: 0px;
- margin-left:
- 5px; color:
- }
- .person2 {
- color:{color:Text};
- background-color:{color:Chat 2};
- }
- .person2 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color: }
- .iaudio
- margin-bottom: 2px;
- width: 100%;
- background-color: #transparent}
- .iaudio img
- {max-width: 180px;
- height: auto;
- padding: 20px 0 20px 0
- }
- .icap{
- margin-top: 1px
- }
- .origin{
- display:inline;
- }
- .source{
- display:none
- }
- #question{
- background-color:{color:Tags and Ask};
- margin-top:5px;
- text-align:center;
- }
- .asker {
- font-size: 15px;
- font-family: 'georgia';
- width: 100%;
- font-style:italic;
- background-color: #transparent;
- color:{color:Text};
- line-height: 20px
- }
- .asker img{
- margin-top: 3px;
- margin-bottom: -3px;
- margin-left:3px
- }
- .q {
- padding-bottom:5px;
- padding-top:3px;
- font-style: italic;
- padding-left: 30px;
- }
- .a {
- padding-top: 3px
- }
- .cap {
- padding-top: 5px;
- width: 500px;
- }
- #information {
- opacity:0;
- padding:2px 0 2px 0;
- background-color:{color:tags and ask};
- margin-bottom:5px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .post:hover #information {
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #notes {
- width: 500px;
- padding: 0px;
- margin: 5px;
- font-size: 10px;
- text-align: left;
- }
- ol.notes {
- list-style: none;
- margin: 0 20px 0 0;
- padding: 0px
- }
- ol.notes li {
- margin: 0px;
- padding: 2px;
- }
- #notes img{
- border:0px
- }
- #sidebar{
- width: 250px;
- background-color: {color:background};
- position: fixed;
- margin-left:-160px;
- margin-top:100px;
- }
- #speechbubble {
- position:fixed;
- margin-top:-{text:change this for the bubble}px;
- opacity:{block:ifhoverfordescription}0;{/block:ifhoverfordescription}{block:ifnothoverfordescription}1;
- margin-left:233px;{/block:ifnothoverfordescription}
- width:180px;
- height:auto;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- {block:ifhoverfordescription}
- #sidebar:hover #speechbubble{
- margin-left:233px;
- opacity:1;
- }
- {/block:ifhoverfordescription}
- #triangle {
- position:fixed;
- color:{color:description background};
- width:30px;
- margin-top:45px;
- height:25px;
- float:right;
- }
- #sherlockholmes {
- position: fixed;
- margin-top:0px;
- float:right;
- margin-left:25px;
- width:150px;
- font-size: 10px;
- text-align: center;
- background: {color:description background};
- letter-spacing: 1px;
- padding:0px;
- border-top-right-radius:25px;
- border-bottom-left-radius:25px;
- border-top-left-radius:25px;
- border-bottom-right-radius:25px;
- }
- .description {
- width:90%;
- position:fixed
- padding-top:10px;
- padding-bottom:5px;
- padding-left:10px;
- padding-right:10px;
- }
- #title {
- font-family: 'georgia';
- font-size:11px;
- font-color:{color:Text};
- margin-top:5px;
- margin-bottom: 0px;
- letter-spacing:1px;
- text-align:center;
- font-style:italic;
- position:relative;
- }
- #sidebarimg img{
- width: 200px;
- height: auto;
- padding: 0px 0px 0px 0px;
- }
- .hover {
- text-align:right;
- margin-right:28px;
- margin-top:-13px;
- color:{color:hover text}
- }
- .sidebarlinks {
- margin-top: 0px;
- margin-bottom:3px;
- margin-left:-3px;
- float: top;}
- .sidebarlinks a{
- font-size: 10px;
- font-family:calibri;
- display: inline-block;
- color:{color:Sidebar Link Text};
- background-color:{color:Sidebar Link Background};
- text-align:center;
- width: 48px;
- height:28px;
- padding: 17px 0 2px 0;
- margin-bottom: 2px;
- margin-left:3px;
- text-transform: uppercase;
- text-decoration: none;
- border-top-right-radius:25px;
- border-bottom-left-radius:25px;
- border-top-left-radius:25px;
- border-bottom-right-radius:25px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .sidebarlinks a:hover{
- background-color: {color:Sidebar Link Background hover};
- width: 48px;
- height:28px;
- color: {color:Sidebar Link Text Hover};
- padding-right: 0px;
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- transform:rotate(360deg);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .sidebarlinks2 {
- margin: 5px 0px 5px 0px;
- }
- .sidebarlinks2 a{
- display: inline-table;
- text-align:center;
- width: 25px;
- height:14px;
- font-size:15px;
- padding: 0px 0 3px 0;
- margin-bottom: 5px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .sidebarlinks2 a:hover{
- background-color: {color:Background};
- width: 25px;
- color:{color:Link hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #pagination {
- text-align: center;
- line-height:20px;
- margin-bottom:100px;
- float:top;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="content">
- <div id="sidebar">
- <div class="sidebarlinks">
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}</div>
- <div id="sidebarimg"><img
- src="{image:sidebar}"/>
- {block:ifhoverfordescription}
- <div class="hover">HOVER</div>
- {/block:ifhoverfordescription}
- </div>
- <div class="sidebarlinks2">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- <a href="/" title="home"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_62.png" /></a>
- <a href="/ask" title="message"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_48.png" /></a>
- <a href="/archive" title="archive"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_30.png" /></a>
- <a href="http://meliapond.tumblr.com/guidelines" title="theme by meliapond"><img src="http://i1073.photobucket.com/albums/w391/baskervillles/th_13.png" /></a>
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div>
- <div id="speechbubble">
- <div id="triangle"><big><big><big><big><big><big><big>◀</big></big></big></big></big></big></big>
- </div>
- <div id="sherlockholmes"><div id="title">{Title}</div><div class="description">
- {block:Description}{Description}{/block:Description}</div></div>
- </div>
- </div>
- <br>
- </div>
- <div id="entries">
- {block:Posts}
- <div class="post">
- <div id=information>
- <div class="ibottom"><div align='center'>{block:Date}{TimeAgo}{/block:Date} · <a href="{Permalink}">{NoteCountWithLabel}</a><div class="origin">{block:RebloggedFrom} · <a href="{ReblogParentURL}"
- title="{ReblogParentName}">via</a> · <a href="{ReblogRootURL}"title="{ReblogRootName}">©</a>{/block:RebloggedFrom}</div></div></div>
- </div>
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div id="postbody">
- <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div></center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="postbox">
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
- </div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:Quote}
- <div class="qquote">{Quote}</div>
- {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
- {/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 class="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 class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {AudioPlayerGrey}
- <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="question">
- <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker} asked:</div>
- <div class="q">{Question}</div>
- </div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- <div class="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- </div>
- <div id="information"><div align='center'>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- </div>
- </div>
- {/block:Posts}
- {block:PostNotes}
- <div id="notes"><div id="notestext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </div>
- </html>

