Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- building blocks - a fansite theme by conansdoyles
- feel free to use/edit/change but DO NOT REMOVE CREDIT
- if you need help with something feel free to ask!
- good luck and ily for using my theme
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script type="text/javascript"
- src="http://www.google.com/jsapi"></script>
- <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:accent" content="#dcd0ba"/>
- <meta name="color:border" content="#eee"/>
- <meta name="color:topbar" content="#fff"/>
- <meta name="color:sidebarbg" content="#ebebeb"/>
- <meta name="color:sidebartext" content="#ebebeb"/>
- <meta name="color:sidebarlinks" content="#ebebeb"/>
- <meta name="color:sidebarimagebg" content="#fff"/>
- <meta name="color:topbarlinks" content="#fff"/>
- <meta name="color:entries" content="#fff"/>
- <meta name="color:projects" content="#000"/>
- <meta name="color:projectbg" content="#cdcdcd"/>
- <meta name="color:background" content="#000"/>
- <meta name="color:text" content="#838282"/>
- <meta name="color:link" content="#b8b8b8"/>
- <meta name="image:header" content=""/>
- <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="text:Link 4" content="" />
- <meta name="text:Link 4 Text" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Text" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 6 Text" content="" />
- <meta name="text:Link 7" content="" />
- <meta name="text:Link 7 Text" content="" />
- <meta name="text:Link 8" content="" />
- <meta name="text:Link 8 Text" content="" />
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Roboto:400,900,500,700);
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 5px;height: 5px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: #000;}
- ::-webkit-scrollbar-track-piece {
- background-color: {color:scrollbarbg};}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: #000;border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
- body {
- background: {color:Background};
- margin:0px;
- color:{color:text};
- }
- sub {
- font-size: 10px;
- }
- small {
- font-size: 10px;
- }
- i {
- font-weight: normal;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- a:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:15px;
- width: 455px;
- padding-top: 0px;
- margin-left: 5px;
- border-left: 1px solid #f1f1f1;
- }
- blockquote blockquote {
- padding-left:15px;
- border-left:1px solid #f1f1f1;
- }
- h1 {
- font-size:15px;
- padding: 7px;
- background: #fdfdfd;
- text-align: left;
- font-family: roboto;
- border: 1px solid #f1f1f1;
- margin-top: 30px;
- margin-bottom: 0px;
- text-transform:none;
- }
- #text {
- margin-top: -10px;
- }
- #description {
- font-size: 10px;
- letter-spacing: 3px;
- margin-left: 5px;
- text-transform: uppercase;
- }
- #titlebox {
- width: 1000px;
- margin-right:auto;
- margin-left: auto;
- text-align: center;
- font-style:italic;
- font-family: 'lato';
- font-size: 36px;
- text-transform: uppercase;
- }
- #entries {
- width: 542px;
- padding: 20px;
- margin-left: 418px;
- margin-top:00px;
- font-size:10px;
- background: {color:Entries};
- line-height: 18px;
- font-family: 'calibri';
- }
- #post {
- width:500px;
- background: {color:Entries};
- padding:20px 20px 10px 20px;
- border: 1px solid {color:Entries};
- margin-bottom: 50px;
- }
- #caption {
- padding: 0px 10px;
- font-size: 10px;
- margin-top: 4px;
- }
- #sidebar {
- width: 377px;
- margin-left: 0px;
- float: left;
- z-index: 1;
- height: 100%;
- color: {color:Sidebartext};
- line-height: 15px;
- background: {color:Sidebarbg};
- padding: 20px;
- padding-top: 30px;
- text-align:center;
- }
- #sidebar a {
- color: {color:Sidebarlinks};
- }
- #sidebar li {
- border-left: 10px;
- height: 1px;
- padding-left: 10px;
- }
- #sidebarimage {
- width: 280px;
- margin-bottom: 60px;
- }
- #sidebarimage img {
- width: 260px;
- }
- #container {
- width: 998px;
- margin-top: 30px;
- margin-left: auto;
- margin-right: auto;
- background: {color:Topbar};
- opacity: 1;
- padding-top: 20px;
- padding-bottom: 20px;
- border: 1px solid {color:border};
- }
- #title {
- line-height: 5px;
- font-size: 12px;
- float: right;
- margin-bottom: 35px;
- font-weight: 900;
- padding-left: 18px;
- padding-bottom: 19px;
- margin-top: -20px;
- padding-right: 18px;
- padding-top: 19px;
- text-align: left;
- text-transform: uppercase;
- color: {color:topbarlinks};
- font-family: 'roboto';
- }
- #title a {
- color: {color:topbarlinks};
- }
- .links {
- line-height: 3px;
- font-size: 10px;
- margin-right: 20px;
- text-transform: uppercase;
- opacity: 1;
- z-index: 1;
- }
- .links a {
- border-right: 1px solid {color:border};
- padding-top: 16px;
- padding-left: 18px;
- font-weight: bold;
- color: {color:topbarlinks};
- padding-bottom: 16px;
- padding-right: 18px;
- text-transform: uppercase;
- font-family: 'roboto';
- }
- #box {
- margin-left:auto;
- margin-bottom: 60px;
- padding-left: 20px;
- padding-right: 20px;
- margin-right:auto;
- }
- #boxtitle {
- font-weight:900;
- font-size:14px;
- line-height: 17px;
- text-transform: uppercase;
- padding: 10px;
- width: 200px;
- padding-top: 15px;
- padding-left: 15px;
- margin-right: auto;
- margin-left: auto;
- text-align: center;
- z-index:4;
- font-family: 'roboto';
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #boxtitle:hover {
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #boxtext {
- font-size: 10px;
- padding: 0px
- line-height: 30px;
- font-family:'calibri';
- z-index: 1;
- border-top: 1px solid #cdcdcd;
- text-align:justify;
- }
- #subinfo {
- float:right;
- padding-top: 2px;
- text-align: right;
- font-family: calibri;
- font-size:10px;
- border-top: 2px solid {color:Text};
- opacity: 1;
- margin-bottom: 10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #subinfo a {
- font-weight: bold;
- }
- #info {
- float:left;
- padding-top: 2px;
- text-align: left;
- font-family: calibri;
- font-size:10px;
- border-top: 2px solid {color:text};
- opacity: 1;
- margin-bottom: 10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #info a {
- font-weight: bold;
- }
- #chat {
- top: 300px;
- padding: 31px 0px 0px 0px;
- }
- #tags {
- font-family: calibri;
- font-weight: normal;
- margin-top: 10px;
- padding-top: 12px;
- text-transform:lowercase;
- font-size:10px;
- line-height: 25px;
- text-align: left;
- padding-bottom: 10px;
- }
- #tags a {
- background: #f1f1f1;
- padding: 2px;
- margin: 2px;
- }
- #pagination {
- font-family: 'roboto';
- font-weight:900;
- font-size:14px;
- line-height: 17px;
- text-transform: uppercase;
- text-align: center;
- padding-bottom: 40px;
- margin-right: auto;
- margin-left: auto;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #pagination a:hover {
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #credit {
- width: 200px;
- position:fixed;
- font-family: 'lato';
- text-align: center;
- font-size: 12px;
- left: 0px;
- bottom
- margin-top: 20px;
- border-bottom: 1px solid #f1f1f1;
- letter-spacing: 1px;
- padding-bottom: 10px;
- margin-bottom: 10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #credit a {
- }
- #quote {
- margin-top: 30px;
- text-align: left;
- font-family: roboto;
- font-size: 15px;
- font-weight:900;
- padding: 7px;
- background: #fdfdfd;
- border: 1px solid #f1f1f1;
- }
- .tumblr_audio_player { width: 500px; }
- #all {
- width: 1000px;
- border-top: 10px solid {color:accent};
- background: {color:Sidebarbg};
- margin-top: 50px;
- margin-right: auto;
- margin-left: auto;
- }
- #header {
- width:1000px;
- text-align:center;
- margin-left:auto;
- margin-right:auto;
- height: 450px;
- z-index: 999;
- position:relative;
- background-position: center;
- margin-bottom:0px;
- }
- #header img {
- width: 1000px;
- margin-top: -10px;
- }
- #affiliates {
- width: 40px;
- border: 1px solid #f1f1f1;
- padding: 5px;
- }
- #affiliates img {
- width: 0px;
- }
- #members {
- }
- #members img {
- border: 1px solid {color:border};
- padding: 2px;
- background: {color:sidebarimagebg};
- margin-left: 5px;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- #memberinfo {
- margin-top: -53px;
- margin-bottom: 10px;
- margin-left: 80px;
- }
- #projectext {
- padding: 10px;
- float:left;
- margin-top: -120px;
- margin-left: 120px;
- }
- #projectimage img {
- width: 50px;
- }
- ol.notes {
- margin: 0px
- font-size: 10px;
- list-style-type: none;
- }
- ol.notes li.note {
- padding-bottom: 20px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #f1f1f1;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- {CustomCSS}</style></head><body>
- <div id="container"><div id="title"><a href="/">{Title}</a></div>
- <div class="links">
- <a href="{Text:Link 1}">{Text:Link 1 Text}</a>
- <a href="{Text:Link 2}">{Text:Link 2 Text}</a>
- <a href="{Text:Link 3}">{Text:Link 3 Text}</a>
- <a href="{Text:Link 4}">{Text:Link 4 Text}</a>
- <a href="{Text:Link 5}">{Text:Link 5 Text}</a>
- <a href="{Text:Link 6}">{Text:Link 6 Text}</a>
- <a href="{Text:Link 7}">{Text:Link 7 Text}</a>
- </div>
- </div>
- <div id="header">
- <img src="{image:header}">
- </div>
- </div>
- <div id="all">
- <div id="sidebar">
- <div id="box">
- <div id="boxtitle">welcome:</div>
- <div id="boxtext">
- <div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};"></div><p><span style="line-height:15px;">{Description}</span>
- </div></div>
- <div id="box">
- <div id="boxtitle">Members:</div>
- <div id="boxtext" ><div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
- </div>
- <p>
- {block:GroupMembers}
- {block:GroupMember}
- <div id="members">
- <a href="{GroupMemberURL}" title="{GroupMemberName}">
- <img src="{GroupMemberPortraitURL-48}"></a>
- <div id="memberinfo"><span style="font-size:10px;font-family:calibri;font-weight:900;line-height:8px;"><b>{GroupMemberName}</b></span><br><span style="text-transform:uppercase;font-size:8px;font-style:italic;">{GroupMemberTitle}</span>
- </div></div>
- {/block:GroupMember}
- {/block:GroupMembers}
- </div></div>
- <div id="box">
- <div id="boxtitle">projects:</div>
- <div id="boxtext"><div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};margin-bottom:10px;">
- </div>
- <p>
- <div id="projects">
- <div style="height: 10px;"></div>
- <img src="http://i.imgur.com/0mIJv26.jpg" style="border:1px solid {color:border};width:75px;height:100px;padding:2px;background:{color:sidebarimagebg}">
- <div style="width: 235px;float:right;padding-bottom:3px;padding-left:5px;padding-right:5px;text-align: left;padding-bottom: 6px;line-height: 13px;padding-top: 10px ">
- <span style="font-weight:900;font-size:14px;font-family:roboto;">
- Game of Thrones</span><br>
- Since 2011<br>
- <b>On Hiatus</b><br>
- as <i>Margaery Tyrell</i><br><p>
- <span style="font-size:10px;font-weight:900;word-spacing:7px;font-family:'roboto';">
- <a href="" style="padding: 5px;background:{color:Projectbg};color:{color:projects}">IMDB</a>
- <a href="" style="padding: 5px;background:{color:Projectbg};color:{color:projects}">PHOTOS</a>
- <a href="" style="padding: 5px;background:{color:Projectbg};color:{color:projects}">SITE</a></span>
- </div>
- <div style="height: 10px;"></div>
- <img src="http://i.imgur.com/0mIJv26.jpg" style="border:1px solid {color:border};width:75px;height:100px;padding:2px;background: {color:sidebarimagebg}">
- <div style="width: 235px;float:right;padding-bottom:3px;padding-left:5px;padding-right:5px;text-align: left;padding-bottom: 6px;line-height: 13px;padding-top:10px;">
- <span style="font-weight:900;font-size:14px;font-family:roboto;">
- Game of Thrones</span><br>
- Since 2011<br>
- <b>On Hiatus</b><br>
- as <i>Margaery Tyrell</i><br><p>
- <span style="font-size:10px;font-weight:900;word-spacing:7px;font-family:'roboto';">
- <a href="" style="padding: 5px;background:{color:Projectbg};color:{color:projects}">IMDB</a>
- <a href="" style="padding: 5px;background:{color:Projectbg};color:{color:projects}">PHOTOS</a>
- <a href="" style="padding: 5px;background:{color:Projectbg};color:{color:projects}">SITE</a></span>
- </div></div></div></div>
- <div id="box">
- <div id="boxtitle">Weekly Quote:</div>
- <div id="boxtext" style="text-align:left"><div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
- </div>
- <p>I wasn't really cinema savvy when I was a kid. I trained to be a stage actor, so cinema wasn’t very prevalent in my childhood. It was more music than anything else because I was a dancer – I started dancing at the age of 3 until I was 16. So for icons it would be Kate Bush, Stevie Nicks, and Madonna.
- </div></div>
- <div id="box" >
- <div id="boxtitle">Family Sites:</div>
- <div id="boxtext" style="x-overflow:hidden;padding-bottom:3px;">
- <div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
- </div>
- <p><p>
- <div style="height:10px"></div>
- <a href="http://nataliedormersource.tumblr.com/">
- <img src="http://i.imgur.com/l52Hltg.jpg" style="width:46px;height:46px;margin:1px;padding:2px;border:1px solid {color:border};background:{color:sidebarimagebg};"></a>
- <a href="http://nataliedormersource.tumblr.com/">
- <img src="http://i.imgur.com/l52Hltg.jpg" style="width:46px;height:46px;margin:1px;padding:2px;border:1px solid {color:border};background:{color:sidebarimagebg};"></a>
- <a href="http://nataliedormersource.tumblr.com/">
- <img src="http://i.imgur.com/l52Hltg.jpg" style="width:46px;height:46px;margin:1px;padding:2px;border:1px solid {color:border};background:{color:sidebarimagebg};"></a>
- <a href="http://nataliedormersource.tumblr.com/">
- <img src="http://i.imgur.com/l52Hltg.jpg" style="width:46px;height:46px;margin:1px;padding:2px;border:1px solid {color:border};background:{color:sidebarimagebg};"></a>
- <a href="http://nataliedormersource.tumblr.com/">
- <img src="http://i.imgur.com/l52Hltg.jpg" style="width:46px;height:46px;margin:1px;padding:2px;border:1px solid {color:border};background:{color:sidebarimagebg};"></a>
- <a href="http://nataliedormersource.tumblr.com/">
- <img src="http://i.imgur.com/l52Hltg.jpg" style="width:46px;height:46px;margin:1px;padding:2px;border:1px solid {color:border};background:{color:sidebarimagebg};"></a>
- </div></div>
- <div id="box">
- <div id="boxtitle">upcoming events:</div>
- <div id="boxtext" style="text-align:left"><div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
- </div>
- <p><br>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:5px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>3th October, 2015:
- </b><br><p></div>
- Dinard British Film Festival - Day 4.
- <br><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:5px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>4th October, 2015:
- </b><br><p></div>
- Dinard British Film Festival - Day 5.
- <br><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:5px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>4th November, 2015:
- </b><br><p></div>
- The Hunger Games: Mockingjay - Part 2 International Premiere.
- <br><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:5px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>5th November, 2015:
- </b><br><p></div>
- The Hunger Games: Mockingjay - Part 2 Premiere in London.
- <br><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:5px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>9th November, 2015:
- </b><br><p></div>
- The Hunger Games: Mockingjay: Part 2 Premiere in Paris.
- <br><p>
- </div></div>
- <div id="box" >
- <div id="boxtitle">Affiliates:</div>
- <div id="boxtext" style="x-overflow:hidden;padding-bottom:3px;">
- <div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
- </div><p>
- <div style="height:10px"></div>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:31px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:32px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:32px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:32px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:32px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:32px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:32px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- <a href="/apply">
- <img src="http://i.imgur.com/160Ecin.jpg" style="width:32px;height:32px;margin:1px;padding:2px;background: {color:sidebarimagebg};border:1px solid {color:border}"></a>
- </div></div>
- <div id="box">
- <div id="boxtitle">Information:</div>
- <div id="boxtext" style="text-align:left">
- <div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
- </div>
- <p>This site claims no credit for any images or videos or information posted unless stated otherwise. Information posted on this blog is copyright to its respectful owners. We do not represent Natalie Dormer in any official capacity.<p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:10px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>About</b>: Natalie Dormer</div><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:15px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>Credit</b>: <a href="http://www.conansdoyles.tumblr.com">conansdoyles</a></div><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:15px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>Opened</b>: 10th july, 2013</div><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:15px;max-height:1px;padding-left:10px;line-height:0px;padding-top: 1px">
- <b>Online</b>: <script language="JavaScript">
- var ref = (''+document.referrer+'');
- var w_h = window.screen.width + " x " + window.screen.height;
- document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4557012&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
- </script></div><p>
- <div style="border-left: 50px solid {color:sidebartext};margin-top:15px;max-height:1px;padding-left:10px;line-height:0px;padding-top:1px">
- <b>Hits</b>: <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2626019&name="></script> since 01/06/2014
- </div><p></div></div></div>
- <div id="entries">{block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="post">
- <div id="info">
- Posted on <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}
- {ShortMonth}, {Year}</a> with
- <a href="{Permalink}">{NoteCount}</a> notes.</div>
- <div id="subinfo">
- {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}
- (<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}
- </div>
- {block:Text}{block:Title}
- <div style="margin-bottom:-20px;">
- <h1>{Title}</h1></div>
- {/block:Title}
- <div style="margin-top: 31px">
- {Body}</div>
- {/block:Text}
- {block:Photo}{LinkOpenTag}
- <img style="width:500px;" src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}{Photoset-500}
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="quote">{Quote}</div>
- {/block:Quote}
- {block:Source}
- <p>- {Source}
- {/block:Source}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <div id="chat">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<p></div>
- {/block:Chat}
- {block:Audio}
- <div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}{/block:Video}
- {block:Answer}
- <table style="width: 500px;padding-bottom:5px;margin-bottom:5px;margin-top:-10px;margin-top:10px;">
- <tr><td style="vertical-align:top; padding-left: 10px;">
- <strong>{Asker} asked:</strong> {Question}</td></tr>
- {Answer}{/block:Answer}
- {block:HasTags}
- <div id="tags"><b>filed under:</b> {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- </div>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</table>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">FORTH</a> /{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">BACK</a>{/block:NextPage}</div>
- {/block:Pagination}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment