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">
- <!--
- n°11 by colinfirth.tumblr.com
- PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
- -->
- <html>
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <meta name="color:link" content="#d1b4b4"/>
- <meta name="color:link bg" content="#f2f2f2"/>
- <meta name="color:link bg hover" content="#242424"/>
- <meta name="color:link hover" content="#f2f2f2"/>
- <meta name="color:post" content="#ffffff"/>
- <meta name="color:back" content="#ffffff"/>
- <meta name="color:text" content="#242424"/>
- <meta name="text:body font" content="helvetica"/>
- <meta name="text:link font" content="helvetica"/>
- <meta name="text:title font" content="Old Standard TT"/>
- <meta name="text:font size" content="9px"/>
- <meta name="text:title size" content="18px"/>
- <meta name="text:link size" content="7px"/>
- <meta name="text:Tab Text desc" desccontent="—"/>
- <meta name="text:Tab Text links" desccontent="+"/>
- <meta name="text:Link 1 title" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 title" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 title" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 6 title" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 7 title" content="" />
- <meta name="text:Link 7" content="" />
- <meta name="text:Link 8 title" content="" />
- <meta name="text:Link 8" content="" />
- <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- iframe#tumblr_controls {
- right:3px !important; position: fixed !important; opacity: 0.1; filter:alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; z-index: 2000;
- }
- iframe#tumblr_controls:hover {
- opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease;
- }
- .post {
- padding: 5px;
- margin-top: 30px;
- margin-bottom: 20px;
- background-color: {color:post};
- }
- body {
- background-image:url("{image:background}");
- background-position: center;
- background-attachment: fixed;
- background-repeat: repeat;
- text-align: justify;
- line-height: 100%;
- background-color: {color:back};
- font-family: {text:body font};
- font-size: {text:font size};
- color: {color:text};
- }
- a {
- text-decoration: none;
- transition: .5s linear;
- -o-transition: .5s linear;
- -moz-transition: .5s linear;
- -webkit-transition: .5s linear;
- color: {color:link};
- }
- a:hover {
- transition: .5s linear;
- -o-transition: .5s linear;
- -moz-transition: .5s linear;
- -webkit-transition: .5s linear;
- color: {color:link hover};
- }
- blockquote{
- margin-left:10px;
- padding-left:5px;
- border-left: 8px solid {color:border};
- }
- small {
- font-size: {text:font size};
- }
- #posts {
- background-image:url("{image:background}");
- width: 510px;
- left: 405px;
- height: auto;
- float: center;
- position: relative;
- top: 60px;
- margin-bottom: 110px;
- }
- #sidebar {
- text-align: justify;
- width: 200px;
- overflow:hidden;
- margin-bottom:0px;
- margin-top:4px;
- position: fixed;
- top: 175px;
- left: 150px;
- float:right;
- background-color:{color:Sidebar Background};
- padding-bottom: 0px;
- padding-top: 0px;
- padding-right:0px;
- padding-left:0px;
- letter-spacing:0px;
- font-family: {font:Sidebar};
- font-size: {text:font size};
- line-height: 9px;
- text-transform:normal;
- color:{color:Nav Text};
- }
- .tabbed {
- position: relative;
- margin: 30px auto;
- width: 270px;
- }
- .tabbed input {
- position: absolute;
- z-index: 1000;
- width: 30px;
- height: 20px;
- top: 0px;
- opacity: 0;
- }
- .tabbed label {
- font-size: 10px;
- line-height: 2px;
- height: 10px;
- position: relative;
- margin-top:-25px;
- margin-left: 25px;
- padding: 10px;
- float: left;
- display: normal;
- width:40px;
- height:10px;
- font-family:{font:body};
- color: {color:tabbed Color};
- text-transform: uppercase;
- text-align: center;
- }
- .tabbed label:after {
- desccontent: '';
- background: {color:sidebar background};
- position: absolute;
- bottom: -2px;
- left: 0;
- width: 200px;
- height: 10px;
- display: block;
- }
- .tabbed input:hover + label {
- color: {color:links hover};
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- }
- .tabbed label:first-of-type {
- z-index: 2;
- }
- .tab-label-2 {
- z-index: 3;
- }
- .tab-label-3 {
- z-index: 2;
- }
- .tab-label-4 {
- z-index: 1;
- }
- .tabbed input:checked + label {
- background: {color:sidebar background};
- z-index: 6;
- -webkit-animation: page 0.2s linear;
- -moz-animation: page 0.2s linear;
- -ms-animation: page 0.2s linear;
- -o-animation: page 0.2s linear;
- animation: page 0.2s linear;
- }
- .clear-shadow {
- clear: both;
- }
- .desccontent {
- background: transparent;
- position: relative;
- width: 200px;
- min-height: 2000px;
- margin-top:-10px;
- margin-left:-5px;
- z-index: 5;
- }
- .desccontent div {
- position: absolute;
- top: 0;
- padding: 10px;
- z-index: 1;
- opacity: 0;
- -webkit-transition: all linear 0.3s;
- -moz-transition: all linear 0.3s;
- -o-transition: all linear 0.3s;
- -ms-transition: all linear 0.3s;
- transition: all linear 0.3s;
- }
- .desccontent-2{ width: 200px;}
- .tabbed input.tab-selector-1:checked ~ .desccontent .desccontent-1,
- .tabbed input.tab-selector-2:checked ~ .desccontent .desccontent-2{
- margin-left: px;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- -o-transform: translateX(0px);
- -ms-transform: translateX(0px);
- transform: translateX(0px);
- z-index: 5;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- -webkit-transition: all ease-out 0.4s 0.3s;
- -moz-transition: all ease-out 0.4s 0.3s;
- -o-transition: all ease-out 0.4s 0.3s;
- -ms-transition: all ease-out 0.4s 0.3s;
- transition: all ease-out 0.4s 0.3s;
- }
- .desccontent-1 p {
- font-size: {text:font size};
- line-height: 90%;
- font-style: ;
- width:200px;
- padding:10px 5px 5px 5px;
- text-align: justify;
- overflow:hidden;
- background-color:{color:sidebar background};
- margin-top: -10px;
- color: ;
- font-family: {font:body};
- }
- .desccontent-2 p {
- font-size: {text:font size};
- line-height: 90%;
- font-style: ;
- width:200px;
- padding:10px 5px 5px 5px;
- text-align: justify;
- overflow:hidden;
- background-color:{color:sidebar background};
- margin-top: -10px;
- margin-left:0px;
- color: ;
- font-family: {font:body};
- }
- pagination {
- text-align: center;
- font-size: 8px;
- line-height: 500%;
- text-height: font-size;
- letter-spacing: 1px;
- text-transform: uppercase;
- font-family: {text:text font};
- color: {color:text};
- background-color: {color:sbar bg};
- }
- .mainlinks {
- height: auto;
- line-height: 150%;
- margin-left: 0px;
- margin-bottom: 15px;
- text-transform: uppercase;
- text-align: center;
- letter-spacing: 1px;
- text-decoration: none;
- font-family: {text:link font};
- font-size: {text:link size};
- }
- .mainlinks a {
- display: block;
- margin-bottom: 2px;
- width: 180px;
- text-align: center;
- padding: 2px;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- background-color: {color:link bg};
- font-family: {text:link font};
- font-size: {text:link size};
- color: {color:text};
- }
- .mainlinks a:hover {
- background-color: {color:link bg hover};
- color: {color:link hover};
- }
- .links {
- line-height: 70%;
- text-transform: lowercase;
- font-weight: lighter;
- font-style: italic;
- letter-spacing: -1px;
- transition: .5s linear;
- -o-transition: .5s linear;
- -moz-transition: .5s linear;
- -webkit-transition: .5s linear;
- text-shadow:#bbbbbb 0px 1px 1px;
- letter-spacing: -1px;
- text-align: center;
- font-family: {text:title font};
- font-size: {text:title size};
- color: {color:link};
- }
- .links:hover {
- transition: .5s linear;
- -o-transition: .5s linear;
- -moz-transition: .5s linear;
- -webkit-transition: .5s linear;
- color: {color:link hover};
- }
- .title {
- line-height: 70%;
- text-transform: lowercase;
- font-weight: lighter;
- font-style: italic;
- letter-spacing: -1px;
- text-shadow:#bbbbbb 0px 1px 1px;
- text-align: center;
- font-family: {text:title font};
- font-size: {text:title size};
- }
- .date {
- background-color: {color:link bg};
- display:block;
- text-align: center;
- float:left;
- margin-bottom:-210px;
- margin-left: 525px;
- padding: 5px 5px 5px 5px;
- width: 85px;
- height: auto;
- letter-spacing: 1px;
- line-height: 150%;
- text-transform: uppercase;
- font-family: {text:link font};
- font-size: {text:link size};
- color:{color:text};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- .date a {
- color:{color:text};
- }
- .date a:hover {
- color: {color:link hover};
- }
- .tags {
- margin-top: 10px;
- line-height: 350%;
- letter-spacing: 1px;
- text-align: justify;
- text-transform: uppercase;
- font-family: {text:link font};
- font-size: {text:link size};
- }
- .tags a {
- padding: 4px;
- background-color: {color:link bg};
- color: {color:text};
- }
- .tags a:hover {
- background-color: {color:link bg hover};
- color: {color:link hover};
- }
- h1 {
- margin-top: 0px;
- text-shadow:#bbbbbb 0px 1px 1px;
- margin-left: -10px;
- line-height: 60%;
- text-transform: lowercase;
- font-weight: lighter;
- font-style: italic;
- letter-spacing: -1px;
- padding: 10px;
- font-family: {text:title font};
- font-size: {text:title size};
- color: {color:text};
- }
- h2 {
- opacity: 1;
- text-align: justify;
- font-weight: lighter;
- letter-spacing: 1px;
- text-transform: uppercase;
- padding-bottom: 15px;
- padding-left: 50px;
- padding-right: 50px;
- font-family: {text:link font};
- font-size: {text:link size};
- }
- h3 {
- font-style: none;
- line-height: 100%;
- letter-spacing: 1px;
- padding-top: 0px;
- font-weight: lighter;
- text-transform: uppercase;
- font-size: {text:link size};
- background:{color: post};
- color: {color:text};
- font-family: {text:link font};
- }
- h4 {
- line-height: 100%;
- text-transform: lowercase;
- font-weight: lighter;
- font-style: italic;
- letter-spacing: -1px;
- margin-top: -1px;
- padding-bottom: px;
- text-shadow:#bbbbbb 0px 1px 1px;
- font-family: {text:title font};
- font-size: {text:title size};
- color: {color:text};
- }
- h5 {
- font-style: none;
- letter-spacing: 1px;
- margin-top: -1px;
- font-weight: lighter;
- text-transform: uppercase;
- font-size: {text:link size};
- color: {color:text};
- font-family: {text:link font};
- }
- h6 {
- text-transform: uppercase;
- text-align: justify;
- letter-spacing: 1px;
- padding-left: 15px;
- padding-right: 15px;
- font-weight: lighter;
- font-size: {text:link size};
- font-family: {text:link font};
- }
- h7 {
- line-height: 100%;
- text-transform: lowercase;
- font-weight: lighter;
- font-style: italic;
- letter-spacing: -1px;
- text-align: center;
- padding-bottom: px;
- text-shadow:#bbbbbb 0px 1px 1px;
- font-family: {text:title font};
- font-size: {text:title size};
- color: {color:text};
- }
- ol.notes {
- padding-left: 25px;
- padding-right: 25px;
- margin: 0px 0px;
- list-style-type: lower-roman;
- line-height: 125%;
- font-size: {text: link size};
- }
- ol.notes li.note {
- padding: 0px;
- font-size: {text: link size};
- }
- ol.notes li.note img {
- padding: 0 px !important;
- }
- ol.notes li.note img.avatar {
- vertical-align: -2px;
- width: 10px;
- height: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- ol.notes li.note a img.avatar {
- padding: 0px;
- border-width: 0px;
- border: none;
- }
- ol.notes li.note img {
- padding: 0px;
- border-width: 0px;
- border: none;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note.answer_content {
- font-weight: normal;
- }
- ol.notes li.note.blockquote {
- padding: 1px 1px;
- margin: 1px 0px 0px 1px;
- }
- ol.notes li.note.blockquote a {
- text-decoration: none;
- }
- .playbutton {
- width: 20px;
- height: 30px;
- overflow: hidden;
- position: relative;
- margin-top: 22px;
- margin-left: 20px;
- z-index: 1000;
- margin: 15px 24px 13px 16px;
- }
- .playbox {
- margin-top: 10px;
- margin-left: 10px;
- opacity: 0.75;
- background-color: #e4e4e4;
- position: absolute;
- z-index: 1000;
- -webkit-border-radius: 14px;
- -moz-border-radius: 100px;
- border-radius: 100px;
- }
- .audio{
- position:absolute;
- width:40px;
- height:40px;
- }
- .audioimg{
- width: 80px;
- height: 80px;
- position:absolute;
- }
- .audioimg img{
- float:left;
- opacity:1;
- width: 80px;
- }
- .audioinfo{
- line-height: 65%;
- letter-spacing: 1px;
- margin-bottom: 1px;
- margin-left:102px;
- height: 45px;
- display:block;
- width:382px;
- text-align: center;
- padding-top: 35px;
- padding-left: 7px;
- padding-right:10px;
- letter-spacing: 1px;
- text-align: center;
- text-transform: uppercase;
- background-color:{color:link bg};
- color: {color:text};
- font-family: {text:link font};
- font-size: {text:link size};
- }
- </style></head>
- <body>
- <div id="sidebar">
- <Center><h1><a href="/" title="home">{Title}</a></h1></center>
- {block:Description}<section class="tabbed">
- <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked" />
- <label for="tab-1" class="tab-label-1">{text:Tab Text desc}</label>
- <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2" />
- <label for="tab-2" class="tab-label-2">{text:Tab Text links}</label>
- <input id="tab-3" type="radio" name="radio-set" class="tab-selector-3" />
- <div class="clear-shadow"></div>
- <div class="desccontent">
- <div class="desccontent-1">
- {description}<br>
- <center>
- <pagination>{block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage} {currentpage} / {totalpages}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </pagination>
- </center>
- </span></div>
- <BR><div class="desccontent-2">
- <!------- EDIT BELOW THIS LINE ---->
- <span class="mainlinks">
- {block:ifLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:link 7}">{text:link 7 title}</a>{/block:ifLink7}
- {block:ifLink8}<a href="{text:link 8}">{text:link 8 title}</a>{/block:ifLink8}
- </span>
- <!------- DO NOT EDIT BELOW THIS LINE ---->
- </p>
- </div>
- </div>
- </section>
- </div>{/block:Description}
- </div>
- </div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="post">
- <div class="date">
- {block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a> @ {24HourWithZero}:{Minutes}{block:NoteCount}<br><a href="{Permalink}">♡{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}<br><a href="{ReblogParentURL}">from</a> /{block:ContentSource} <a href="{SourceURL}">orig.</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:Date}</div>
- {block:Text}{block:Title}<center><div class="title">{Title}</div></center>{/block:Title}
- {Body}{/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}<p>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<h2>{Quote}</h2><p>
- {block:Source}<div style="text-align: right;"><h3>― {Source}</h3></div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}"><center><div class="links">{Name}</div></center></a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<center><div class="title">{Title}</div></center>{/block:Title}
- {block:Lines}<div style="font-weight: lighter; text-transform: uppercase; font-family: {text:link font}; color: {color:text}; font-size: {text:link size}; letter-spacing: 1px">{block:Label}<span style="color: {color:text}; font-weight: ;"><b>{Label}</b></span>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div class="audio">
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div>
- <div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audioinfo">{block:TrackName}{TrackName} - {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>{/block:Audio}
- {block:Video}
- {Video-500}<p>
- {block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div style="line-height: 50%; text-transform: lowercase; font-weight: lighter; font-style: italic; text-shadow:#bbbbbb 0px 1px 1px; letter-spacing: -1px; font-family: {text:title font}; font-size: {text:title size};">{Asker} said:</div><br><h6>{Question}<br></h6><p>{Answer}{/block:Answer}
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}" target="_self">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- </div>
- {/block:Posts}
- {block:PermalinkPage}{block:PostNotes}<div style="padding-top: 25px; padding-bottom: 25px; background: {color:post};">{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
- </div>
- <div style="position: fixed; bottom: 8px; left: 10px"><a href="http://colinfirth.tumblr.com/"><div style="color: {color:text}">©</div></a>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment