Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!---------------
- X.I ALESSIO by DOMINICWRITES
- Rules and Regulations:
- #1: Please DO NOT commit thievery and steal this theme/page. I've worked hard on it, so I'd appreciate if you didn't.
- #2: DO NOT redistribute this theme/page, claiming it as your own design, nor shall you merge this with another theme and redistribute regardless of crediting the theme/page makers.
- #3: You can customize to your liking!
- #4: Please don't remove the credit. The more people like/reblog my stuff, the more motivated I'll be to create more.
- Credits:
- All fonts - Google Fonts
- All images - Google Images
- All Javascript codes go to their respective creators.
- FEATURES
- - Masonry coding for the 3 box sizes.
- - Smooth page scrolling
- - Four links
- - Header (840x200)
- - Box 1
- - Portrait (235x235)
- - Biography
- - 5 Default links
- - Stats Section
- - Box 2
- - Portrait (480x235)
- - Box 3
- - Portrait (235x480)
- ---------------->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>{Title}</title>
- <meta charset="utf-8">
- <meta name="description" content="{MetaDescription}" />
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <!-- FONT SCRIPT CODES -->
- <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300' rel='stylesheet' type='text/css'>
- <!-- JAVASCRIPT CODES -->
- <script type="text/javascript">
- $(function() {
- $('a[href*=#]:not([href=#])').click(function() {
- if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
- var target = $(this.hash);
- target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
- if (target.length) {
- $('html,body').animate({
- scrollTop: target.offset().top
- }, 1000);
- return false;
- }
- }
- });
- });
- </script>
- <!-- JAVASCRIPT CODES -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(function(){
- var $container = $('#boxes');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.box',
- });
- });
- $container.infinitescroll({
- itemSelector : ".box",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <style type="text/css">
- body {
- margin: 0px;
- padding: 0px;
- width: 100%;
- height: 100%;
- list-style: none;
- background-color: #FFFFFF;
- background-image:url('http://static.tumblr.com/kamm2qy/U12o4483q/crossword.png');
- font-family: 'Roboto', sans-serif;
- font-weight: 300;
- font-size: 10px;
- color: #877b76;
- }
- a {
- text-decoration: none;
- color: #0195ab;
- }
- b,i,strong,em {
- color: #cbd165;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #e1a5a3;
- height: 10px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: #e1a5a3;
- height: 7px!important;
- }
- ::-webkit-scrollbar {
- background-color: transparent;
- height: px;
- width: 0px;
- }
- container {
- width: 100%;
- height: 100%;
- }
- #books {
- width: 800px;
- height: auto;
- padding: 20px;
- margin-bottom: 80px;
- background-color: #FFFFFF;
- margin: auto;
- }
- /* HEADER */
- .header {
- display: table;
- width: 840px;
- height: 200px;
- margin-left: -20px;
- margin-top: -20px;
- background-color: #FFFFFF;
- background-size: cover;
- vertical-align: middle;
- display: block;
- text-align: center;
- }
- .header .title {
- display: table-cell;
- vertical-align: middle;
- text-align: center;
- width: 840px;
- height: 200px;
- font-family: 'Playfair Display';
- font-size: 24px;
- color: #eeeeee;
- text-transform: uppercase;
- text-shadow: 0px 0px 3px #202020;
- }
- .links {
- display: block;
- padding: 10px 0px;
- text-align: center;
- background-color: #FA6900;
- margin-left: -20px;
- width: 840px;
- }
- .links a {
- font-family: 'Source Sans Pro';
- font-weight: 700;
- font-size: 10px;
- text-transform: uppercase;
- color: #FFFFFF;
- margin: 0px 10px;
- }
- /* BOXES */
- #boxes {
- display: block;
- width: 743px;
- height: auto;
- padding: 0px;
- background-color: transparent;
- margin: auto;
- margin-top: 40px;
- margin-bottom: 80px;
- }
- .box {
- width: 235px;
- height: 235px;
- background-color: #dddddd;
- display: inline-block;
- margin: 5px;
- display: table;
- }
- /* BOX ONE */
- #box1 {
- background-size: cover;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box1 .name {
- margin: 10px;
- height: 200px;
- height: 200px;
- text-align: center;
- display: table-cell;
- vertical-align: middle;
- }
- .name .thisname {
- padding: 15px;
- border: 2px solid #FFFFFF;
- width: 150px;
- margin: auto;
- vertical-align: middle;
- font-family: 'Playfair Display';
- font-weight: 700;
- font-size: 14px;
- color: #FFFFFF;
- text-shadow: 0px 0px 10px #202020;
- text-transform: uppercase;
- opacity: 1;
- }
- #box1 .bio {
- position: absolute;
- background-color: #FFFFFF;
- opacity: 0;
- width: 195px;
- height: 195px;
- overflow: auto;
- padding: 20px;
- z-index: 3;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box1:hover .bio {
- opacity: 1;
- background:rgba(255,255,255,0.8);
- }
- #box1:hover .thisname {
- opacity: 0;
- }
- #box1 .thatname {
- font-family: 'PLayfair Display';
- font-weight: 700;
- font-size: 16px;
- color: #F38630;
- text-align: center;
- text-transform: uppercase;
- margin-top: 10px;
- padding-bottom: 10px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box1:hover .thatname {
- margin-top: 0px;
- }
- #box1 .quote {
- font-family: 'Libre Baskerville';
- font-weight: 700;
- font-size: 10px;
- font-style: italic;
- color: #202020;
- text-align: center;
- padding-bottom: 10px;
- border-bottom: 1px solid #E0E4CC;
- margin-bottom: 20px;
- letter-spacing: 1px;
- line-height: 90%;
- }
- #box1 .about {
- font-family: 'Source Sans Pro';
- font-size: 10px;
- font-weight: 400;
- color: #202020;
- padding-bottom: 20px;
- border-bottom: 1px solid #E0E4CC;
- text-align: left;
- }
- #box1 .stats {
- display: block;
- margin-bottom: 20px;
- margin-top: 20px;
- }
- #box1 .section {
- display: block;
- margin-bottom: 5px;
- padding: 5px;
- background-color: #FFFFFF;
- font-family: 'Playfair Display';
- font-size: 10px;
- font-weight: 700;
- text-transform: lowercase;
- font-style: italic;
- color: #69D2E7;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box1 .section:hover {
- background-color: #69D2E7;
- color: #FFFFFF;
- }
- #box1 .innerlink {
- display: block;
- margin-bottom: 20px;
- }
- #box1 .innerlink a {
- display: block;
- margin: 5px 0px;
- border-left: 10px solid #FA6900;
- padding: 0px 5px;
- text-align: left;
- font-family: 'Source Sans Pro';
- font-size: 8px;
- font-weight: 700;
- text-transform: uppercase;
- color: #202020;
- background-color: transparent;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box1 .innerlink a:hover {
- color: #A7DBD8;
- border-left: 10px solid #E0E4CC;
- }
- /* BOX TWO */
- #box2 {
- width: 480px;
- height: 235px;
- }
- #box2 .bio {
- position: absolute;
- background-color: #FFFFFF;
- opacity: 0;
- width: 440px;
- height: 195px;
- overflow: auto;
- padding: 20px;
- z-index: 3;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box2:hover .bio {
- opacity: 1;
- background:rgba(255,255,255,0.8);
- }
- #box2:hover .name {
- opacity: 0;
- }
- #box2 .name {
- width: 480px;
- height: 235px;
- text-align: center;
- display: table-cell;
- vertical-align: middle;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box2 .thisname {
- padding: 15px;
- border: 2px solid #FFFFFF;
- width: 150px;
- margin: auto;
- vertical-align: middle;
- font-family: 'Playfair Display';
- font-weight: 700;
- font-size: 14px;
- color: #FFFFFF;
- text-shadow: 0px 0px 10px #202020;
- text-transform: uppercase;
- opacity: 1;
- }
- #box2 .bioleft {
- float: left;
- display: inline-block;
- width: 210px;
- height: 200px;
- margin-right: 7px;
- }
- #box2 .bioright {
- display: inline-block;
- width: 210px;
- height: 200px;
- margin-left: 7px;
- }
- #box2 .about {
- font-family: 'Source Sans Pro';
- font-size: 10px;
- font-weight: 400;
- color: #202020;
- padding-bottom: 20px;
- border-bottom: 1px solid #E0E4CC;
- text-align: left;
- }
- #box2 .thatname {
- font-family: 'PLayfair Display';
- font-weight: 700;
- font-size: 16px;
- color: #F38630;
- text-align: center;
- text-transform: uppercase;
- margin-top: 10px;
- padding-bottom: 10px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box2:hover .thatname {
- margin-top: 0px;
- }
- #box2 .quote {
- font-family: 'Libre Baskerville';
- font-weight: 700;
- font-size: 10px;
- font-style: italic;
- color: #202020;
- text-align: center;
- padding-bottom: 10px;
- border-bottom: 1px solid #E0E4CC;
- margin-bottom: 20px;
- letter-spacing: 1px;
- line-height: 90%;
- }
- #box2 .stats {
- display: block;
- margin-bottom: 20px;
- margin-top: 20px;
- }
- #box2 .section {
- display: block;
- margin-bottom: 5px;
- padding: 5px;
- background-color: #FFFFFF;
- font-family: 'Playfair Display';
- font-size: 10px;
- font-weight: 700;
- text-transform: lowercase;
- font-style: italic;
- color: #69D2E7;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box2 .section:hover {
- background-color: #69D2E7;
- color: #FFFFFF;
- }
- #box2 .innerlink {
- display: block;
- margin-bottom: 20px;
- }
- #box2 .innerlink a {
- display: block;
- margin: 5px 0px;
- border-left: 10px solid #FA6900;
- padding: 0px 5px;
- text-align: left;
- font-family: 'Source Sans Pro';
- font-size: 8px;
- font-weight: 700;
- text-transform: uppercase;
- color: #202020;
- background-color: transparent;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box2 .innerlink a:hover {
- color: #A7DBD8;
- border-left: 10px solid #E0E4CC;
- }
- /* BOOK THREE */
- #box3 {
- width: 235px;
- height: 480px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box3 .name {
- /*
- -ms-transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- */
- width: 235px;
- height: 480px;
- text-align: center;
- display: table-cell;
- vertical-align: middle;
- opacity: 1;
- }
- #box3 .thisname3 {
- padding: 15px;
- border: 2px solid #FFFFFF;
- width: 120px;
- margin: auto;
- vertical-align: middle;
- font-family: 'Playfair Display';
- font-weight: 700;
- font-size: 14px;
- color: #FFFFFF;
- text-shadow: 0px 0px 10px #202020;
- text-transform: uppercase;
- }
- #box3:hover .name {
- opacity: 0;
- }
- #box3 .bio {
- position: absolute;
- background-color: #FFFFFF;
- opacity: 0;
- width: 195px;
- height: 440px;
- overflow: auto;
- padding: 20px;
- z-index: 3;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box3:hover .bio {
- opacity: 1;
- background:rgba(255,255,255,0.8);
- }
- #box3 .about {
- font-family: 'Source Sans Pro';
- font-size: 10px;
- font-weight: 400;
- color: #202020;
- padding-bottom: 20px;
- border-bottom: 1px solid #E0E4CC;
- text-align: left;
- }
- #box3 .thatname {
- font-family: 'PLayfair Display';
- font-weight: 700;
- font-size: 16px;
- color: #F38630;
- text-align: center;
- text-transform: uppercase;
- margin-top: 10px;
- padding-bottom: 10px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box3:hover .thatname {
- margin-top: 0px;
- }
- #box3 .quote {
- font-family: 'Libre Baskerville';
- font-weight: 700;
- font-size: 10px;
- font-style: italic;
- color: #202020;
- text-align: center;
- padding-bottom: 10px;
- border-bottom: 1px solid #E0E4CC;
- margin-bottom: 20px;
- letter-spacing: 1px;
- line-height: 90%;
- }
- #box3 .stats {
- display: block;
- margin-bottom: 20px;
- margin-top: 20px;
- }
- #box3 .section {
- display: block;
- margin-bottom: 5px;
- padding: 5px;
- background-color: #FFFFFF;
- font-family: 'Playfair Display';
- font-size: 10px;
- font-weight: 700;
- text-transform: lowercase;
- font-style: italic;
- color: #69D2E7;
- text-align: center;
- letter-spacing: 1px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box3 .section:hover {
- background-color: #69D2E7;
- color: #FFFFFF;
- }
- #box3 .innerlink {
- display: block;
- margin-bottom: 20px;
- }
- #box3 .innerlink a {
- display: block;
- margin: 5px 0px;
- border-left: 10px solid #FA6900;
- padding: 0px 5px;
- text-align: left;
- font-family: 'Source Sans Pro';
- font-size: 8px;
- font-weight: 700;
- text-transform: uppercase;
- color: #202020;
- background-color: transparent;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #box3 .innerlink a:hover {
- color: #A7DBD8;
- border-left: 10px solid #E0E4CC;
- }
- </style>
- <body>
- <container>
- <div id="books">
- <!-- HEADER -->
- <div class="header" style="background-image: url('HEADER URL');">
- <div class="title">My Deviants</div>
- </div>
- <div class="links">
- <a href="#">Link one</a>
- <a href="#">Link two</a>
- <a href="#">Link three</a>
- <a href="#">Link four</a>
- <a href="http://dominicwrites.tumblr.com">theme</a>
- </div>
- <!-- BOX CONTAINER -->
- <div id="boxes">
- <!-- BOX ONE-->
- <div class="box" id="box1" style="background-image:url('BOX 1 IMAGE URL');">
- <div class="bio">
- <div class="thatname">INSIDE NAME</div>
- <div class="quote">
- ❝
- QUOTE HERE
- ❞
- </div>
- <div class="about">
- BIO HERE
- </div>
- <div class="stats">
- <div class="section">Twenty-five</div>
- <div class="section">Human</div>
- <div class="section">Venice, Italy</div>
- <div class="section">Shiplocked</div>
- <div class="section">Single-verse</div>
- </div>
- <div class="innerlink">
- <a href="#">character post</a>
- <a href="#">inspiration</a>
- <a href="#">portraits</a>
- <a href="#">opposite</a>
- <a href="#">verse</a>
- </div>
- </div>
- <div class="name"><div class="thisname">OUTSIDE NAME</div></div>
- </div>
- <!-- BOX ONE -->
- <div class="box" id="box1" style="background-image:url('BOX 1 IMAGE URL');">
- <div class="bio">
- <div class="thatname">INSIDE NAME</div>
- <div class="quote">
- ❝
- QUOTE HERE
- ❞
- </div>
- <div class="about">
- BIO HERE
- </div>
- <div class="stats">
- <div class="section">Twenty-five</div>
- <div class="section">Human</div>
- <div class="section">Venice, Italy</div>
- <div class="section">Shiplocked</div>
- <div class="section">Single-verse</div>
- </div>
- <div class="innerlink">
- <a href="#">character post</a>
- <a href="#">inspiration</a>
- <a href="#">portraits</a>
- <a href="#">opposite</a>
- <a href="#">verse</a>
- </div>
- </div>
- <div class="name"><div class="thisname">OUTSIDE NAME</div></div>
- </div>
- <!-- BOX TWO -->
- <div class="box" id="box2" style="background-image:url('BOX 2 IMAGE URL');">
- <div class="bio">
- <div class="thatname">INSIDE NAME</div>
- <div class="bioleft">
- <div class="quote">
- ❝
- QUOTE HERE
- ❞
- </div>
- <div class="stats">
- <div class="section">Twenty-five</div>
- <div class="section">Human</div>
- <div class="section">Venice, Italy</div>
- <div class="section">Shiplocked</div>
- <div class="section">Single-verse</div>
- </div>
- <div class="innerlink">
- <a href="#">character post</a>
- <a href="#">inspiration</a>
- <a href="#">portraits</a>
- <a href="#">opposite</a>
- <a href="#">verse</a>
- </div>
- </div>
- <div class="bioright">
- <div class="about">
- BIO HERE
- </div>
- </div>
- </div>
- <div class="name"><div class="thisname">OUTSIDE NAME</div></div>
- </div>
- <!-- BOX THREE -->
- <div class="box" id="box3" style="background-image:url('BOX 3 IMAGE URL');">
- <div class="bio">
- <div class="thatname">INSIDE NAME</div>
- <div class="quote">
- ❝
- QUOTE HERE
- ❞
- </div>
- <div class="about">
- BIO HERE
- </div>
- <div class="stats">
- <div class="section">Twenty-five</div>
- <div class="section">Human</div>
- <div class="section">Venice, Italy</div>
- <div class="section">Shiplocked</div>
- <div class="section">Single-verse</div>
- </div>
- <div class="innerlink">
- <a href="#">character post</a>
- <a href="#">inspiration</a>
- <a href="#">portraits</a>
- <a href="#">opposite</a>
- <a href="#">verse</a>
- </div>
- </div>
- <div class="name"><div class="thisname3">OUTSIDE NAME</div></div>
- </div>
- <!-- ALL CODE MUST BE PASTED ABOVE THIS COMMENT!! -->
- </div>
- </div>
- </container>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment