Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- © 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.
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <!-- creds to @suiomi on tumblr for the honeybee font -->
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- basic variables -->
- <!-- colors -->
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Blog Title" content="#34a853"/>
- <meta name="color:Blog Title Hover" content="#99d3a9"/>
- <meta name="color:Topbar Links" content="#737373"/>
- <meta name="color:Topbar Links Hover" content="#393939"/>
- <meta name="color:Links" content="#4285f4"/>
- <meta name="color:Links Hover" content="#a0c2f9"/>
- <meta name="color:Post Text" content="#545454"/>
- <meta name="color:Scrollbar Background" content="#929292"/>
- <meta name="color:Scrollbar Thumb" content="#212121"/>
- <meta name="color:Scrollbar Thumb Hover" content="#929292"/>
- <meta name="color:Nav and Tags Links Background" content="#dfe1e5"/>
- <meta name="color:Ask Background" content="#99d3a9"/>
- <!-- images -->
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Link 1" content =""/>
- <meta name="image:Link 2" content =""/>
- <meta name="image:Link 3" content =""/>
- <meta name="image:Link 4" content =""/>
- <!-- text -->
- <meta name="text:Occupation" content=""/>
- <meta name="text:Facts 1" content=""/>
- <meta name="text:Facts 2" content=""/>
- <meta name="text:Facts 3" content=""/>
- <meta name="text:Link 1 Label" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2 Label" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3 Label" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4 Label" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <style>
- body {
- background-color: {color:Background};
- font-family: "Montserrat", sans-serif;
- opacity: 1;
- transition: 1s opacity;
- }
- body.fade {
- opacity: 0;
- transition: none;
- }
- .topbar {
- height: 40px;
- width: 100%;
- position: fixed;
- left: 0;
- top: 0;
- border-bottom: 1px solid #ebebeb;
- box-shadow: 1px 1px 7px rgba(56, 56, 56, 0.4);
- background-color: {color:Background};
- }
- .topbar h1 {
- font-size: 25px;
- margin-top: 5px;
- margin-left: 20px;
- color: {color:Blog Title};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .topbar h1:hover {
- color: {color:Blog Title Hover};
- }
- .topbar .searchbar {
- margin-left: 20px;
- position: fixed;
- top: 8px;
- }
- .topbar input[type=text] {
- padding: 6px;
- border-radius: 15px;
- border: 0.5px solid #dfe1e5;
- }
- .topbar input:focus {
- outline: none;
- box-shadow: 1px 1px 2px rgba(56, 56, 56, 0.2);
- }
- .topbar .searchbar button {
- color: #4285f4;
- font-size: 15px;
- border: none;
- background-color: #fff;
- }
- .topbar .searchbar button:hover {
- cursor: pointer;
- }
- .topbar button:focus {
- outline: none;
- }
- .topbar h1, .searchbar {
- display: inline-block;
- }
- .sidebar {
- width: 400px;
- height: 575px;
- border: 1px solid #dfe1e5;
- border-radius: 10px;
- float: right;
- margin-right: 15px;
- margin-top: 3px;
- background-color: {color:Background};
- }
- .sidebar img {
- width: 400px;
- height: 200px;
- margin: 0px;
- border-radius: 8px 8px 0px 0px;
- }
- .sidebar h1 {
- color: #212121;
- margin-top: 5px;
- margin-left: 8px;
- margin-bottom: 0;
- }
- .sidebar h4 {
- margin-top: 5px;
- margin-left: 8px;
- margin-bottom: 15px;
- font-size: 12px;
- color: #929292;
- }
- .sidebar .th-paper-plane-o {
- margin-top: -55px;
- margin-right: 20px;
- float: right;
- font-size: 30px;
- color: #767676;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .sidebar .th-paper-plane-o:hover {
- color: #232323;
- }
- .sidebar .toptext {
- border-bottom: 1px solid #dfe1e5;
- }
- .sidebar p {
- font-size: 12px;
- margin-top: 10px;
- margin-left: 10px;
- margin-right: 10px;
- color: #222;
- }
- .sidebar p a {
- text-decoration: none;
- color: {color:Links};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .sidebar p a:hover {
- color: {color:Links Hover};
- text-decoration: underline;
- }
- .sidebar h6 {
- font-size: 12px;
- margin: 8px 10px 0px 10px;
- color: #222;
- font-weight: bold;
- }
- .sidebar h3 {
- margin-top: 20px;
- margin-left: 10px;
- margin-bottom: 0;
- color: #222;
- font-size: 18px;
- }
- .sidebar .bottomlinks {
- margin-left: 10px;
- margin-right: 10px;
- margin-top: 10px;
- }
- .sidebar .bottomlinks img {
- height: 64px;
- width: 64px;
- padding: 0px 25px 0px 0px;
- border-radius: 0;
- }
- .sidebar .bottomlinks a {
- font-size: 10px;
- width: 64px;
- padding: 0px 25px 0px 0px;
- margin: 0;
- display: inline-block;
- text-align: center;
- color: {color:Links};
- text-decoration: none;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .sidebar .bottomlinks a:hover {
- color: {color:Links Hover};
- text-decoration: underline;
- }
- .sidebar2 {
- width: 400px;
- height: 150px;
- border: 1px solid #dfe1e5;
- float: right;
- margin-top: 615px;
- margin-right: -402px;
- border-radius: 10px;
- background-color: {color:Background};
- }
- .sidebar2 h3 {
- margin-left: 10px;
- margin-top: 10px;
- margin-bottom: 0;
- }
- .sidebar2 a {
- display: inline-block;
- margin-top: 10px;
- margin-left: 10px;
- margin-right: 10px;
- margin-bottom: 5px;
- padding: 6px;
- color: {color:Links};
- text-decoration: none;
- border: 1px solid {color:Nav and Tags Links Background};
- border-radius: 15px;
- -webkit-transition: background-color 1s;
- -moz-transition: background-color 1s;
- -o-transition: background-color 1s;
- transition: background-color 1s;
- }
- .sidebar2 a:hover {
- background-color: {color:Nav and Tags Links Background};
- }
- #content {
- width: 500px;
- margin-top: 100px;
- margin-left: 150px;
- margin-right: 150px;
- }
- /* posts links color */
- #content a {
- text-decoration: none;
- color: {color:Links};
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- /* posts links color hover */
- #content a:hover {
- color: {color:Links Hover};
- }
- #content blockquote {
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- /* post background color */
- #content #posts {
- background-color: {color:Background};
- width: 500px;
- margin: 0 auto 75px;
- color: {color:Post Text};
- }
- /* posts title font size */
- #content #posts .title {
- font-size: 22px;
- color: {color:Blog Title};
- padding-left: 10px;
- padding-right: 10px;
- }
- /* posts text font size */
- #content #posts .text {
- font-size: 14px;
- padding-left: 10px;
- padding-right: 10px;
- }
- /* background for questions in asks */
- .q {
- background-color: {color:Ask Background};
- color: black;
- padding: 4px;
- }
- #content #posts #permalink {
- font-size: 12px;
- margin-top: 10px;
- padding: 5px;
- }
- #content #posts #permalink ul {
- list-style-type: none;
- padding: 0px 0px 10px 0px;
- margin: 10px 0px 75px 0px;
- border-bottom: 3px solid #dfe1e5;
- }
- #content #posts #permalink ul li {
- display: inline-block;
- margin-right: 10px;
- margin-top: 5px;
- padding: 5px;
- border: 1px solid {color:Nav and Tags Links Background};
- background-color: {color:Background};
- border-radius: 10px;
- -webkit-transition: background-color 1s;
- -moz-transition: background-color 1s;
- -o-transition: background-color 1s;
- transition: background-color 1s;
- }
- #content #posts #permalink ul li:hover {
- background-color: {color:Nav and Tags Links Background};
- }
- #content #posts #permalink ul li a:hover {
- color: {color:Links};
- }
- #content #notecontainer {
- margin: -65px auto 10px auto;
- width: 500px;
- color: {color:Post Notes Page Text};
- }
- /* post pages links color */
- #content #notecontainer a {
- color: {color:Post Links};
- 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:Post Links Hover};
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 3px;
- }
- #content #notecontainer img.avatar {
- width: 16px;
- height: 16px;
- }
- .pagenav {
- width: 500px;
- text-align: center;
- margin-top: -120px!important;
- }
- /* pagenav color */
- .pagenav a {
- color: {color:Post Links};
- 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 Hover};
- }
- .footer {
- width: 500px;
- text-align: center;
- margin-top: 5px;
- font-size: 12px;
- }
- .footer a {
- color: #ffbdb7;
- text-decoration: none;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- .footer a:hover {
- color: #ccc!important;
- }
- /* thanks @shythemes */
- ::-webkit-scrollbar {
- width: 17px;
- height: 17px;
- }
- ::-webkit-scrollbar {
- background-color: {color:Background};
- }
- ::-webkit-scrollbar-track {
- border: 8px solid {color:Background}; /* background color */
- background-color: #dfe1e5; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border: 8px solid {color:Background}; /* background color */
- background-color: {color:Post Text}; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* tumblr controls credit to @cyantists on tumblr */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.6;
- /* 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.8!important;}
- {block:PermalinkPage}
- .footer {
- display: none!important;
- }
- {/block:PermalinkPage}
- {block:TagPage}
- .tagtitle {
- color: {color:Blog Title};
- width: 500px;
- margin-left: 150px;
- margin-top: 75px;
- margin-bottom: -70px;
- }
- {/block:TagPage}
- </style>
- </head>
- <body>
- <script>
- document.body.className = 'fade';
- </script>
- <div class="topbar">
- <a href="/"><h1>{Title}</h1></a>
- <div class="searchbar">
- <form action="/search" method="get">
- <input type="text" name="q" value="{SearchQuery}">
- <button type="submit" value="Search"><span class="th th-loupe-o"></span></button>
- </form>
- </div>
- </div>
- <div class="sidebar">
- <image src="{image:Sidebar}"/>
- <div class="toptext">
- <h1>{Title}</h1>
- <h4>{text:Occupation}</h4>
- {block:AskEnabled}<a href="/ask"><span class="th th-paper-plane-o"></span></a>{/block:AskEnabled}
- </div>
- <p>{Description}</p>
- <!-- little abouts underneath description -->
- <h6>{text:Facts 1}</h6>
- <h6>{text:Facts 2}</h6>
- <h6>{text:Facts 3}</h6>
- <h3>People also search for</h3>
- <!-- tag page links/pictures -->
- <div class="bottomlinks">
- <img src="{image:Link 1}"/>
- <img src="{image:Link 2}"/>
- <img src="{image:Link 3}"/>
- <img src="{image:Link 4}"/>
- <a href="{text:Link 1 URL}">{text:Link 1 Label}</a>
- <a href="{text:Link 2 URL}">{text:Link 2 Label}</a>
- <a href="{text:Link 3 URL}">{text:Link 3 Label}</a>
- <a href="{text:Link 4 URL}">{text:Link 4 Label}</a>
- </div>
- </div>
- <div class="sidebar2">
- <h3>Navigation</h3>
- <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}
- </table>
- </div>
- {block:TagPage}
- <div class="tagtitle">
- <h2>Posts tagged "{Tag}"</h2>
- </div>
- {/block:TagPage}
- <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}Posted {MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} {12HourWithZero}:{Minutes}{AmPm}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- {block:HasTags}
- <ul class="tags">
- {block:Tags}
- <li>
- <a href="{TagURL}">#{Tag}</a>
- </li>
- {/block:Tags}
- </ul>
- {/block:HasTags}
- </a>
- </div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- {block:Pagination}
- <div class="pagenav">
- <!-- change words for pagination here -->
- {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <!-- DO NOT TOUCH THIS -->
- <p class="footer">
- <a href="https://clerihew.tumblr.com/">theme by clerihew</a>
- </p>
- <script>
- document.addEventListener("DOMContentLoaded", function(e) {
- document.body.className = '';
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment