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 that shows in tab -->
- <title>from the bullpen</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <style>
- /* TUMBLR CONTROLS */
- 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%);
- /* 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;}
- /* TOOLTIPS */
- #s-m-t-tooltip{
- font-size:8px;
- color:#000;
- background-color:#fff;
- letter-spacing:2px;
- min-width:25px;
- max-width:200px;
- overflow:auto;
- text-transform:uppercase;
- font-style:italic;
- display: none;
- position: absolute;
- z-index: 999999999999;
- padding:5px;
- margin:30px 0 15px 10px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- /* SCROLLBAR */
- /* thanks @shythemes */
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color: #fff; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid #fff; /* background color */
- background-color: #000; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid #fff; /* background color */
- background-color: #bf0b0b; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* font */
- body {
- /* upload an image to imgur and get the direct link to put into the url() */
- background: url(https://i.imgur.com/THjCFOq.png) no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- font-family: "Open Sans", sans-serif;
- }
- /* main background color, text color */
- #main {
- margin-left: -315px;
- margin-top: 70px;
- margin-bottom: 73px;
- left: 50%;
- width: 630px;
- height: 500px;
- position: fixed;
- background-color: #fff;
- box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
- overflow-x:hidden;
- color: black;
- }
- #main .nav {
- height: 80px;
- width: 600px;
- float: left;
- display: inline-block;
- margin-bottom: 10px;
- }
- #main .nav h3 {
- margin-left: 22px;
- margin-bottom: 0;
- }
- /* navigation links color, underline */
- #main .nav a {
- display: inline-block;
- margin-left: 20px;
- margin-top: 5px;
- font-size: 12px;
- color: black;
- text-decoration: underline #bf0b0b;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- /* nav links hover color */
- #main .nav a:hover {
- color: #bf0b0b;
- }
- #main #bookshelf {
- margin-top: 80px;
- }
- #main #comics {
- width: 150px;
- display: inline-block;
- vertical-align: top;
- }
- #main #comics .comic-pic img {
- height: 200px;
- width: 125px;
- margin-left: 20px;
- margin-right: 20px;
- margin-bottom: 0;
- }
- #main #comics .comic-text h5 {
- margin-left: 20px;
- margin-top: 3px;
- margin-bottom: 0;
- font-size: 12px;
- }
- /* comic title link color, underline */
- #main #comics .comic-text a {
- color: black;
- text-decoration: underline #bf0b0b;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- /* comic title link hover */
- #main #comics .comic-text a:hover {
- color: #bf0b0b;
- }
- #main #comics .comic-text p {
- margin-top: 4px;
- font-size: 10px;
- margin-left: 20px;
- }
- /* DO NOT TOUCH THIS */
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 8px;
- padding: 3px;
- text-decoration: none;
- background-color: white;
- color: black;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- .credit a:hover {
- color: #548773;
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div class="nav">
- <h3>from the bullpen</h3>
- <i><a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/submit">submit</a></i>
- </div>
- <div id="bookshelf">
- <!-- to add more comics, copy everying from id="comics" to the last </div>. then, replace the info with your own. class="comic-pic" is the image you need to upload from imgur. use the direct link. class="comic-text" is the info below each image. replace the link with a link to the comic page. then, fill out a sentence or two of description. try to keep it short. -->
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/bqkkPfz.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://www.marvel.com/comics/series/22533/hawkeye_2016_-_2018">Hawkeye (2016)</a></h5>
- <p>Kate Bishop kicks ass. She also moves to LA and starts a private eye business.</p>
- </div>
- </div>
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/XQfCZq5.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://www.marvel.com/comics/series/20615/ms_marvel_2015_-_present">Ms. Marvel (2015)</a></h5>
- <p>Kamala's now officially an Avenger. And wait, who's that with Bruno?</p>
- </div>
- </div>
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/2RuNIw8.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://www.marvel.com/comics/series/22928/invincible_iron_man_2016_-_2018">Invincible Iron Man</a></h5>
- <p>Riri Williams is working hard as Ironheart while Tony Stark is missing. Wait, TONY STARK IS MISSING?</p>
- </div>
- </div>
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/wd8fCDU.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://www.marvel.com/comics/series/23096/iceman_2017_-_2018">Ice Man (2017)</a></h5>
- <p>Bobby Drake has just found he's gay. From his alternate version teenage self who already has a boyfriend. Now what?</p>
- </div>
- </div>
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/3gg0WK8.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://www.marvel.com/comics/series/21131/star_wars_poe_dameron_2016_-_present">Poe Dameron (2016)</a></h5>
- <p>POE DAMERON and BLACK SQUADRON tackle the mysteries of the universe in this amazing expansion on Poe's character.</p>
- </div>
- </div>
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/IM6QPZa.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://imagecomics.com/comics/releases/snotgirl-1">Snotgirl</a></h5>
- <p>When Cool Girl suddenly waltzes into Lottie Person's life and fills it with lust and terror, her fashion-blogger life takes a mysterious turn.</p>
- </div>
- </div>
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/xTar060.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://www.marvel.com/comics/collection/48124/fantastic_four_by_jonathan_hickman_omnibus_hardcover">Hickman's FF</a></h5>
- <p>The best Fantastic Four story ever written. Hickman returns the Four to their roots as adventurers, rescuers, and innovators.</p>
- </div>
- </div>
- <div id="comics">
- <div class="comic-pic">
- <img src="https://i.imgur.com/FOjwdzV.jpg"/>
- </div>
- <div class="comic-text">
- <h5><a href="https://imagecomics.com/comics/series/deadly-class">Deadly Class</a></h5>
- <p>Kings Dominion is the deadliest school on the planet. Orphan and wanted criminal Marcus Lopez has just been accepted. High school is about to get a lot more cutthroat.</p>
- </div>
- </div>
- </div> <!-- bookshelf -->
- </div> <!-- main -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0
- }
- );
- });
- })(jQuery);
- </script>
- <!-- DO NOT TOUCH THIS -->
- <div class="credit">
- <a href="https://clerihew.tumblr.com/" title="theme by clerihew"><span class="th th-aloe-vera"></span></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment