Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- CANTROUS: (BASE) THEME BY SAE (INIZIARE) -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- </head>
- <!-- SCRIPT: TOOLTIP -->
- <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: POPUPS -->
- <script type="text/javascript"
- src="https://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>
- {block:IfClickonTags}
- <!-- SCRIPT: EXPAND -->
- <script>
- $(document).ready(function(){
- $(".tags").hide();
- $(".hide").show();$('.hide').toggle(function(){
- $(".tags").slideDown(function(){});
- },function(){
- $(".tags").slideUp(function(){});
- });
- });
- </script>
- {/block:IfClickonTags}
- <!-- SCRIPT: jQuery -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- SCRIPT: AUDIO PLAYER -->
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:#000000 !important; color:#2d2d2d !important;} </style>"));
- });
- });
- </script>
- <!-- SCRIPT: POPUP TABS -->
- <script>$(document).ready(function(){
- $("ul#tabs li").click(function(e){
- if (!$(this).hasClass("active")) {
- var tabNum = $(this).index();
- var nthChild = tabNum+1;
- $("ul#tabs li.active").removeClass("active");
- $(this).addClass("active");
- $("ul#tab li.active").removeClass("active");
- $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
- <!-- CUSTOM FONTS -->
- <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
- <link rel="stylesheet" href="https://static.tumblr.com/ebrrv1n/2kupdb7p4/cantrous.css">
- <link rel="stylesheet" href="https://static.tumblr.com/ibha82r/K8Krqcuue/spirited.css">
- <link rel="stylesheet" href="CUSTOMFONTHERE">
- <!-- META LINES -->
- <meta name="image:Background" content="https://static.tumblr.com/ibha82r/27urqerm1/bg03.gif"/>
- <meta name="text:Custom Capitals Font" content="'customfonthere'">
- <meta name="color:Body Text" content="#c6c6c6" />
- <meta name="color:Bold" content="#5b8bb4" />
- <meta name="color:Italic" content="#c6c6c6" />
- <meta name="color:Links" content="#555555" />
- <meta name="color:Links Hover" content="#c6c6c6" />
- <meta name="if:Text Wrapping" content="0"/>
- <meta name="if:Boxed Blockquotes" content="0"/>
- <meta name="if:Icon Borders" content="0"/>
- <meta name="if:Bigger Tags on Hover" content="0"/>
- <meta name="if:First Letter Styling" content="0"/>
- <meta name="if:Click on Tags" content="0">
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- background:transparent;
- height: 0px;
- display:none;
- width: 0px; /* remove scrollbar space */
- -ms-overflow-style: none; // IE 10+
- overflow: -moz-scrollbars-none; // Firefox
- }
- ::-webkit-scrollbar-thumb {
- background:transparent;
- }
- /* TEXT SELECTION */
- ::selection {background: #ffffff; color:{color:bold};}
- ::-moz-selection {background: #ffffff; color:{color:bold};}
- /* TOOLTIP */
- #s-m-t-tooltip {
- z-index:999999;
- max-width:350px;
- margin-left:10px;
- margin-top:10px;
- font-weight:lighter!important;
- background-color:#000000;
- border:1px solid #151515;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:16px;
- padding-right:16px;
- font-family:calibri;
- font-style:normal;
- font-size:9px;
- color: {color:bold};
- text-transform:uppercase;
- letter-spacing:0px;
- }
- /* FOUNDATION */
- body {
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:top left;
- background-color:#000000;
- color:{color:Body Text};
- font-size:10px;
- line-height:14px;
- word-spacing:-1px;
- color:{color:Body Text};
- font-family: 'Frank Ruhl Libre', serif;
- word-wrap: break-word;
- }
- body a {
- font-size:12px;
- color:{color:links};
- font-weight:bold;
- text-decoration:none!important;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- body a:hover {
- color:{color:links hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* BLOCKQUOTES */
- {block:IfBoxedBlockquotes}
- blockquote {
- padding-left:24px;
- padding-right:24px;
- padding-top:12px;
- padding-bottom:12px;
- margin-top:12px;
- margin-bottom:24px;
- text-align:justify;
- margin-left:0px;
- margin-right:0px;
- border:1px solid #151515;
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- width: auto;
- overflow: hidden;
- border-left:1px solid #151515;!important;
- border-top:0px!important;
- border-bottom:0px!important;
- border-right:0px!important;
- outline:0px solid transparent;
- padding-left:24px;
- padding-right:0px;
- padding-top:0px;
- padding-bottom:0px;
- margin-top:12px!important;
- margin-bottom:0px!important;
- }
- {/block:IfBoxedBlockquotes}
- {block:IfNotBoxedBlockquotes}
- blockquote {
- padding-left:24px;
- margin-top:12px;
- margin-left:0px;
- margin-right:0px;
- text-align:justify;
- margin-bottom:24px;
- border-left:1px solid #151515;
- background-color:transparent;
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- width: auto;
- overflow: hidden;
- margin-top:15px;
- margin-bottom:15px;
- }
- blockquote img {
- max-width:386px!important;
- height:auto;
- }
- {/block:IfNotBoxedBlockquotes}
- /* FONT-RELATED */
- small, sub, sup {
- font-size:10px;
- }
- big {
- font-size:120%;
- }
- b, bold, strong {
- font-size:8.5px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- font-family: calibri, sans-serif;
- font-weight:bold!important;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- }
- em, i, italic {
- font-style:italic;
- }
- u {
- text-decoration:none!important;
- }
- {block:ifFirstLetterStyling}
- u, u a {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color: #000000;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- float: left;
- height:60px;
- width:60px;
- font-size: 48px;
- margin-right: 12px;
- position: relative;
- text-align: center;
- vertical-align: middle;
- line-height: 60px;
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- {/block:ifFirstLetterStyling}
- pre {
- font-weight:lighter;
- text-transform:uppercase;
- line-height:155%;
- font-weight:lighter!important;
- font-size:8.4px;
- letter-spacing:0.6px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- pre a {
- font-weight:lighter!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- h1 {
- background-image:url('');
- background-repeat:repeat;
- background-attachment:fixed;
- border:1px solid #151515;
- height:24px;
- line-height:24px;
- margin-bottom:24px;
- padding-left:24px;
- padding-right:24px;
- text-align:left;
- font-family: calibri, sans-serif;
- font-style:normal;
- font-weight:bold;
- font-size:8.5px;
- color: {color:bold};
- letter-spacing:0.6px;
- text-transform:uppercase;
- background-color:#000000;
- text-shadow: 0px 0px 1px {color:bold};
- }
- h1 a {
- font-weight:bold;
- color: #d1d1d1!important;
- }
- h2 {
- font-family: calibri, sans-serif;
- font-size:13.4px;
- text-transform:uppercase!important;
- color:{color:bold};
- letter-spacing:-0.4px;
- }
- h2 a {
- font-family: calibri, sans-serif;
- font-size:13.4px!important;
- text-transform:uppercase!important;
- color:{color:links};
- letter-spacing:-0.4px;
- }
- h4 {
- background-image:url('');
- background-repeat:repeat;
- background-attachment:fixed;
- border:1px solid #151515;
- height:24px;
- line-height:24px;
- margin-bottom:24px;
- padding-left:24px;
- padding-right:24px;
- text-align:left;
- font-family:calibri;
- font-style:normal;
- font-weight:bold;
- font-size:10px;
- color: {color:bold};
- text-transform:uppercase;
- background-color:#000000;
- }
- h4 a {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- color: {color:bold};
- }
- /* DESCRIPTION */
- .bottombox {
- position:fixed;
- width:478px;
- left:142px;
- top:489px;
- }
- .navi {
- width:377px;
- height:24px;
- line-height:24px;
- outline:1px solid #151515;
- background-color:#000000;
- text-align: center;
- letter-spacing:0px;
- padding-left:25px;
- padding-right:25px;
- margin-left:26px;
- margin-top:18px;
- left:141px;
- top:488px!important;
- font-family:calibri!important;
- overflow-x:hidden;
- position:fixed;
- z-index:99999999999;
- }
- .navi a {
- font-size:8.5px;
- letter-spacing:0.3px;
- text-transform:uppercase;
- font-family: calibri, sans-serif;
- font-weight:bold!important;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- margin-left:22px;
- }
- .navi a:first-child {
- margin-left:0px!important;
- padding-left:0px!important;
- }
- .navi b {
- color:{color:bold};
- }
- .description {
- position:relative;
- height:48px;
- max-height:48px;
- padding-left:24px;
- padding-right:24px;
- border-top:36px solid transparent;
- padding-bottom:18px;
- margin-top:28px;
- text-align:justify;
- overflow-y:scroll;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- line-height:16px;
- z-index:99999999999999999999999999999;
- }
- {block:ifFirstLetterStyling}
- .description:first-letter {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color: #000000;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- float: left;
- height:60px;
- width:60px;
- font-size: 48px;
- margin-right: 12px;
- position: relative;
- text-align: center;
- padding-left:15px;
- padding-right:15px;
- vertical-align: middle;
- line-height: 60px;
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- {/block:ifFirstLetterStyling}
- /* POPUPS: GENERAL */
- .popup_block {
- display:none;
- background-color:#000000;
- height:320px!important;
- top:285px;
- left:397px!important;
- opacity:1;
- position:fixed;
- z-index:9999999;
- padding-left:24px!important;
- padding-right:24px!important;
- outline:1px solid #151515;
- border-top:24px solid #000000;
- border-bottom:24px solid #000000;
- overflow-y:scroll;
- text-align:justify;
- overflow-x:hidden;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- }
- .popup_block a {
- margin-right:0px;
- vertical-align:top;
- font-family: calibri, sans-serif;
- font-size:8px;
- color:#ffffff;
- font-weight:lighter!important;
- padding-bottom:3px;
- position: relative;
- text-decoration:none;
- text-transform:uppercase;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9;
- background:#000;
- opacity:0;
- }
- #intro {
- margin-top:4px;
- margin-bottom:24px;
- border:1px solid #151515;
- padding-left:24px;
- padding-right:24px;
- padding-top:24px;
- padding-bottom:24px;
- {block:ifFirstLetterStyling}
- min-height:42px;
- {/block:ifFirstLetterStyling}
- }
- {block:ifFirstLetterStyling}
- #intro:first-letter {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color: #cecece;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- float: left;
- font-size: 36px;
- margin-right: 11px;
- margin-top: 0px;
- padding-right: 15px;
- padding-top:14px;
- padding-bottom:14px;
- padding-left:15px;
- }
- {/block:ifFirstLetterStyling}
- /* POPUPS: TABS */
- #headerbar{
- left:50%;
- top:50%;
- overflow:scroll;
- text-align:justify;
- color:#eee;
- font-family:calibri;
- font-size:12px;
- }
- #tabbar{
- left:50%;
- top:50%;
- margin-left:
- overflow: scroll;
- text-align:justify;
- color:#222;
- font-family:calibri;
- font-size:12px;
- }
- ul#tabs {text-align: center;}
- ul#tabs li {
- display: inline-block;
- background-repeat:repeat;
- background-attachment:fixed;
- border:1px solid #171717; /* INACTIVE TAB */
- width:158px;
- font-weight:bold;
- text-align:center;
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- padding: 10px 10px;
- margin-bottom: 4px;
- cursor:pointer;
- }
- ul#tabs li.active {
- display: inline-block;
- padding:9px;
- text-align:center;
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- text-shadow: 0px 0px 1px #000;
- background:#ffffff;
- font-weight:bold;
- font-size:10px;
- border:1px solid #171717; /* ACTIVE TAB */
- color:#e6e6e6;
- padding: 10px 10px;
- margin-bottom: 4px;
- cursor:pointer;
- }
- ul#tab, ul#tabs{
- list-style-type:none;
- margin:0px;padding:0px;
- }
- ul#tab li.active {
- display: block;
- }
- ul#tab li {
- display: none;
- }
- /* POPUPS: NAVIGATION */
- .nvlinks {
- margin-left:0px;
- margin-top:5px;
- padding-top:0px;
- padding-bottom:0px;
- }
- .nvlinks a {
- box-sizing: border-box;
- display:inline-block;
- font-family: calibri, sans-serif;
- font-weight:lighter!important;
- width: 210px;
- padding-left:24px!important;
- padding-right:24px!important;
- margin-right:3px;
- margin-bottom:8px;
- height:24px!important;
- line-height:22px!important;
- text-align:center;
- background:#000000;
- border: 1px solid #151515;
- color:{color:body text};
- text-shadow: 0px 0px 1px {color:body text};
- font-size:8.5px;
- letter-spacing:0.1px;
- cursor: pointer;
- z-index:2;
- }
- .nvlinks a:nth-child(even) {
- margin-right:0px!important;
- }
- .nvlinks a:last-child {
- margin-left:5px;
- margin-right:0px!important;
- }
- .nvlinks a:hover {
- background-color:{color:bold};
- opacity:0.5;
- color:#ffffff;
- }
- /* POSTS: GENERAL */
- #container {
- position:fixed;
- height:504px;
- width:430px;
- left:646px;
- top:85px;
- background-color:#000000;
- overflow-y:scroll;
- border-top:24px solid #000000;
- border-bottom:24px solid #000000;
- padding-left:24px;
- padding-right:24px;
- z-index:9999;
- outline:1px solid #151515!important;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- }
- #containertitle {
- position:absolute;
- z-index:999999999;
- font-weight:bold!important;
- top:605px;
- left:670px;
- letter-spacing:-6px;
- font-family: 'high_spiritedregular';
- font-size:200px;
- color:#000;
- pointer-events: none;
- background-color:transparent;
- text-shadow:
- -1px -1px 0 #191919,
- 1px -1px 0 #191919,
- -1px 1px 0 #191919,
- 1px 1px 0 #191919;
- }
- .posts {
- width:430px;
- word-wrap: break-word;
- text-align:justify;
- background-color:#000000;
- line-height:14px;
- margin-bottom:25px;
- overflow: -moz-scrollbars-none;
- scrollbar-width: none!important;
- }
- .posts a {
- font-family: calibri;
- text-transform:uppercase;
- font-size:9px;
- font-weight:bold!important;
- color: #2d2d2d;
- text-shadow: 0px 0px 1px #2d2d2d;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .posts a:hover {
- color:{color:links hover};
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .posts img {
- max-width: -webkit-calc(100% - 22px);
- max-width: -moz-calc(100% - 22px);
- max-width: calc(100% - 22px);
- height:auto;
- }
- /* TEXT-WRAPPING AROUND ICONS/IMAGES */
- #wrap {
- margin-top:12px;
- margin-bottom: 12px;
- }
- #wrap img {
- width: auto;
- overflow: hidden;
- margin-top:0px!important;
- margin-bottom:0px!important;
- padding-right:3px;
- padding-bottom:3px;
- {block:IfTextWrapping}
- float:left;
- margin-right:14px;
- {/block:IfTextWrapping}
- {block:ificonborders}
- padding:9px;
- border:1px solid #151515;
- {/block:ificonborders}
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- }
- {block:IfTextWrapping}
- #wrap blockquote img {
- margin-top:10px!important;
- margin-bottom:0px!important;
- margin-left:14px;
- margin-right:0px!important;
- float:right;
- }
- {/block:IfTextWrapping}
- /* POSTS: TEXT */
- #textbody {
- {block:permalinkpage}
- padding-top:0px;
- {/block:permalinkpage}
- }
- /* POSTS: PHOTO/PHOTOSETS */
- #psingle {
- width:452px;
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
- -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;
- }
- #psingle:hover {
- -webkit-filter: brightness(1) contrast(1.1) saturate(0.75);
- -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;
- }
- #pset {
- width:431px;
- -webkit-filter: brightness(1) contrast(1.1) saturate(1);
- -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;
- }
- #pset:hover {
- -webkit-filter: brightness(1) contrast(1.1) saturate(1);
- -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;
- }
- /* POSTS: QUOTE */
- #quote {
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- text-align:justify;
- font-size:9px;
- padding-top:0px;
- line-height:165%;
- letter-spacing:0px;
- min-height:52px;
- }
- #quote:first-letter {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
- color:{color:First Letter}!important;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:100!important;
- text-transform:uppercase!important;
- color:#000000;
- float: left;
- font-size: 42px;
- margin-right: 11px;
- margin-top: 3px;
- padding-right: 13px;
- padding-top:17px;
- padding-bottom:17px;
- padding-left:13px;
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- .source {
- font-family:calibri;
- font-weight:bold;
- height:24px;
- color:#2d2d2d;
- text-shadow: 0px 0px 1px #2d2d2d;
- text-transform:uppercase;
- }
- /* POSTS: LINK */
- #link {
- border:1px solid #151515;
- padding:24px;
- }
- #link a {
- font-size:12px;
- }
- /* POSTS: CHAT */
- #chat {
- margin-top:0px;
- }
- /* POSTS: AUDIO */
- .player {
- opacity: 1;
- position: absolute;
- z-index: 1;
- width: 50px;
- margin-top: 6px;
- margin-left: 12px;
- display: block;
- color:transparent!important;
- background-color:transparent!important;
- }
- .audioplayer {
- width: 24px;
- height: 24px;
- margin-left: 0px;
- overflow: hidden;
- padding: 0px;
- background-color:transparent!important;
- }
- .audioinfo {
- border:1px solid #151515;
- padding-left:48px;
- padding-right:24px;
- padding-top:12px;
- padding-bottom:12px;
- display: block;
- font-family:calibri;
- font-weight:bold;
- text-transform: uppercase;
- text-align: left;
- letter-spacing:0px;
- word-spacing:-0.5px;
- font-size:10px;
- color: #2d2d2d;
- text-shadow: 0px 0px 1px #2d2d2d;
- background: transparent;
- }
- #acaption {
- margin-top:24px!important;
- margin-left:-24px;
- padding-left:24px;
- }
- #acaption a {
- font-size:10px;
- }
- /* POSTS: VIDEO */
- .video-container {
- position: relative;
- padding-bottom: 56.25%;
- padding-top: 30px;
- height: 0;
- overflow: hidden;
- }
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- /* POSTS: ASK */
- #question {
- border-top:0px solid #151515;
- width: 80%;
- margin-top:1px;
- height:70px;
- }
- #ask {
- z-index:999999!important;
- float:left;
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- position: absolute;
- font-weight:bold;
- background-color:#000000;
- font-size:9px;
- line-height:12px!important;
- width:316px;
- min-height:21px;
- max-height:21px;
- overflow:scroll;
- margin-top:0px;
- margin-left:0px;
- margin-bottom:0px;
- padding-left:24px;
- padding-right:24px;
- outline:solid 1px #151515;
- border-top:22px solid #000000;
- border-bottom:22px solid #000000;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #ask:hover {
- max-height:35px!important;
- width:382px;
- z-index:999999!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #ask a {
- font-weight:lighter;
- color:{color:bold};
- font-size:9px;
- text-decoration:none;
- }
- #ask b {
- color:{color:body text};
- font-size:9px;
- line-height:11px;
- font-family:calibri!important;
- }
- .letterask {
- font-family:'Frank Ruhl Libre', serif;
- position:relative;
- z-index:9999!important;
- position:absolute;
- text-align:center;
- font-size:48px;
- margin-left:365px;
- outline:1px solid #151515;
- background-color:#000000;
- padding-top:25px;
- padding-bottom:26px;
- padding-left:15px;
- padding-right:15px;
- color:#000000;
- -webkit-user-select: none; /* Chrome all / Safari all */
- -moz-user-select: none; /* Firefox all */
- -ms-user-select: none; /* IE 10+ */
- user-select: none; /* Likely future */
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- #response {
- margin-top:24px;
- padding-top:0px;
- padding-bottom:0px;
- }
- #response img {
- float:left;
- position:relative;
- margin-left:-1px!important;
- margin-right:13px;
- margin-top:0px;
- margin-bottom:5px;
- padding:8px;
- border:1px solid #151515;
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- }
- {block:IfNotClickonTags}
- /* POST INFORMATION -- NO CLICK ON TAGS */
- .permalinkbar {
- margin-top:12px!important;
- color:#151515!important;
- }
- .permalinkbuttons {
- height:24px;
- background-color:#000000;
- font-weight:bold!important;
- padding-left:24px;
- padding-right:24px;
- line-height:23px;
- letter-spacing:-0.2px;
- margin-left:0px!important;
- margin-bottom:1px!important;
- border:1px solid #151515;
- color:#151515;
- }
- .permalinkbuttons a {
- font-family:calibri;
- background-color:transparent;
- font-weight:bold!important;
- color:#2d2d2d;
- text-shadow: 0px 0px 1px #2d2d2d;
- font-size:9.4px;
- letter-spacing:-0.2px;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- -webkit-user-select: none; /* Chrome all / Safari all */
- -moz-user-select: none; /* Firefox all */
- -ms-user-select: none; /* IE 10+ */
- user-select: none; /* Likely future */
- }
- .permalinkbuttons a:hover {
- color:{color:links};
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .tags {
- font-family: calibri!important;
- font-weight:bold!important;
- background-color:#000000;
- border:1px solid #151515;
- padding-top:6px;
- padding-bottom:6px;
- padding-left:24px;
- padding-right:24px;
- margin-top:-2px;
- color:#2f2f2f;
- text-shadow: 0px 0px 1px #2f2f2f;
- text-transform:uppercase!important;
- font-style:normal;
- line-height:150%;
- font-size:8.4px;
- text-align:justify;
- -moz-text-align-last: center; /* Code for Firefox */
- text-align-last: center;
- }
- .tags a {
- text-decoration:none!important;
- color:#2f2f2f;
- text-shadow: 0px 0px 1px #2f2f2f;
- font-weight:lighter!important;
- color:#2f2f2f;
- text-shadow: 0px 0px 1px #2f2f2f;
- font-size:8.4px;
- margin-right:1px;
- text-transform:uppercase!important;
- font-family: calibri!important;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .tags a:hover {
- font-weight:bold!important;
- color:{color:bold}!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:0.2;
- {block:ifBiggerTagsonHover}
- font-size:10px!important;
- {block:ifBiggerTagsonHover}
- }
- {/block:IfNotClickonTags}
- {block:IfClickonTags}
- /* POST INFORMATION -- CLICK ON TAGS */
- .permalinkbar {
- margin-top:12px!important;
- color:#151515!important;
- }
- .permalinkbuttons {
- height:24px;
- background-color:#000000;
- font-weight:bold!important;
- padding-left:24px;
- padding-right:24px;
- line-height:23px;
- letter-spacing:-0.2px;
- margin-left:0px!important;
- margin-bottom:1px!important;
- border:1px solid #151515;
- color:#151515;
- }
- .permalinkbuttons a {
- font-family:calibri;
- background-color:transparent;
- font-weight:bold!important;
- color:#2d2d2d;
- text-shadow: 0px 0px 1px #2d2d2d;
- font-size:9.4px;
- letter-spacing:-0.2px;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- -webkit-user-select: none; /* Chrome all / Safari all */
- -moz-user-select: none; /* Firefox all */
- -ms-user-select: none; /* IE 10+ */
- user-select: none; /* Likely future */
- }
- .permalinkbuttons a:hover {
- color:{color:links};
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- -o-transition-duration:2s;
- }
- .tags {
- font-family: calibri!important;
- font-weight:bold!important;
- background-color:#000000;
- border:1px solid #151515;
- padding-top:6px;
- padding-bottom:6px;
- padding-left:24px;
- padding-right:24px;
- margin-top:-2px;
- color:#2f2f2f;
- text-shadow: 0px 0px 1px #2f2f2f;
- text-transform:uppercase!important;
- font-style:normal;
- line-height:150%;
- font-size:8.4px;
- text-align:left!important;
- }
- .tags a {
- text-decoration:none!important;
- font-weight:bold!important;
- font-size:8.4px;
- margin-right:1px;
- text-transform:uppercase!important;
- font-family: calibri!important;
- color:#2d2d2d;
- text-shadow: 0px 0px 1px #2d2d2d;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .tags a:hover {
- font-weight:bold!important;
- color:{color:bold}!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- {block:ifBiggerTagsonHover}
- font-size:10px!important;
- {block:ifBiggerTagsonHover}
- }
- .permatags {
- font-family: calibri!important;
- font-weight:lighter!important;
- background-color:#000000;
- border:1px solid #151515;
- padding-top:5px;
- padding-bottom:7px;
- padding-left:24px;
- padding-right:24px;
- margin-bottom:-1px;
- margin-top:-2px;
- color:#2f2f2f;
- text-shadow: 0px 0px 1px #2f2f2f;
- text-transform:uppercase!important;
- font-style:normal;
- line-height:150%;
- font-size:8.4px;
- text-align:left!important;
- }
- .permatags a {
- text-decoration:none!important;
- font-weight:lighter!important;
- font-size:8.4px;
- margin-right:1px;
- text-transform:uppercase!important;
- font-family: calibri!important;
- color:#2f2f2f;
- text-shadow: 0px 0px 1px #2f2f2f;
- font-size:8.4px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .permatags a:hover {
- color:{color:bold}!important;
- -moz-transition-duration:2s;
- -webkit-transition-duration:2s;
- {block:ifBiggerTagsonHover}
- font-size:10px!important;
- {block:ifBiggerTagsonHover}
- }
- {/block:IfClickonTags}
- /* PERMAPAGE NOTES */
- .notes {
- text-transform:normal;
- font-style:normal;
- font-size: 10px;
- text-align:left!important;
- outline:1px solid #151515;
- margin-top:24px;
- }
- .notes a {
- text-align:left!important;
- }
- .notes:first-child {
- padding-top:24px;
- }
- .notes li:last-child {
- padding-bottom:24px;
- }
- .notes li {
- text-align:left!important;
- list-style-type:none;
- border:none!important;
- margin-left:-12px;
- line-height:14px;
- text-align:left!important;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes li a {
- font-family:calibri!important;
- font-size:10px!important;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:0px;
- color: {color:links};
- text-align:left!important;
- }
- .notes li a:hover {
- color: {color:links hover};
- }
- .notes blockquote {
- border:1px solid #151515;
- padding-top:12px;
- padding-bottom:12px;
- padding-left:24px;
- padding-right:24px;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:0px;
- margin-right:24px;
- }
- .notes img.avatar {
- width: 0px;
- height: 0px;
- }
- /* CREDIT */
- #credit {
- background-color:#000000;
- border:1px solid #151515;
- padding:6px 10px;
- z-index:999;
- position:absolute;
- bottom:44px;
- right:44px;
- width:6px;
- height:14px;
- word-wrap:break-word;
- font-family:calibri;
- overflow:hidden;
- -webkit-transition:all 1s ease;
- -moz-transition:all 1s ease;
- -o-transition:all 1s ease;
- transition:all 1s ease-in-out;
- }
- #credit a {
- color:{color:links};
- text-transform:uppercase;
- font-size:9.5px;
- }
- #credit:hover {
- width:73px;
- }
- #credit span {
- color:{color:bold};
- font-family:calibri;
- margin-right:10px;
- font-size:10.5px;
- }
- </style>
- </head>
- <body>
- <!-- DESCRIPTION + NAVIGATION BAR -->
- <div class="bottombox">
- <div class="bottomtitle">{text:blog title}</div>
- <div class="description">
- {Description}
- </div class="bottombox">
- </div class="description">
- <div class="navi">
- <a href="/" title="Refresh">INDEX</a>
- <a href="#?w=430" rel="INQUIRE" class="poplight">INQUIRIES</a>
- <a href="#?w=430" rel="RULES" class="poplight">GUIDELINES</a>
- <a href="#?w=430" rel="ABOUT" class="poplight">ABOUT</a>
- <a href="#?w=430" rel="VERSES" class="poplight">VERSES</a>
- <a href="#?w=430" rel="NAVIGATE" class="poplight">NAVIGATE</a>
- {block:IndexPage}{block:PreviousPage}
- <a href="{PreviousPage}"><b><<</b></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><b>>></b></a>
- {/block:NextPage}{/block:IndexPage}
- {block:PermalinkPagination}{block:PreviousPost}
- <a href="{PreviousPost}"><b><<</b></a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}"><b>>></b></a>
- {/block:NextPost}{/block:PermalinkPagination}
- </div class="navi">
- <!-- POSTS -->
- <div id="containertitle">
- Cryoniic
- </div>
- <div id="container">
- <div class="containerheadertop"></div>
- <div id="containertopspace"></div>
- {block:Posts}
- <div class="posts">
- <!-- POSTS: TEXT -->
- {block:Text}
- <div id="text">
- <div id="textbody">
- {block:Title}
- <h1>{Title}</a></h1>
- {/block:Title}
- <div id="wrap">
- {Body}
- <div style="clear:both">
- </div style="clear:both">
- </div id="wrap">
- </div>
- </div id="text">
- {/block:Text}
- <!-- POSTS: PHOTO/SET -->
- {block:Photo}
- <div id="psingle">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- </div id="psingle">
- {block:Caption}
- <div id="pcaption">
- {Caption}
- </div id="pcaption">
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div id="pset">
- {Photoset}
- </div id="pset">
- {block:Caption}
- <div id="pcaption">
- {Caption}
- </div id="pcaption">
- {/block:Caption}
- {/block:Photoset}
- <!-- POSTS: QUOTE -->
- {block:Quote}
- <div id="quote">
- {Quote} — <span style="font-family:calibri; font-size:10.4px; text-transform:uppercase; color:{color:bold}; font-weight:bold!important; letter-spacing:0.2px;">by {Source}</span>
- </div id="quote">
- {/block:Quote}
- <!-- POSTS: LINK -->
- {block:Link}
- <div id="linkpost">
- <div id="link">
- <a href="{URL}" {Target}>{Name} ►</a>
- </div id="link">
- </div id="linkpost">
- {/block:Link}
- <!-- POSTS: CHAT -->
- {block:Chat}
- <div id="chatbox">
- <div id="chat">
- {block:Lines}
- <div id="{Alt}">
- {block:Label}<i>{Label}</i>{/block:Label} {Line}
- </div id="{Alt}">
- {/block:Lines}
- </div id="chat">
- </div id="chatbox">
- {/block:Chat}
- <!-- POSTS: AUDIO -->
- {block:Audio}
- <div id="audiobox">
- <div style="-webkit-filter:grayscale(1);">
- <div class="player">
- <div class="audioplayer">
- {AudioPlayerBlack}
- </div class="audioplayer">
- </div class="player">
- </div style>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
- </div class="audioinfo">
- {block:Caption}
- <div id="acaption">
- {Caption}
- </div id="acaption">
- {/block:Caption}
- </div id="audiobox">
- {/block:Audio}
- <!-- POSTS: VIDEO -->
- {block:Video}
- <div class="video-container">
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- </div class="video-container">
- {Caption}
- {/block:Video}
- <!-- POSTS: ASK -->
- {block:Answer}
- <div id="answer">
- <div id="question"><div id="ask"><b>{Asker} is inquiring for information:</b> {Question}</div><div class="letterask">Q</div></div>
- <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;"></div>
- </div id="response">
- </div id="answer">
- {/block:Answer}
- <!-- POST INFORMATION -- NO CLICK ON TAGS -->
- {block:IfNotClickonTags}
- {block:Date}
- {block:indexpage}
- <div class="permalinkbar">
- <div class="permalinkbuttons">
- <a href="{Permalink}" style="text-align:left;">{Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}</a>
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalinkbar" style="margin-top:26px!important;">
- <div class="permalinkbuttons">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" style="text-align:left;">REBLOGGED FROM / VIA</a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; float:right; padding-right:0px;">CLICK HERE TO REBLOG THIS POST</a>
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- {/block:permalinkpage}
- {block:indexpage}
- {block:HasTags}
- <div id="tagsbox">
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- </div class="tags">
- </div id="tagsbox">
- {/block:HasTags}
- {/block:indexpage}
- {block:permalinkpage}
- <div class="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div class="tags">
- {/block:permalinkpage}
- {/block:Date}
- {/block:IfNotClickonTags}
- {block:IfClickonTags}
- <div class="perma">
- {block:Date}
- {block:indexpage}
- <div class="permalinkbar">
- <div class="permalinkbuttons">
- <a href="{Permalink}" title="{12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}" style="float:left; text-align:left!important; margin-right:0px!important;">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
- /
- <a href="#" class="hide">CLICK HERE FOR TAGS </a>
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- <div class="tags">
- {block:HasTags}
- Tagged with:
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div class="tags">
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalinkbar">
- <div class="permalinkbuttons">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">REBLOGGED FROM / VIA / SOURCE</a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
- </div class="permalinkbuttons">
- </div class="permalinkbar">
- <div class="permatags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div class="permatags">
- {/block:permalinkpage}
- {/block:Date}
- {/block:IfClickonTags}
- <!-- NOTES -->
- {block:PostNotes}
- <div class="notes">
- {PostNotes}
- </div class="notes">
- {/block:PostNotes}
- <!-- HIDE VIA/SOURCE IN POSTS -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- </div class="posts">
- {/block:Posts}
- <div class="containerheaderbottom">
- <div id="containerbottomspace"></div>
- </div class="containerheaderbottom">
- </div id="container">
- </div>
- <!-- POPUP PAGES -->
- <!-- POPUP PAGE: INQUIRE -->
- <div id="INQUIRE" class="popup_block">
- <h1>{text:Popup Page ASK Header}</h1>
- <p>
- <iframe frameborder="0" allowtransparency="true" scrolling="no" width="431px" height="180px" src="https://www.tumblr.com/ask_form/cryoniic.tumblr.com/" style="margin-top:-6px!important; " id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- <p>
- </div id="INQUIRE" class="popup_block">
- <!-- POPUP PAGE: RULES -->
- <div id="RULES" class="popup_block">
- <h1>Guidelines</h1>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a euismod est. Quisque auctor gravida consectetur. Etiam laoreet posuere massa ac ullamcorper. Curabitur blandit dolor urna, vitae eleifend felis sodales et. Mauris at malesuada justo. Donec venenatis fermentum gravida. Quisque a elementum tortor, vel euismod nunc. Nulla tincidunt tempor pharetra.
- <p>Praesent consectetur lacus quam, eget elementum ex eleifend at. Mauris a ante vel eros accumsan dictum vel in urna. In ultrices ligula et quam consectetur, sed dictum lorem luctus. Aenean at ullamcorper augue, eu viverra nisi. Nam tincidunt tempor eros a aliquet. Etiam ac eleifend dui. Suspendisse elementum, sapien ut lobortis sagittis, ligula augue tincidunt odio, non bibendum orci arcu sed odio. Nunc finibus nulla id risus luctus, tincidunt commodo orci iaculis. Aliquam vehicula velit sit amet diam laoreet dignissim. Fusce sodales leo vitae semper malesuada. Nunc nisl erat, venenatis non tempus at, dapibus sed tortor. Sed urna augue, consectetur id pulvinar porttitor, ultricies sed ligula. Duis aliquam orci ante, sit amet mollis arcu mattis luctus. Pellentesque sit amet placerat lectus. Aenean malesuada libero eget sem pretium, eget elementum lorem placerat.
- <H4>Example Header</H4>
- <p>Maecenas tempor, elit sed aliquet malesuada, nulla turpis iaculis ligula, quis vulputate dui libero eget dolor. Phasellus dictum mi eget sem accumsan, eget scelerisque metus sagittis. Etiam posuere, est ac elementum mattis, tortor ante dapibus est, ut fringilla est nibh vel magna. Pellentesque bibendum justo eu lacus facilisis cursus. Aenean molestie convallis felis a ullamcorper. Quisque ut pharetra diam. Proin malesuada dapibus risus quis ultrices. Cras at ullamcorper odio. Morbi viverra vehicula libero fringilla laoreet. Nullam ac ex sit amet ante maximus sodales. Aliquam ac metus vulputate, mattis enim at, vulputate ligula.
- <p>Proin nec pretium elit, at volutpat est. Vestibulum vitae risus et urna tempor maximus. Quisque efficitur fermentum leo, eget mollis nisl dictum vel. Cras risus purus, faucibus non porta et, tristique in nulla. Morbi fringilla ultrices turpis sed vulputate. Morbi semper, tortor vitae blandit pulvinar, eros urna dignissim nisl, vel varius nulla enim et lorem. Fusce ac elit eu tortor pellentesque aliquet. Curabitur eu ex faucibus, dignissim neque et, convallis est. Etiam id tortor nulla. Nunc malesuada velit molestie, ornare augue ut, tristique sapien. Maecenas ex turpis, cursus lacinia nisi ut, sagittis ultricies mauris. Maecenas vehicula justo at erat cursus luctus.
- <p>
- </div id="RULES" class="popup_block">
- <!-- POPUP PAGE: ABOUT -->
- <div id="ABOUT" class="popup_block">
- <h1>ABOUT</h1>
- Maecenas tempor, elit sed aliquet malesuada, nulla turpis iaculis ligula, quis vulputate dui libero eget dolor. Phasellus dictum mi eget sem accumsan, eget scelerisque metus sagittis. Etiam posuere, est ac elementum mattis, tortor ante dapibus est, ut fringilla est nibh vel magna. Pellentesque bibendum justo eu lacus facilisis cursus. Aenean molestie convallis felis a ullamcorper. Quisque ut pharetra diam. Proin malesuada dapibus risus quis ultrices. Cras at ullamcorper odio. Morbi viverra vehicula libero fringilla laoreet. Nullam ac ex sit amet ante maximus sodales. Aliquam ac metus vulputate, mattis enim at, vulputate ligula.
- <p>Proin nec pretium elit, at volutpat est. Vestibulum vitae risus et urna tempor maximus. Quisque efficitur fermentum leo, eget mollis nisl dictum vel. Cras risus purus, faucibus non porta et, tristique in nulla. Morbi fringilla ultrices turpis sed vulputate. Morbi semper, tortor vitae blandit pulvinar, eros urna dignissim nisl, vel varius nulla enim et lorem. Fusce ac elit eu tortor pellentesque aliquet. Curabitur eu ex faucibus, dignissim neque et, convallis est. Etiam id tortor nulla. Nunc malesuada velit molestie, ornare augue ut, tristique sapien. Maecenas ex turpis, cursus lacinia nisi ut, sagittis ultricies mauris. Maecenas vehicula justo at erat cursus luctus.
- <p>
- </div id="ABOUT" class="popup_block">
- <!-- POPUP PAGE: VERSES -->
- <div id="VERSES" class="popup_block">
- <h1>VERSES</h1>
- Maecenas tempor, elit sed aliquet malesuada, nulla turpis iaculis ligula, quis vulputate dui libero eget dolor. Phasellus dictum mi eget sem accumsan, eget scelerisque metus sagittis. Etiam posuere, est ac elementum mattis, tortor ante dapibus est, ut fringilla est nibh vel magna. Pellentesque bibendum justo eu lacus facilisis cursus. Aenean molestie convallis felis a ullamcorper. Quisque ut pharetra diam. Proin malesuada dapibus risus quis ultrices. Cras at ullamcorper odio. Morbi viverra vehicula libero fringilla laoreet. Nullam ac ex sit amet ante maximus sodales. Aliquam ac metus vulputate, mattis enim at, vulputate ligula.
- <p>Proin nec pretium elit, at volutpat est. Vestibulum vitae risus et urna tempor maximus. Quisque efficitur fermentum leo, eget mollis nisl dictum vel. Cras risus purus, faucibus non porta et, tristique in nulla. Morbi fringilla ultrices turpis sed vulputate. Morbi semper, tortor vitae blandit pulvinar, eros urna dignissim nisl, vel varius nulla enim et lorem. Fusce ac elit eu tortor pellentesque aliquet. Curabitur eu ex faucibus, dignissim neque et, convallis est. Etiam id tortor nulla. Nunc malesuada velit molestie, ornare augue ut, tristique sapien. Maecenas ex turpis, cursus lacinia nisi ut, sagittis ultricies mauris. Maecenas vehicula justo at erat cursus luctus.
- <p>
- </div id="VERSES" class="popup_block">
- </div>
- <!-- POPUP PAGE NAVIGATE -->
- <div id="NAVIGATE" class="popup_block">
- <h1>NAVIGATION</h1>
- <div class="nvlinks">
- <a href="/tagged/URL">Link 1</a>
- <a href="/tagged/URL">Link 1</a>
- <a href="/tagged/URL">Link 1</a>
- <a href="/tagged/URL">Link 1</a>
- <a href="/tagged/URL">Link 1</a>
- <a href="/tagged/URL">Link 1</a>
- </div class="nvlinks">
- </div id="NAVIGATE" class="popup_block">
- <!-- CREDIT -->
- <div id="credit"><div style="width:105px;margin-right:10px;">
- <a href="https://iniziarearchive.tumblr.com/post/172148130832/base-theme-francis-live-preview-in" target="blank">
- <span>S.</span>MADE BY SAE.</a>
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment