Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- © Clerihew Themes 2018
- Do not use without reading terms of use.
- Contact me at clerihew.tumblr.com if you have problems with any
- un-heavily edited code or if you have questions on how to use this theme.
- -->
- <head>
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" /> {/block:Description}
- <link href="https://fonts.googleapis.com/css?family=Anonymous Pro" rel="stylesheet" />
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
- <style type="text/css">
- body {
- background-color: #a3c1ad;
- font-family: "Anonymous Pro" ;
- margin: 0;
- word-wrap: break-word;
- background-attachment: fixed;
- }
- /* SIDEBAR */
- #sidebar {
- background-color: white;
- width: 260px;
- position: fixed;
- top: 150px;
- left: 100px;
- border-radius: 5px;
- }
- /* ur icon */
- #sidebar img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- margin-top: 10px;
- border-radius: 5px;
- }
- /* sidebar title of ur blog */
- #sidebar .title {
- font-size: 30px;
- text-align: center;
- padding: 10px;
- }
- /* sidebar title is a link */
- #sidebar .title a {
- text-decoration: none;
- color: #a3c1ad;
- }
- /* sidebar title link hover */
- #sidebar .title a:hover {
- color: #d3becc;
- }
- /* description text */
- #sidebar .description {
- color: #6b6b6b;
- font-size: 18px;
- text-align: center;
- line-height: 100%;
- margin-bottom: 10px;
- }
- /* links in ur description */
- #sidebar .description a {
- text-decoration: none;
- color: #a3c1ad;
- }
- /* links in ur description hover */
- #sidebar .description a:hover {
- color: #d3becc;
- }
- /* sidebar box links */
- #sidebar .links {
- background-color: #a3c1ad;
- color: white;
- font-size: 15px;
- text-align: center;
- padding: 3px 5px;
- margin: 5px;
- float: left;
- width: 110px;
- -webkit-transition: background-color 1s;
- -moz-transition: background-color 1s;
- -o-transition: background-color 1s;
- transition: background-color 1s;
- }
- #sidebar .links a {
- text-decoration: none;
- }
- /* sidebar box links hover color */
- #sidebar .links:hover {
- background-color: #d3becc;
- }
- #sidebar #pagination {
- width: 260px;
- padding: 5px 0;
- border-top: 2px solid #d3becc;
- clear: both;
- }
- /* sidebar pagination color */
- #sidebar #pagination a {
- color: #a3c1ad;
- }
- /* sidebar pagination hover color */
- #sidebar #pagination a:hover {
- color: #d3becc;
- }
- /*DO NOT TOUCH THIS */
- .credit {
- width: 500px;
- padding: 5px 0;
- margin: 0 0 15px 550px;
- }
- .credit a {
- color: white;
- text-decoration: none;
- }
- .credit a:hover {
- color: #ecf2ee;
- }
- /* POSTS */
- /* text color */
- #content {
- width: 500px;
- margin: 60px 0 60px 550px;
- padding: 20px 0;
- color: #6b6b6b;
- }
- /* post link color */
- #content a {
- text-decoration: none;
- color: #a3c1ad;
- }
- /* post link hover color */
- #content a:hover {
- color: #d3becc;
- }
- #content blockquote {
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- /* post background and stuff */
- #content #posts {
- background-color: white;
- width: 500px;
- padding: 10px;
- margin: 0 auto 20px;
- border-radius: 5px;
- }
- /* post title */
- #content #posts .title {
- font-size: 22px;
- }
- /* post regular text */
- #content #posts .text {
- font-size: 16px;
- }
- /* ask question background */
- .q {
- background-color: #dae6de;
- padding: 4px;
- border-radius: 2px;
- }
- /* note count/time ago on bottom of posts */
- #content #posts #permalink {
- font-size: 12px;
- margin-top: 10px;
- }
- /* individual post pages */
- #content #notecontainer {
- margin: 20px auto;
- width: 500px;
- font-family: "Anonymous Pro";
- }
- /* post pages links */
- #content #notecontainer a {
- color: white;
- padding: 3px;
- }
- /* post pages links hover */
- #content #notecontainer a:hover {
- color: #ecf2ee;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 3px;
- }
- #content #postcontainer img.avatar {
- width: 16px;
- height: 16px;
- }
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- .hcontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:999999999;}
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;}
- .hcontrols svg path {
- fill: white;/* change this to change the color of the icon */}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <img src="{PortraitURL-128}">
- <div class="title"><a href="/">{Title}</a></div>
- <div class="description">{block:Description}{Description}{/block:Description}</div>
- {block:AskEnabled}<a href="/ask"><div class="links">{AskLabel}</div></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit"><div class="links">{SubmitLabel}</div></a>{/block:SubmissionsEnabled}
- {block:HasPages}{block:Pages}<a href="{url}"><div class="links">{Label}</div></a>{/block:Pages}{/block:HasPages}
- <!-- Go to fontawesome.com to change the "fas..." stuff to different icons for ur pagination -->
- {block:Pagination}
- <div id="pagination">
- <div align="center">
- {block:PreviousPage}<a href="{PreviousPage}"><i class="fas fa-backward"></i></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><i class="fas fa-forward"></i></a>{/block:NextPage}
- </div>
- </div>
- {/block:Pagination}
- </div>
- <div id="content">
- {block:Posts}
- <div id="posts">
- {block:Photo}
- <img src="{PhotoURL-500}">
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- <br /><div class="text">{PlayCountWithLabel}</div>
- {block:Caption}<br /><div class="text">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="title">"{Quote}"</div>
- {block:Source}<br>~ {Source}{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}<br /></div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="q">{Question}<br />
- {Asker}</div><br />
- {Answer}
- {/block:Answer}
- {block:Chat}
- <div class="title">{block:Title}{Title}<br />{/block:Title}</div>
- <div class="text">{block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
- {/block:Lines}</div>
- {/block:Chat}
- {block:Link}
- <a href="{URL}">{Name}</a>
- {block:Description}<br /><div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- <div id="permalink">
- <a href="{PermaLink}">
- {block:Date}{lang:Posted TimeAgo}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </a>
- </div>
- </div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <!-- DO NOT TOUCH THIS -->
- <div class="credit">
- <div align="center">
- <a href="http://clerihew.tumblr.com">Theme</a>
- </div>
- </div>
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment