Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <!--
- ALL IN ONE PAGE BY KIMTYS.TUMBLR.COM
- edit as much as you want but please don't hide or remove credits!
- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="{MetaDescription}" />
- <!---------------------------- FONTS ---------------------------->
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
- <!--------------------------- SCRIPTS --------------------------->
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="//use.edgefonts.net/pt-sans:n4,i4,n5,n6,n7.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.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>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- var $j = jQuery.noConflict();
- $j(document).ready(function() {
- $j('.tab-links li a').click(function() {
- var container = $j('.fcontent');
- container.imagesLoaded( function(){
- container.masonry({
- itemSelector : '#fanfic'
- });
- });
- })
- });
- </script>
- <script type="text/javascript">
- var $j = jQuery.noConflict();
- $j(document).ready(function() {
- var container = $j('.lcontent');
- container.imagesLoaded( function(){
- container.masonry({
- itemSelector : '#list'
- });
- });
- });
- </script>
- <style type="text/css">
- /* -------------------------- SCROLLBAR -------------------------- */
- ::-webkit-scrollbar-thumb:vertical {
- background: #b2c5fe; /* scroll color */
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background: #b2c5fe; /* scroll color */
- }
- ::-webkit-scrollbar {
- height: 5px;
- width: 3px; /* scroll width */
- background: transparent transparent transparent transparent;
- }
- /* -------------------------- SELECTION ------------------------- */
- ::-moz-selection {background:#b2c5fe;color:#fff;} /* select colors */
- ::selection {background:#b2c5fe;color:#fff;} /* select colors */
- /* --------------------------- TOOLTIP -------------------------- */
- #s-m-t-tooltip {
- max-width:500px;
- margin:25px 15px;
- padding:3px 5px;
- border-bottom:1px solid #f6f6f6; /* border color */
- border-left:1px solid #f6f6f6; /* border color */
- font-size:8px;
- font-weight:700;
- z-index:999999999!important;
- text-transform:uppercase;
- background:#fff; /* background color */
- color:#aaa; /* text color */
- letter-spacing:0.5px;
- }
- /* ---------------------------- BODY ---------------------------- */
- body {
- color:#888; /* text color */
- background-color:#f6f6f6; /* background color */
- font-family: Source Sans Pro; /* font */
- font-size:10px; /* font size */
- letter-spacing:0px;
- text-align:justify;
- word-wrap:break-word;
- margin:0;
- background-image:url('IMG URL'); /* background image */
- background-position:left top;
- background-attachment:fixed;
- background-repeat:repeat;
- }
- blockquote {
- margin-left:0px;
- width:auto;
- font-size:8px;
- letter-spacing:0.5px;
- text-transform:uppercase;
- font-weight:bold;
- line-height:11px;
- text-align:center;
- padding:7px 7px 7px 7px;
- background:#f9f9f9; /* blockquote background color */
- color:#aaa; /* blockquote text color */
- margin-right:0px;
- border-left:solid 1px #e5e5e5; /* blockquote border color */
- }
- b, strong {
- color:#b2c5fe; /* bold color */
- }
- i, em {
- color:#bbb; /* italic color */
- }
- a {
- color:#888; /* link color */
- text-decoration:none;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a:hover {
- color:#b2c5fe; /* link hover color */
- text-decoration:none;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- cursor:help;
- }
- p {
- margin:10px;
- }
- hr {
- border: 0;
- height: 2px;
- background: #f6f6f6; /* break line color */
- margin-bottom:10px;
- margin-top:10px;
- }
- /* --------------------------- SIDEBAR --------------------------- */
- #sidebar {
- margin:100px auto 0 150px; /* sidebar top and left */
- position:fixed;
- text-align:center;
- width:170px; /* sidebar width */
- }
- .side_img {
- position:relative;
- display:block;
- margin-bottom:5px;
- }
- .side_img img {
- width:80px; /* sidebar image width */
- height:auto;
- padding:3px;
- border:1px solid #fff; /* sidebar image border color */
- background:#fff; /* sidebar image color */
- margin:0 auto;
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- }
- .tabs {
- text-align:center;
- display:inline-block;
- position:relative;
- margin-left:-40px;
- margin-top:-10px;
- }
- .tab-links:after {
- display:block;
- clear:both;
- content:'';
- }
- .tab-links li {
- display:inline-block;
- list-style:none;
- line-height:13px;
- }
- .tab-links a {
- font-size:8px; /* sidebar links font size */
- text-transform:uppercase;
- letter-spacing:0.5px;
- font-weight:bold;
- color:#bbb; /* sidebar links color */
- padding:0px 4px;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .tab-links a:hover {
- color:#b2c5fe; /* sidebar links hover color */
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- li.active a, li.active a:hover {
- color:#b3c6ff; /* sidebar links selected color */
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .tab-content {
- }
- .tab {
- display:none;
- }
- .tab.active {
- display:block;
- }
- /* ---------------------------- PAGES ---------------------------- */
- .tabcontent {
- position:relative;
- width:100%;
- text-align:justify;
- }
- #container {
- margin-top:70px; /* pages top */
- margin-left:450px; /* pages left */
- position:relative;
- width:auto;
- height:100%;
- padding:50px;
- }
- #pages {
- width:415px; /* pages width */
- max-height:400px; /* pages max height */
- border:1px solid #fff; /* pages border color */
- overflow:scroll;
- overflow:auto;
- background:#fff; /* pages background color */
- padding:5px; /* pages padding */
- margin-left:auto;
- margin-right:auto;
- margin-bottom:60px;
- line-height:16px;
- }
- #pages a {
- border-bottom:1px solid #b2c5fe; /* links border color */
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #pages a:hover {
- border-bottom:1px solid transparent; /* links border hover color */
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #pages li {
- margin-left:0px 10px;
- }
- h1 {
- color:#ccc; /* pages title font color */
- background-color:#f6f6f6; /* pages title background color */
- border-bottom:1px solid #f6f6f6; /* pages title border color */
- font-size:14px; /* pages title font size */
- font-family:'Montserrat'; /* pages title font */
- font-weight:bold;
- letter-spacing:0px;
- text-transform:uppercase;
- text-align:left;
- padding:8px;
- margin-top:0px;
- }
- h1::first-letter {
- color:#b2c5fe; /* pages title first letter color */
- }
- h1 span {
- color:#b2c5fe; /* pages title second color */
- }
- h2 {
- text-align:right;
- text-transform:uppercase;
- border-bottom:1px solid #eee; /* subtitle border color */
- padding:3px 1px 3px 1px;
- letter-spacing:5px;
- font-family:'Montserrat'; /* subtitle font */
- font-size:10px; /* subtitle font size */
- color:#bbb; /* subtitle color */
- margin-top:0px;
- margin-bottom:5px;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- h2:before {
- content:'//'; /* subtitle before */
- font-size:9px;
- letter-spacing:3px;
- margin-right:5px;
- color:#b2c5fe; /* subtitle before color */
- }
- #content {
- width:100%;
- text-align:left;
- margin-left:auto;
- margin-right:auto;
- position:relative;
- }
- /* ---------------------------- ABOUT ---------------------------- */
- #intro li {
- display:block;
- margin-left:-40px;
- margin-right:0px;
- color:#aaa;
- margin-bottom:2px;
- background:#fafafa; /* intro background color */
- padding:2px 5px 2px 5px;
- }
- #about {
- margin-left:0px;
- margin-right:0px;
- margin-bottom:10px;
- }
- #about ul {
- margin-left:-40px;
- margin-top:5px;
- margin-bottom:5px;
- list-style-type:none;
- }
- #about ul li {
- padding:1px 0px 1px 20px;
- position:relative;
- }
- #about ul li:before {
- content:'•'; /* bullets */
- top:2px;
- color:#b2c5fe; /* bullets color */
- left:10px;
- font-size:10px; /* bullets size */
- position:absolute;
- display:block;
- font-family:sans-serif;
- }
- .lcontent {
- width:100%;
- text-align:left;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:5px;
- }
- #list {
- position:relative;
- display:inline-block;
- width:calc(100%/2 - 8px);
- background:#fff; /* list background color */
- margin:5px 3px 3px 4px;
- font-weight:normal;
- font-style: italic;
- text-transform:none;
- color:#aaa; /* list font color */
- line-height:12px;
- float:left;
- text-align:left;
- word-wrap: break-word;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #list_title {
- color:#999; /* list title font color */
- padding:3px 5px 4px 5px;
- font-size:9px; /* list title font size */
- text-align:center;
- letter-spacing:0.5px;
- font-style:normal;
- background:#f9f9f9; /* list title background color */
- border-bottom:1px solid #eee;
- text-transform:uppercase;
- font-weight:bold;
- }
- #list ul {
- margin-left:-40px;
- margin-top:0px;
- margin-bottom:0px;
- list-style-type:none;
- }
- #list ul li {
- padding:3px 2px 4px 2px;
- position:relative;
- border-bottom:1px solid #eee; /* list border color */
- }
- #list ul li:before {
- content:'';
- }
- /* -------------------------- NAVIGATION -------------------------- */
- #navi {
- text-align:left;
- margin-bottom:20px;
- width:100%;
- }
- #navi a {
- color:#bbb; /* tags color */
- font-size:10px; /* tags font size */
- font-weight:normal;
- font-style:italic;
- letter-spacing:0px;
- line-height:10px;
- width:calc(100%/3 - 13px);
- text-transform:lowercase;
- line-height:10px;
- margin:0 3px 0 4px;
- overflow:hidden;
- display:inline-block;
- border-bottom:1px solid #eee; /* tags border color */
- padding:5px 2px 5px 2px;
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- }
- #navi a:hover {
- color:#b2c5fe; /* tags hover color */
- border-bottom:1px solid #eee; /* tags border hover color */
- padding-left:20px;
- width:calc(100%/3 - 31px);
- transition-duration: 0.9s;
- -moz-transition-duration: 0.9s;
- -webkit-transition-duration: 0.9s;
- -o-transition-duration: 0.9s;
- }
- #navi span {
- color:#aaa; /* tags title color */
- font-size:8px;
- font-weight:bold;
- width:calc(100%/3 - 23px);
- margin:0 3px 0 4px;
- line-height:10px;
- letter-spacing:0.5px;
- text-transform:uppercase;
- overflow:hidden;
- display:inline-block;
- background:#fafafa; /* tags title background color */
- border-bottom:1px solid #eee; /* tags title border color */
- padding:5px 7px 5px 7px;
- }
- /* ---------------------------- FAQ ---------------------------- */
- #faq {
- margin-bottom:10px;
- }
- #faq ul {
- margin-left:-40px;
- margin-top:5px;
- margin-bottom:5px;
- list-style-type:none;
- }
- #faq ul li {
- padding:1px 0px 1px 20px;
- position:relative;
- }
- #faq ul li:before {
- content:'•'; /* bullets */
- top:2px;
- color:#b2c5fe; /* bullets color */
- left:10px;
- font-size:10px; /* bullets size */
- position:absolute;
- display:block;
- font-family:sans-serif;
- }
- #question {
- background:#f8f8f8; /* question background color */
- padding:6px 5px 5px 5px;
- color:#aaa; /* question font size */
- }
- #question span {
- font-size:11px; /* Q size */
- font-weight:bold;
- padding:2px 4px 2px 4px;
- margin-right:3px;
- background:#fff; /* Q background */
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- color:#b2c5fe; /* Q color */
- text-transform:uppercase;
- }
- #answer {
- padding:6px 5px 5px 5px;
- }
- #answer span {
- font-size:11px; /* A size */
- font-weight:bold;
- padding:2px 4px 2px 5px;
- margin-right:3px;
- background:#f8f8f8; /* Q background */
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- color:#b2c5fe; /* A color */
- text-transform:uppercase;
- }
- /* -------------------------- FAVORITES -------------------------- */
- #fave {
- position:relative;
- display:inline-block;
- width:calc(100%/2 - 12px);
- height:85px;
- overflow:scroll;
- overflow:auto;
- padding:0 3px 0 0;
- margin:5px 3px 5px 4px;
- font-size:9px; /* name font size */
- color:#888; /* name color */
- word-spacing:1px;
- letter-spacing:0.5px;
- text-transform:uppercase;
- font-weight:700;
- font-style:normal;
- line-height:11px;
- text-align:left;
- word-wrap: break-word;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #fave a {
- border-bottom:none;
- color:#888; /* name color */
- }
- #fave a:hover {
- border-bottom:none;
- color:#b2c5fe; /* name hover color */
- }
- .fave_info {
- position:absolute;
- width:62px;
- height:62px;
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- color:#b2c5fe; /* info hover font color */
- border:3px solid #b2c5fe; /* info hover border color */
- background:#f6f6f6; /* info hover background color */
- text-transform:uppercase;
- font-style:normal;
- padding:5px;
- font-size:8px; /* info hover font size */
- letter-spacing:0px;
- overflow:auto;
- opacity:0;
- text-align:center;
- margin:3px 0 0 0;
- -webkit-transition: all 0.5s ease-in;
- -moz-transition: all 0.5s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #fave:hover .fave_info {
- opacity:1;
- -webkit-transition: all 0.5s ease-in;
- -moz-transition: all 0.5s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #fave img {
- margin: 3px 7px 0 0px;
- width:70px;
- height:70px;
- border:1px solid #fff; /* fave image border color */
- float:left;
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- padding:3px; /* image padding */
- background:#f3f3f3; /* image background color */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #fave:hover img {
- background:#b2c5fe; /* image hover background color */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #fave span {
- font-weight:normal;
- font-style: italic;
- text-transform:lowercase;
- letter-spacing:0px;
- font-size:10px; /* description font size */
- display:block;
- margin-top:1px;
- color:#bbb; /* description font color */
- }
- #fave span a {
- border-bottom:1px solid #b2c5fe;
- font-style:italic;
- text-transform:lowercase;
- letter-spacing:0;
- font-size:10px;
- color:#aaa;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #fave span a:hover {
- border-bottom:1px solid transparent;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .fave_name {
- position: relative;
- top: 50%;
- max-height:85px;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .fave_namex {
- position: relative;
- top: 50%;
- max-height:62px;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- /* -------------------------- MUSIC REC -------------------------- */
- #music {
- position:relative;
- display:inline-block;
- width:calc(100%/2 - 12px);
- height:65px;
- overflow:scroll;
- overflow:auto;
- padding:0 0 0 0;
- margin:5px 3px 5px 4px;
- font-size:9px; /* song font size */
- color:#888; /* song color */
- word-spacing:1px;
- letter-spacing:0.5px;
- text-transform:uppercase;
- font-weight:700;
- font-style:normal;
- line-height:11px;
- text-align:center;
- word-wrap: break-word;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #music a {
- border-bottom:none;
- color:#888; /* song color */
- }
- #music a:hover {
- border-bottom:none;
- color:#b2c5fe; /* song hover color */
- }
- .music_info {
- position:absolute;
- width:42px;
- height:42px;
- border-radius: 13%;
- -moz-border-radius: 13%;
- -webkit-border-radius: 13%;
- color:#b2c5fe; /* info hover font color */
- border:3px solid #b2c5fe; /* info hover border color */
- background:#f6f6f6; /* info hover background color */
- text-transform:uppercase;
- font-style:normal;
- padding:5px;
- font-size:8px; /* info hover font size */
- letter-spacing:0px;
- overflow:auto;
- opacity:0;
- text-align:center;
- margin:5px 0 0 0;
- -webkit-transition: all 0.5s ease-in;
- -moz-transition: all 0.5s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #music:hover .music_info {
- opacity:1;
- -webkit-transition: all 0.5s ease-in;
- -moz-transition: all 0.5s ease-in;
- -o-transition: all 0.5s ease-in;
- }
- #music img {
- margin: 5px 3px 0 0px;
- width:50px;
- height:50px;
- float:left;
- border:1px solid #fff; /* music image border color */
- border-radius: 13%;
- -moz-border-radius: 13%;
- -webkit-border-radius: 13%;
- padding:3px; /* image padding */
- background:#f3f3f3; /* image background color */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #music:hover img {
- background:#b2c5fe; /* image hover background color */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #music span {
- font-weight:bold;
- font-style: normal;
- text-transform:uppercase;
- letter-spacing:0.5px;
- font-size:8px; /* artist font size */
- display:block;
- margin-top:1px;
- color:#bbb; /* artist font color */
- }
- #music span a {
- border-bottom:1px solid #b2c5fe;
- font-style:normal;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- color:#bbb;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #music span a:hover {
- border-bottom:1px solid transparent;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .music_name {
- position: relative;
- top: 50%;
- max-height:65px;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .music_namex {
- position: relative;
- top: 50%;
- max-height:42px;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- /* --------------------------- TV REC --------------------------- */
- #show {
- position:relative;
- display:inline-block;
- width:calc(100%/3 - 16px);
- padding:0 0 0 0;
- margin:5px 3px 50px 9px;
- line-height:11px;
- text-transform:uppercase;
- text-align:center;
- word-wrap: break-word;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #show a {
- border-bottom:none;
- color:#888; /* show name color */
- }
- #show a:hover {
- border-bottom:none;
- color:#888; /* show name hover color */
- }
- #box {
- position:absolute;
- text-align:center;
- width:100%;
- }
- #show_title {
- font-size:9px; /* show font size */
- display:block;
- font-weight:bold;
- letter-spacing:0.5px;
- word-spacing:1px;
- color:#888; /* show name color */
- }
- #show_sub {
- font-size:8px; /* subtitle font size */
- color:#b2c5fe; /* subtitle color */
- display:block;
- font-weight:bold;
- text-align:center;
- margin-bottom:3px;
- letter-spacing:0.5px;
- }
- #stars {
- font-size:10px; /* stars size */
- letter-spacing:0px;
- font-weight:normal;
- display:block;
- color:#ffe356; /* stars color */
- }
- .show_info {
- position:absolute;
- width:102px;
- height:67px;
- border-radius: 7%;
- -moz-border-radius: 7%;
- -webkit-border-radius: 7%;
- background:#f6f6f6; /* info hover background color */
- border:3px solid #b2c5fe; /* info hover border color */
- color:#bbb; /* info hover font color */
- padding:5px;
- font-style:normal;
- font-weight:bold;
- font-size:8px; /* info hover font size */
- text-transform:uppercase;
- letter-spacing:0px;
- display:inline-block;
- overflow:auto;
- opacity:0;
- float:left;
- margin:3px 0 0 0;
- text-align:left;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .show_info b {
- letter-spacing:1px;
- }
- #show:hover .show_info {
- opacity:1;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #show img {
- margin: 3px 0px 3px 0px;
- width:110px;
- height:75px;
- border:1px solid #fff; /* show image border color */
- display:inline-block;
- border-radius: 7%;
- -moz-border-radius: 7%;
- -webkit-border-radius: 7%;
- padding:3px; /* show image padding */
- background:#f3f3f3; /* show image background */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #show:hover img {
- background:#b2c5fe; /* show image background hover */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- .show_namex {
- position: relative;
- top: 50%;
- max-height:67px;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- /* -------------------------- FANFIC REC -------------------------- */
- .fcontent {
- width:100%;
- text-align:left;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:5px;
- }
- #fanfic {
- position:relative;
- display:inline-block;
- width:calc(100%/2 - 19px);
- background:#f9f9f9; /* fanfic background color */
- padding:5px 5px 5px 5px;
- margin:5px 3px 3px 4px;
- font-weight:bold;
- border-radius: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- font-style: normal;
- font-size:8px;
- border:1px solid #fff; /* fanfic border color */
- color:#bbb; /* fanfic font color */
- line-height:12px;
- text-transform:uppercase;
- letter-spacing:0px;
- float:left;
- text-align:left;
- word-wrap: break-word;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #fanfic ul {
- margin-left:-40px;
- margin-top:0px;
- margin-bottom:0px;
- list-style-type:none;
- }
- #fanfic ul li {
- padding:0.5px 0px 0.5px 0px;
- position:relative;
- line-height:11px;
- }
- #fanfic ul li:before {
- content:'';
- }
- #fanfic_title {
- border-bottom:none;
- padding:5px 5px 5px 5px;
- background:#f0f0f0; /* fanfic title background */
- color:#999; /* fanfic title color */
- text-align:center;
- font-size:9px; /* fanfic title font size */
- word-spacing:1px;
- letter-spacing:0.5px;
- margin:-5px -5px 0 -5px;
- text-transform:uppercase;
- border-radius: 4px 4px 0px 0px;
- -moz-border-radius: 4px 4px 0px 0px;
- -webkit-border-radius: 4px 4px 0px 0px;
- font-weight:bold;
- font-style:normal;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #fanfic_title:hover {
- background:#fff; /* fanfic title hover background color */
- color:#b2c5fe; /* fanfic title hover font color */
- }
- #fanfic_title a {
- border-bottom:none;
- }
- #fanfic_title a:hover {
- border-bottom:none;
- color:#b2c5fe; /* fanfic title hover font color */
- }
- #fanfic b {
- letter-spacing:1px;
- }
- #fanfic_sub {
- font-weight:bold;
- font-style: normal;
- text-transform:uppercase;
- text-align:right;
- letter-spacing:0.5px;
- font-size:8px; /* fanfic subtitle font size */
- display:block;
- border-bottom:1px solid #eee; /* fanfic subtitle border color */
- margin-top:1px;
- padding:2px 0 2px 0;
- margin-bottom:3px;
- color:#aaa; /* fanfic subtitle font color */
- }
- #fanfic_sub span {
- color:#b2c5fe; /* author font color */
- }
- /* -------------------------- BLOGROLL -------------------------- */
- #blogroll {
- position:relative;
- display:inline-block;
- width:calc(100%/3 - 12px);
- height:45px;
- padding:0 3px 0 0;
- margin:0px 3px 0px 4px;
- font-size:8px; /* blog font size */
- letter-spacing:0.5px;
- text-transform:uppercase;
- font-weight:bold;
- overflow:scroll;
- overflow:auto;
- font-style:normal;
- line-height:11px;
- text-align:left;
- word-wrap: break-word;
- word-break:break-all;
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #blogroll a {
- border-bottom:none;
- color:#999; /* blog font color */
- }
- #blogroll a:hover {
- border-bottom:none;
- color:#b2c5fe; /* blog font hover color */
- }
- #blogroll img{
- margin: 3px 7px 0 0;
- width:30px;
- height:30px;
- border:1px solid #fff; /* blog border color */
- float:left;
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- padding:3px; /* blog padding */
- background:#f3f3f3; /* blog background color */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- #blogroll:hover img {
- background:#b2c5fe; /* blog background hover color */
- -webkit-transition: all 0.3s ease-in;
- -moz-transition: all 0.3s ease-in;
- -o-transition: all 0.3s ease-in;
- }
- .blogroll_name {
- position: absolute;
- margin-left:43px;
- top:50%;
- max-height:45px;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- /* --------------------------- CREDIT --------------------------- */
- #cr {
- bottom:7px;
- right:7px;
- background:#fff; /* credit background color */
- font-weight:bold;
- font-size:10px;
- position:fixed;
- font-family:arial;
- padding:2px 3px 3px 4px;
- }
- #cr a {
- border-bottom:none;
- color:#b2c5fe; /* credit font color */
- }
- #cr a:hover {
- border-bottom:none;
- color:#888; /* credit font hover color */
- }
- </style>
- </head>
- <body>
- <!--
- NOTE!
- if you don't want something, or want to copy and past it somewere else, delete/copy ONLY what's inside the arrows of that especiic thing and nothing else. there will be a title so you know where/what everything is.
- -->
- <!---------------------------- SIDEBAR ----------------------------->
- <div id="sidebar">
- <div class="side_img">
- <img src="SIDEBAR IMG URL"> <!-- 80x80 px -->
- </div>
- <!-- SIDEBAR LINKS -->
- <div class="tabs">
- <ul class="tab-links">
- <li><a href="/">home</a></li>
- <li class="active"><a href="#tab1">about</a></li>
- <li><a href="#tab2">navigation</a></li>
- <li><a href="#tab3">faq</a></li>
- <li><a href="#tab4">faves</a></li>
- <li><a href="#tab5">recs</a></li>
- <li><a href="#tab6">blogroll</a></li>
- </ul>
- </div>
- </div>
- <!-- SIDEBAR LINKS -->
- <div id="container">
- <div class="tabs">
- <!-------------------------- TAB 1 - ABOUT -------------------------->
- <div class="tab-content">
- <div id="tab1" class="tab active">
- <div class="tabcontent">
- <div id="pages">
- <!-- TITLE -->
- <h1>ABOUT 1</h1>
- <!-- TITLE -->
- <!-- INTRO -->
- <div id="intro">
- <ul>
- <li><b>name:</b> ...</li>
- <li><b>pronouns:</b> ...</li>
- <li><b>age:</b> ...</li>
- <li><b>location:</b> ...</li>
- </ul>
- </div>
- <!-- INTRO -->
- <!-- CONTENT -->
- <div id="about">
- text. <a href="/">link</a>. <b>bold</b>. <i>italic</i>.
- <!-- bullets -->
- <ul>
- <li>item 1</li>
- <li>item 2</li>
- <li>item 3</li>
- </ul>
- <!-- bullets -->
- <!-- blockquote -->
- <blockquote>
- this is a blockquote.
- </blockquote>
- <!-- blockquote -->
- </div>
- <!-- CONTENT -->
- <!-- TITLE -->
- <h1>ABOUT 2</h1>
- <!-- TITLE -->
- <!-- CONTENT -->
- <div id="about">
- TEXT.
- </div>
- <!-- CONTENT -->
- <!-- TITLE -->
- <h1>LISTS</h1>
- <!-- TITLE -->
- <!-- CONTENT -->
- <div class="lcontent">
- <!-- LIST-->
- <div id="list">
- <div id="list_title">LIST TITLE</div>
- <ul>
- <li>item 1</li>
- <li>item 2</li>
- <li>item 3</li>
- <li>item 4</li>
- <li>item 5</li>
- </ul>
- </div>
- <!-- LIST-->
- <!-- LIST-->
- <div id="list">
- <div id="list_title">LIST TITLE</div>
- <ul>
- <li>item 1</li>
- <li>item 2</li>
- <li>item 3</li>
- </ul>
- </div>
- <!-- LIST-->
- </div>
- <!-- CONTENT -->
- </div>
- </div>
- </div>
- <!----------------------- TAB 2 - NAVIGATION ----------------------->
- <div id="tab2" class="tab">
- <div class="tabcontent">
- <div id="pages">
- <!-- TITLE -->
- <h1>LINKS</h1>
- <!-- TITLE -->
- <!-- blockquote -->
- <blockquote>
- you can add some stuff here if you need.
- </blockquote>
- <!-- blockquote -->
- <!-- LINKS -->
- <div id="navi">
- <a href="URL">LINK 1</a>
- <a href="URL">LINK 2</a>
- <a href="URL">LINK 3</a>
- <a href="URL">LINK 4</a>
- <a href="URL">LINK 5</a>
- <a href="URL">LINK 6</a>
- </div>
- <!-- LINKS -->
- <!-- LINKS 2 -->
- <div id="navi">
- <!-- subtitle -->
- <span>TITLE</span>
- <!-- subtitle -->
- <a href="URL">LINK 1</a>
- <a href="URL">LINK 2</a>
- <a href="URL">LINK 3</a>
- <a href="URL">LINK 4</a>
- </div>
- <!-- LINKS 2 -->
- <!-- TITLE -->
- <h1>TAGS</h1>
- <!-- TITLE -->
- <!-- TAGS -->
- <div id="navi">
- <!-- subtitle -->
- <span>TITLE</span>
- <!-- subtitle -->
- <a href="/tagged/TAG">#TAG 1</a>
- <a href="/tagged/TAG">#TAG 2</a>
- <a href="/tagged/TAG">#TAG 3</a>
- <a href="/tagged/TAG">#TAG 4</a>
- <a href="/tagged/TAG">#TAG 5</a>
- <a href="/tagged/TAG">#TAG 6</a>
- <a href="/tagged/TAG">#TAG 7</a>
- <a href="/tagged/TAG">#TAG 8</a>
- </div>
- <!-- TAGS -->
- <!-- TAGS 2 -->
- <div id="navi">
- <!-- subtitle -->
- <span>TITLE</span>
- <!-- subtitle -->
- <a href="/tagged/TAG">#TAG 1</a>
- <a href="/tagged/TAG">#TAG 2</a>
- <a href="/tagged/TAG">#TAG 3</a>
- <a href="/tagged/TAG">#TAG 4</a>
- <a href="/tagged/TAG">#TAG 5</a>
- <a href="/tagged/TAG">#TAG 6</a>
- <a href="/tagged/TAG">#TAG 7</a>
- <a href="/tagged/TAG">#TAG 8</a>
- </div>
- <!-- TAGS 2 -->
- </div>
- </div>
- </div>
- <!-------------------------- TAB 3 - FAQ -------------------------->
- <div id="tab3" class="tab">
- <div class="tabcontent">
- <div id="pages">
- <!-- TITLE -->
- <h1>Frequently Asked Questions</h1>
- <!-- TITLE -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE 1</h2>
- <!-- SUBTITLE -->
- <!-- CONTENT -->
- <div id="faq">
- <!-- QUESTION -->
- <div id="question">
- <span>Q:</span> Question?
- </div>
- <!-- QUESTION -->
- <!-- ANSWER -->
- <div id="answer">
- <span>A:</span> Answer.
- </div>
- <!-- ANSWER -->
- <!-- QUESTION -->
- <div id="question">
- <span>Q:</span> Question?
- </div>
- <!-- QUESTION -->
- <!-- ANSWER -->
- <div id="answer">
- <span>A:</span> Answer.
- </div>
- <!-- ANSWER -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE 2</h2>
- <!-- SUBTITLE -->
- <!-- QUESTION -->
- <div id="question">
- <span>Q:</span> Question?
- </div>
- <!-- QUESTION -->
- <!-- ANSWER -->
- <div id="answer">
- <span>A:</span> Answer.
- </div>
- <!-- ANSWER -->
- <!-- QUESTION -->
- <div id="question">
- <span>Q:</span> Question?
- </div>
- <!-- QUESTION -->
- <!-- ANSWER -->
- <div id="answer">
- <span>A:</span> Answer.
- </div>
- <!-- ANSWER -->
- <!-- blockquote -->
- <blockquote>
- you can add some stuff here if you need.
- </blockquote>
- <!-- blockquote -->
- </div>
- <!-- CONTENT -->
- <!-- ASKBOX -->
- <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- <!-- ASKBOX -->
- </div>
- </div>
- </div>
- <!------------------------ TAB 4 - FAVORITES ------------------------>
- <div id="tab4" class="tab">
- <div class="tabcontent">
- <div id="pages">
- <!-- TITLE -->
- <h1>FAVES 1</h1>
- <!-- TITLE -->
- <!-- CONTENT -->
- <div id="content">
- <!-- blockquote -->
- <blockquote>
- you can add some stuff here if you need.
- </blockquote>
- <!-- blockquote -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- PERSON 1 -->
- <div id="fave">
- <!-- hover info. copy and paste this after id="fave", or delete if you don't want it -->
- <div class="fave_info"><section class="fave_namex">
- EXTRA INFO
- </div></section>
- <!-- hover info. copy and paste this after id="fave", or delete if you don't want it -->
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 1 -->
- <!-- PERSON 2 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 2 -->
- <!-- PERSON 3 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 3 -->
- <!-- PERSON 4 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 4 -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- PERSON 5 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 5 -->
- <!-- PERSON 6 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 6 -->
- </div>
- <!-- CONTENT -->
- <!-- TITLE -->
- <h1>FAVES 2</h1>
- <!-- TITLE -->
- <!-- CONTENT -->
- <div id="content">
- <!-- PERSON 1 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 1 -->
- <!-- PERSON 2 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 2 -->
- <!-- PERSON 3 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 3 -->
- <!-- PERSON 4 -->
- <div id="fave">
- <img src="IMG URL"> <!-- 70x70 px -->
- <section class="fave_name"><a href="URL">NAME</a>
- <span>DESCRIPTION</span>
- </section></div>
- <!-- PERSON 4 -->
- </div>
- <!-- CONTENT -->
- </div>
- </div>
- </div>
- <!--------------------- TAB 5 - RECOMMENDATIONS --------------------->
- <div id="tab5" class="tab">
- <div class="tabcontent">
- <div id="pages">
- <!------------------------------ MUSIC ------------------------------>
- <!-- TITLE -->
- <h1>MUSIC</h1>
- <!-- TITLE -->
- <!-- CONTENT -->
- <div id="content">
- <!-- blockquote -->
- <blockquote>
- you can add some stuff here if you need.
- </blockquote>
- <!-- blockquote -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- MUSIC 1 -->
- <div id="music">
- <!-- hover info. copy and paste this after id="music", or delete if you don't want it -->
- <div class="music_info"><section class="music_namex">
- EXTRA INFO
- </div></section>
- <!-- hover info. copy and paste this after id="music", or delete if you don't want it -->
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 1 -->
- <!-- MUSIC 2 -->
- <div id="music">
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 2 -->
- <!-- MUSIC 3 -->
- <div id="music">
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 3 -->
- <!-- MUSIC 4 -->
- <div id="music">
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 4 -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- MUSIC 5 -->
- <div id="music">
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 5 -->
- <!-- MUSIC 6 -->
- <div id="music">
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 6 -->
- <!-- MUSIC 7 -->
- <div id="music">
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 7 -->
- <!-- MUSIC 8 -->
- <div id="music">
- <img src="MUSIC IMG URL"> <!-- 50x50 px -->
- <section class="music_name">SONG
- <span>ARTIST</span>
- </section>
- </div>
- <!-- MUSIC 8 -->
- </div>
- <!-- CONTENT -->
- <!---------------------------- END MUSIC ---------------------------->
- <!------------------------------ MEDIA ------------------------------>
- <!-- TITLE -->
- <h1>MEDIA</h1>
- <!-- TITLE -->
- <!-- CONTENT -->
- <div id="content">
- <!-- blockquote -->
- <blockquote>
- you can add some stuff here if you need.
- </blockquote>
- <!-- blockquote -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- SHOW 1 -->
- <div id="show">
- <!-- hover info, delete if you don't want it -->
- <div class="show_info"><section class="show_namex">
- <div id="show_sub">SUBTITLE</div>
- TEXT
- <br>
- <b>Year:</b> ....
- <br>
- <b>Genre:</b> ....
- <br>
- <b>Thing 1:</b> ...
- <br>
- <b>Thing 2:</b> ...
- </div></section>
- <!-- hover info, delete if you don't want it -->
- <img src="SHOW IMG URL"> <!-- 110 x 75 px -->
- <div id="box">
- <div id="show_title">SHOW</div>
- <div id="stars">
- ★★★☆☆
- </div>
- </div>
- </div>
- <!-- SHOW 1 -->
- <!-- SHOW 2 -->
- <div id="show">
- <!-- hover info, delete if you don't want it -->
- <div class="show_info"><section class="show_namex">
- <div id="show_sub">SUBTITLE</div>
- TEXT
- <br>
- <b>Year:</b> ....
- <br>
- <b>Genre:</b> ....
- <br>
- <b>Thing 1:</b> ...
- <br>
- <b>Thing 2:</b> ...
- </div></section>
- <!-- hover info, delete if you don't want it -->
- <img src="SHOW IMG URL"> <!-- 110 x 75 px -->
- <div id="box">
- <div id="show_title">SHOW</div>
- <div id="stars">
- ★★★☆☆
- </div>
- </div>
- </div>
- <!-- SHOW 2 -->
- <!-- SHOW 3 -->
- <div id="show">
- <!-- hover info, delete if you don't want it -->
- <div class="show_info"><section class="show_namex">
- <div id="show_sub">SUBTITLE</div>
- TEXT
- <br>
- <b>Year:</b> ....
- <br>
- <b>Genre:</b> ....
- <br>
- <b>Thing 1:</b> ...
- <br>
- <b>Thing 2:</b> ...
- </div></section>
- <!-- hover info, delete if you don't want it -->
- <img src="SHOW IMG URL"> <!-- 110 x 75 px -->
- <div id="box">
- <div id="show_title">SHOW</div>
- <div id="stars">
- ★★★☆☆
- </div>
- </div>
- </div>
- <!-- SHOW 3 -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- SHOW 4 -->
- <div id="show">
- <!-- hover info, delete if you don't want it -->
- <div class="show_info"><section class="show_namex">
- <div id="show_sub">SUBTITLE</div>
- TEXT
- <br>
- <b>Year:</b> ....
- <br>
- <b>Genre:</b> ....
- <br>
- <b>Thing 1:</b> ...
- <br>
- <b>Thing 2:</b> ...
- </div></section>
- <!-- hover info, delete if you don't want it -->
- <img src="SHOW IMG URL"> <!-- 110 x 75 px -->
- <div id="box">
- <div id="show_title">SHOW</div>
- <div id="stars">
- ★★★☆☆
- </div>
- </div>
- </div>
- <!-- SHOW 4 -->
- <!-- SHOW 5 -->
- <div id="show">
- <!-- hover info, delete if you don't want it -->
- <div class="show_info"><section class="show_namex">
- <div id="show_sub">SUBTITLE</div>
- TEXT
- <br>
- <b>Year:</b> ....
- <br>
- <b>Genre:</b> ....
- <br>
- <b>Thing 1:</b> ...
- <br>
- <b>Thing 2:</b> ...
- </div></section>
- <!-- hover info, delete if you don't want it -->
- <img src="SHOW IMG URL"> <!-- 110 x 75 px -->
- <div id="box">
- <div id="show_title">SHOW</div>
- <div id="stars">
- ★★★☆☆
- </div>
- </div>
- </div>
- <!-- SHOW 5 -->
- <!-- SHOW 6 -->
- <div id="show">
- <!-- hover info, delete if you don't want it -->
- <div class="show_info"><section class="show_namex">
- <div id="show_sub">SUBTITLE</div>
- TEXT
- <br>
- <b>Year:</b> ....
- <br>
- <b>Genre:</b> ....
- <br>
- <b>Thing 1:</b> ...
- <br>
- <b>Thing 2:</b> ...
- </div></section>
- <!-- hover info, delete if you don't want it -->
- <img src="SHOW IMG URL"> <!-- 110 x 75 px -->
- <div id="box">
- <div id="show_title">SHOW</div>
- <div id="stars">
- ★★★☆☆
- </div>
- </div>
- </div>
- <!-- SHOW 6 -->
- </div>
- <!-- CONTENT -->
- <!---------------------------- END MEDIA ----------------------------->
- <!------------------------------ FANFIC ------------------------------>
- <!-- TITLE -->
- <h1>FANFICTION</h1>
- <!-- TITLE -->
- <!-- blockquote -->
- <blockquote>
- you can add some stuff here if you need.
- </blockquote>
- <!-- blockquote -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- CONTENT -->
- <div class="fcontent">
- <!-- FANFIC 1 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 1 -->
- <!-- FANFIC 2 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 2 -->
- <!-- FANFIC 3 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 3 -->
- <!-- FANFIC 4 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 4 -->
- <!-- FANFIC 5 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 5 -->
- <!-- FANFIC 6 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 6 -->
- </div>
- <!-- CONTENT -->
- <!-- SUBTITLE -->
- <h2>SUBTITLE</h2>
- <!-- SUBTITLE -->
- <!-- CONTENT -->
- <div class="fcontent">
- <!-- FANFIC 7 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 7 -->
- <!-- FANFIC 8 -->
- <div id="fanfic">
- <div id="fanfic_title"><a href="FANFIC LINK">FANFIC TITLE</a></div>
- <div id="fanfic_sub">
- <!-- favorite -->
- <div style="float:left;">favorite!</div>
- <!-- favorite -->
- by <span>AUTHOR</span>
- </div>
- <ul>
- <li><b>STATUS:</b> ...</li>
- <li><b>PAIRING:</b> ...</li>
- <li><b>GENRE:</b> ...</li>
- <li><b>LENGTH:</b> ...</li>
- <li><b>SUMMARY:</b> ...</li>
- </ul>
- </div>
- <!-- FANFIC 8 -->
- </div>
- <!-- CONTENT -->
- <!--------------------------- END FANFIC ---------------------------->
- </div>
- </div>
- </div>
- <!------------------------ TAB 6 - BLOGROLL ------------------------->
- <div id="tab6" class="tab">
- <div class="tabcontent">
- <div id="pages">
- <!-- TITLE -->
- <h1>BLOGROLL</h1>
- <!-- TITLE -->
- <!-- CONTENT -->
- <div id="content">
- <!-- blockquote -->
- <blockquote>
- you can add some stuff here if you need.
- </blockquote>
- <!-- blockquote -->
- {block:Following}
- {block:Followed}
- <div id="blogroll">
- <a href="{FollowedURL}">
- <img src="{FollowedPortraitURL-40}">
- <div class="blogroll_name">{FollowedName}</div>
- </a>
- </div>
- </a>
- {/block:Following}
- {/block:Followed}
- </div>
- <!-- CONTENT -->
- </div>
- </div>
- </div>
- <!-------------------------- END TABS --------------------------->
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--------------------------- SCRIPTS --------------------------->
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- <!-------------------- CREDIT / DON'T DELETE --------------------->
- <div id="cr">
- <a href="https://kimtys.tumblr.com" title="by kimtys">k.</a>
- </div>
- </body>
- </html>
- <!--
Advertisement
Add Comment
Please, Sign In to add comment