Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- ©borntobewildcodes.tumblr.com | JOKER (vol.3)
- + Do not redistribute this page or remove the credits.
- + Edit as long as you keep the credits intact
- + Contact us if you have any questions or concerns.
- + If you want a custom theme you can commission us.
- + Thanks for using our page, we hope that you enjoy it.
- Other credits:
- - Joker background - unknown
- - Joker icons - promo art
- - Google fonts
- - Font Awesome icons
- - Jquery
- - Style my tooltips by Malihu
- ---->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </style>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color:#eee;
- background-color: #fff;
- background-image: url('http://i58.tinypic.com/kf18yc.jpg');
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Fix */
- iframe, img, embed, object, video {
- max-width: 100%;
- border: none;
- }
- input, textarea, select, a { outline: none; }
- /* Paragraph */
- p {margin-top: 5px; margin-bottom: 5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* blogtitle */
- h1{
- margin: 0;
- margin-top: 10px;
- margin-bottom: 10px;
- color:#fff;
- font-family:'Great Vibes';
- font-size: 20px;
- line-height:25px;
- font-weight: normal;
- }
- /* Captions */
- h2 {
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color: #222;
- background-color: #fff;
- font-weight: normal;
- }
- /* Links */
- a {
- color: #A08A61;
- text-decoration:none;
- }
- a:hover {
- color: #222;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0px;
- }
- /* Bold and italic */
- b, strong {
- color: #555;
- }
- i, em {
- color: #bbb;
- }
- ul {
- margin: 0px;
- padding: 0px;
- }
- a img {
- border: 0px;
- }
- small {
- font-size: 90%;
- }
- big {
- font-size: 110%;
- }
- /* Selection */
- ::-moz-selection {
- background: #81765A;
- color: #fff;
- }
- ::selection {
- background: #81765A;
- color: #fff;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 9px;
- height: 0px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #ffffff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #ffffff;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #000000;
- border:4px solid #ffffff;
- }
- /* Tumblr controls */
- .iframe-controls--desktop {
- right: 35px!important;
- top: 5px!important;
- margin-top:auto;
- opacity: .9!important;
- position:fixed!important;
- white-space:nowrap!important;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- z-index: 10000!important;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width: 250px;
- margin: 10px;
- padding: 5px;
- color: #eee;
- font-size: 12px;
- line-height: 15px;
- background: #000;
- border:1px solid #888;
- z-index: 10000;
- }
- /*-- CONTAINER --*/
- #container {
- position:absolute;
- top: 50%;
- left: 50%;
- width: 535px;
- height: 535px;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- border:1px solid #000;
- background:#fff;
- overflow:hidden;
- }
- /* Menu */
- #menu {
- position:fixed;
- margin:0px;
- width: 514px;
- height: 40px;
- padding:10px;
- line-height:30px;
- color:#bbb;
- font-family:"Cinzel";
- font-size:25px;
- text-align:center;
- background:#222;
- border:1px solid #000;
- }
- #title{
- float:left;
- margin:0px;
- height:20px;
- line-height:20px;
- padding:10px;
- color:#eee;
- font-size:30px;
- background:#eee;
- color:#000;
- }
- #menu a {
- float:right;
- padding:2px;
- color:#777;
- }
- #menu i {
- font-size:13px;
- padding:5px;
- color:#eee;
- }
- #menu a:hover, #menu a:hover i{
- color:#849C33;
- }
- /*-- PANELS --*/
- #containerin{
- position:fixed;
- margin-top:62px;
- width: 535px;
- height: 474px;
- overflow:hidden;
- overflow-y:auto;
- }
- .panel {
- width:120px;
- height:120px;
- margin:5px 15px;
- }
- /* Poster */
- .poster {
- width:120px;
- height:120px;
- background-color:#fff;
- }
- .poster img {
- display:block;
- width:100px;
- height:100px;
- padding:9px;
- border:1px solid #000;
- -webkit-transition:opacity 0.3s linear;
- -webkit-transition:all 0.3s linear;
- -moz-transition:all 0.3s linear;
- transition:all 0.3s linear;
- }
- .panel:hover .poster img{
- -webkit-filter: grayscale(100%);
- -webkit-transform: scale(1.2);
- -moz-transform: scale(1.2);
- -o-transform: scale(1.2);
- transform: scale(1.2);
- }
- /* info */
- .info {
- position:absolute;
- margin:0px;
- width:100px;
- height:100px;
- padding:10px;
- font-family:Verdana;
- font-size:11px;
- line-height:14px;
- color:#000;
- background:#fff;
- text-align:center;
- z-index:1000;
- opacity:0;
- }
- .panel:hover .info {
- opacity:.9;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /* Info name */
- .name {
- margin:5px;
- font-family:"Cinzel";
- font-size:12px;
- padding:3px 6px;
- text-align:center;
- color:#eee;
- background:#000;
- }
- /* info link */
- .info a{
- color:#AB4A4B;
- }
- /*-- CREDIT --*/
- #credit {
- position:fixed;
- right: 10px;
- width:25px;
- height:25px;
- top: 5px;
- z-index: 100000;
- }
- #credit img{
- border: 1px solid {color:Borders};
- }
- #credit img:hover{
- border: 1px solid {color:Hover};
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- <!--Google fonts-->
- <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Cinzel|Poiret+One|Montez|Cinzel" rel="stylesheet">
- <!-- Font awesome -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--Jquery-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <!-- Style my tooltips -->
- <script src="jquery.style-my-tooltips.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time: 90,
- tip_fade_speed: 600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta charset="utf-8">
- </head>
- <body>
- <div id="container">
- <div id="menu">
- <div id="title"> Title </div>
- <a href="https://www.tumblr.com/dashboard" title="Dashboard"><i class="fa fa-tumblr fa"></i></a>
- <a href="/archive" title="Archive"><i class="fa fa-history fa"></i></a>
- <a href="/submit" title="Submit"><i class="fa fa-pencil fa"></i></a>
- <a href="/ask" title="Ask"><i class="fa fa-envelope fa"></i></a>
- <a href="/" title="Index"><i class="fa fa-home fa"></i></a>
- </div>
- <!--End menu-->
- <div id="containerin">
- <table id="all" border="0" cellpadding="0" cellspacing="20">
- <!-- 1st column-->
- <!-- 1st panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 1st panel-->
- <!-- 2nd panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 2nd panel-->
- <!-- 3rd panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 3rd panel-->
- <tr><!--end first column-->
- <!-- 2nd column-->
- <!-- 4th panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 4th panel-->
- <!-- 5th panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 5th panel-->
- <!-- 6th panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 6th panel-->
- <tr><!--end second column-->
- <!-- 3rd column-->
- <!-- 7th panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 7th panel-->
- <!-- 8th panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 8th panel-->
- <!-- 8th panel -->
- <td><div class="panel">
- <div class="poster">
- <div class="info">
- <!-- name/title-->
- <div class="name"> Name </div>
- <!--- description -->
- add description <br>
- <a href=""> link </a>
- </div>
- <!-- end info -->
- <!-- image url -->
- <img width="120px" src="http://i64.tinypic.com/6z82h0.jpg">
- </div>
- <!--End poster-->
- </div></td>
- <!--end 9th panel-->
- <!-- end third column-->
- <!-- to add more columns: 1) add <tr> under <!-- end third column--"> 2) copy everything from <!-- 3rd column--> <!-- end third column--"> 3) paste it under <tr>
- -->
- </table>
- </div>
- <!--End containerin-->
- </div>
- <!--End container-->
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page JOKER by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement