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.
- -->
- <!--
- Color Hex Codes used in this theme:
- #e4f1f7
- #f1f8fb
- #e4f1f1
- #a9d2e6
- #c0c0c0
- #6b6b6b
- -->
- <header>
- <link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
- <title>{Title}</title>
- <style>
- /* PAGE FADE IN */
- body {
- opacity: 1;
- transition: opacity 2s;
- background-color: #f1f8fb;
- }
- body.fade {
- opacity: 0;
- transition: none;
- }
- /* SIDEBAR */
- /* sidebar background, shadow */
- .sidebar {
- width: 300px;
- height: 400px;
- position: fixed;
- top: 150px;
- left: 100px;
- background-color: #e4f1f7;
- box-shadow: 3px 3px 15px #c0c0c0;
- }
- /* sidebar title color, font, shadow color */
- .sidebar h1 {
- font-family: "Poppins";
- text-align: center;
- padding: 10px;
- margin-bottom: 0;
- color: black;
- text-shadow: 2px 2px #fff;
- border-bottom: 2px solid white;
- }
- /* description color, font*/
- .sidebar h5 {
- font-family: "Poppins";
- color: black;
- padding: 10px;
- margin-bottom: 0;
- margin-top: 0;
- border-bottom: 2px solid white;
- }
- /* sidebar link background color, font */
- .sidebar .links {
- background-color: white;
- font-family: "Poppins";
- width: 100px;
- margin-top: 8px;
- margin-bottom: 8px;
- margin-left: 100px;
- margin-right: 100px;
- text-align: center;
- }
- /* sidebar links font color */
- .sidebar .link-decoration a {
- text-decoration: none;
- color: #a9d2e6;
- background-color: white;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- /* sidebar links font color hover */
- .sidebar .link-decoration a:hover {
- color: #e4f1f7;
- }
- /* DO NOT TOUCH THIS */
- .credit {
- font-family: "Poppins";
- position: fixed;
- bottom: 3px;
- right: 3px;
- }
- .credit a {
- color: white;
- background-color: #c0c0c0;
- text-decoration: none;
- padding: 2px;
- -webkit-transition: background-color 1s;
- -moz-transition: background-color 1s;
- -o-transition: background-color 1s;
- transition: background-color 1s;
- }
- .credit a:hover {
- color: black;
- background-color: #6b6b6b;
- }
- /* POSTS */
- /* posts font family */
- #content {
- margin-left: 575px;
- margin-right: 200px;
- margin-top: 0px;
- width: 400px;
- font-family: "Poppins";
- }
- /* posts links color */
- #content a {
- text-decoration: none;
- color: #a9d2e6;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- /* posts links color hover */
- #content a:hover {
- color: #e4f1f1;
- }
- #content blockquote {
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- #content #posts {
- background-color: white;
- width: 500px;
- padding: 10px;
- margin: 0 auto 20px;
- }
- /* posts title font size */
- #content #posts .title {
- font-size: 22px;
- }
- /* posts text font size */
- #content #posts .text {
- font-size: 14px;
- }
- /* background for questions in asks */
- .q {
- background-color: rgba(0,0,0,0.1);
- padding: 4px;
- }
- #content #posts #permalink {
- font-size: 12px;
- margin-top: 10px;
- }
- /* individual post pages font family */
- #content #notecontainer {
- margin: 20px auto;
- width: 500px;
- font-family: "Poppins";
- }
- /* post pages links color */
- #content #notecontainer a {
- color: #a9d2e6;
- padding: 3px;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- /* post pages links color hover */
- #content #notecontainer a:hover {
- color: #e4f1f7;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 3px;
- }
- #content #postcontainer img.avatar {
- width: 16px;
- height: 16px;
- }
- /* PAGINATION */
- /* pagination font family */
- .pagenav {
- width: 400px;
- font-family: "Poppins";
- text-align: center;
- margin-left: 625px;
- margin-right: 225px;
- padding: 5px;
- }
- /* pagenav link color */
- .pagenav a {
- color: black;
- text-decoration: none;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- display: inline-block;
- margin-top: 10px;
- }
- /* pagenav link color hover */
- .pagenav a:hover {
- color: #a9d2e6;
- }
- /* TUMBLR CONTROLS (credit to @cyantists on tumblr) */
- 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;
- }
- /* gear color */
- .hcontrols svg path {
- fill: black;/* change this to change the color of the icon */
- }
- /* SCROLLBAR (credit to @help-with-coding on tumblr) */
- ::-webkit-scrollbar {
- width: 7px; /* width of total scrollbar */
- background: #fff; /* background of scrollbar */
- border: 1px solid #fff; /* border around whole scrollbar */
- }
- ::-webkit-scrollbar-thumb {
- background: #a9d2e6; /* color of the moving part of the scrollbar (thumb) */
- border: 1px solid #a9d2e6; /* border around moving part of scrollbar (overlaps with border of total scrollbar) */
- }
- </style>
- </head>
- <body>
- <script>
- document.body.className = 'fade';
- </script>
- <div class="sidebar">
- <h1>{Title}</h1>
- {block:Description}<h5>{Description}</h5>{block:Description}
- <div class="link-decoration">
- <a href="/"><div class="links">home</div></a>
- {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}
- </div>
- </div>
- </div>
- <script>
- document.addEventListener("DOMContentLoaded", function(e) {
- document.body.className = '';
- });
- </script>
- <!-- DO NOT TOUCH THIS -->
- <div class="credit">
- <a href="https://clerihew.tumblr.com">CT</a>
- </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>
- <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>
- </div>
- {block:Pagination}
- <div class="pagenav">
- <!-- change pagination words here -->
- {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment