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:
- #6b6b6b
- #fff3f6
- #f2b0ce
- #ffc0d0
- -->
- <head>
- <title>{Title}</title>
- <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Quicksand|Sacramento" 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>
- /* change background color and main font */
- body {
- background-color: #fff3f6;
- font-family: "Quicksand";
- margin: 0;
- word-wrap: break-word;
- background-attachment: fixed;
- }
- /* SIDEBAR */
- /* change sidebar background and text color */
- #sidebar {
- background-color: #fff3f6;
- width: 300px;
- position: fixed;
- left: 0;
- right: 0;
- height: 100%;
- color: #6b6b6b;
- }
- /* change size and border sidebar image */
- #sidebar img {
- width: 200px;
- height: 200px;
- margin-top: 20px;
- border: 4px solid white;
- border-radius: 20px;
- }
- /* change sidebar title font size/family */
- #sidebar .title {
- text-align: center;
- font-size: 22px;
- font-family: "Sacramento";
- }
- /* sidebar title is a link, change link color here */
- #sidebar .title a {
- color: #6b6b6b;
- text-decoration: none;
- padding: 5px;
- }
- /* change title hover color */
- #sidebar .title a:hover {
- color: #f2b0ce;
- }
- /* change sidebar description, font size, font family */
- #sidebar .description {
- margin-top: 5px;
- text-align: center;
- font-size: 14px;
- padding: 10px;
- }
- /* sidebar description links color */
- #sidebar .description a {
- text-decoration: none;
- color: #6b6b6b;
- }
- /* change description link hover color */
- #sidebar .description a:hover {
- color: #f2b0ce;
- }
- /* change sidebar background color, font size/family, text color */
- #sidebar .links {
- background-color: white;
- color: #f2b0ce;
- font-size: 12px;
- text-align: center;
- padding-top: 3px;
- padding-bottom: 3px;
- width: 100px;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 100px;
- margin-right: 100px;
- border-radius: 5px;
- -webkit-transition: background-color 1s;
- -moz-transition: background-color 1s;
- -o-transition: background-color 1s;
- transition: background-color 1s;
- }
- /* change sidebar links hover */
- #sidebar .links:hover {
- background-color: #ffc0d0;
- color: #fff3f6;
- }
- #sidebar .link-decoration a {
- text-decoration: none;
- }
- /* chnage sidebar pagination color */
- #sidebar #pagination {
- width: 100px;
- padding: 5px 0;
- margin-top: 10px;
- margin-left: 100px;
- margin-right: 100px;
- color: #fff3f6;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- /* change sidebar pagination color */
- #sidebar #pagination a {
- color: #f2b0ce;
- }
- /* change sidebar pagination hover color */
- #sidebar #pagination a:hover {
- color: white;
- }
- /* POSTS */
- /* change posts text color */
- #content {
- width: 500px;
- margin-left: 550px;
- margin-right: 250px;
- color: #6b6b6b;
- }
- /* change posts text link color */
- #content a {
- text-decoration: none;
- color: #f9dce9;
- }
- /* change posts text link hover color */
- #content a:hover {
- color: #f2b0ce;
- }
- #content blockquote {
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- /* chnage background color of posts */
- #content #posts {
- background-color: white;
- width: 500px;
- padding: 10px;
- margin: 0 auto 20px;
- }
- /* change post title size */
- #content #posts .title {
- font-size: 22px;
- }
- /* change post text size */
- #content #posts .text {
- font-size: 14px;
- }
- /* change ask question background color */
- .q {
- background-color: rgba(0,0,0,0.1);
- padding: 4px;
- }
- #content #posts #permalink {
- font-size: 12px;
- margin-top: 10px;
- }
- #content #notecontainer {
- margin: 20px auto;
- width: 500px;
- font-family: "Quicksand";
- }
- /* change individual post page link color */
- #content #notecontainer a {
- color: black;
- padding: 3px;
- }
- /* change individual post page link hover color */
- #content #notecontainer a:hover {
- color: #f2b0ce;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 3px;
- }
- #content #postcontainer img.avatar {
- width: 24px;
- height: 24px;
- }
- /* credit for setting gear code @cyantists */
- 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;}
- /* change this to change the color of the icon */
- .hcontrols svg path {
- fill: #ffc0d0;}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div align="center">
- <!-- Replace link with {PortraitURL-128} for ur icon or image url in "" for any image you want -->
- <img src="https://i.imgur.com/jDgBMLz.jpg">
- </div>
- <div class="title"><a href="/">{Title}</a></div>
- <div class="description">{block:Description}{Description}{/block:Description}</div>
- <div class="link-decoration">
- {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>
- <!-- go to fontawesome.com to find new pagination icons and change "fas..." to whatever you want -->
- {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>
- <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