Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- © Clerihew Themes 2019
- 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.
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href="https://fonts.googleapis.com/css?family=Noto+Serif+SC" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- basic variables -->
- <!-- colors -->
- <meta name="color:Background" content="#e2e2e2">
- <meta name="color:Text" content="#000">
- <meta name="color:Side Background" content="#955e42">
- <meta name="color:Sidebar Image Border Color" content="#000">
- <meta name="color:Sidebar Title Color" content="#000">
- <meta name="color:Sidebar Links Background" content="000">
- <meta name="color:Sidebar Links Hover" content="#955e42">
- <meta name="color:Sidebar Links Color" content="#e2e2e2">
- <meta name="color:Post Links Background" content="#955e42">
- <!-- images -->
- <meta name="image:Sidebar" content="">
- <!-- text -->
- <meta name="text:Link 1" content="">
- <meta name="text:Link 1 URL" content="">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 URL" content="">
- <style>
- body {
- background-color: {color:Background};
- font-family: "Noto Serif SC", sans-serif;
- }
- .background-cut {
- z-index: 2;
- height: 100%;
- width: 450px;
- position: fixed;
- top: 0;
- left: 0;
- background-color: {color:Side Background};
- }
- .sidebar img {
- z-index: 2;
- width: 150px;
- height: 250px;
- position: fixed;
- top: 100px;
- left: 375px;
- }
- .sidebar .imgborder {
- z-index: 4;
- width: 150px;
- height: 250px;
- position: fixed;
- top: 115px;
- left: 390px;
- border: 5px solid {color:Sidebar Image Border Color};
- }
- .title h2 {
- position: fixed;
- left: 455px;
- top: 355px;
- }
- .title a {
- color: {color:Sidebar Title Color};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .title a:hover {
- color: {color:Sidebar Links Hover};
- }
- .alllinks {
- position: fixed;
- top: 420px;
- left: 330px;
- }
- .links {
- width: 150px;
- text-align: left;
- background-color: {color:Sidebar Links Background};
- margin-bottom: 10px;
- border-radius: 0px 5px 5px 0px;
- transition: transform 0.5s;
- }
- .links:hover {
- text-align: right;
- padding-right: 10px;
- transform: translateX(50px);
- }
- .links a {
- text-decoration: none;
- color: {color:Sidebar Links Color};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .links a:hover {
- color: {color:Sidebar Links Hover};
- }
- .content {
- z-index: 10;
- width: 500px;
- margin-left: 650px;
- margin-right: 50px;
- margin-top: 20px;
- color: {color:Text};
- }
- .content blockquote {
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- .posts a {
- background-color: {color:Post Links Background};
- text-decoration: none;
- padding: 5px;
- margin: 2px;
- border-radius: 15px;
- color: {color:Background};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- -webkit-transition: background-color 0.5s;
- -moz-transition: background-color 0.5s;
- -o-transition: background-color 0.5s;
- transition: background-color 0.5s;
- }
- .posts a:hover {
- background-color: {color:Background};
- color: {color:Post Links Background};
- }
- /* post background color */
- .content .posts {
- width: 500px;
- margin: 0px auto 100px;
- }
- /* posts title font size */
- .content .posts .title {
- color: {color:Post Links Background};
- text-align: center;
- border-bottom: 2px solid {color:Post Links Background};
- padding-left: 10px;
- padding-right: 10px;
- font-size: 22px;
- }
- /* posts text font size */
- .content .posts .text {
- font-size: 14px;
- }
- .content .posts .text a {
- font-size: 10px;
- background-color: {color:Background};
- text-decoration: none;
- padding: 5px;
- margin: 2px;
- border-radius: 15px;
- color: {color:Post Links Background};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- -webkit-transition: background-color 0.5s;
- -moz-transition: background-color 0.5s;
- -o-transition: background-color 0.5s;
- transition: background-color 0.5s;
- }
- .content .posts .text a:hover {
- background-color: {color:Post Links Background};
- color: {color:Background};
- }
- /* background for questions in asks */
- .q {
- background-color: #ccc;
- color: black;
- padding: 4px;
- }
- /* quote posts */
- .content .posts .quote {
- font-size: 22px;
- text-align: left;
- margin-top: 10px;
- margin-bottom: -12px;
- }
- .content .posts .quotecap {
- font-size: 14px;
- text-align: left;
- color: {color:Post Links Background};
- }
- .content .posts #date, #notecount {
- display: inline-block;
- }
- .content .posts #date {
- font-size: 12px;
- margin-top: 10px;
- margin-left: -10px;
- padding: 10px;
- margin-bottom: 0;
- }
- .content .posts #notecount {
- float: right;
- font-size: 12px;
- margin-top: 10px;
- margin-right: -7px;
- padding: 10px;
- margin-bottom: 0;
- }
- .content .posts ul {
- border-top: 1px solid {color:Text};
- list-style-type: none;
- padding: 0px 0px 10px 0px;
- margin-right: 50px;
- margin-left: 50px;
- margin-top: 10px;
- font-size: 8px;
- text-align: center;
- }
- .content .posts ul li {
- display: inline-block;
- margin-top: 10px;
- padding: 3px;
- }
- .content #notecontainer {
- margin: 20px auto;
- width: 500px;
- }
- /* post pages links color */
- .content #notecontainer a {
- text-decoration: underline {color:Links Hover};
- color: {color:Posts Text Color};
- padding: 3px;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- /* post pages links color hover */
- .content #notecontainer a:hover {
- color: {color:Links Hover};
- }
- .content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 3px;
- }
- .content #postcontainer img.avatar {
- width: 16px;
- height: 16px;
- }
- .pagenav {
- width: 500px;
- margin-left: 625px;
- margin-right: 50px;
- margin-top: -50px;
- padding: 0px 10px 0px 10px;
- text-align: center;
- }
- /* pagenav color */
- .pagenav a {
- color: {color:Text};
- text-decoration: none;
- display: inline-block;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- /* pagenav hover color */
- .pagenav a:hover {
- color: {color:Post Links Background};
- }
- /* thanks @shythemes */
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color: {color:Background}; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid {color:Background}; /* background color */
- background-color: {color:Text}; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid {color:Background}; /* background color */
- background-color: {color:Post Links Background}; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* DO NOT TOUCH THIS */
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 8px;
- padding: 3px;
- text-decoration: none;
- background-color: black;
- color: white;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- -webkit-transition: background-color 1s;
- -moz-transition: background-color 1s;
- -o-transition: background-color 1s;
- transition: background-color 1s;
- }
- .credit a:hover {
- color: #548773;
- background-color: {color:Background};
- }
- /* credit to @cyantists */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.6;
- /* delete invert(1) from here */
- filter: contrast(150%);
- -webkit-filter: contrast(150%);
- -o-filter: contrast(150%);
- -moz-filter: contrast(150%);
- -ms-filter: 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:1!important;}
- </style>
- </head>
- <body>
- <div class="background-cut"></div>
- <div class="sidebar">
- <div class="imgborder"></div>
- <img src="{image:Sidebar}"/>
- </div>
- <div class="title">
- <a href="/"><h2>{Title}</h2></a>
- </div>
- <div class="alllinks">
- <div class="links"><a href="/ask">{AskLabel}</a></div>
- <div class="links"><a href="/submit">{SubmitLabel}</a></div>
- <div class="links"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
- <div class="links"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
- <div class="links"><a href="{text:Link 3 URL}">{text:Link 3}</a></div>
- </div>
- <div class="content">
- {block:Posts}
- <div class="posts">
- <div id="date">
- <a href="{PermaLink}">
- {block:Date}<span class="th th-clock"></span> {12HourWithZero}:{Minutes}{AmPm}{/block:Date}
- </a>
- </div>
- <div id="notecount">
- <a href="{PermaLink}">
- {block:NoteCount}<span class="th th-clipboard"></span> {NoteCountWithLabel}{/block:NoteCount}
- </a>
- </div>
- {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:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotecap"><br><i>- {Source}</i></div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title"><strong>{Title}</strong><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}
- {block:HasTags}
- <ul class="tags">
- {block:Tags}
- <li>
- <a href="{TagURL}"><i>#{Tag}</i></a>
- </li>
- {/block:Tags}
- </ul>
- {/block:HasTags}
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- {block:Pagination}
- <div class="pagenav">
- <!-- change words for pagination here -->
- {block:PreviousPage}<a href="{PreviousPage}"><span class="th th-chevron-left"></span></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><span class="th th-chevron-right"></span></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <!-- DO NOT TOUCH THIS -->
- <div class="credit">
- <a href="https://clerihew.tumblr.com/"><span class="th th-aloe-vera"></span></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment