Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE 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}
- <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <!-- ᴛʜᴇᴍᴇ 19
- ɴᴏ sᴛᴇᴀʟɪɴɢ ﹣ ʟᴇᴛs ʙᴇ ᴏʀɪɢɪɴᴀʟ
- ᴄᴜsᴛᴏᴍ ᴛʜᴇᴍᴇ ᴍᴀᴅᴇ ғᴏʀ ᴋira
- ----- ----
- -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Title Background" content="#000000"/>
- <meta name="color:Description Color" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Nav Link" content="#ffffff"/>
- <meta name="color:Nav BG" content="#222222"/>
- <meta name="color:Sidebar Color" content="#b8b8b8"/>
- <meta name="color:Sidebar Border" content="#222222"/>
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="if:Hidden Captions" content="0"/>
- <meta name="if:400px" content="1">
- <meta name="if:Right Sidebar" content="0">
- <meta name="if:Sidebar IMG Border" content="0">
- <meta name="if:Askbox" content="1">
- <meta name="if:Tags" content="1">
- <meta name="if:Hidden Captions" content="0"/>
- <meta name="if:Lazy Load" content="0">
- <meta name="image:Sidebar" content="http://static.tumblr.com/3dkvxpf/TAgngp8g0/flower7.png">
- <meta name="image:Background Image" content="http://static.tumblr.com/3dkvxpf/yFjn941og/tumblr_mx3toqf8vu1st5lhmo1_1280.jpg"/>
- <meta name="select:Background image" content="bg-none" title="None">
- <meta name="select:Background image" content="bg-cover" title="Full screen">
- <meta name="select:Background image" content="bg-pattern" title="Pattern">
- <meta name="select:Player Color" content="black" title="Black">
- <meta name="select:Player Color" content="white" title="White">
- <meta name="select:Player Color" content="grey" title="Grey">
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="Link 1" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="Link 2" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="Link 3" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="Link 4" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="Link 5" />
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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:40,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(90%); -moz-filter: invert(90%); -o-filter: invert(90%); -ms-filter: invert(90%); filter: invert(90%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
- #s-m-t-tooltip{
- position:absolute;
- margin: 10px 20px;
- padding:2px 15px;
- font-size:8px;
- z-index: 99999999999;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:title};
- background:{color:title background};}
- ::-webkit-scrollbar{width:4px;}
- ::-webkit-scrollbar-thumb{background:{color:scrollbar};border:1px solid {color:background};}
- ::-webkit-scrollbar-track {background:#222; border-left:2px solid {color:background};border-right:1px solid {color:background};}
- /* LAYOUT BASICS */
- blockquote {
- border-left:1px solid #222;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:5px;
- margin-left:5px;
- }
- body {
- overflow-x:hidden;
- overflow-y:hidden;
- background:{color:background};
- color:{color:text};
- font-family: 'Calibri', sans-serif;
- font-size:10px;
- letter-spacing:1px;
- text-align:justify;
- margin:0;
- line-height:1.3em;}
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:10px;}
- big {
- font-size:12px;}
- pre{
- background:{color:background};
- padding:10px;
- color:{color:text};
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;}
- code{
- text-transform:lowercase;
- font-style:italic;
- }
- b,strong{
- color:{color:text};
- font-weight:bold;
- }
- em,i{
- color:{color:text};
- font-style:italic;
- }
- strike{
- text-decoration: line-through;
- }
- #title {
- padding:3px;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- background:{color:Title Background};
- color:{color:background};
- font-family: 'Montserrat', sans-serif;
- }
- /* Background Selects */
- .bg-none {
- background:{color:background};}
- .bg-cover {
- background: url({image:Background Image})
- no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;}
- .bg-pattern {
- background: url({image:Background Image});
- background-repeat:repeat;
- background-attachment: fixed; }
- /*Container*/
- #con {
- {block:ifRightSidebar}
- left:50%;
- margin-left:-300px;
- {block:ifnot400px}
- margin-left:-146px;
- {/block:ifnot400px}
- {/block:ifRightSidebar}
- {block:ifnotRightSidebar}
- left:50%;
- margin-left:-150px;
- {/block:ifnotRightSidebar}
- position:absolute;
- bottom:-5px;
- height:550px;
- padding-bottom:50px;
- border-left:1px solid {color:Borders};
- border-right:1px solid {color:Borders};
- border-top:1px solid {color:Borders};
- background:{color:background};
- overflow-x:hidden;
- overflow-y:hidden;
- z-index:1;
- {block:if400px}
- width:445px;
- {/block:if400px}
- {block:ifnot400px}
- width:320px;
- {/block:ifnot400px}
- }
- /*Sidebar*/
- .sidebar{
- {block:ifRightSidebar}
- right:50%;
- margin-right:-297px;
- {/block:ifRightSidebar}
- {block:ifnotRightSidebar}
- left:50%;
- margin-left:-300px;
- {/block:ifnotRightSidebar}
- text-align:center;
- bottom:0px;
- position:absolute;
- width:150px;
- height:470px;
- background-image:
- linear-gradient(
- transparent, {color:Sidebar Color}
- );
- }
- #sbimage{
- width:90px;
- border-radius:100%;
- margin:0 auto;
- padding:5px
- text-align:center;
- }
- #sbimage img{
- width:90px;
- border-radius:100%;
- {block:ifSidebarIMGBorder}
- border:4px solid {color:Sidebar Border};
- {/block:ifSidebarIMGBorder}
- {block:ifnotSidebarIMGBorder}
- margin-left:4px;
- {/block:ifnotSidebarIMGBorder}
- }
- /*Blog Title*/
- .btitle{
- width:100px;
- line-height:1.3em;
- margin:5px auto;
- font-size:12px;
- color:{color:title};
- background:{color:Title Background};
- padding:4px;
- letter-spacing:0px;
- text-transform:uppercase;
- font-family: 'Montserrat', sans-serif;
- }
- .btitle a{color:{color:title};}
- .btitle a:hover{
- text-decoration:none;
- color:{color:hover};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- /*Description*/
- .descript{
- margin:0 auto;
- padding:0px 11px;
- word-spacing:-1px;
- font-size:10px;
- text-align:justify;
- text-transform:lowercase;
- width:115px;
- color:{color:Description Color};}
- /*Sidebar Links*/
- .links{
- position:fixed;
- text-align:center;
- text-transform:uppercase;
- font-size:7px;
- padding:13px;
- font-family: 'Montserrat', sans-serif;
- background:{color:background};
- {block:if400px}
- width:402px;
- padding-left:30px;
- {/block:if400px}
- {block:ifnot400px}
- width:275px;
- padding-left:30px;
- {/block:ifnot400px}
- border-bottom:1px solid {color:borders};
- z-index:1;
- background:{color:Nav BG};
- }
- .links a{
- margin-right:10px;color:{color:Nav Link};}
- .links a:hover{
- color:{color:hover};
- opacity:.7;
- }
- #pagi {
- margin-top:30px;
- font-size:20px;
- }
- #pagi a{
- color:{color:title};
- }
- /*Posts*/
- #entries{
- {block:if400px}
- width:445px;
- {/block:if400px}
- {block:ifnot400px}
- width:320px;
- {/block:ifnot400px}
- height:550px;
- padding-top:30px;
- margin-top:40px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- .posts {
- position:relative;
- background:{color:background};
- {block:ifnot400px}
- width:250px;
- margin-left:15px;
- {/block:ifnot400px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- padding:0px 20px;
- {block:IndexPage}
- margin-bottom:80px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:70px;
- {/block:PermalinkPage}
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- .posts img, .posts li, .posts blockquote {max-width: 100%;}
- .caption {width:100%;margin-top:10px;}
- /*Quote*/
- #ink{
- font-family: 'Montserrat', sans-serif;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:justify;
- font-size:10px;
- line-height:19px;
- font-weight:none;
- padding:10px;
- }
- #ink a{
- color:{color:text};
- }
- #ink-source a{
- color:{color:text};
- }
- #ink-source {
- text-align:right;
- font-style:none;
- font-weight:none;
- font-family: 'Montserrat', sans-serif;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- margin-top:5px;
- margin-bottom:20px;}
- /*audio*/
- .tracks{
- {block:if400px}
- margin-bottom:1px;
- padding:12px;
- width:160px;{/block:if400px}
- {block:ifnot400px}
- display:none;{/block:ifnot400px}
- }
- .player iframe {
- width: 30px;
- height: 30px;}
- .black .white,
- .black .grey { display: none;}
- .white .black,
- .white .grey { display: none;}
- .grey .white,
- .grey .black { display: none;}
- .black .player_container { background: #000;}
- .black .player_wrap { background-color: rgba(0,0,0,0.8); }
- .white .player_container { background: #fff;}
- .white .player_wrap { background-color: rgba(255,255,255,0.8); }
- .grey .player_container { background: #e4e4e4;}
- .grey .player_wrap { background-color: rgba(228, 228, 228, 0.8); }
- .black .tracks { background: #000; color:white;}
- .black .tracks { background-color: rgba(0,0,0,0.8);color:white;}
- .white .tracks { background: #fff;}
- .white .tracks { background-color: rgba(255,255,255,0.8); }
- .grey .tracks { background: #e4e4e4;}
- .grey .tracks { background-color: rgba(228, 228, 228, 0.8); }
- .audio {
- position: relative;
- margin-bottom:20px;
- margin-top:10px;
- {block:if400px}
- margin-left:50px;
- {block:if400px}
- {block:ifnot400px}
- margin-left:70px;{/block:ifnot400px}
- }
- .player-art {
- width: 112px;
- height: 112px;
- position: relative;
- vertical-align: top;
- margin-left:5px;
- margin-top:16px;
- border-radius:100%;
- }
- .player-art img { width: 112px; border-radius:100%; }
- img.album { position: absolute; z-index: 2;}
- img.default { position: absolute; z-index: 1; }
- .player-wrap {
- position: relative;
- width: 95px;
- display: inline-block;
- left: 0;
- }
- ol.audioinfo {
- list-style-type: none;
- width: auto;
- margin-left:10px;
- margin-top:4px;
- padding:0;
- z-index: 10;
- position: relative;
- display: inline-block;
- vertical-align: top;
- line-height: 1.38em;
- text-transform:uppercase;
- font-family:'Roboto'sans-serif;
- font-size:8px;
- letter-spacing:1px;
- }
- .player {
- width: 30px; height: 30px;
- overflow: hidden;
- margin: -14px 0 0 -14px;
- padding: 0px;
- position: absolute;
- top: 50%;
- left: 50%;
- }
- .player_container {
- z-index: 11;
- opacity: 0.3; filter: alpha(opacity=30);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out;
- }
- .player_wrap {
- z-index: 9;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out; }
- .player_container, .player_wrap {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 50px; height: 50px;
- margin-top: -18px;
- margin-left: -11px;
- -moz-border-radius:50px;
- -webkit-border-radius:50px;
- border-radius: 50px; }
- .player_container:hover{
- opacity:1;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out ;
- -ms-transition: all 0.2s ease-in-out;
- }
- /* Asks */
- .ques {
- margin-bottom:10px;
- letter-spacing:1px;
- padding:10px;
- font-size:8px;
- line-height:13px;
- }
- .ques a{
- color:{color:link};
- }
- .who {
- padding:4px 8px;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- background:{color:Title Background};
- color:{color:Title};
- font-family: 'Montserrat', sans-serif;
- }
- .who a{
- color:{color:background};}
- .answer {
- margin-top:5px;
- padding:10px;
- letter-spacing:1px;
- font-size:8px;
- text-transform:uppercase;
- color:{color:text};
- text-align:justify;
- letter-spacing:1px;}
- /*Chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*Permalink and notes*/
- .infos-ago{
- font-size:8px;
- background:{color:title background};
- color:{color:title};
- text-transform:uppercase;
- padding:3px 5px;
- }
- .infos-ago a{
- color:{color:title};
- }
- }
- .infos {
- padding:10px 0;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;
- margin-top:5px;
- background:{color:background};
- border-top:1px solid {color:borders};
- {block:Permalink}
- margin-top:20px;
- {/block:permalink}
- }
- .infos a {margin:0 5px;
- text-decoration:none;
- color:{color:link};}
- .infos a:hover {color:{color:hover};}
- /*Tags*/
- .text-tags {
- {block:Permalink}
- opacity:1;
- margin-right:0;
- {/block:permalink}
- text-align:right;
- float:right;
- font-size:8px;
- {block:if400px}
- width:200px;
- padding:4px;
- {/block:if400px}
- {block:ifnot400px}
- width:105px;
- {/block:ifnot400px}
- text-transform:uppercase;
- {block:indexpage}
- opacity:0;
- margin-top:10px;
- margin-right:-50px;
- {/block:indexpage}
- word-break:break-all;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- .text-tags a{
- text-decoration:none;}
- .posts:hover .text-tags{
- opacity:1;
- margin-right:0px;
- }
- .posts:hover .perma_hold {opacity:1;}
- .perma_hold {
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:ifnot400px}
- width:250px;
- {/block:ifnot400px}
- height:99%;
- top:0px;
- left:20px;
- position:absolute;
- opacity:0;
- background:rgba(0,0,0,0.95);
- transition:0.6s ease;
- -o-transition:0.6s ease;
- -moz-transition:0.6s ease;
- -webkit-transition:0.6s ease;
- }
- .perma {
- top:40%;
- position:relative;
- font-size:13px;
- text-align:center;
- text-transform:uppercase;
- font-family: 'Montserrat', sans-serif;
- color:white;
- }
- .perma a{color:white;}
- .info a{margin:0px 3px; color:white;}
- .info {margin-top:10px;font-size:8px;letter-spacing:1px; text-transform:uppercase; font-family: 'Montserrat', sans-serif;}
- .tags a{margin:0px 3px; color:white;}
- .tags {
- font-weight:normal;
- margin-top:10px;
- text-transform:none;
- font-size:8px;
- font-style:italic;
- }
- /*Page Notes*/
- .pagenotes {
- {block:if400px}
- width:380px;
- margin-left:3px;
- {/block:if400px}
- {block:ifnot400px}
- width:230px;
- margin-left:0px;
- {/block:ifnot400px}
- margin-top:25px;
- padding:25px;
- position:relative;
- margin-bottom:50px;
- font-size:8px;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes ol {
- margin:0;
- padding:0;
- display:block;
- }
- .pagenotes li {
- line-height:200%;
- list-style-type:none;
- text-align:left;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- ol.notes li.more_notes_link_container {
- padding:4px 20px;
- margin-top:10px;
- display: block;
- font-size:9px;
- text-transform:uppercase;
- background:{color:title background};
- color:{color:title};
- font-family: 'Montserrat', sans-serif;
- }
- ol.notes li.more_notes_link_container a{
- color:{color:title};
- }
- .thepopup{
- display: none;
- padding-bottom: 50px;
- padding-left: 40px;
- padding-right: 40px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- color:{color:text};
- text-align:justify;
- font-size:10px;
- line-height:112%;
- height:600px;
- z-index: 99999999999999999999999999999999999999999999;
- }
- *html #fade {
- position: absolute;
- }
- *html .thepopup {
- position: absolute;
- }
- #fade {
- display: none;
- position: fixed; left: 0; top: 0; width: 100%; height: 100%;
- opacity: 1;
- z-index: 9999;}
- .bg-none #fade{
- background:{color:background};}
- .bg-cover #fade{
- background: url({image:Background Image})
- no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;}
- .bg-pattern #fade{
- background: url({image:Background Image});
- background-repeat:repeat;
- background-attachment: fixed; }
- img.btn_close {
- width:20px;
- float: right;
- margin-top:50px;
- margin-left:246px;
- padding:5px;
- position:absolute;
- z-index:1;
- {block:ifWhiteIcons}
- -webkit-filter: invert(100%);
- {/block:ifWhiteIcons}
- {block:ifnotWhiteIcons}
- -webkit-filter: invert(0%);
- {/block:ifnotWhiteIcons}
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;
- -ms-transition: all .6s ease;
- transition: all .6s ease;
- }
- img.btn_close:hover{
- {block:ifWhiteIcons}
- -webkit-filter: invert(0%);
- {/block:ifWhiteIcons}
- {block:ifnotWhiteIcons}
- -webkit-filter: invert(100%);
- {/block:ifnotWhiteIcons}
- -webkit-transition: all .6s ease-out;
- -moz-transition: all .6s ease-out;
- -o-transition: all .6s ease-out;
- -ms-transition: all .6s ease-out;
- transition: all .6s ease-out;
- }
- #main-date{
- margin-left:-183px;
- width:900px;
- float:center;
- position:absolute;
- padding-top: 40px;
- margin-bottom:50px;
- }
- #main-date-2{
- margin-left:-120px;
- width:900px;
- float:center;
- position:absolute;
- padding-top: 40px;
- margin-bottom:50px;
- }
- .update{
- background:{color:background};
- margin-top:50px;
- text-align:center;
- margin-right:10px;
- margin-bottom:-32px;
- overflow-y:scroll;
- overflow-x:hidden;
- padding:20px;
- height:390px;
- width:400px;
- float:left;
- border-radius:3px;
- }
- .update-2{
- background:{color:background};
- margin-top:50px;
- text-align:center;
- margin-right:20px;
- padding:20px;
- height:200px;
- width:200px;
- overflow-y:scroll;
- overflow-x:hidden;
- float:left;
- border-radius:3px;
- }
- .tag-info{
- text-transform:uppercase;
- line-height:1.2em;
- letter-spacing:1px;
- font-size:8px;
- padding:5px 2px;
- display:inline-block;
- }
- .tag-info a{
- display:inline-block;
- padding:3px 5px;
- width:150px;
- color:{color:Link};
- margin-bottom:10px;
- border-left:1px solid {color:link};
- }
- .tag-info a:hover{
- color:{color:Title};
- background:{color:Title Background};
- border-left:10px solid {color:Title Background};
- }
- #aboutimg{
- width:60px;
- border-radius:100px;
- padding:10px;
- margin:0 auto;
- }
- #aboutimg img{
- width:60px;
- border-radius:100px;
- {block:ifWhiteIcons}
- -webkit-filter: invert(100%);
- {/block:ifWhiteIcons}
- {block:ifnotWhiteIcons}
- -webkit-filter: invert(0%);
- {/block:ifnotWhiteIcons}
- }
- .about-p{
- text-align:justify;
- line-height:1.4em;
- font-size:11px;
- padding:6px;
- margin-top:40px;
- }
- .update-title{
- text-align:center;
- background:{color:Title Background};
- width:150px;
- padding:3px 30px;
- font-size:11px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:Title};
- margin-bottom:20px;
- }
- .update-title2{
- padding:3px 50px;
- font-size:11px;
- letter-spacing:1px;
- text-transform:uppercase;
- background:{color:Title Background};
- color:{color:Title};
- text-align:center;
- }
- /*Credit*/
- #creds {
- position:fixed;
- float:right;
- text-transform:uppercase;
- z-index:1;
- bottom:18px;
- right:16px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;
- }
- #creds a{
- font-size:6px;
- color:{color:title};
- padding:7px 4px;
- background:{color:title background};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- -ms-transition: all .7s ease;
- transition: all .7s ease;}
- #creds a:hover {
- text-decoration:none;
- color:white;
- border-radius:2px;
- padding:12px 7px;
- font-size:10px;
- background:black;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- -ms-transition: all .7s ease;
- transition: all .7s ease;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <body class="{select:Background image}">
- <div class="sidebar">
- <div id="sbimage"><img src="{image:Sidebar}"></div>
- <div class="btitle"><a href="/">{Title}</a></div>
- <div class="descript">{Description}</div>
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <br><a href="{PreviousPage}" title="back">-</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="next">+</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <div id="con">
- <div class="links">
- <a href="/">home</a>
- {block:ifAskbox}
- <a href="#?w=500" rel="02" class="poplight">ask</a>
- {/block:ifAskbox}
- {block:ifTags}
- <a href="#?w=500" rel="01" class="poplight">tags</a>
- {/block:ifTags}
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- {block:ifnotTags}
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- {/block:ifnotTags}
- {block:ifnotAskbox}
- <a href="{text:Link 5 URL}">{text:Link 5}</a>
- {/block:ifnotAskbox}
- </div>
- <div id="entries" class="{select:Post Size}" >
- {block:Posts}
- <div class="posts" class="{select:Post Size}">
- {block:Quote}
- <div id="ink">{Quote}</div>
- {block:Source}<div id="ink-source">{Source}</div>{/block:Source}
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {block:IndexPage}
- <div class="perma_hold">
- <div class="perma">
- <a href="{Permalink}">{NoteCountwithLabel}</a>
- <div class="info">
- <a href="{ReblogURL}">reblog</a>
- <a href="{ReblogParentURL}">via</a>
- <a href="{ReblogRootURL}">source</a>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {/block:IndexPage}
- {LinkOpenTag}
- {block:ifnot400px}<img src="{PhotoURL-250}">{/block:ifnot400px}
- {block:if400px}<img src="{PhotoURL-400}">{/block:if400px}
- {LinkCloseTag}
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- {block:Permalink}
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Permalink}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="perma_hold">
- <div class="perma"><a href="{Permalink}">{NoteCountwithLabel}</a>
- <div class="info">
- <a href="{ReblogURL}">reblog</a>
- <a href="{ReblogParentURL}">via</a>
- <a href="{ReblogRootURL}">source</a>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {/block:IndexPage}
- {block:if400px}{Photoset-400}{/block:if400px}
- {block:ifnot400px}{Photoset-250}{/block:ifnot400px}
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- {block:Permalink}
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Permalink}
- {/block:Photoset}
- {block:Video}
- {block:IndexPage}
- <div class="perma_hold">
- <div class="perma"><a href="{Permalink}">{NoteCountwithLabel}</a>
- <div class="info">
- <a href="{ReblogURL}">reblog</a>
- <a href="{ReblogParentURL}">via</a>
- <a href="{ReblogRootURL}">source</a>
- </div>
- {block:HasTags}<div class="tags">{block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {/block:IndexPage}
- {block:if400px}{Video-400}{/block:if400px}
- {block:ifnot400px}{Video-250}{/block:ifnot400px}
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- {block:Permalink}
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Permalink}
- {/block:Video}
- {block:Audio}
- <div class="audio">
- <div class="player-wrap {select:Player Color}">
- <div class="player-art">
- {block:AlbumArt}
- <img class="album" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
- {/block:AlbumArt}
- <img class="default" src="http://static.tumblr.com/3dkvxpf/Pj9nbm5vp/default_cover_m.jpg" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
- </div>
- <div class="player_wrap {select:Avatar Shape}"></div>
- <div class="player_container {select:Avatar Shape}">
- <div class="player">
- <div class="black">{AudioPlayerBlack}</div>
- <div class="white">{AudioPlayerWhite}</div>
- <div class="grey">{AudioPlayerGrey}</div>
- </div>
- </div>
- </div>
- <ol class="audioinfo">
- <div class="tracks {select:Player Color}">
- <li class="tracks">{block:TrackName} {TrackName}{/block:TrackName}</li>
- <li class="tracks">{block:Artist} {Artist}{/block:Artist} </li>
- <li class="tracks">{block:Album} {Album}{/block:Album}</li>
- </ol>
- </div>
- {block:IfHiddenCaptions}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfHiddenCaptions}
- {block:IfnotHiddenCaptions}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfnotHiddenCaptions}
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="ques">
- <div class="who" >{Asker} said: {Question}</div>
- <div class="answer">{Answer}</div>
- </div>
- <div class="infos">
- <a class="infos-ago" style="color:{color:title};" href="{Permalink}">{Timeago}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="text-tags">{block:Tags}<a href="{TagUrl}">-{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Answer}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- {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 id="creds"><a title="960px" href="http://960px.tumblr.com/">TT</a></div>
- </div>
- <div id="01" class="thepopup" class="{select:background image}">
- <div id="main-date-2">
- <Center>
- <!--- Begin POPUP-TAG PAGE This is where you fil in your tags!! You can copy and paste each of the links to create more within each box. Enjoy!--->
- <div class="update-2">
- <big class="update-title">Personal</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/archive" >archive</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br><!--Copy this to create more links-->
- </p>
- </div>
- <!--End of tag box-->
- <div class="update-2">
- <big class="update-title">Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/archive" >archive</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- </p>
- </div>
- <!--End of tag box-->
- <div class="update-2">
- <big class="update-title">Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#">tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- </p>
- </div>
- <!--End of tag box-->
- <div class="update-2">
- <big class="update-title">Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- </p>
- </div>
- <!--End of tag box-->
- <div class="update-2">
- <big class="update-title">Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#" >Tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- </p>
- </div>
- <!--End of tag box-->
- <div class="update-2">
- <big class="update-title">Title</big>
- <p class="tag-info" style="text-align:left;">
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a> <br>
- <a href="/tagged/#" >tag</a><br>
- <a href="/tagged/#" >tag</a><br>
- </p>
- </div>
- <!--End of tag box-->
- </div>
- </div>
- </div>
- </div><!--Closing div for pop up tags-->
- <!--Begin Askbox --
- --- Remember to fill out your FAQ! Just delete the placeholder text and type whatever you want. It can be really long or really short! Which ever works for you <3 -->
- <div id="02" class="thepopup" class="{select:background image}">
- <div id="main-date">
- <div class="update">
- <div id="aboutimg"><img src="http://static.tumblr.com/3dkvxpf/tZzngp85i/shape1__1_.png"></div>
- <big class="update-title2" style="padding:10px;">message</big><br>
- <div class="about-p">
- <iframe frameborder="0" height="200" id="ask_form" class="asks" scrolling="none" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"> </iframe></div>
- </div>
- <div class="update">
- <div id="aboutimg"><img src="http://static.tumblr.com/3dkvxpf/fgwngp84o/flower5__1_.png"></div>
- <big class="update-title2" style="padding:10px;">about me</big><br>
- <div class="about-p">
- Proin ultricies sapien eros, id porta tellus congue vitae. Quisque lacinia nisi vitae diam sagittis ullamcorper. Donec porttitor augue sem, vitae scelerisque eros iaculis ut. Donec massa eros, ullamcorper ut enim a, elementum semper est. Maecenas nec cursus est. Suspendisse auctor urna id eleifend rhoncus. Donec et vestibulum sem. Ut consequat eu lacus id tempus. Pellentesque hendrerit scelerisque velit, sit amet venenatis nisl convallis sed. Maecenas vestibulum vestibulum nisi et placerat.
- Nullam aliquet metus vitae eros egestas pretium. Fusce porta felis at sapien aliquam posuere. Ut gravida commodo turpis eget vehicula. Nam porta finibus eros, a ultricies ipsum suscipit nec. Etiam diam quam, tristique non ante ac, elementum laoreet nibh.
- </div>
- </div>
- </div>
- </div><!--Closing div for pop up ask box-->
- </body>
- {block:ifLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:ifLazyLoad}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/3dkvxpf/yNLncfole/cross37.png" class="btn_close" alt="close" /></a>');
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend;
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 90) / 2;
- var popMargLeft = ($('#' + popID).width() + 90) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .thepopup').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment