Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!-- THEME MADE BY BREQ --
- @justiceofbreq-t.tumblr.com
- --------------------------
- Page 01: beastly --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <!-- enter browser title here, it can be different or you can leave it the same --><title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <!-- scripts -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
- <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>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!--you can customize colors where it says "background-color", "color" or "font color". You can use hex codes (ex. #fff to get solid white) or rgba codes (ex. rgba(0, 0, 0, .4) to get black at .4 opacity) -->
- <!--for images, just place your url where it says "IMAGE URL HERE" -->
- <style>
- /*customize scrollbar */
- ::-webkit-scrollbar {
- width: 1px;
- height: 1px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #5f9ea0;
- }
- ::-webkit-scrollbar-thumb:active {
- background: #000033;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 50px;
- }
- ::-webkit-scrollbar-track:hover {
- background: #000;
- }
- ::-webkit-scrollbar-track:active {
- background: #333333;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:#000;/*change background color here*/
- background-image:url('IMAGE URL HERE'); /* ignore that the image doesn't look like it covers the screen, it will once you exit out of the editor */
- background-position:top left;
- background-size:cover;
- background-repeat:no-repeat;
- padding:0px;
- margin:0px;
- font-family: garamond;/*change body font family here */
- font-size:11px;/*change body font size here */
- color:#eee;/*change body font color here */
- }
- /*style italics */
- i, em {
- color:#ffffcc;
- }
- /*style bold */
- b {
- color:#823826;
- text-transform:uppercase;
- }
- /*style list type which goes between <ul></ul>*/
- ul {
- list-style-type:lower-roman;
- }
- /*style links */
- a {
- color:#336699;/*body link color */
- text-decoration:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:#33ffcc;/*body link hover color */
- }
- /*style blockquotes */
- blockquote {
- border-left:5px solid #fff;
- padding-left:5px;
- }
- /*customize header*/
- header {
- display:block;
- background-color:transparent; /*customize header bg*/
- text-align:center;
- height:100px;
- margin-top:105px;
- margin-left:400px;
- width:590px;
- }
- /*customize title */
- .title {
- display:inline-block;
- font-family: 'Meddon', cursive;/*change title font here */
- color:#000033; /*customize title color */
- font-size:40px;/*change title font size here */
- margin-top:10px;
- text-shadow:0px 3px 5px #a9a9a9; /*customize text shadow */
- }
- /* style nav links + container */
- menu {
- background:#1d2b33;/*change menu bar color here*/
- margin-left:400px;
- margin-top:379px;
- width:590px;
- padding:5px;
- text-align:center;
- font-size:11px;/*change nav link font size here */
- font-weight:700;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- /*if using font-awesome icons, change color of link text here, otherwise ignore this*/
- menu i {
- color:#823826;
- }
- menu a {
- color:#823826;/*change color of link text here*/
- margin:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- menu a:hover {
- background:#a9a9a9;/*change color of link hover bg here*/
- color:#f0f8ff;/*change color of link hover text here*/
- margin:0px;
- padding:5px;
- padding-left:20px;
- padding-right:20px;
- }
- /*tooltip styling*/
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px; /* you can add in a border radius here for curved corners if you like */
- padding:1px; /* space around the text */
- margin:5px 10px 5px 0px; /* positioning of your hover info in relation to the link */
- color:{color:body}; /* text color */
- font-family: 'Raleway', sans-serif;
- font-size:10px; /* font size of your hover info */
- background:transparent; /* change the background color of your hover info */
- z-index:99999;}
- /*main character image - the one on the right */
- #sidebar {
- position:absolute;
- background-image:url('IMAGE URL HERE');/*make sure height is 390px*/
- background-size:cover;
- background-position:left;
- background-repeat:no-repeat;
- text-align:center;
- width:250px;
- height:389px;
- top:10px;
- right:15px;
- overflow:hidden;
- }
- /*icon that shows on hover */
- #portrait {
- width:100px;
- height:100px;
- margin-top:20px;
- margin-right:auto;
- margin-left:auto;
- border-radius:50%;
- border:1px solid rgba(169,169,169,.7);
- opacity:0;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #portrait img {
- position:relative;
- width:90px;
- height:90px;
- border-radius:50%;
- margin-top:5px;
- margin-right:auto;
- margin-left:auto;
- }
- #sidebar:hover #portrait {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*description that shows on hover, called "profile" */
- #profile {
- position:relative;
- background:transparent;
- padding:5px;
- text-align:left;
- font size: 10px;/*change profile font size here */
- width:150px;
- height:200px;
- margin-top:10px;
- margin-right:auto;
- margin-left:auto;
- opacity:0;
- border-top:1px solid rgba(169,169,169,.7);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #profile b {
- color:rgba(169,169,169,.7);/*change profile bold font color here */
- text-transform:uppercase;
- }
- #sidebar:hover #profile {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*entire container styling*/
- #container1 {
- position:absolute;
- left:400px;
- height:410px;
- width:600px;
- top:175px;
- background:#171f23;/*change entire container background color here */
- }
- /* description container */
- #container {
- position:absolute;
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- right:275px;
- width:300px;
- background:#1d2b33;/*change description background here */
- }
- /* blog's description style */
- .description {
- padding:10px;
- display:block;
- width:280px;
- height:330px;
- text-align:center;
- background:transparent;
- color:#eee;/*change description font color here */
- font-size:11px;/*change description font size here */
- overflow:scroll;
- margin-right:auto;
- margin-left:auto;
- margin-bottom:10px;
- }
- /* title and header styling */
- h2 {
- font-family: 'Satisfy', cursive;/*change description title font family here */
- font-size:20px;/*change description title font size here */
- font-weight:700;
- margin:0px 0px 10px 0px;
- color:#5f9ea0;/*change description title font color here */
- text-align:center;
- text-transform:lowercase;
- }
- /*customize your verses container*/
- #vcontainer {
- position:absolute;
- top:10px;
- right:600px;
- width:150px;
- max-height:360px;
- padding-bottom:10px;
- overflow:scroll;
- background:transparent;
- }
- /*VERSE ICONS*/
- /*start of verse1 copy from here*/
- #vimage1 {
- display:block;
- width:110px;
- height:110px;
- margin-top:10px;
- margin-right:auto;
- margin-left:auto;
- border-radius:50%;
- background:#171f23;/*customize background color*/
- border:1px solid #171f23; /*customize verse image outer border*/
- }
- #vimage1 img {
- position:relative;
- top:5px;
- margin-left:5px;
- border-radius:50%;
- width:100px;
- height:100px;
- opacity:.5;/*customize image opacity from 0 to 1*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #vimage1 img:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*end copy here*/
- /*start of verse2 copy from here*/
- #vimage2 {
- position:relative;
- display:block;
- width:110px;
- height:110px;
- margin-top:10px;
- margin-right:auto;
- margin-left:auto;
- border-radius:50%;/*delete this if you want square images*/
- background:#171f23;/*customize background color*/
- border:1px solid #171f23; /*customize verse image outer border*/
- }
- #vimage2 img {
- position:relative;
- top:5px;
- margin-left:5px;
- border-radius:50%;/*delete this if you want square images*/
- width:100px;
- height:100px;
- opacity:.5;/*customize image opacity from 0 to 1*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #vimage2 img:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*end copy here*/
- /*start of verse3 copy from here*/
- #vimage3 {
- position:relative;
- display:block;
- width:110px;
- height:110px;
- margin-top:10px;
- margin-right:auto;
- margin-left:auto;
- border-radius:50%;/*delete this if you want square images*/
- background:#171f23;/*customize background color*/
- border:1px solid #171f23; /*customize verse image outer border*/
- }
- #vimage3 img {
- position:relative;
- top:5px;
- margin-left:5px;
- border-radius:50%;/*delete this if you want square images*/
- width:100px;
- height:100px;
- opacity:.5;/*customize image opacity from 0 to 1*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #vimage3 img:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*end copy here*/
- /*start of verse4 copy from here*/
- #vimage4 {
- position:relative;
- display:block;
- width:110px;
- height:110px;
- margin-top:10px;
- margin-right:auto;
- margin-left:auto;
- border-radius:50%;/*delete this if you want square images*/
- background:#171f23;/*customize background color*/
- border:1px solid #171f23; /*customize verse image outer border*/
- }
- #vimage4 img {
- position:relative;
- top:5px;
- margin-left:5px;
- border-radius:50%;/*delete this if you want square images*/
- width:100px;
- height:100px;
- opacity:.5;/*customize image opacity from 0 to 1*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #vimage4 img:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*end copy here*/
- /*start of verse5 copy from here*/
- #vimage5 {
- position:relative;
- display:block;
- width:110px;
- height:110px;
- margin-top:10px;
- margin-right:auto;
- margin-left:auto;
- border-radius:50%;/*delete this if you want square images*/
- background:#171f23;/*customize background color*/
- border:1px solid #171f23; /*customize verse image outer border*/
- }
- #vimage5 img {
- position:relative;
- top:5px;
- margin-left:5px;
- border-radius:50%;/*delete this if you want square images*/
- width:100px;
- height:100px;
- opacity:.5;/*customize image opacity from 0 to 1*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #vimage5 img:hover {
- opacity:1;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- /*end copy here*/
- /*if you want more verses, just copy paste from "start here" to "end copy here" and make sure to change all "vimage5" to "vimage6", "vimage7", etc.*/
- /*customize popups*/
- .popup_block{
- display:none;
- background:#000;/*change popup background color here*/
- padding:20px;
- float:left;
- position:fixed;
- top:50%;
- left:50%;
- overflow:scroll;
- z-index: 99999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- /* footer quote style */
- footer {
- background:rgba(169,169,169,.7);/*change quote background color here*/
- font-family: 'Allura', cursive;/*change quote font family here*/
- font-size:15px;/*change quote font size here*/
- padding:5px;
- text-align:center;
- color:#003366;/*change quote font color here*/
- display:block;
- width:290px;
- margin:0px;
- }
- </style>
- <body>
- <!-- header -->
- <header>
- <center> <!--instert character name below -->
- <div class="title">Character Name</div>
- </center>
- </header>
- <!-- nav links -->
- <!--these are set up using font-awesome icons. if you want text instead of icons, replace from <i class... to </i> with the link title -->
- <menu>
- <a href="/" title="home"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>
- <a href="/ask" title="ask"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>
- <a href="/archive" title="archive"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>
- <a href="/mobile" title="mobile"><i class="fa fa-dot-circle-o" aria-hidden="true"></i></a>
- <!-- for more links, copy from "block:iflink1" to "/block:iflink1" including the parentheses and remember to change "iflink4" to "iflink5" or "iflink6" etc. so the order lines up with your links -->
- <!-- if using font-awesome icons, copy paste this link into your browser: http://fontawesome.io/icons/ and follow instructions to get the code and put in where it says "FF ICON OR LINK TITLE"-->
- <!-- tooltips, change title="title" for each link to suit your fancy. this is the text that shows up when you hover over a link -->
- {block:iflink1}<a href="/" title="title">FF ICON OR LINK TITLE</a>{/block:iflink1}
- {block:iflink2}<a href="/" title="title">FF ICON OR LINK TITLE</a>{/block:iflink2}
- {block:iflink3}<a href="/" title="title">FF ICON OR LINK TITLE</a></a>{/block:iflink3}
- {block:iflink4}<a href="/" title="title">FF ICON OR LINK TITLE</a>{/block:iflink4}
- <!-- DON'T REMOVE the link below, it's my credit! -->
- <a href="http://www.justiceofbreq-t.tumblr.com/"><i class="fa fa-cog" aria-hidden="true"></i></a>
- <!--really important, don't remove! Follow the rules please! -->
- </menu>
- <div id="container1">
- <div id="sidebar">
- <!--portrait icon on the right, put image url where it says IMAGE URL HERE -->
- <div id="portrait"><img src="IMAGE URL HERE"></div>
- <!--description on the left, called "profile", that shows on hover -->
- <div id="profile">
- CONTENT
- CONTENT
- CONTENT
- </div></div>
- <!--end left description, called "profile" -->
- <!--verses -->
- <div id="vcontainer">
- <!--remember the containers are set to 100x100 max so just keep the same ratio in your image sizes and you should be good (i.e. 50x50, 200x200, etc) -->
- <!-- if you want more verses, copy from "start copy here" to "end copy here" AND put image urls where it says IMAGE URL HERE.
- NOTE:
- 1. remember to change "vimage5" to "vimage6", "vimage7" etc. so the order lines up with your css div id above
- 2. remember to change rel="box5" to rel="box6" or rel="box7" etc. so the order lines up with your box content below-->
- <!-- start copy here -->
- <div id="vimage1"><a href="#?w=600" rel="box1" class="poplight"><img src="IMAGE URL HERE"></a></div>
- <!-- end copy here -->
- <!-- start copy here -->
- <div id="vimage2"><a href="#?w=600" rel="box2" class="poplight"><img src="IMAGE URL HERE"></a></div>
- <!-- end copy here -->
- <!-- start copy here -->
- <div id="vimage3"><a href="#?w=600" rel="box3" class="poplight"><img src="IMAGE URL HERE"></a></div>
- <!-- end copy here -->
- <!-- start copy here -->
- <div id="vimage4"><a href="#?w=600" rel="box4" class="poplight"><img src="IMAGE URL HERE"></a></div>
- <!-- end copy here -->
- <!-- start copy here -->
- <div id="vimage5"><a href="#?w=600" rel="box5" class="poplight"><img src="IMAGE URL HERE"></a></div>
- <!-- end copy here -->
- </div>
- <!-- content container -->
- <div id="container">
- <!-- character description, in the center, this scrolls so don't worry about writing too much -->
- <div class="description">
- <h2>ABOUT</h2><!--you can change the title here -->
- <p>CONTENT CONTENT CONTENT</p>
- </div>
- <!-- posts container ends -->
- <!-- footer -->
- <footer><!-- put your quote here. leave the quotation marks if you want the big ones like in the preview -->
- ❝ Quotey puh-totey. Words that make a quote.❞
- </footer>
- </div>
- </body>
- <!-- verse info -->
- <!-- NOTE: if you want more verses, don't forget to change <div id="box5" to <div id="box6" or <div id="box7" etc. so it lines up with the order of your verse image links -->
- <!--copy from here, this is the beginning of the popup for verse 1 -->
- <div id="box1" class="popup_block">
- <h2>VERSE TITLE</h2><!-- put the title of your verse here -->
- <!-- begin content here --><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- <!-- here is an example of bullet lists -->
- <ul>
- <li>Lorem ipsum dolor sit amet.</li>
- <li>Consectetuer adipiscing elit.</li>
- <li>Nam at tortor quis ipsum tempor aliquet.</li>
- </ul>
- <!-- more content -->
- <p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</p>
- <!-- example of blockquote -->
- <blockquote>Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.</blockquote>
- <!-- more content -->
- <p>Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.</p>
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--end copy here -->
- <!--copy from here, this is the beginning of the popup for verse 2 -->
- <div id="box2" class="popup_block">
- <h2>VERSE TITLE</h2>
- CONTENT
- CONTENT
- CONTENT
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--end copy here -->
- <!--copy from here, this is the beginning of the popup for verse 3 -->
- <div id="box3" class="popup_block">
- <h2>VERSE TITLE</h2>
- CONTENT
- CONTENT
- CONTENT
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--end copy here -->
- <!--copy from here, this is the beginning of the popup for verse 4 -->
- <div id="box4" class="popup_block">
- <h2>VERSE TITLE</h2>
- CONTENT
- CONTENT
- CONTENT
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--end copy here -->
- <!--copy from here, this is the beginning of the popup for verse 5 -->
- <div id="box5" class="popup_block">
- <h2>VERSE TITLE</h2>
- CONTENT
- CONTENT
- CONTENT
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--end copy here -->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment