Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- macfustythemes -->
- <head>
- <title>{block:PostTitle}{PostTitle} - {/block:PostTitle}{Title} </title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="image:Background" content="">
- <meta name="image:Banner" content="https://secure.static.tumblr.com/3915a83b4163e14ccab0facf8bea05f5/01wstkc/eYjnss46q/tumblr_static_agh01no8ldcsgsgowwskgw4cs.png">
- <meta name="color:Background" content="#0f0f0f">
- <meta name="color:Text" content="#000">
- <meta name="color:Links" content="#f2992e">
- <meta name="color:Hover" content="#fff">
- <meta name="color:Header Title" content="#f2992e">
- <meta name="color:Header Links" content="#707070">
- <meta name="color:Header Hover" content="#f2992e">
- <meta name="color:Container Background" content="#fff">
- <meta name="color:Container Border" content="#0f0f0f">
- <meta name="color:Sidebar Border" content="#eaeaea">
- <meta name="color:Sidebar Background" content="#fff">
- <meta name="color:Scrollbar" content="#f2992e">
- <meta name="color:Post Border" content="#fff">
- <meta name="color:Post Background" content="#eaeaea">
- <meta name="color:Post Info Text" content="#a8a8a8">
- <meta name="color:Post Info Hover" content="#000">
- <meta name="text:Link 1 URL" content="/ask">
- <meta name="text:Link 1" content="Message">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 2" content="Link 2">
- <meta name="text:Link 3 URL" content="/">
- <meta name="text:Link 3" content="Link 3">
- <meta name="text:Link 4 URL" content="/">
- <meta name="text:Link 4" content="Link 4">
- <meta name="text:Link 5 URL" content="/">
- <meta name="text:Link 5" content="Link 5">
- <meta name="text:Link 6 URL" content="/">
- <meta name="text:Link 6" content="Link 6">
- <meta name="text:Description Label" content="Welcome">
- <meta name="text:List Label" content="List">
- <meta name="text:List Item 1" content="List Item 1">
- <meta name="text:List Item 1 Description" content="Desription">
- <meta name="text:List Item 2" content="List Item 2">
- <meta name="text:List Item 2 Description" content="Description">
- <meta name="text:List Item 3" content="List Item 3">
- <meta name="text:List Item 3 Description" content="Description">
- <meta name="text:Extra Label" content="Extra">
- <meta name="text:Extra Information" content="">
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
- <!-- HTML5 Shiv -->
- <!--[if lt IE 9]>
- <script src="http://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script>
- <![endif]-->
- <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/01wstkc/BAXnr15b7/jquery-ui.min.js" type="text/javascript"></script>
- <script></script>
- <style>
- body {
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-repeat: no-repeat;
- background-attachment: fixed;
- color: {color:Text};
- font-size: 11px;
- font-family: 'Calibri', sans-serif;
- line-height: 18px;
- }
- a {
- color: {color:Links};
- text-decoration: none;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- color: {color:Hover};
- letter-spacing: 1px;
- }
- .clear {
- clear: both;
- }
- blockquote {
- border-left: 1px solid {color:Border};
- padding: 5px 10px;
- }
- h1 {
- font-weight: normal;
- text-transform: uppercase;
- text-align: center;
- font-size: 18px;
- letter-spacing: 3px;
- }
- h3 {
- font-weight: normal;
- text-transform: uppercase;
- text-align: center;
- font-size: 14px;
- letter-spacing: 3px;
- }
- h2 {
- background-color: {color:Links};
- width: 100%;
- padding: 5px 0;
- font-weight: normal;
- font-family: 'Roboto', sans-serif;
- text-transform: uppercase;
- text-align: center;
- color: {color:Post Background};
- }
- /** HEADER **/
- #header {
- position: fixed;
- width: 100%;
- top: 10%;
- left: 7.3%;
- font-family: 'Roboto', sans-serif;
- }
- #header span {
- font-size: 22px;
- text-transform: uppercase;
- letter-spacing: 3px;
- color: {color:Header Title};
- padding-right: 1%;
- }
- #header a {
- color: {color:Header Links};
- text-transform: lowercase;
- padding: 0 2%;
- }
- #header a:hover {
- color: {color:Header Hover};
- }
- /** CONTAINER **/
- #container {
- position: fixed;
- height: 77.5%;
- width: 85.4%;
- left: 7.3%;
- top: 15%;
- background-color: {color:Container Background};
- border: 1px solid {color:Container Border};
- overflow: auto;
- }
- #container::-webkit-scrollbar
- {
- width: 4px;
- }
- #container::-webkit-scrollbar-thumb
- {
- background-color: {color:Scrollbar};
- }
- img.banner {
- {block:TagPage}
- display: none;
- {/block:TagPage}
- width: 100%;
- height: 100%;
- }
- /** SIDEBAR **/
- #sidebar {
- float: left;
- width: 25.7%;
- height: 100%;
- margin: 4% 0 0 4.3%;
- }
- #sidecontainer {
- width: 90%;
- padding: 2% 5%;
- text-align: justify;
- border: 1px solid {color:Sidebar Border};
- background-color: {color:Sidebar Background};
- margin-bottom: 8%;
- }
- .list {
- text-align: center;
- }
- .listitem {
- font-weight: bold;
- margin-bottom: -13px;
- font-size: 12px;
- }
- /** CONTENT **/
- #content {
- float: left;
- width: 59.9%;
- height: 100%;
- margin: 4% 0 0 6.3%;
- }
- #postcontainer {
- position: relative;
- width: 100%;
- margin-bottom: 10%;
- }
- #info {
- position: absolute;
- left: 80%;
- top: 5%;
- }
- .pinfo {
- font-family: 'Roboto', sans-serif;
- font-size: 16px;
- text-transform: uppercase;
- margin-bottom: 5px;
- }
- .pinfo a {
- color: {color:Post Info Text};
- }
- .pinfo a:hover {
- color: {color:Post Info Hover};
- }
- .pinfo span {
- font-size: 12px;
- }
- .reblogbutton {
- float: left;
- margin-right: 5px;
- }
- .likebutton {
- float: left;
- }
- .tags {
- width: 77.3%;
- font-size: 9px;
- line-height: 9px;
- text-transform: uppercase;
- }
- .tags a {
- color: {color:Text};
- }
- .tags a:hover {
- color: {color:Links};
- letter-spacing: 0px;
- }
- #postsource {
- text-transform: uppercase;
- font-size: 9px;
- color: {color:Post Info Hover};
- }
- #postsource a {
- color: {color:Post Info Hover};
- }
- #postsource a:hover {
- color: {color:Post Info Text};
- }
- ol.notes {
- padding: 0;
- list-style-type: none;
- color: {color:Post Info Text};
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note blockquote {
- text-transform: uppercase;
- font-size: 9px;
- }
- ol.notes li.note a {
- color: {color:Post Info Hover};
- }
- ol.notes li.note a:hover {
- color: {color:Post Info Text};
- }
- .body {
- width: 71.5%;
- min-height: 20px;
- padding: 2.9%;
- text-align: justify;
- border: 1px solid {color:Post Border};
- background-color: {color:Post Background};
- }
- .body img {
- max-width: 100%;
- }
- .quote {
- font-family: 'Roboto', sans-serif;
- font-size: 18px;
- text-align: center;
- text-transform: uppercase;
- }
- .quote a {
- color: {color:Text};
- }
- .quote a:hover {
- color: {color:Links};
- }
- .source {
- margin-top: 2%;
- text-align: right;
- }
- .chat span {
- text-transform: uppercase;
- color: {color:Links};
- }
- .playercontainer {
- float: left;
- width: 37px;
- height: 37px;
- border: 1px solid {color:Text};
- margin-right: 10px;
- }
- .player {
- width: 27px;
- height: 27px;
- overflow: hidden;
- margin: 5px 0 0 5px;
- }
- .track {
- font-family: 'Roboto', sans-serif;
- font-size: 14px;
- color: {color:Links};
- text-transform: uppercase;
- }
- .track span {
- color: {color:Text};
- font-size: 10px;
- }
- .askericon {
- float: left;
- width: 75px;
- height: 75px;
- border: 1px solid {color:Text};
- margin-right: 15px;
- }
- .askericon img {
- width: 55px;
- height: 55px;
- margin: 10px 0 0 10px;
- }
- .question span {
- color: {color:Links};
- text-transform: uppercase;
- font-size: 10px;
- }
- .answer {
- width: 75.3%;
- padding: 1%;
- text-align: justify;
- }
- #pagination {
- width: 71.5%;
- text-align: center;
- font-size: 14px;
- font-family: 'Roboto', sans-serif;
- color: {color:Post Info Hover};
- letter-spacing: 5px;
- padding-bottom: 2%;
- }
- #pagination a {
- color: {color:Post Info Text};
- }
- #pagination a:hover {
- letter-spacing: 5px;
- color: {color:Post Info Hover};
- }
- #pagination span {
- font-size: 10px;
- }
- /** CREDIT **/
- a.macfustys {
- position: fixed;
- bottom: 2%;
- right: 1%;
- border: 1px solid {color:Header Links};
- padding: 2px;
- font-size: 12px;
- letter-spacing: 1px;
- color: {color:Header Links};
- }
- a.macfustys:hover {
- color: {color:Header Title};
- letter-spacing: 1px;
- }
- </style>
- <body>
- <!-- HEADER -->
- <div id="header">
- <span>{Title}</span>
- <a href="/">Home</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
- </div>
- <!-- CONTAINER -->
- <div id="container">
- {block:IndexPage}
- <img class="banner" src="{image:Banner}">
- {/block:IndexPage}
- <!-- Sidebar -->
- <div id="sidebar">
- <div id="sidecontainer">
- <h3>{text:Description Label}</h3>
- {Description}
- </div>
- {block:ifListItem1}
- <div id="sidecontainer">
- <h3>{text:List Label}</h3>
- <div class="list">
- <p><div class="listitem">{text:List Item 1}</div>
- <br>{text:List Item 1 Description}
- <p><div class="listitem">{text:List Item 2}</div>
- <br>{text:List Item 2 Description}
- <p><div class="listitem">{text:List Item 3}</div>
- <br>{text:List Item 3 Description}
- </div>
- </div>
- {/block:ifListItem1}
- {block:ifExtraInformation}
- <div id="sidecontainer">
- <h3>{text:Extra Label}</h3>
- {text:Extra Information}
- </div>
- {/block:ifExtraInformation}
- </div>
- <!-- Content -->
- <div id="content">
- {block:Posts}
- <div id="postcontainer">
- {block:Text}
- <div class="body">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="body">
- {LinkOpenTag}
- <img src="{PhotoUrl-500}">
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="body">
- {Photoset}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="body">
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="source">- {Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="body">
- <div class="quote"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="body">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chat">
- {block:Lines}
- <p>{block:Label}<span>{Label}</span>{block:Label}
- {Line}
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="body">
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:AudioPlayer}
- <div class="playercontainer">
- <div class="player">{AudioPlayer}</div>
- </div>
- {/block:AudioPlayer}
- <div class="track">
- {block:TrackName}{TrackName}{/block:TrackName}
- <br><span>{block:Artist}{Artist}{/block:Artist}{block:PlayCount} / {PlayCountWithLabel}{/block:PlayCount}</span>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="body">
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="body">
- <div class="askericon">
- <img src="{AskerPortraitURL-96}">
- </div>
- <div class="question">
- <span>{Asker} asked:</span>
- {Question}
- </div>
- <div class="clear"></div>
- </div>
- <div class="answer">
- {Answer}
- </div>
- {/block:Answer}
- <!-- POST INFO -->
- <div id="info">
- <div class="pinfo">
- {block:Date}
- <a href="{Permalink}">
- {DayofMonth}{DayofMonthSuffix} {Month} {Year}
- <br><span>{NoteCountWithLabel}</span></a>
- </div>
- <div class="reblogbutton">{ReblogButton}</div>
- <div class="likebutton">{LikeButton}</div>
- <div class="clear"></div>
- {block:RebloggedFrom}
- <div id="postsource">
- From <a href="{ReblogRootURL}">{ReblogRootName}</a> via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </div>
- {/block:RebloggedFrom}
- {/block:Date}
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:PreviousPage}
- <span><a href="{PreviousPage}"><</a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {block:CurrentPage}
- {PageNumber}
- {/block:CurrentPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span><a href="{NextPage}">></a></span>
- {/block:NextPage}
- </div>
- </div>
- </div>
- <!-- CREDIT -->
- <a target="new" class="macfustys" href="http://macfustythemes.tumblr.com/">
- MT
- </a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement