Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: GAIA
- by acuite
- - the oft-requested header theme :)
- - don't steal this pls
- - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
- - @acuite for more themes
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://i.imgur.com/OdEv9WU.png">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="image:Header" content=""/>
- <meta name="color:Post" content="#fff"/>
- <meta name="color:Accent" content="#89adc3"/>
- <meta name="color:Background" content="#f8f8f8"/>
- <meta name="color:Border" content="#eee"/>
- <meta name="color:Text" content="#555"/>
- <meta name="color:Link" content="#999"/>
- <meta name="if:Drop Links" content=""/>
- <meta name="if:Description" content=""/>
- <meta name="if:Image" content=""/>
- <meta name="if:Paginate" content=""/>
- <meta name="if:Border" content=""/>
- <meta name="if:Captions" content=""/>
- <meta name="select:Tags" content="tshow" title="Show">
- <meta name="select:Tags" content="thide" title="Hide">
- <meta name="select:Tags" content="thover" title="Hover">
- <meta name="select:Header Align" content="right" title="Right">
- <meta name="select:Header Align" content="center" title="Center">
- <meta name="select:Header Align" content="left" title="Left">
- <meta name="select:Permalink Align" content="left" title="Left">
- <meta name="select:Permalink Align" content="center" title="Center">
- <meta name="select:Permalink Align" content="right" title="Right">
- <meta name="text:Post" content="350"/>
- <meta name="text:Margin" content="75"/>
- <meta name="text:Padding" content="5"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="one"/>
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Title" content="two"/>
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Title" content="three"/>
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link 4 Title" content="four"/>
- <script type="text/javascript"
- src="http://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('');
- 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, .popup_block2').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic' rel="stylesheet" type='text/css'>
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
- <style type="text/css">
- @font-face
- { font-family: "calibri"; src: url('https://www.dropbox.com/s/6mmpehe5chje91r/Calibri.ttf?dl=0'); }
- ::-webkit-scrollbar {width:5px;height:5px;background:{color:Background};}
- ::-webkit-scrollbar-thumb {background:{color:Border};}
- .tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop, .tmblr-iframe, #tumblr_controls{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;}
- /* General */
- body {
- margin:0px;
- color:{color:Text};
- background:#f9f9f9;
- }
- a:link, a:active, a:visited {text-decoration:none;}
- .playh,.tags{
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- pre,p,blockquote,body,big,small,sub,sup,.desc,.links a{font-size:9px;}
- p, body, pre, em{font-family:'Open Sans',Arial,Helvetica,sans-serif;}
- .desc,.cap,.txt,.ans,.au_cap,.qut,h1{
- font-smooth:antialiased;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- /* Credit & Pagi */
- .c {position:fixed;bottom:30px;right:30px;}
- .cp {margin:0px 10px;}
- .pag a{margin:0px 5px;}
- .pag {position:relative;margin:0;}
- .c, .pag {
- text-align:center;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- {block:ifnotPaginate}
- .pag,#infscr-loading {display:none!important;}
- {/block:ifnotPaginate}
- /* Sizing Backups */
- .header,.bx,.cap,.chat,.audio,.au_cap,.qut_hold,.ask_hold,.ans {
- background:{color:Post};
- {block:ifBorder}border:1px solid {color:Border};{/block:ifBorder}
- }
- .bx,.chat {
- padding:{text:Padding}px;
- }
- #center {
- min-width:calc(200px + ({text:Padding}px * 2) {block:ifBorder} + 2px{/block:ifBorder});
- width:calc(350px + ({text:Padding}px * 2) {block:ifBorder} + 2px{/block:ifBorder});
- max-width:calc(750px + ({text:Padding}px * 2) {block:ifBorder} + 2px{/block:ifBorder});
- }
- /* Containers */
- #center {
- position:relative;
- margin:{text:Margin}px auto;
- width:calc({text:Post}px + ({text:Padding}px * 2) {block:ifBorder} + 2px{/block:ifBorder});
- margin-right:310px;
- }
- .entry img {max-width:100%;height:auto;}
- .entry {
- -webkit-filter:grayscale(100%);
- filter: grayscale(100%);
- margin:{text:Margin}px 0px;
- }
- /* Sidebar */
- .desc,.lb {border-top:1px solid {color:Border};}
- .image img{width:100%;height:40px;}
- .image {
- padding:{text:Padding}px;
- float:left;
- width:40px;
- border-right:1px solid {color:Border};
- }
- .desc{padding:13px;}
- .links {
- padding:0 9px;
- padding-top:calc(6px + {text:Padding}px);
- padding-bottom:calc(6px + {text:Padding}px);
- height:28px;
- overflow:hidden;
- }
- .links,.lb {text-align:{select:Header Align};}
- .lb {display:none;padding:7px 9px;}
- .links a,.lb a {display:inline-block;margin:2px 0;}
- .links a:last-of-type:after,.lb a:last-of-type:after {display:none;}
- .links a:after,.lb a:after {
- content:' :';
- color:{color:Text};
- margin:0px 3px 0px 4px;
- }
- h1 {
- margin:0px;
- font-size:10px;
- letter-spacing:1px;
- font-style:italic;
- text-transform:uppercase;
- font-weight:400;
- }
- /* Titles */
- h2 {
- margin:15px 15px 0px;
- font-size:10px;
- letter-spacing:2px;
- font-style:italic;
- text-transform:uppercase;
- font-weight:400;
- }
- h3 {
- margin:10px 0px;
- font-weight:400;
- font-size:9px;
- }
- .src {margin:5px;}
- .qut {margin:10px 5px 5px;font-size:10px;letter-spacing:0.25px;}
- .qut_hold {padding:15px;}
- /* Permalinks */
- .p {padding:10px 7px;text-align:{select:Permalink Align};}
- .p a{
- display:inline-block;
- margin:0px 3px;
- font-size:8px;
- letter-spacing:0.75px;
- text-transform:uppercase;
- }
- .p b{margin:0px 2px;font-weight:400;}
- .entry:hover .thover{opacity:1;}
- .tshow,.thover{display:block;position:relative;}
- .thide {display:none;}
- .thover {opacity:0;}
- .tags {margin-top:3px;}
- .tags a{text-transform:none;letter-spacing:0.3px;font-size:8.5px;}
- /* Audio & Chat */
- .lines {padding:10px;border-top:1px solid {color:Border};}
- .lines:first-child,.chat h2{border:none;}
- .lines b{display:block;font-weight:400;}
- .play {
- float:left;
- padding:10px;
- background:#e4e4e4;
- margin-right:15px;
- height:27px;
- border-radius:50%;
- }
- .soundcloud_audio_player{padding:10px;}
- .audio {height:47px;padding:10px;}
- .au {padding:3px 0px;}
- .au span{display:block;margin:5px 0px;}
- .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
- /* Text */
- ol, ul {padding:0px 0px 0px 25px;}
- p {margin:10px 0px;}
- b,strong {font-weight:600;}
- blockquote p{margin:10px 0px;}
- blockquote p:first-child{margin:0px 0px 10px;}
- blockquote p:last-child{margin:10px 0px 0px;}
- blockquote p:only-child{margin:0px;}
- blockquote{margin:10px 0px;border-left:1px solid {color:Border};padding-left:10px;}
- pre {
- margin:0px;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /* Captions */
- .cap,.ans,.au_cap,.txt {padding:5px 15px;}
- .cap,.ans,.au_cap {margin-top:7px;}
- .cap iframe,.ans iframe,.au_cap iframe{display:block;max-width:100%;overflow:hidden;}
- /* Photosets */
- #tumblr_lightbox,.tmblr-lightbox {
- background:rgba({RGBcolor:Background},0.75)!important;
- }
- #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
- opacity:0!important;
- }
- #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
- #tumblr_lightbox_right_image, .lightbox-image {
- box-shadow:none!important;
- border-radius:0px!important;
- background:{color:Post}!important;
- padding:{text:Padding}px!important;
- {block:ifBorder}border:1px solid {color:Border}!important;{/block:ifBorder}
- }
- /* Ask */
- .aske h2 {margin:0px;padding:0px;line-height:30px;}
- .ask {padding:12px;font-style:italic; color;#000;}
- .aske {height:29px;border-bottom:1px solid {color:Border};}
- .ap img{
- float:left;
- width:25px;
- padding:2px;
- margin-right:10px;
- border-right:1px solid {color:Border};
- }
- /* Permalink Page + Postnotes */
- .pph {text-transform:lowercase;}
- .perma {
- padding:15px;
- border-bottom:1px solid {color:Border};
- }
- .pmt a:after {content:',';}
- .pmt a:last-of-type:after {content:'.';}
- .pn ul,.pn ol {margin:0px;}
- .pn li{margin:10px 5px;}
- .pn,.pn img{display:none;}
- .pn {padding:5px 10px;border-top:1px solid {color:Border};font-size:8.5px;}
- .pnh{display:block;padding:7px 8px;font-weight:600;}
- /* Tooltips */
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- z-index:99999999;
- padding:7px;
- word-wrap:break-word;
- word-break:break-all;
- background:#fff;
- font-size:7px;
- font-family:'Open Sans';
- text-transform:uppercase;
- color:#000;
- }
- /* Common Styles */
- .ask,p,blockquote,.lines,.pn,.qut{line-height:160%;}
- .perma,.tags,.cap,ul,ol,.desc{line-height:175%;}
- a:hover, a h2:hover{color:{color:Accent};}
- a,.perma,.src,.lines b,.tn,h2,.ask,ul,ol{color:{color:Link};}
- .lines b,.tn,.pag,.ask,h3{letter-spacing:0.3px;}
- h2 a i,.pag a i{margin:0px 2px;}
- /* Video */
- .video {overflow:hidden;}
- .vine-embed {margin-bottom:-3px;}
- .instagram-media {border-radius:0px!important;box-shadow:none!important;}
- /* Etc */
- .notes img {width:0px;}
- img {margin:0px;display:block;}
- /* sb */
- #botm {
- position:fixed;
- left:-155px;
- bottom:0px;
- width: 500px;
- color:#f4e9ed;
- height: 200%;
- -webkit-transform: rotate(13deg);
- -moz-transform: rotate(13deg);
- -o-transform: rotate(13deg);
- background:#fdfdfd;
- }
- #botm2 {
- position: fixed;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 5px;
- background-color: #fff;
- }
- #botm5 {
- position: fixed;
- bottom: 0px;
- left: 0px;
- width: 100%;
- height: 5px;
- background-color: #fff;
- }
- #botm3 {
- position: fixed;
- top: 0px;
- left: 0px;
- width: 5px;
- height: 100%;
- background-color: #fff;
- }
- #botm4 {
- position: fixed;
- top: 0px;
- right: 0px;
- width: 5px;
- height: 100%;
- background-color: #fff;
- }
- }
- #bg {
- position:fixed;
- margin-left:245px;
- margin-top:194px;
- background:#efefef;;
- width:237px;
- height:250px;
- }
- #pic1 {
- margin-left:196px;
- margin-top:191px;
- position:fixed;
- width:120px;
- height:193px;
- -webkit-filter:grayscale(98%);
- filter: grayscale(98%);
- z-index:2222;
- }
- #pic1 img {
- width:180px;
- }
- #pic2 {
- position:fixed;
- top:150px;
- left:120px;
- height:auto;
- background:transparent;
- width:340px;
- -webkit-filter:grayscale(93%);
- filter: grayscale(93%);
- }
- #pic2 img {
- width:340px;
- }
- #pic3 {
- margin-left:196px;
- margin-top:220px;
- position:fixed;
- }
- #pic3 img {
- width:26px;
- opacity:0.8;
- }
- /* Circle */
- #hover15 {
- position: relative;
- }
- #hover15:before {
- position: absolute;
- top: 50%;
- left: 50%;
- z-index: 2;
- display: block;
- content: '';
- width: 0;
- height: 0;
- background: rgba(255,255,255,.2);
- border-radius: 100%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- opacity: 0;
- }
- #hover15:hover::before {
- -webkit-animation: circle .75s;
- animation: circle .75s;
- }
- @-webkit-keyframes circle {
- 0% {
- opacity: 1;
- }
- 40% {
- opacity: 1;
- }
- 100% {
- width: 150%;
- height: 150%;
- opacity: 0;
- }
- }
- @keyframes circle {
- 0% {
- opacity: 1;
- }
- 40% {
- opacity: 1;
- }
- 100% {
- width: 150%;
- height: 150%;
- opacity: 0;
- }
- }
- #descer {
- margin-left:315px;
- margin-top:276px;
- text-align: justify;
- position: fixed;
- z-index: 9;
- background-color: #fff;
- width: 110px;
- letter-spacing:0.1px;
- height: 74px;
- z-index:8;
- color:black;
- padding: 9px;
- padding-left:10px;
- font-family:'Open Sans';
- text-transform: uppercase;
- font-size: 6.6px;
- }
- #lnks {
- position:fixed;
- margin-top:292px;
- margin-left:495px;
- }
- #lnks a {
- display: inline-block;
- background: #fff;color: #aaa;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- color:#000;
- text-transform:uppercase;
- font-size:6.6px;
- font-family:'Open Sans';
- padding:5px;
- width:30px;
- line-height:120%;
- font-weight:normal;
- height:6px;
- line-height:8px;
- text-align:right;
- margin-left:-1px;
- }
- #lnks a:hover {
- color:#fff;
- background:transparent;
- }
- #lnks2 {
- position:fixed;
- margin-top:311px;
- margin-left:495px;
- }
- #lnks2 a {
- display: inline-block;
- background: #fff;color: #aaa;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- color:#000;
- text-transform:uppercase;
- font-size:6.6px;
- font-family:'Open Sans';
- padding:5px;
- width:30px;
- line-height:8px;
- font-weight:normal;
- height:6px;
- text-align:center;
- margin-left:-1px;
- }
- #lnks2 a:hover {
- color:#fff;
- background:transparent;
- }
- #lnks3 {
- position:fixed;
- margin-top:330px;
- margin-left:495px;
- }
- #lnks3 a {
- display: inline-block;
- background: #fff;color: #aaa;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- color:#000;
- text-transform:uppercase;
- font-size:6.6px;
- font-family:'Open Sans';
- padding:5px;
- width:30px;
- line-height:8px;
- font-weight:normal;
- height:6px;
- text-align:center;
- margin-left:-1px;
- }
- #lnks3 a:hover {
- color:#fff;
- background:transparent;
- }
- #lnks4{
- position:fixed;
- margin-top:349px;
- margin-left:495px;
- }
- #lnks4 a {
- display: inline-block;
- background: #fff;color: #aaa;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- color:#000;
- text-transform:uppercase;
- font-size:6.6px;
- font-family:'Open Sans';
- padding:5px;
- width:30px;
- line-height:8px;
- font-weight:normal;
- height:6px;
- text-align:center;
- margin-left:-1px;
- }
- #lnks4 a:hover {
- color:#fff;
- background:transparent;
- }
- #lnks5{
- position:fixed;
- margin-top:352px;
- margin-left:588px;
- }
- #lnks5 a {
- display: inline-block;
- background: #fff;color: #aaa;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- color:#000;
- text-transform:uppercase;
- font-size:6.6px;
- font-family:'Open Sans';
- padding:5px;
- width:72px;
- line-height:8px;
- font-weight:normal;
- height:6px;
- text-align:right;
- margin-left:-1px;
- }
- #lnks5 a:hover {
- color:#fff;
- background:transparent;
- }
- /* Bounce To Right */
- .hvr-bounce-to-right {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- position: relative;
- -webkit-transition-property: color;
- transition-property: color;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- color:#fff;
- }
- .hvr-bounce-to-right:before {
- content: "";
- position: absolute;
- z-index: -1;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- color:#fff;
- background: #000; /* Old browsers */
- -webkit-transform-origin: 0 50%;
- transform-origin: 0 50%;
- -webkit-transition-property: transform;
- transition-property: transform;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
- color: white;
- }
- .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- }
- #lne1 {
- position:fixed;
- margin-top:406px;
- margin-left:374px;
- z-index:88;
- background-color: #fff;
- width: 3px;
- letter-spacing:0.2px;
- height: 24px;
- color: #000;
- padding: 5px;
- font-family:'Open Sans';
- line-height:4px;
- text-transform: uppercase;
- font-size: 6.5px;
- }
- #lne2 {
- position:fixed;
- margin-top:406px;
- margin-left:390px;
- z-index:88;
- background-color: #fff;
- width: 3px;
- letter-spacing:0.2px;
- height: 24px;
- color: #000;
- padding: 5px;
- font-family:'Open Sans';
- line-height:4px;
- text-transform: uppercase;
- font-size: 6.5px;
- }
- #lne3 {
- position:fixed;
- margin-top:406px;
- margin-left:406px;
- z-index:88;
- background-color: #fff;
- width: 3px;
- letter-spacing:0.2px;
- height: 24px;
- color: #000;
- padding: 5px;
- font-family:'Open Sans';
- line-height:4px;
- text-transform: uppercase;
- font-size: 6.5px;
- }
- #lne4 {
- position:fixed;
- margin-top:406px;
- margin-left:422px;
- z-index:88;
- background-color: #fff;
- width: 3px;
- letter-spacing:0.2px;
- height: 24px;
- color: #000;
- padding: 5px;
- font-family:'Open Sans';
- line-height:4px;
- text-transform: uppercase;
- font-size: 6.5px;
- }
- }
- #linez {
- margin-left:253px;
- margin-top:190px;
- text-align: justify;
- position: fixed;
- z-index:88;
- background-color: #fff;
- width: 133px;
- letter-spacing:0.2px;
- height: 1px;
- color: #000;
- padding: 5px;
- font-family:'Open Sans';
- line-height:4px;
- text-transform: uppercase;
- font-size: 6.5px;
- }
- #line1 {
- margin-left:291px;
- margin-top:212px;
- text-align: justify;
- position: fixed;
- z-index: 9;
- background-color: #fff;
- width: 32px;
- letter-spacing:0.4px;
- height: 60px;
- padding-right:16px;
- color: #888888;
- z-index:8;
- font-family:calibri;
- line-height:3px;
- text-transform: uppercase;
- font-size: 7px;
- }
- #descer2 {
- margin-left:315px;
- margin-top:292px;
- text-align: justify;
- position: fixed;
- z-index: 8;
- background-color: #fff;
- width:138px;
- height:44px;
- letter-spacing:0.2px;
- color: #000;
- padding: 8px;
- padding-left:30px;
- font-family:'Open Sans';
- text-transform: uppercase;
- font-size: 6.6px;
- }
- #descer3 {
- margin-left:472px;
- margin-top:212px;
- text-align: justify;
- position: fixed;
- z-index: 8;
- background-color: #fff;
- width: 41px;
- letter-spacing:0.2px;
- height: 44px;
- color: #000;
- padding: 8px;
- font-family:'Open Sans';
- text-transform: uppercase;
- font-size: 6.6px;
- }
- #descer3 img {
- opacity:0.76;
- -webkit-filter:grayscale(75%);
- filter: grayscale(75%);
- }
- #descer3 a {
- color:#000;
- }
- #line3 {
- margin-left:215px;
- margin-top:416px;
- text-align: justify;
- position: fixed;
- padding:6px;
- background-color: #fff;
- width: 458px;
- font-weight:bold;
- letter-spacing:0.4px;
- LINE-HEIGHT:5px;
- height: 7px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- }
- #line4 {
- margin-left:215px;
- margin-top:436px;
- text-align: justify;
- position: fixed;
- padding:2px;
- background-color: #fff;
- width: 466px;
- font-weight:bold;
- letter-spacing:0.4px;
- LINE-HEIGHT:5px;
- height: 0px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- }
- #ifnt{
- margin-top:368px;
- text-align: right;
- position: fixed;
- z-index: 9;
- margin-left:315px;
- background:#fff;
- letter-spacing:0.4px;
- padding:9px;
- padding-left:40px;
- width: 171px;
- line-height: 5px;
- height: 5px;
- color: #000;
- font-family:'Open Sans';
- text-transform: uppercase;
- font-size: 7px;
- -webkit-filter:grayscale(100%);
- filter: grayscale(100%);
- }
- #ifnt a {
- color:#000;
- }
- #ifnty a {
- margin-left:459px;
- margin-top:390px;
- text-align: justify;
- position: fixed;
- padding-left:200px;
- z-index: 999999;
- background:transparent;
- width: 33px;
- letter-spacing:0.4px;
- padding:3px;
- height: 37px;
- color: #888888;
- font-family:calibri;
- -webkit-filter:grayscale(90%);
- filter: grayscale(85%);
- text-transform: uppercase;
- font-size: 7px;
- }
- #statss{
- margin-top:442px;
- position: fixed;
- font-weight:400em;
- z-index: 9;
- padding-bottom:6px;
- margin-left:459px;
- background:#fff;
- width: 33px;
- letter-spacing:0.4px;
- border:4px solid #fff;
- text-align:center;
- line-height:3px;
- padding:3px;
- font-family:'Open Sans';
- height: 1px;
- color: #000;
- font-size:6.6px;
- text-transform: uppercase;
- -webkit-filter:grayscale(100%);
- filter: grayscale(100%);
- }
- #statz a {
- color:#000;
- }
- #squirt {
- margin-left:455px;
- margin-top:373px;
- text-align: center;
- border-radius:0px 0px 0px 0px;
- position: fixed;
- z-index: 9;
- background-color: #fff;
- width: 9px;
- padding:8px;
- line-height:5px;
- font-size:6.6px;
- height: 3px;
- color: #000;
- font-family:'Open Sans';
- text-transform: uppercase;
- font-size: 9px;
- }
- #squirty {
- margin-left:235px;
- margin-top:290px;
- text-align: center;
- position: fixed;
- z-index: 8888;
- background-color:transparent;
- width: 9px;
- padding:8px;
- line-height:5px;
- font-size:6.6px;
- opacity:1;
- height: 3px;
- color: #fff;
- font-family:'Open Sans';
- text-transform: uppercase;
- font-size: 9px;
- }
- #squirty a {
- color:#000;
- }
- #descer4bg {
- margin-left:590px;
- margin-top:181px;
- text-align: justify;
- position: fixed;
- padding-left:180px;
- z-index: -9;
- background-color: #fff;
- width: 34px;
- letter-spacing:0.4px;
- padding:8px;
- height: 98px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- }
- #count {
- margin-left:253px;
- margin-top:392px;
- position: fixed;
- text-align:left;
- z-index: 9;
- background-color: #fff;
- width: 69px;
- line-height:6px;
- letter-spacing:0.4px;
- padding:8px;
- border-radius: 0px 0px 0px 10px;
- height: 0px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- -webkit-filter:grayscale(85%);
- filter: grayscale(85%);
- }
- #descer5 img{
- position:fixed;
- margin-left:263px;
- margin-top:139px;
- z-index:88888;
- width:60px;
- }
- #descer52 img{
- margin-left:314px;
- margin-top:310px;
- text-align: justify;
- position: fixed;
- z-index: 9;
- background-color: #fff;
- width: 52px;
- letter-spacing:0.4px;
- padding:4px;
- height: 73px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- -webkit-filter:grayscale(85%);
- filter: grayscale(85%);
- }
- #descer52a a{
- margin-left:314px;
- margin-top:310px;
- text-align: justify;
- position: fixed;
- z-index: 99999;
- background-color: transparent;
- width: 52px;
- letter-spacing:0.4px;
- padding:4px;
- height: 50px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- -webkit-filter:grayscale(85%);
- filter: grayscale(85%);
- }
- #descer53 img{
- margin-left:375px;
- margin-top:310px;
- text-align: justify;
- position: fixed;
- z-index: 9;
- background-color: #fff;
- width: 52px;
- letter-spacing:0.4px;
- padding:4px;
- height: 73px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- -webkit-filter:grayscale(85%);
- filter: grayscale(85%);
- }
- #search {
- margin-left:550px;
- margin-top:286px;
- text-align: right;
- position: fixed;
- z-index: 9;
- background-color: #fff;
- width: 35px;
- line-height:7px;
- letter-spacing:0.4px;
- padding:8px;
- height: 4px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- }
- #descer6{
- margin-left:388px;
- margin-top:268px;
- text-align: right;
- position: fixed;
- padding-left:200px;
- z-index: 9;
- background-color: #fff;
- width: 143px;
- letter-spacing:0.4px;
- padding:2px;
- height: 33px;
- line-height:2px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- }
- #descer6bg {
- margin-left:500px;
- margin-top:307px;
- text-align: justify;
- position: fixed;
- padding-left:200px;
- z-index: 9;
- background-color: #fff;
- width: 140px;
- letter-spacing:0.4px;
- padding:8px;
- height: 79px;
- color: #888888;
- font-family:calibri;
- text-transform: uppercase;
- font-size: 7px;
- }
- .musicplayer{
- position:fixed;
- margin-left:455px;
- margin-top:371px;
- overflow:hidden;
- width:17px;
- height:11px;
- padding:4px;
- z-index:8888;
- background:transparent; /* This is the background color */
- opacity:1;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #icon{
- /* This is for the positioning of the music gif: */
- margin-top:3px;
- margin-left:4px;
- font-size:7.8px;
- opacity:0.8;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .musicplayer:hover #icon{
- margin-top:-20px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- #musicbox{
- width:13px;
- height:13px;
- border-radius:0em;
- overflow:hidden;
- z-index:99999999;
- /* This is for the positioning of the music player: */
- margin-top:15px;
- margin-left:8px;
- }
- #music2{
- margin-top:-6px;
- margin-left:-35px;
- z-index:99999999;
- border-radius:0em;
- }
- #marq {
- position:fixed;
- margin-top:355px;
- margin-left:315px;
- padding:5px;
- padding-left:30px;
- opacity:1;
- line-height:5px;
- font-size:6.6px;
- text-align:left;
- background:#fff;
- font-family:'Open Sans';
- letter-spacing:0.4;
- width:141px;
- color: #000;
- height:0px;
- z-index:8;
- text-transform:uppercase;
- }
- #right1{
- padding:9px;
- width:120px;
- height:120px;
- background-color:#151616;
- border:6px solid #fff;
- background-size:cover;
- z-index:999;
- background-repeat:no-repeat;
- margin-left:540px;
- position:fixed;
- margin-top:130px;
- -webkit-filter:grayscale(90%);
- filter: grayscale(85%);
- TEXT-ALIGN:justify;
- font-size:7px;
- font-family:arial;
- -webkit-border-radius: 200px;
- -moz-border-radius: 200px;
- border-radius: 200px;
- background:url('http://i.imgur.com/xePZDZY.png');
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- #right1:hover {
- -webkit-animation: swing 1s ease;
- animation: swing 1s ease;
- -webkit-animation-iteration-count: 1;
- animation-iteration-count: 1;
- }
- @-webkit-keyframes swing
- {
- 15%
- {
- -webkit-transform: translateX(5px);
- transform: translateX(5px);
- }
- 30%
- {
- -webkit-transform: translateX(-5px);
- transform: translateX(-5px);
- }
- 50%
- {
- -webkit-transform: translateX(3px);
- transform: translateX(3px);
- }
- 65%
- {
- -webkit-transform: translateX(-3px);
- transform: translateX(-3px);
- }
- 80%
- {
- -webkit-transform: translateX(2px);
- transform: translateX(2px);
- }
- 100%
- {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- }
- @keyframes swing
- {
- 15%
- {
- -webkit-transform: translateX(5px);
- transform: translateX(5px);
- }
- 30%
- {
- -webkit-transform: translateX(-5px);
- transform: translateX(-5px);
- }
- 50%
- {
- -webkit-transform: translateX(3px);
- transform: translateX(3px);
- }
- 65%
- {
- -webkit-transform: translateX(-3px);
- transform: translateX(-3px);
- }
- 80%
- {
- -webkit-transform: translateX(2px);
- transform: translateX(2px);
- }
- 100%
- {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- }
- #statz {
- margin-left:286px;
- margin-top:401px;
- text-align: justify;
- position: fixed;
- z-index: 999;
- background:#fff;
- line-height:4px;
- width: 85px;
- letter-spacing:0.4px;
- padding:8px;
- opacity:1;
- height: 3px;
- color: #888888;
- font-family:calibri;
- -webkit-filter:grayscale(85%);
- filter: grayscale(85%);
- text-transform: uppercase;
- font-size: 6.7px;
- }
- .popup_block{
- display: none;
- background: #fff;
- padding: 5px;
- text-transform:uppercase;
- font-size:8px;
- position: fixed;
- left:443px;
- text-align:center;
- height:13px;
- bottom:141px;
- color:#000;
- z-index: 8888888888888888888888888;
- -webkit-animation: fadeInDown·2s;
- -moz-animation: fadeInDown 2s;
- -ms-animation: fadeInDown 2s;
- -o-animation: fadeInDown 2s;
- animation: fadeInDown 2s;
- }
- .popup_block2{
- display: none;
- background:#fff;
- padding: 5px;
- text-transform:uppercase;
- font-size:6.6px;
- position: fixed;
- left:194px;
- text-align:center;
- height:13px;
- bottom:141px;
- color:#000;
- z-index: 8888888888888888888888888;
- -webkit-animation: fadeInDown·2s;
- -moz-animation: fadeInDown 2s;
- -ms-animation: fadeInDown 2s;
- -o-animation: fadeInDown 2s;
- animation: fadeInDown 2s;
- }
- .popup_block a {
- color:#6a6462;
- }
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:99999;
- background:transparent; ; /* change to #fff for solid white */
- opacity:1; /* change to opacity:1; */
- }
- .pulse2 {
- -webkit-animation: pulse2 1s linear infinite;
- -moz-animation: pulse2 1s linear infinite;
- -ms-animation: pulse2 1s linear infinite;
- animation: pulse2 1s linear infinite;
- }
- @keyframes "pulse2" {
- 0% {
- -webkit-transform: scale(1.1);
- -moz-transform: scale(1.1);
- -o-transform: scale(1.1);
- -ms-transform: scale(1.1);
- transform: scale(1.1);
- }
- 50% {
- -webkit-transform: scale(0.8);
- -moz-transform: scale(0.8);
- -o-transform: scale(0.8);
- -ms-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -o-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1);
- }
- }
- @-moz-keyframes pulse2 {
- 0% {
- -moz-transform: scale(1.1);
- transform: scale(1.1);
- }
- 50% {
- -moz-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -moz-transform: scale(1);
- transform: scale(1);
- }
- }
- @-webkit-keyframes "pulse2" {
- 0% {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- 50% {
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @-ms-keyframes "pulse2" {
- 0% {
- -ms-transform: scale(1.1);
- transform: scale(1.1);
- }
- 50% {
- -ms-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -ms-transform: scale(1);
- transform: scale(1);
- }
- </style>
- </head>
- <body>
- <div id="pic1"><img src="http://i.imgur.com/ZWtUCXr.png"></div>
- <div id="lnks"><div class="hvr-bounce-to-right"><a href="">일. home</i></a></div></div>
- <div id="lnks2"><div class="hvr-bounce-to-right"><a href="/ask">이. ask</a></div></div>
- <div id="lnks3"><div class="hvr-bounce-to-right"><a href="/synopsis.">삼. info</a></div></div>
- <div id="lnks4"><div class="hvr-bounce-to-right"><a href="/etc.">사. more</a></div></div>
- <div id="ifnt">ESTABLISHED JUNE 2016 // <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5364445";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script> OUT OF <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3177525";
- fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
- document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
- </script></a></div></div>
- <div id="squirty"><a href="#?w=auto" rel="box2" class="poplight"><div class="pulse2"><i style="color:#ffffff;" class="fa fa-heart" aria-hidden="true"></i></a></div></div>
- <div id="botm2"></div>
- <div id="botm3"></div>
- <div id="botm4"></div>
- <div id="botm5"></div>
- <div id="descer2">KIM MYUNGSOO ( 김명수 )<span style="font-size:7px"> !</span> SEOUL NATIVE BORN ON THE 13TH OF MARCH. VOCALIST, VISUAL. INFINITE'S cat enthusiast AND your local anime nerd.</div>
- <div id="marq"> </div>
- <div id="box1" class="popup_block">
- <div style="font-family:'Open Sans'; font-size:6.6px; letter-spacing:0.4px; color:#000; text-transform:uppercase; text-align:center; padding:2px;">KSG. JDW. NWH. LHW. LSY. KMS. LSJ.</div></center>
- </div>
- <div id="box2" class="popup_block2">
- <div style="font-family:'Open Sans'; font-size:6.6px; letter-spacing:0.4px; color:#000; text-transform:uppercase; text-align:center; padding:2px;">i love <a href="http://chaeyxon.tumblr.com/">you</a>.</div>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="center">
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="bx">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <div class="txt">{Body}</div>
- </div>
- {/block:Text}
- {block:Link}
- <div class="bx">
- <h2><a title="{URL}" href="{URL}">{Name} <i class="fa fa-angle-right"></i></a></h2>
- {block:Description}<div class="txt">{Description}</div>{/block:Description}
- </div>
- {/block:Link}
- {block:Photo}
- <div class="bx"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
- {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
- {/block:Photo}
- {block:Photoset}
- <div class="bx">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- </div>
- {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="qut_hold">
- {block:Source}<div class="src">{Source}</div>{/block:Source}
- <div class="qut">{Quote}</div>
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
- <div class="au">
- {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
- {block:Artist}<span>by {Artist}</span>{/block:Artist}
- </div>
- </div>
- {block:ifCaptions}{block:Caption}<div class="au_cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
- {/block:Video}
- {block:Answer}
- <div class="ask_hold">
- <div class="aske">
- <div class="ap"><img src="{AskerPortraitURL-30}"></div>
- <h2>{Asker}:</h2>
- </div>
- <div class="ask">{Question}</div>
- </div>
- <div class="ans">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}<div class="p">
- <a href="{Permalink}">{ShortDayofWeek}</a> <b>:</b>
- <a href="{Permalink}">{NoteCount}</a> <b>:</b>
- <a href="{ReblogURL}">reblog</a>
- {block:HasTags}<div class="tags {select:Tags}">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>{/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="pph">
- <div class="perma">
- posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
- {block:RebloggedFrom}<br>
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- source <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}<div class="pmt">tags:
- {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}
- </div>
- <a href="#" class="pnh">View {NoteCountWithLabel}</a>
- {block:PostNotes}
- <div class="pn">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {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>
- {/block:Posts}
- {block:ifPaginate}
- {block:Pagination}
- <div class="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}"><i class="fa fa-angle-left"></i> back</a>
- {/block:PreviousPage}
- <span class="cp">{CurrentPage} / {TotalPages}</span>
- {block:NextPage}
- <a href="{NextPage}">next <i class="fa fa-angle-right"></i></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifPaginate}
- </div>
- {block:ifnotPaginate}
- {block:Pagination}
- <div class="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifnotPaginate}
- </div>
- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
- <link href='http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css' rel='stylesheet' style='text/css'>
- <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:ifnotPaginate}
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pag',
- nextSelector: '.next',
- loadingImg: ' ',
- loadingText: ' ',
- donetext: 'No more posts' ,
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- });
- {/block:ifnotPaginate}
- });
- // minimal soundcloud player © eoxk.tumblr
- $(document).ready(function(){
- var color = '{color:Link}'; // color of play button (hex)
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- // drop links & post notes
- $(document).ready(function(){
- $(".pn").hide();
- $(".pnh").show();$('.pnh').toggle(function(){
- $(".pn").slideDown(function(){});
- },function(){
- $(".pn").slideUp(function(){});
- });
- $(".lb").hide();
- $(".lh").show();$('.lh').toggle(function(){
- $(".lb").slideDown(function(){});
- },function(){
- $(".lb").slideUp(function(){});
- });
- });
- // tooltips
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment