Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- DEFAULTS -->
- <meta name="color:background" content="#ffffff">
- <meta name="color:posts" content="#fcfcfc">
- <meta name="color:info" content="#fdfdfd">
- <meta name="color:tag" content="#fdfdfd">
- <meta name="color:text" content="#c0bdb8" />
- <meta name="color:link hover" content="#fdfdfd" />
- <meta name="color:title" content="#d5d2d2" />
- <meta name="color:link" content="#c0bdb8" />
- <meta name="color:scrollbar" content="#c0bdb8" />
- <meta name="color:scrollbg" content="#ffffff" />
- <meta name="color:fade" content="#000000" />
- <meta name="image:sidebar1" content=""/>
- <meta name="image:sidebar2" content=""/>
- <meta name="image:sidebar3" content=""/>
- <meta name="image:sidebar4" content=""/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="LINK1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="LINK2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="LINK3" />
- <meta name="text:addLink1" content="/" />
- <meta name="text:addLink1 Title" content="LINK1" />
- <meta name="text:addLink2" content="/" />
- <meta name="text:addLink2 Title" content="LINK2" />
- <meta name="text:addLink3" content="/" />
- <meta name="text:addLink3 Title" content="LINK3" />
- <meta name="text:addLink4" content="/" />
- <meta name="text:addLink4 Title" content="LINK4" />
- <meta name="text:addLink5" content="/" />
- <meta name="text:addLink5 Title" content="LINK5" />
- <meta name="if:Noaddlinks" content "0"/>
- </head>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:7px;
- background-color:{color:scrollbg};
- }
- .ask {
- align:right;
- background: {color:scrollbar};
- margin:7px 0px 5px 66px;
- padding:10px;
- position: relative;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- color:white;
- }
- .ask a:link {
- color:#000;
- }
- .ask p {
- margin:1px 0px;
- }
- .ask span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- left:-10px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid {color:scrollbar};
- }
- .askborder {
- float: left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background:{color:link};
- }
- #askbg a {
- color:white;
- font-weight:bold;
- }
- ::-moz-selection {
- background-color:{color:scrollbg};
- color: {color:scrollbar};
- }
- ::selection {
- background-color:{color:scrollbg};
- color: {color:scrollbar};
- }
- body {color:{color:text};
- background-color:{color:background};
- background-image: url('{image:Background}');
- background-attachment:fixed;
- font-family:calibri;
- font-size:11px;
- line-height:110%;
- text-align:justify;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- color:{color:title};font-style:auto;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- transition: all 0.4s ease-in;
- }
- small{font-size:auto}
- big{font-size:auto}
- b, strong{color:{color:scrollbar};}
- i, em {color:{color:link hover};}
- u{color:#483d43;}
- p{margin-top:6px; margin-bottom:6px}
- blockquote {padding:0px;
- padding-left:10px;
- margin:8px;
- border-left:2px solid {color:text};
- }
- img a{
- border:none;
- width:100%;
- }
- #container {
- background-color:transparent;
- width: 800px;
- text-align: center;
- margin: 0 auto -10px auto;
- }
- #entries {
- margin: 0px 0 -10px 260px;
- margin-right:58px;
- float:right;
- text-align: justify;
- }
- #posts {
- margin: 22px 0 0px 0;
- width: 470px;
- text-align: justify;
- padding: 10px;
- }
- #wrap{
- margin-top:20px;
- }
- #sidebar {
- width:220px;
- padding:0px;
- margin-top:0px;
- margin-left:-100px;
- height:100%;
- position:fixed;
- display: block;
- border-right: solid 1px {color:scrollbar};
- }
- #sidebarimg img {
- margin-top:80px;
- margin-bottom:90px;
- margin-left:-180px;
- width:245px;
- height:auto;
- }
- #description img {
- max-width:185px;
- text-align:center;
- }
- .links {
- width:250px;
- position:fixed;
- display:block;
- height:auto;
- margin-top: -80px;
- margin-left:-105px;
- font:7px 'Noto Serif', serif;
- color:{color:border2};
- text-align:center;
- text-transform:uppercase;
- }
- .links a{
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #links a:hover {
- font-weight:bold;
- }
- #description {
- text-align:justify;
- display:block;
- float:left;
- width:245px;
- height:auto;
- font-family: 'Noto Serif', serif;
- font-size: 8px;
- padding-bottom:10px;
- text-transform:none;
- border-top: solid 1px #f5f5f5;
- border-bottom: solid 1px #f5f5f5;
- padding-top:10px;
- position:relative;
- margin-left:-103px;
- margin-top:-60px;
- }
- #pagination {
- font-family: 'Noto Serif', serif;
- text-align:left;
- margin-left:870px;
- margin-top:350px;
- font-size:12px;
- position:fixed;
- text-transform:uppercase;
- }
- #credit{
- position:fixed;
- bottom:10px;
- right:10px;
- font-size:6px;
- font-family: 'Noto Serif', serif;
- color:{color:text};
- text-transform:uppercase;
- letter-spacing: 0px;
- font-style:normal;
- }
- h1{
- color:{color:title};
- font-family:{font:text};
- font-size:12px;
- line-height:12px;
- letter-spacing:0px;
- font-weight:italic;
- text-transform:uppercase;
- margin:0px;
- padding:0px;
- text-align:center;
- }
- h2{
- color:{color:text};
- font-family:{font:link};
- font-size:12px;
- line-height:12px;
- letter-spacing:0px;
- font-weight:normal;
- text-transform:none;
- margin:0px;
- padding:0px;
- margin-bottom:-5px;
- text-align:center;
- }
- #info{
- padding-top:5px;
- display:block;
- padding-bottom:5px;
- width:500px;
- color:{color:tag};
- background-color:{color:info};
- font-size:8px;
- font-family: 'Noto Serif', serif;
- text-align:right;
- text-transform:uppercase;
- border-top: solid 1px #e7e7e7;
- }
- #tags {
- margin-top:-30px;
- width:300px;
- text-transform:lowercase;
- font-size:7px;
- font-family: 'Noto Serif', serif;
- }
- #addlinks {
- position:absolute;
- width:150px;
- margin-top:-230px;
- margin-left:220px;
- text-transform:uppercase;
- text-align:left;
- }
- #addlinks a{
- padding-left:10px;
- padding-right:10px;
- font:7px 'Noto Serif', serif;
- background-color:{color:scrollbar};
- color:{color:info};
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #addlinks a:hover{
- padding-left:40px;
- color:{color:posts};
- font:7px 'Noto Serif', serif;
- background-color:{color:link hover};
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #addlinks {
- {block:ifNoaddlinks}
- visibility:hidden;
- {/block:ifNoaddlinks}
- }
- #questions {
- background-color:{color:info};
- color: {color:text};
- padding:2px;
- margin-top: 6px;
- margin-bottom:2px;
- font-family:calibri;
- font-size:11px;
- text-transform:lowercase;
- border-bottom:1px {color:text};
- text-align:center;
- }
- #questions a {
- color:{color:link};
- }
- #permalink {
- padding-bottom:5px;
- text-align:right;
- }
- .audio{
- background-color:black;
- display:block;
- }
- .user_1 .label {color:{color:link}; font-weight:bold}
- .user_2 .label {color:{color:text}; font-weight:bold}
- .user_3 .label {color:{color:link}; font-weight:bold}
- .user_4 .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{
- width:490px;
- list-style:none;
- margin:0px 0 -1px 5px;
- padding:0px;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="container">
- <div id="sidebar">
- <div id="wrap">
- <div id="sidebarimg">
- <script language="JavaScript">
- <!--
- function random_imglink(){
- var myimages=new Array()
- myimages[1]="{image:Sidebar1}"
- myimages[2]="{image:Sidebar2}"
- myimages[3]="{image:Sidebar3}"
- myimages[4]="{image:Sidebar4}"
- var imagelinks=new Array(0)
- imagelinks[1]="{image:Sidebar1}"
- imagelinks[2]="{image:Sidebar2}"
- imagelinks[3]="{image:Sidebar3}"
- imagelinks[4]="{image:Sidebar4}"
- var ry=Math.floor(Math.random()*myimages.length)
- if (ry==0)
- ry=1
- document.write('<img src="'+myimages[ry]+'" width="285"></a>')
- }
- random_imglink()
- </script></div>
- <center>
- <div id="description">
- {Description}
- </div>
- </center>
- <center>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">Ask</a>
- {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}
- </div>
- </center>
- <center>
- <div id="addlinks">
- {block:ifaddLink1}
- <a href="{text:addLink1}">
- {text:addLink1 Title}</a>
- {/block:ifaddLink1}
- <br>
- {block:ifaddLink2}
- <a href="{text:addLink2}">
- {text:addLink2 Title}</a>
- {/block:ifaddLink2}
- <br>
- {block:ifaddLink3}
- <a href="{text:addLink3}">
- {text:addLink3 Title}</a>
- {/block:ifaddLink3}
- <br>
- {block:ifaddLink4}
- <a href="{text:addLink4}">
- {text:addLink4 Title}</a>
- {/block:ifaddLink4}
- <br>
- {block:ifaddLink5}
- <a href="{text:addLink5}">
- {text:addLink5 Title}</a>
- {/block:ifaddLink5}
- <br>
- </div>
- </center>
- </div>
- </div>
- <div id="credit">
- <a href="http://tomhardies.tumblr.com/">©</a>
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}">next</a><br />
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {/block:Pagination}
- </div>
- <div id="entries">
- {block:posts}
- <div id="posts">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}{/block:Text}
- {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
- {block:Link}
- <a href="{URL}"><h1>{Name}</h1>
- </a>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {/block:Link}
- {block:Photo}<center>
- <img src="{PhotoURL-500}"/></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}<img src="{AskerPortraitURL-40}" align="center" class="askborder"><div class="ask">
- <div id="askbg">
- <span></span>{Asker}: {Question} </div></div>
- <br>
- <blockquote>{Answer}{/block:Answer}</blockquote>
- {block:Audio}<div id="_">{AudioPlayerWhite}<br>
- {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
- <div id="info">
- <div id="permalink">
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <br><a href="{ReblogParentURL}">via</a> - {/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}">source</a><br>
- {/block:ContentSource}
- {/block:PermalinkPage}
- {block:Date}
- <a href="{Permalink}">
- <a href="{Permalink}"> {TimeAgo}</a>{/block:Date}
- {block:NoteCount}with <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
- </div>
- </div> <p>
- <div id="tags">
- {block:HasTags}{block:Tags}<b>#</b> <a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}</div></div>
- <br />
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment