- <!- Dancing In September theme by HARRYSEXWARDSTYLES; Do NOT remove the credit->
- <html>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:sbar" content="#ffffff" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:title" content="#686661" />
- <meta name="color:text" content="#81705e" />
- <meta name="color:link" content="#8f5f6e" />
- <meta name="color:linkhovercolor" content="#886E7B" />
- <meta name="color:navlinkcolor" content="#CFC0C0" />
- <meta name="font:title" content="calibri" />
- <meta name="font:body" content="calibri" />
- <meta name="color:bold" content="#f0d3a6" />
- <meta name="color:italic" content="#c9c2bb" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="" />
- <meta name="text:Link1Title" content="link 1"/>
- <meta name="text:Link1" content="http://"/>
- <meta name="text:Link2Title" content="link 2"/>
- <meta name="text:Link2" content="http://"/>
- <meta name="text:Link3Title" content="link 3"/>
- <meta name="text:Link3" content="http://"/>
- <meta name="text:Link4Title" content="link 4"/>
- <meta name="text:Link4" content="http://"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body { color:{color:text};
- background-color:{color:background};
- background-image: url('{image:background}');
- background-position: center;
- background-attachment:fixed;
- font-size:11px;
- font-family:calibri;
- line-height:110%;
- text-align:justify
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none
- }
- a:hover{
- color:{color:title};
- color:{color:linkhovercolor};
- }
- #entries { margin-left:590px;
- margin-top:20px;
- width:504px;
- }
- #posts{ margin-bottom:15px;
- overflow:hidden;
- background-color: {color:entry};
- border-left:0px solid;
- border-right:0px solid;
- padding:3px;
- }
- #sbar { width:250px;
- height: auto;
- margin-left:290px;
- text-align:center;
- margin-top:100px;
- position:fixed;
- overflow:hidden;
- background-color: {color:sbar};
- font-size:10px;
- border-left:0px solid;
- border-right:0px solid;
- padding:3px;
- }
- #sbar img { width:250px;
- padding-bottom: 8px;
- }
- #nav {color:{color:link};
- overflow:shown;
- position: fixed;
- padding:0px;
- text-transform:uppercase;
- text-align: right;
- margin-left: -50px;
- margin-top: -240px;
- }
- #nav a {font:7px {font:links};
- font-family: calibri;
- font-style: normal;
- text-transform: lowercase;
- color:{color:link};
- text-decoration: none;
- letter-spacing: 3px;
- text-align: right;
- padding:0px;
- -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- #nav a:hover {color:{color:linkhovercolor}; font-style: italic; padding-right: 0px; letter-spacing:3px; -webkit-transition:0.2s linear; -moz-transition: 0.2s linear; transition: 0.2s linear;
- }
- #description {text-align:center;
- font-size: 11px;color:{color:text};
- font-family:{font:body};
- padding: 8px;
- }
- #pagination { font-family:calibri;
- text-align:center;
- font-size:23px;
- }
- h1{ color:{color:title};
- font-family:calibri;
- font-size:15px;
- line-height:17px;
- letter-spacing:1px;
- font-weight:normal;
- margin:0px;
- padding:0px;
- text-align:center;
- }
- #info {background-color:{color:entry};
- font-family:calibri;
- font-size:10px;
- text-transform: lowercase;
- color:{color:text};
- letter-spacing: 2px;
- text-align:right;
- padding-right:5px;
- font-style:normal;
- width: 500px;
- border-top:2px solid;
- }
- #questions {background-color:{color:infobg};
- color: {color:text};
- padding:10px; margin-bottom:0px;
- text-align:center;
- font-family:calibri;
- font-size:10px;
- }
- #questions a {color:{color:link}}
- blockquote {border-left:2px {color:body} solid;
- padding-left:5px;
- margin:0px 2px 0px 10px}
- blockquote img, blockquote a img {max-width: 490px}
- b, strong{color:{color:bold};}
- i, em {color:{color:italic};}
- p{margin-top:3px; margin-bottom:3px}
- img a{border:none}
- .audio{background-color:black; display:block;}
- .user_1 .label {color:{color:lhover}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .notes img{width:10px; position:relative; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="sbar">
- <img src="{image:sidebar}"/><br>
- {block:Description}{Description}{/block:Description}
- <div id="nav">
- <a href="/">home</a><br>
- <a href="/ask">ask</a><br>
- <a href="/archive">time</a><br>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1Title}</a>{/block:ifLink1}<br>
- {block:ifLink2}<a href="{text:Link2}">{text:Link2Title}</a> {/block:ifLink2}<br>
- {block:ifLink3}<a href="{text:Link3}">{text:Link3Title}</a>{/block:ifLink3}<br>
- {block:ifLink4}<a href="{text:Link4}">{text:Link4Title}</a> {/block:ifLink4}<br>
- <a href="http://harrysexwardstyles.tumblr.com/">theme</a>
- </div></br>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">+</a>{/block:NextPage}</div>
- </div><BR>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}<h1>"{Quote}" - {Source}</h1>{/block:Quote}
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="questions">{Asker} asked: "{Question}"</div>
- {Answer}{/block:answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
- <div id="info"> posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} ยท <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}{block:RebloggedFrom}<br> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{block:ContentSource}{/block:RebloggedFrom}<br>
- {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag};</a> {/block:Tags}{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
- <!- Dancing In September theme by HARRYSEXWARDSTYLES; Do NOT remove the credit->

