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=Lato" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- basic variable -->
- <!-- colors -->
- <meta name="color:Background" content="#f6f6f6">
- <meta name="color:Sidebar Text" content="#000">
- <meta name="color:Links" content="#f9d12c">
- <meta name="color:Posts Background" content="#ececec">
- <meta name="color:Post Text" content="#000">
- <meta name="color:Scrollbar Light Track" content="#ccc">
- <style>
- body {
- background-color: {color:Background};
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- font-family: "Lato", sans-serif;
- }
- .sidebar {
- width: 75px;
- height: 100%;
- position: fixed;
- margin-right: 250px;
- top: 0;
- left: 0;
- color: {color:Header Text};
- }
- .sidebar .all {
- margin-top: 300px;
- }
- .sidebar h1 {
- margin-top: 15px;
- }
- .sidebar a {
- display: inline-block;
- padding: 10px 50px 10px 50px;
- text-decoration: none;
- color: {color:Sidebar Text};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .sidebar a:hover {
- color: {color:Links};
- }
- .content {
- margin-left: 415px;
- width: 500px;
- margin-top: 30px;
- color: {color:Post Text};
- }
- .content blockquote {
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- .posts a {
- text-decoration: none;
- color: {color:Post Text};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .posts a:hover {
- color: {color:Links};
- }
- /* post background color */
- .content .posts {
- background-color: {color:Posts Background};
- box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
- width: 500px;
- margin: 0px 0px 100px;
- }
- /* posts title font size */
- .content .posts .title {
- padding-left: 10px;
- padding-right: 10px;
- font-size: 22px;
- }
- /* posts text font size */
- .content .posts .text {
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 10px;
- font-size: 14px;
- }
- /* background for questions in asks */
- .q {
- background-color: #ccc;
- color: black;
- padding: 4px;
- }
- .content .posts #perm {
- width: 150px;
- font-size: 12px;
- margin-top: -5px;
- padding: 10px;
- margin-right: -185px;
- margin-bottom: 10px;
- float: right;
- text-align: left;
- }
- .content #notecontainer {
- margin-top: -10px;
- width: 500px;
- }
- /* post pages links color */
- .content #notecontainer a {
- color: {color:Post Text};
- 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};
- }
- .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: 425px;
- margin-top: -50px;
- padding: 0px 10px 0px 10px;
- text-align: center;
- }
- /* pagenav color */
- .pagenav a {
- color: {color:Post 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:Links};
- }
- /* 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:Scrollbar Light Track}; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid {color:Background}; /* background color */
- background-color: {color:Sidebar Text}; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 10px;
- padding: 5px;
- text-decoration: none;
- background-color: black;
- color: white;
- border-radius: 100px;
- -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="sidebar">
- <div class="all">
- <div align="center">
- <a href="/"><h1>{Title}</h1></a>
- </div>
- <div align="center">
- {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>
- <div class="content">
- {block:Posts}
- <div class="posts">
- <div id="perm">
- <a href="{PermaLink}">
- {block:Date}<span class="th th-calendar-1"></span> {ShortMonth} {MonthNumberWithZero}{/block:Date} <br/>
- {block:NoteCount}<span class="th th-chat-bubbles"></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: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}
- {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}
- <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