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:link" content="#c0bdb8" />
- <meta name="color:scrollbar" content="#c0bdb8" />
- <meta name="color:scrollbg" content="#ffffff" />
- <meta name="color:fade" content="#000000" />
- <meta name="color:bold" content="#ffffff" />
- <meta name="color:italic" content="#ffffff" />
- <meta name="color:underline" content="#ffffff" />
- <meta name="color:border1" content="#050c51" />
- <meta name="color:border2" content="#ffffff" />
- <meta name="color:border3" content="#ff0303" />
- <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:Link4" content="/" />
- <meta name="text:Link4 Title" content="LINK4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="LINK5" />
- </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 {
- background-color:{color:background};
- height:7px;
- width:7px;
- }
- .ask {
- align:right;
- background: {color:bold};
- 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:bold};
- }
- .askborder {
- float: left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background:{color:italic};
- }
- #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-color: {color:text};
- font-size:11px;
- line-height:110%;
- text-align:justify;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- 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:bold};}
- i, em {color:{color:italic};}
- u{color{color:underline};}
- p{margin-top:6px; margin-bottom:6px}
- blockquote {padding:0px;
- padding-left:10px;
- margin:8px;
- border-left:2px solid {color:bold};}
- img a{
- border:none;
- width:100%;
- }
- #border {
- position: fixed;
- width: 100%;
- z-index:3px;
- margin-left:-8px;
- }
- .border1 {
- background-color: {color:border1};
- height: 8px;
- width:10%;
- float:left;
- }
- .border2 {
- background-color: {color:border2};
- height: 8px;
- width:10%;
- float:left;
- }
- .border3 {
- background-color: {color:border3};
- height: 8px;
- width:10%;
- float:left;
- }
- #container {
- background-color:transparent;
- width: 800px;
- text-align: center;
- margin: 0px auto -10px auto;
- }
- #entries {
- margin: 22px 0 -10px 260px;
- margin-right:180px;
- float:right;
- text-align: justify;
- }
- #posts {
- margin: 0px 0 20px 0;
- width: 470px;
- text-align: justify;
- padding: 10px;
- }
- #wrap {
- float:left;
- margin-top:0px;
- margin-left:-260px;
- height:100%;
- position:fixed;
- }
- #links {
- font:9px 'Calibri', serif;
- font-weight:bold;
- color:{color:border2};
- letter-spacing: 1px;
- width:200px;
- text-align:center;
- padding-bottom:0px;
- text-transform:uppercase;
- margin-left:100px;
- margin-top:175px;
- position:fixed;
- }
- #links a{
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #links a:hover {
- font-style:italic;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #aviwrap {
- padding:0px 10px 5px 0px;
- float:left;
- }
- #avi {
- float:left;
- width: 64px;
- height: 64px;
- padding:5px;
- border: 1px solid {color:scrollbar};
- }
- #description {
- background-color:#fff;
- text-align:justify;
- display:block;
- width:200px;
- height:auto;
- font-family: 'Noto Serif', serif;
- font-size: 8px;
- padding:0px;
- text-transform:none;
- border-top: solid 1px #f5f5f5;
- padding-top:10px;
- position:absolute;
- margin-left:100px;
- margin-top:200px;
- }
- #addlinks {
- font:7px 'Calibri', serif;
- width:200px;
- color:{color:border2}
- letter-spacing: 1px;
- text-align:center;
- text-transform:uppercase;
- margin-top:5px;
- position:fixed;
- }
- #addlinks a {
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #addlinks a:hover {
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #pagination {
- float:left;
- font-family: 'Calibri', serif;
- text-align:center;
- margin-left:-100px;
- margin-top:400px;
- 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{
- color:{color:tag};
- width:500px;
- font-size:8px;
- font-family: 'Noto Serif', serif;
- text-align:right;
- text-transform:uppercase;
- border-top: 1px solid #e7e7e7;
- }
- #notes {
- position: absolute;
- float:left;
- text-align:center;
- margin-left:520px;
- font: 16px 'Noto Serif', serif;
- border-bottom: 1px solid {color:bold};
- }
- #notes a {
- color:{color:fade};
- }
- #stuff {
- position: absolute;
- float:left;
- margin-top:30px;
- margin-left:520px;
- }
- #date {
- float:right;
- text-align:right;
- width:80px;
- font: 8px 'Calibri', serif;
- text-transform:uppercase;
- margin-top:-10px;
- }
- #date a {
- color: {color:link hover};
- }
- #date a:hover {
- color: {color:tag};
- }
- #tags {
- font-style:italic;
- float:left;
- margin-top:-10px;
- margin-left:0px;
- width:375px;
- text-align:left;
- text-transform:lowercase;
- font-size:10px;
- font-family: 'Calibri', serif
- }
- #tags a {
- color: {color:tag};
- }
- #tags a:hover {
- color: {color:fade};
- }
- #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:5px;
- }
- .player{
- overflow:hidden;
- position:absolute;
- opacity:1;
- padding:12px 0px 0px 170px;
- margin-top:-50px;
- }
- .playerback{
- background-color:white;
- height:50px;
- width:500px;
- }
- .cover{
- height:50px;
- width:50px;
- position:absolute;
- border-right:2px solid white;
- }
- .cover img{
- width:50px !important;
- }
- .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;
- }
- #tumblr_controls{
- opacity: 0.2;
- -webkit-filter: invert(100%);
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -ms-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="container">
- <div id="wrap">
- <div id="links">
- <center>
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
-
- <a href="/" title="Home">home</a>
- <a href="/ask" title="Ask">Ask</a>
- <a href="/archive" title="Archive">Archive</a>
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </center>
- <p>
- </div>
- <div id="description">
- <div id="aviwrap">
- <div id="avi"><a href="/"><img src="{PortraitURL-64}"></a></div>
- </div>
- {Description}<br><br>
- <div id="addlinks">
- <center>
- {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}
- |
- {block:ifLink5}
- <a href="{text:Link5}">
- {text:Link5 Title}</a>
- {/block:ifLink5}
- </center>
- </div>
- </div>
- </div>
- <div id="credit">
- <a href="http://tomhardies.tumblr.com/">©</a>
- </div>
- <div id="entries">
- {block:posts}
- <div id="posts">
- <div id="notes"><center>{block:NoteCount}<a href="{Permalink}">{NoteCount}</a></center>{/block:NoteCount}</div>
- <div id="stuff">
- {block:RebloggedFrom}
- <a title="via: {ReblogParentName}" href="{ReblogParentURL}">
- <img src="{ReblogParentPortraitURL-16}"></a>
- <a title="source: {ReblogRootName}" href="{ReblogRootURL}">
- <img src="{ReblogRootPortraitURL-16}"></a>
- {/block:RebloggedFrom}</div>
- {block:Text}
- {block:Title}<h1><b>{Title}</b></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 class="playerback">
- <div class="cover">
- <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
- {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}</div>
- <div class="player">{AudioPlayerWhite}</div>
- {Caption}
- {/block:Audio}
- <br>
- <div id="info">
- <div id="permalink">
- {block:PermalinkPage}
- {/block:PermalinkPage}
- </div>
- <div id="date">{block:Date}<a href="{Permalink}">{timeago}</a>{/block:Date}</div>
- </div>
- <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>
- <div id="border">
- <div class="border3"> </div>
- <div class="border2"> </div>
- <div class="border1"> </div>
- <div class="border3"> </div>
- <div class="border2"> </div>
- <div class="border1"> </div>
- <div class="border3"> </div>
- <div class="border2"> </div>
- <div class="border1"> </div>
- <div class="border3"> </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment