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=PT+Sans" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
- <!-- basic variables -->
- <!-- colors -->
- <meta name="color:Background" content="#000"/>
- <meta name="color:Topbar Links" content="#000"/>
- <meta name="color:Topbar Links Hover" content="#4c4c4c"/>
- <meta name="color:Bars Background" content="#ff6f61"/>
- <meta name="color:Description" content="#fff"/>
- <meta name="color:Descrip Quote Links" content="#000"/>
- <meta name="color:Descrip Quote Links Hover" content="#4c4c4c"/>
- <meta name="color:Post Links" content="#ff6f61"/>
- <meta name="color:Post Links Hover" content="#ffbdb7"/>
- <meta name="color:Title" content="#d9584e"/>
- <meta name="color:Ask Background" content="#ffe4e2"/>
- <meta name="color:Scrollbar Background" content="#ff6f61"/>
- <meta name="color:Scrollbar Thumb" content="#000"/>
- <meta name="color:Scrollbar Thumb Hover" content="#ffbdb7"/>
- <meta name="color:Post Notes Page Text" content="#fff"/>
- <!-- text -->
- <meta name="text:Quote"/>
- <!-- image -->
- <meta name="image:Sidebar 1" content=""/>
- <meta name="image:Sidebar 2" content=""/>
- <style>
- body {
- background-color: {color:Background};
- font-family: "PT Sans", sans-serif;
- }
- .topbar {
- width: 100%;
- height: 30px;
- position: fixed;
- top: 0;
- left: 0;
- background-color: {color:Bars Background};
- border-bottom: 2px solid white;
- }
- .topbar .all-links {
- width: 500px;
- text-align: center;
- position: fixed;
- left: 395px;
- }
- .topbar .links {
- font-size: 15px;
- display: inline-block;
- padding-right: 10px;
- padding-left: 10px;
- margin-top: 6px;
- }
- .topbar a {
- color: {color:Topbar Links};
- text-decoration: none;
- -moz-transition: color .5s;
- -o-transition: color .5s;
- -webkit-transition: color .5s;
- transition: color .5s;
- }
- .topbar a:hover {
- color: {color:Topbar Links Hover};
- }
- .sidebar-1 {
- width: 125px;
- height: 300px;
- position: fixed;
- top: 175px;
- left: 100px;
- background-color: {color:Bars Background};
- border: 2px solid white;
- }
- .sidebar-1 img {
- width: 125px;
- height: 200px;
- }
- .sidebar-1 h1 {
- font-size: 50px;
- margin-top: 10px;
- margin-left: 10px;
- }
- /* must change overlay color here because it is a rgba */
- .overlay {
- position: absolute;
- bottom: 100px;
- left: 0;
- right: 0;
- background-color: rgba(255,111,97, 0.5);
- overflow: hidden;
- width: 100%;
- height: 0;
- -moz-transition: .5s ease;
- -o-transition: .5s ease;
- -webkit-transition: .5s ease;
- transition: .5s ease;
- }
- .sidebar-1:hover .overlay {
- height: 200px;
- }
- .sidebar-text {
- white-space: normal;
- color: {color:Description};
- font-size: 15px;
- position: absolute;
- text-align: left;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .sidebar-text a {
- color: {color:Descrip Quote Links};
- text-decoration: none;
- -moz-transition: color .5s;
- -o-transition: color .5s;
- -webkit-transition: color .5s;
- transition: color .5s;
- }
- .sidebar-text a:hover {
- color: {color:Descrip Quote Links Hover};
- }
- .sidebar-2 {
- width: 125px;
- height: 300px;
- position: fixed;
- top: 175px;
- right: 100px;
- background-color: {color:Bars Background};
- border: 2px solid white;
- }
- .sidebar-2 p {
- font-size: 12px;
- margin: 12px;
- }
- .sidebar-2 p a {
- -moz-transition: color .5s;
- -o-transition: color .5s;
- -webkit-transition: color .5s;
- transition: color .5s;
- color: white;
- text-decoration: none;
- }
- .sidebar-2 p a:hover {
- color: {color:Descrip Quote Links Hover};
- }
- .sidebar-2 img {
- width: 125px;
- height: 186px;
- }
- #content {
- width: 500px;
- margin-top: 75px;
- margin-left: 385px;
- margin-right: 385px;
- }
- /* posts links color */
- #content a {
- text-decoration: none;
- color: {color:Post 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:Post Links Hover};
- }
- #content blockquote {
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- /* post background color */
- #content #posts {
- background-color: white;
- padding: 2px;
- width: 500px;
- margin: 0 auto 75px;
- }
- /* posts title font size */
- #content #posts .title {
- font-size: 22px;
- color: {color: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 #notecontainer {
- margin: 20px 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 #postcontainer img.avatar {
- width: 16px;
- height: 16px;
- }
- {block:PermalinkPage}
- #content #posts {
- margin-bottom: 20px;
- }
- {/block:PermalinkPage}
- .pagenav {
- width: 500px;
- margin-left: 375px;
- margin-right: 385px;
- text-align: center;
- }
- /* pagenav color */
- .pagenav a {
- color: {color:Post Links};
- text-decoration: none;
- display: inline-block;
- margin-top: 15px;
- -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;
- margin-left: 375px;
- margin-right: 385px;
- text-align: center;
- margin-top: 5px;
- font-size: 12px;
- }
- .footer a {
- color: #ffbdb7;
- text-decoration: none;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- .footer a:hover {
- color: #ffe4e2;
- }
- /* tumblr controls credit to @cyantists on tumblr */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:15px!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:12px;
- height:12px;
- padding:9px;
- }
- /* gear color */
- .hcontrols svg path {
- fill: white;/* change this to change the color of the icon */
- }
- ::-webkit-scrollbar {
- width: 5px;
- }
- ::-webkit-scrollbar-track {
- background-color: {color:Scrollbar Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar Thumb};
- }
- ::-webkit-scrollbar-thumb:hover {
- background-color: {color:Scrollbar Thumb Hover};
- }
- </style>
- </head>
- <body>
- <div class="topbar">
- <div class="all-links">
- <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 class="sidebar-1">
- <img src="{image:Sidebar 1}"/>
- <h1>{Title}</h1>
- <div class="overlay">
- <div class="sidebar-text">{block:IfQuote}{text:Quote}{/block:IfQuote}</div>
- </div>
- </div>
- <div class="sidebar-2">
- <p>{Description}</p>
- <img src="{image:Sidebar 2}"/>
- </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}Posted {MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} {12HourWithZero}:{Minutes}{AmPm}{/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>
- {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}
- <p class="footer">
- <a href="https://clerihew.tumblr.com/">theme by clerihew</a>
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment