Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--------------------------------------------
- tylergaciaposey's theme #standard to custom
- theme 212 TO CUSTOM LAYOUT
- http://tylergaciaposey.tumblr.com/
- PLEASE DO NOT,
- remove the credits; claim as your own; use as a base, take parts
- of the theme.
- YOU CAN:
- edit as much as you want for your own personal use only.
- CREDITS,
- shythemes:
- scrollbar style
- icon font by honeybee.suiomi.com
- --------------------------------------------->
- <!DOCTYPE html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <!----- google fonts ---->
- <link href="https://fonts.googleapis.com/css?family=Hind:400,700|Muli:400,400i,700,700i|Open+Sans:400,400i,700,700i|Poppins:400,400i,700,700i,900,900i|Lato:400,400i,700,700i|Roboto:400,400i,700,700i" rel="stylesheet">
- <!----- google fonts ---->
- <!----- icons ---->
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!----- icons ---->
- <!----- tooltip ---->
- <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>
- <!----- tooltip ---->
- <!----- script from the 'click for more' button ---->
- <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".hover_body").hide();
- $(".hover_head").click(function(){
- $(this).next(".hover_body").slideToggle('fast');
- }); }); </script>
- <!----- script from the 'click for more' button ---->
- <style type="text/css">
- /* scrollbar */
- ::-webkit-scrollbar {
- width:7px;
- height:7px;
- }
- ::-webkit-scrollbar {
- background-color: #FFFFFF;
- }
- ::-webkit-scrollbar-track {
- border:8px solid #FFFFFF;
- background-color: #FFFFFF;
- }
- ::-webkit-scrollbar-thumb {
- border:3px solid #FFFFFF;
- background-color:#EDEDED;
- min-height:24px;
- min-width:24px;
- }
- /* if you want images black and white, set the grayscale to 100% and if you want opacity, set opacity value to: 0.7 */
- img {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- opacity:1;
- }
- img:hover {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- /* tooltip */
- #s-m-t-tooltip {
- max-width:300px;
- margin-top:-30px;
- margin-left:-25px;
- letter-spacing:1px;
- text-align:center;
- padding:3px;
- background-color:#FFFFFFF;
- border-bottom:1px solid #efefef;
- z-index:999999;
- }
- .container {
- width:976px;
- margin:30px auto;
- outline:0px solid #F5F5F5;
- }
- /* custom font size, font family and color here */
- body {
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- color:#000000;
- font-size: 10.5px;
- font-family:'Roboto', Helvetica,Arial,sans-serif;
- word-wrap:break-word;
- margin:0;
- line-height:1.4em;
- background-color:#FFFFFF;
- background-image:url('');
- background-repeat: repeat;
- background-attachment: fixed;
- background-position:center;
- }
- /* custom links */
- a {
- color:#A7A7A7;
- text-decoration:none;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a:hover {
- color:#C1BAB9;
- text-decoration:none;
- }
- /* custom bold and italic */
- b, strong {
- font-weight:bold;
- color: #C3ABA6!important;
- }
- i, italic {
- color: #DACCC9;
- }
- /* PASTE THE CSS PART FROM STANDARD LAYOUT FROM HERE...... */
- /* maziekeen's theme 212
- css part */
- /* container wrapping everything */
- .layout-container {
- margin: 0 auto;
- max-width: 540px;
- min-width: 300px;
- line-height: 150%;
- box-sizing: border-box;
- text-align: left;
- }
- /* each profile box */
- .profile {
- margin-bottom: 25px;
- outline: 1px solid #f5f5f5; /* you'll have to change the color here, or delete this line if you don't want the border */
- }
- /* each row wrapping the first info,
- ex: 1 row: full name and main aliases, 2 row: birth year and species/gender */
- .profile-row {
- display: flex;
- justify-content: center;
- }
- /* each info individually (name and description), full name is an info, main aliases is an info, links is an info, birth year is an info */
- .profile-info {
- width: 100%;
- display: inline-block;
- margin: 5px 15px;
- }
- .profile-title {
- font-weight: bold;
- padding: 0 5px 0;
- display: block;
- text-transform: uppercase;
- }
- .profile-description {
- max-height: 200px;
- padding: 0 5px 0;
- display: inline-block;
- overflow: auto;
- }
- /* maziekeen's theme 212
- css part */
- /* PASTE THE CSS PART FROM STANDARD LAYOUT TO HERE !!!! */
- /* DO NOT REMOVE */
- .credito {
- position:fixed;
- right:5px;
- bottom:18px;
- text-transform:uppercase;
- text-align:center;
- padding:5px;
- background-color: #FFFFFF;
- border:1px solid #F5F5F5;
- border-bottom:3px solid #F5F5F5;
- border-right:2px solid #F5F5F5;
- }
- .credito .th {
- font-size:20px;
- }
- .credito a {
- text-decoration:none;
- color:#C3ABA6;
- padding:3px;
- background-color: #FFFFFF;
- font-style:normal;
- padding:3px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <!-- PASTE THE HTML PART FROM STANDARD LAYOUT FROM HERE.... --->
- <div class="museswrap">
- <!-- maziekeen's theme 212
- html part -->
- <div class="layout-container">
- <h1>Basics</h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">full name</div>
- <div class="profile-description">full name here</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">main aliases</div>
- <div class="profile-description">aliases here</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">birth year</div>
- <div class="profile-description">11 / 22 / 3333</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">age</div>
- <div class="profile-description">age here</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">pronouns</div>
- <div class="profile-description">pronouns here</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">sexual orientation</div>
- <div class="profile-description">Sexual Orientation</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">species/gender</div>
- <div class="profile-description">species and gender</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">zodiac sign</div>
- <div class="profile-description">zodiac sign</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">connections</div>
- <div class="profile-description">You can add a huge text, or add <a href="#">links</a> too, <em>anything</em> <strong>html</strong> <u>related</u>. Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero aliquid, dolores culpa beatae quibusdam explicabo? Perspiciatis molestiae deleniti ducimus ratione facilis! Praesentium, autem a.
- <ul>
- <li>or</li>
- <li>you can</li>
- <li>add lists too</li>
- </ul>
- </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- <h1>Physical</h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">faceclaim</div>
- <div class="profile-description">faceclaim here</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">eyes</div>
- <div class="profile-description">eyes</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">hair</div>
- <div class="profile-description">Lorem ipsum dolor sit amet consectetur adipisicing elit.</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">height/weight/biuld</div>
- <div class="profile-description">Lorem ipsum dolor sit.</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">identifying marks</div>
- <div class="profile-description">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Officiis, accusamus.</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- <h1>Personality</h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">positive</div>
- <div class="profile-description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Earum obcaecati ducimus ullam, rerum molestias itaque!</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">negative</div>
- <div class="profile-description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero aliquid, dolores culpa beatae quibusdam explicabo? Perspiciatis molestiae deleniti ducimus ratione facilis! Praesentium, autem a. Ullam.</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title">likes</div>
- <div class="profile-description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero aliquid, dolores culpa beatae quibusdam explicabo? Perspiciatis molestiae deleniti ducimus ratione facilis! Praesentium, autem a. Ullam.</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title">deslikes</div>
- <div class="profile-description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa mollitia et, beatae officiis impedit dicta?</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- <h1>Overview</h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-description">
- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem molestiae perferendis nisi laboriosam maxime tempore assumenda distinctio. Quam pariatur doloremque qui voluptatem, perspiciatis, officiis iure autem minus, error repellat aut.</p>
- <p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Est distinctio, perferendis eum totam odit eligendi. Nulla quidem pariatur quisquam quas nihil est temporibus, nobis amet.</p>
- </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- </div> <!-- don't touch, this closes the layout-container -->
- <!-- maziekeen's theme 212
- html part -->
- <!-- PASTE THE HTML PART FROM STANDARD LAYOUT TO HERE !! --->
- </div>
- <div class="credito">
- <a href="https://tylergaciaposey.tumblr.com/" title="tylergaciaposey's theme">
- <span class="th th-coffee-2-o"></span></a>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment