Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- ©borntobewildcodes.tumblr.com | BATWOMAN (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:
- - Avatar: DC Universe
- - 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('https://38.media.tumblr.com/a7672b6079758fc7779c088fd11537db/tumblr_ne0phqUbPj1secvrho3_250.png');
- 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: #000;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #000;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #eee;
- border: 4px solid #000;
- }
- /* 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;
- }
- /*-- SIDEBAR --*/
- #sidebar{
- position:fixed;
- top:0px;
- left:0px;
- width:250px;
- height:100%;
- text-align:center;
- border-right:1px solid #888;
- background-color:#000;
- opacity:0.9;
- z-index: 300;
- }
- #sidebarin{
- position:fixed;
- top:50%;
- left:0px;
- width:250px;
- -webkit-transform:translateY(-50%);
- -moz-transform:translateY(-50%);
- -ms-transform:translateY(-50%);
- transform:translateY(-50%);
- }
- #avatar img{
- margin-top:35px;
- border: 5px double #888;
- width: 150px;
- }
- #description{
- margin-top:10px;
- margin-left:45px;
- width:160px;
- font-family:Marvel;
- font-size:14px;
- color: #eee;
- line-height:20px;
- text-align:justify;
- }
- /*-- Icons-- */
- #icons {
- margin-top:10px;
- margin-left:45px;
- width:160px;
- height:28px;
- border:1px solid #888;
- border-right:1px solid transparent;
- text-align:left;
- overflow:hidden;
- }
- #icons i {
- display:inline-block;
- height:18px;
- margin:0px;
- margin-left:-2px;
- margin-right:-1px;
- padding:5px 9px;
- color: #eee;
- font-size:16px;
- border-right:1px solid #888;
- background:#A32035;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #icons i:hover {
- color:#000;
- background:#fff;
- }
- /*-- CONTAINER --*/
- #container {
- margin-left:260px;
- margin-right:auto;
- margin-top:40px;
- width:740px;
- }
- /* Blog title */
- #blogtitle {
- margin-top:0px;
- margin-left:50px;
- width:592px;
- padding:15px 10px;
- font-family:'Great Vibes';
- font-size:30px;
- text-align:center;
- color:#eee;
- background:#A32035;
- border:1px solid #888;
- }
- /*-- TABLE --*/
- #grouptitle {
- padding:7px 5px;
- text-align:center;
- font-family:'Great Vibes';
- color:#eee;
- font-size:16px;
- width:160px;
- margin-left:50px;
- margin-top:50px;
- border-left:1px solid #888;
- border-right:1px solid #888;
- border-top:1px solid #888;
- background:#A32035;
- }
- /* Table links */
- #grouplinks {
- width:160px;
- margin-top:0px;
- padding:5px;
- padding-bottom:4px;
- margin-left:50px;
- border:1px solid #888;
- background:#000;
- opacity:0.9;
- }
- #grouplinks a {
- display:block;
- margin-bottom:2px;
- color: #eee;
- font-family:Marvel;
- font-size:15px;
- padding:5px;
- text-align:center;
- text-transform:lowercase;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #grouplinks a:hover {
- background:#eee;
- color:#000;
- }
- /*-- 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|Marvel|Poiret+One|Montez|Montez" 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="http://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="sidebar">
- <div id="sidebarin">
- <div id="avatar"> <!-- Change avatar -->
- <img src="http://25.media.tumblr.com/ef0f1f42af17f265ebe95059d1e64b89/tumblr_mtv4bvqv8b1st1i11o2_250.png">
- </div>
- <!--End avatar-->
- <div id="description">
- Lorem ipsum <b>dolor</b> sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut <i>labore</i> et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris <u>nisi</u>.
- </div>
- <!--End description-->
- <div id="icons">
- <a href="/" Title="Index"><i class="fa fa-home fa"></i></a>
- <a href="/ask" Title="Message"><i class="fa fa-envelope fa-o"></i></a>
- <a href="/submit" Title="Submit"><i class="fa fa-pencil fa"></i></a>
- <a href="/archive" Title="Archive"><i class="fa fa-history fa"></i></a>
- <a href="https://www.tumblr.com/dashboard" Title="Dashboard"><i class="fa fa-tumblr fa"></i></a>
- </div>
- <!--End icons-->
- </div>
- <!--End sidebarin-->
- </div>
- <!--End sidebar-->
- <div id="container">
- <div id="blogtitle">Masterlist</div>
- <div style="margin-left:0px;">
- <table id="all" border="0" cellpadding="0" cellspacing="0">
- <td>
- <div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div>
- <!--End grouplinks-->
- </td>
- <!--End box-->
- <td>
- <div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div>
- <!--End grouplinks-->
- </td>
- <!--End box-->
- <td>
- <div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div>
- <!--End grouplinks-->
- </td>
- <!--End box-->
- <tr> <!--New row-->
- <td>
- <div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div>
- <!--End grouplinks-->
- </td>
- <!--End box-->
- <td>
- <div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div>
- <!--End grouplinks-->
- </td>
- <!--End box-->
- <td>
- <div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div>
- <!--End grouplinks-->
- </td>
- <!--End box-->
- <tr> <!--New row-->
- <!-- to add a new row copy/paste the following:
- <td><div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div></td>
- <td><div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div></td>
- <td><div id="grouptitle"><big>Group</div>
- <div id="grouplinks">
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div></td>
- <tr>
- under this comment and before </table> -->
- </table>
- </div>
- </div>
- <!--End container-->
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page BATWOMAN by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement