Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- THEME by @POHRORO
- Customized by @jjangkiyong
- Also, thanks to
- /*
- Side Navigation Menu V2, RWD
- ===================
- License:
- http://goo.gl/805sas
- ===================
- Author: @PableraShow
- */
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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>
- <head>
- <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('<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;
- });
- });
- $(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_block2').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://static.tumblr.com/9svpram/xdHnql5kk/jky1.jpg">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!--{block:ifInfiniteScrolling}-->
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- <!-- {/block:ifInfiniteScrolling} -->
- <link href="http://fonts.googleapis.com/css?family=Droid+Sans:400,400italic,700,700italic|Montserrat:400,700" rel="stylesheet" type="text/css">
- <link href='http://fonts.googeleapis.com/css?family=Raleway:400,700,900' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:700,300' rel='stylesheet' type='text/css'>
- <meta name="color:Body Font" content="#FFFFFF" />
- <meta name="color:Background" content="#FFFFFF" />
- <meta name="color:Content Background" content="" />
- <meta name="color:Link" content="#D40000" />
- <meta name="color:Hover Link" content="#D3D3D3" />
- <meta name="color:Info One" content="#000000" />
- <meta name="color:Info Two" content="#000000" />
- <meta name="color:Info Three" content="#000000" />
- <meta name="color:Top Bar" content="#000000" />
- <meta name="color:Navigation Number" content="#D40000" />
- <meta name="color:Navigation Link" content="#FFFFFF" />
- <meta name="color:Hover Navigation Link" content="#000000" />
- <meta name="color:Hover Navigation Link Glow" content="#FFFFFF" />
- <meta name="color:Border" content="#909090" />
- <meta name="color:Title" content="#000000" />
- <meta name="color:Title First Letter" content="#D40000" />
- <meta name="color:Sidebar Title" content="#FFFFFF" />
- <meta name="color:Sidebar Title Underline" content="#D40000" />
- <meta name="color:Permalink Background" content="#FFFFFF" />
- <meta name="color:Extra Link Font" content="#D40000" />
- <meta name="color:Extra Link Hover Font" content="#FFFFFF" />
- <meta name="color:Extra Link Background" content="#FFFFFF" />
- <meta name="color:Extra Link Hover Background" content="#D40000" />
- <meta name="color:Scrollbar" content="#000000" />
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Infinite Scrolling" content="0" />
- <meta name="if:Box One" content="1" />
- <meta name="if:Box Two" content="1" />
- <meta name="if:Box Three" content="1" />
- <meta name="if:Box Four" content="1" />
- <meta name="if:Box Five" content="1" />
- <meta name="if:Extra Link Box" content="1" />
- <meta name="if:Extra Link One" content="1" />
- <meta name="if:Extra Link Two" content="1" />
- <meta name="if:Extra Link Three" content="1" />
- <meta name="if:Extra Link Four" content="1" />
- <meta name="if:Extra Link Five" content="1" />
- <meta name="if:Extra Link Six" content="1" />
- <meta name="if:Extra Link Seven" content="1" />
- <meta name="if:Extra Link Eight" content="1" />
- <meta name="if:Extra Link Nine" content="1" />
- <meta name="if:Extra Link Ten" content="1" />
- <meta name="if:Member Box" content="1" />
- <meta name="if:Member One" content="1" />
- <meta name="if:Member Two" content="1" />
- <meta name="if:Member Three" content="1" />
- <meta name="if:Member Four" content="1" />
- <meta name="if:Member Five" content="1" />
- <meta name="if:Member Six" content="1" />
- <meta name="if:Site Info Box" content="1" />
- <meta name="if:Stat One" content="1" />
- <meta name="if:Stat Two" content="1" />
- <meta name="if:Stat Three" content="1" />
- <meta name="if:Stat Four" content="1" />
- <meta name="if:Stat Five" content="1" />
- <meta name="if:Stat Six" content="1" />
- <meta name="if:Stat Seven" content="1" />
- <meta name="if:Stat Eight" content="1" />
- <meta name="image:header" content="http://static.tumblr.com/e24bae9dcd9bfe7e5c95353f41c47c12/pgx0hf5/Qyenju3vo/tumblr_static_a1kseaiz5dkwg8w8084ogkwg0.jpg"/>
- <meta name="image:Background" content="" />
- <meta name="image:Content Background" content="http://i.imgur.com/TjKU5af.png" />
- <meta name="image:Member One Avatar" content="http://i.imgur.com/g4zLtB2.jpg" />
- <meta name="image:Member Two Avatar" content="http://i.imgur.com/g4zLtB2.jpg" />
- <meta name="image:Member Three Avatar" content="http://i.imgur.com/g4zLtB2.jpg" />
- <meta name="image:Member Four Avatar" content="http://i.imgur.com/g4zLtB2.jpg" />
- <meta name="image:Member Five Avatar" content="http://i.imgur.com/g4zLtB2.jpg" />
- <meta name="image:Member Six Avatar" content="http://i.imgur.com/g4zLtB2.jpg" />
- <meta name="text:Title" content="Nicotine" />
- <meta name="text:Link One" content="Index" />
- <meta name="text:Link One URL" content="/" />
- <meta name="text:Link Two" content="Message" />
- <meta name="text:Link Two URL" content="/ask" />
- <meta name="text:Link Three" content="Archive" />
- <meta name="text:Link Three URL" content="/archive" />
- <meta name="text:Link Four" content="Link Four" />
- <meta name="text:Link Four URL" content="Link Four URL" />
- <meta name="text:Link Five" content="Link Five" />
- <meta name="text:Link Five URL" content="Link Five URL" />
- <meta name="text:Link Six" content="Link Six" />
- <meta name="text:Link Six URL" content="Link Six URL" />
- <meta name="text:Box One Title" content="Box One" />
- <meta name="text:Box One Content" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nibh ante, venenatis ac odio id, congue ornare lectus. Aenean ultrices fermentum gravida. Cras a tristique ligula, eu ullamcorper risus. Praesent accumsan orci faucibus magna scelerisque lacinia." />
- <meta name="text:Box Two Title" content="Box Two" />
- <meta name="text:Box Two Content" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nibh ante, venenatis ac odio id, congue ornare lectus. Aenean ultrices fermentum gravida. Cras a tristique ligula, eu ullamcorper risus. Praesent accumsan orci faucibus magna scelerisque lacinia." />
- <meta name="text:Box Three Title" content="Box Three" />
- <meta name="text:Box Three Content" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nibh ante, venenatis ac odio id, congue ornare lectus. Aenean ultrices fermentum gravida. Cras a tristique ligula, eu ullamcorper risus. Praesent accumsan orci faucibus magna scelerisque lacinia." />
- <meta name="text:Box Four Title" content="Box Four" />
- <meta name="text:Box Four Content" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nibh ante, venenatis ac odio id, congue ornare lectus. Aenean ultrices fermentum gravida. Cras a tristique ligula, eu ullamcorper risus. Praesent accumsan orci faucibus magna scelerisque lacinia." />
- <meta name="text:Box Five Title" content="Box Five" />
- <meta name="text:Box Five Content" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nibh ante, venenatis ac odio id, congue ornare lectus. Aenean ultrices fermentum gravida. Cras a tristique ligula, eu ullamcorper risus. Praesent accumsan orci faucibus magna scelerisque lacinia." />
- <meta name="text:Extra Link One" content="Extra Link One" />
- <meta name="text:Extra Link One URL" content="Extra Link One URL" />
- <meta name="text:Extra Link Two" content="Extra Link Two" />
- <meta name="text:Extra Link Two URL" content="Extra Link Two URL" />
- <meta name="text:Extra Link Three" content="Extra Link Three" />
- <meta name="text:Extra Link Three URL" content="Extra Link Three URL" />
- <meta name="text:Extra Link Four" content="Extra Link Four" />
- <meta name="text:Extra Link Four URL" content="Extra Link Four URL" />
- <meta name="text:Extra Link Five" content="Extra Link Five" />
- <meta name="text:Extra Link Five URL" content="Extra Link Five URL" />
- <meta name="text:Extra Link Six" content="Extra Link Six" />
- <meta name="text:Extra Link Six URL" content="Extra Link Six URL" />
- <meta name="text:Extra Link Seven" content="Extra Link Seven" />
- <meta name="text:Extra Link Seven URL" content="Extra Link Seven URL" />
- <meta name="text:Extra Link Eight" content="Extra Link Eight" />
- <meta name="text:Extra Link Eight URL" content="Extra Link Eight URL" />
- <meta name="text:Extra Link Nine" content="Extra Link Nine" />
- <meta name="text:Extra Link Nine URL" content="Extra Link Nine URL" />
- <meta name="text:Extra Link Ten" content="Extra Link Ten" />
- <meta name="text:Extra Link Ten URL" content="Extra Link Ten URL" />
- <meta name="text:Stat One" content="Stat One" />
- <meta name="text:Information One" content="Information One" />
- <meta name="text:Stat Two" content="Stat Two" />
- <meta name="text:Information Two" content="Information Two" />
- <meta name="text:Stat Three" content="Stat Three" />
- <meta name="text:Information Three" content="Information Three" />
- <meta name="text:Stat Four" content="Stat Four" />
- <meta name="text:Information Four" content="Information Four" />
- <meta name="text:Stat Five" content="Stat Five" />
- <meta name="text:Information Five" content="Information Five" />
- <meta name="text:Stat Six" content="Stat Six" />
- <meta name="text:Information Six" content="Information Six" />
- <meta name="text:Stat Seven" content="Stat Seven" />
- <meta name="text:Information Seven" content="Information Seven" />
- <meta name="text:Stat Eight" content="Stat Eight" />
- <meta name="text:Information Eight" content="Information Eight" />
- <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
- <style type="text/css">
- /* text selection block color */
- ::-moz-selection {
- background-color:#88271b;
- color:#FFF;
- }
- ::selection {
- background-color:#88271b;
- color:#FFF;
- }
- html, body {
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- background-image:url({image:header});
- background-repeat:no-repeat;
- background-position: top;
- background-attachment: fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- font:300 11px 'Lato', Arial, sans-serif;
- color: {color:Body Font};
- text-align: justify;
- word-wrap: break-word;
- letter-spacing: 1px;
- line-height: 16px;
- }
- a {
- color: {color:Link};
- text-decoration: none;
- text-shadow:0px 2px 2px #000 -2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- color: {color:Hover Link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #leftbox {
- width: 160px;
- height: 80px;
- background: {color:Top Bar};
- left: 0px;
- position: absolute;
- top: 60px;
- }
- #rightbox {
- width: 160px;
- height: 80px;
- background: {color:Top Bar};
- position: absolute;
- right: 0px;
- top: 60px;
- }
- #s-m-t-tooltip {
- font-size:8px;
- text-align:justify;
- text-transform:uppercase;
- letter-spacing:1px;
- color:#f7f7f7;
- max-width:150px;
- z-index:999999999!important;
- word-wrap:break-word;
- margin:24px 14px 7px 12px;
- padding:8px;
- background-color:#0b0b0b;
- border:1px solid rgba(200,200,200,.8);
- }
- nav a {
- position: fixed;
- top: 50%;
- display: block;
- outline: none;
- text-align: left;
- z-index: 1000;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- nav a.prev {
- left: 0;
- }
- nav a.next {
- right: 0;
- }
- nav a svg {
- display: block;
- margin: 0 auto;
- padding: 0;
- }
- /*--------------------*/
- /* Fillpath (http://www.nizuka.fr/)*/
- /*--------------------*/
- .color-10 { background: #000000; }
- .nav-fillpath a {
- width: 100px;
- height: 100px;
- }
- .nav-fillpath .icon-wrap {
- position: relative;
- display: block;
- width: 100%;
- height: 100%;
- }
- .nav-fillpath a::before,
- .nav-fillpath a::after,
- .nav-fillpath .icon-wrap::before,
- .nav-fillpath .icon-wrap::after {
- position: absolute;
- left: 50%;
- width: 3px;
- height: 50%;
- background: #000000;
- content: '';
- -webkit-transition: -webkit-transform 0.3s;
- transition: transform 0.3s;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .nav-fillpath .icon-wrap::before,
- .nav-fillpath .icon-wrap::after {
- z-index: 100;
- height: 0;
- background: #fff;
- -webkit-transition: height 0.3s, -webkit-transform 0.3s;
- transition: height 0.3s, transform 0.3s;
- }
- .nav-fillpath a::before,
- .nav-fillpath .icon-wrap::before {
- top: 50%;
- -webkit-transform: translateX(-50%) rotate(-135deg);
- transform: translateX(-50%) rotate(-135deg);
- -webkit-transform-origin: 50% 0%;
- transform-origin: 50% 0%;
- }
- .nav-fillpath a.next::before,
- .nav-fillpath a.next .icon-wrap::before {
- -webkit-transform: translateX(-50%) rotate(135deg);
- transform: translateX(-50%) rotate(135deg);
- -webkit-transform-origin: 50% 0%;
- transform-origin: 50% 0%;
- }
- .nav-fillpath a::after,
- .nav-fillpath .icon-wrap::after {
- top: 50%;
- -webkit-transform: translateX(-50%) rotate(-45deg);
- transform: translateX(-50%) rotate(-45deg);
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- }
- .nav-fillpath a.next::after,
- .nav-fillpath a.next .icon-wrap::after {
- -webkit-transform: translateX(-50%) rotate(45deg);
- transform: translateX(-50%) rotate(45deg);
- -webkit-transform-origin: 100% 0%;
- transform-origin: 100% 0%;
- }
- .nav-fillpath h3 {
- position: absolute;
- top: 50%;
- margin: 0;
- color: {color:text};
- text-transform: uppercase;
- font-weight: 300;
- font-size: 0.85em;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
- transition: transform 0.3s, opacity 0.3s;
- }
- .nav-fillpath a.prev h3 {
- left: 100%;
- -webkit-transform: translateY(-50%) translateX(-50%);
- transform: translateY(-50%) translateX(-50%);
- }
- .nav-fillpath a.next h3 {
- right: 100%;
- text-align: right;
- -webkit-transform: translateY(-50%) translateX(50%);
- transform: translateY(-50%) translateX(50%);
- }
- .nav-fillpath a:hover .icon-wrap::before,
- .nav-fillpath a:hover .icon-wrap::after {
- height: 50%;
- }
- .nav-fillpath a:hover::before,
- .nav-fillpath a:hover .icon-wrap::before {
- -webkit-transform: translateX(-50%) rotate(-125deg);
- transform: translateX(-50%) rotate(-125deg);
- }
- .nav-fillpath a.next:hover::before,
- .nav-fillpath a.next:hover .icon-wrap::before {
- -webkit-transform: translateX(-50%) rotate(125deg);
- transform: translateX(-50%) rotate(125deg);
- }
- .nav-fillpath a:hover::after,
- .nav-fillpath a:hover .icon-wrap::after {
- -webkit-transform: translateX(-50%) rotate(-55deg);
- transform: translateX(-50%) rotate(-55deg);
- }
- .nav-fillpath a.next:hover::after,
- .nav-fillpath a.next:hover .icon-wrap::after {
- -webkit-transform: translateX(-50%) rotate(55deg);
- transform: translateX(-50%) rotate(55deg);
- }
- .nav-fillpath a:hover h3 {
- opacity: 1;
- -webkit-transform: translateY(-50%) translateX(0);
- transform: translateY(-50%) translateX(0);
- }
- @media screen and (max-width: 520px) {
- .nav-slide a.prev,
- .nav-reveal a.prev,
- .nav-doubleflip a.prev,
- .nav-fillslide a.prev,
- .nav-growpop a.prev {
- -webkit-transform-origin: 0% 50%;
- transform-origin: 0% 50%;
- }
- .nav-slide a.next,
- .nav-reveal a.next,
- .nav-doubleflip a.next,
- .nav-fillslide a.next,
- .nav-growpop a.next {
- -webkit-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- }
- .nav-slide a,
- .nav-reveal a,
- .nav-doubleflip a,
- .nav-fillslide a {
- -webkit-transform: scale(0.6);
- transform: scale(0.6);
- }
- .nav-growpop a {
- -webkit-transform: translateY(-50%) scale(0.6);
- transform: translateY(-50%) scale(0.6);
- }
- }
- #container {
- width: 1000px;
- top: 60px;
- margin: 0 auto;
- left: 0;
- right: 0;
- position: absolute;
- }
- /*container*/
- #container1 {min-width:600px; margin-top:620px; float:center; left: 30%;
- }
- /*info*/
- #info {
- width:1020px;
- height:auto;
- position:absolute;
- font-size:14px;
- float:center;
- right: 0%;
- left: 0%;
- margin: 0 auto;
- margin-top: 20px;
- }
- #tester {
- position: relative;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- margin: 0 auto;
- background: #FAFAFA;
- background: url('http://static.tumblr.com/abdbf1b91e2a1276abf21901127dfe59/whx9ghv/073mq4lw1/tumblr_static_06.jpg') no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- }
- .intro {
- width:0px;
- height:0px;
- bottom:0%;
- left: 0%;
- right: 0%;
- margin: 0 auto;
- position:absolute;
- z-index:99999999;
- background: transparent;
- animation: fadein 2s;
- -moz-animation: fadein 2s;
- -webkit-animation: fadein 2s;
- }
- .welcome {
- width:910px;
- height:70px;
- padding:60px 50px 30px 50px;
- background-image:url('http://static.tumblr.com/9svpram/WUNnqrc4t/untitled-1.jpg') ;
- color:#e7e7e7;
- font:300 12px 'Lato', Arial, sans-serif;
- letter-spacing: 1px;
- line-height: 18px;
- text-transform:uppercase;
- text-align:justify;
- margin-left:0px;}
- .welcome h1 {
- font-size:18px;
- color:#fff;
- line-height:20px;
- text-transform:uppercase;
- font-family: 'PT sans 27px', serif;
- border-bottom: 0px solid #fff;}
- .welcome a {color:#e14d43;}
- .project {
- width:900px;
- height:170px;
- margin-left:0px;
- padding:26px 60px 60px 50px;
- background-image:url('http://static.tumblr.com/9svpram/49onqrc97/untitled-2.jpg') ;
- font:300 12px 'Lato', Arial, sans-serif;
- letter-spacing: 1px;
- line-height: 16px;
- color:#ebebeb;}
- .project h1 {
- font-size:15px;
- font-family: 'Inherit', sans-serif;
- line-height:30px;
- letter-spacing: 1px;
- color:#fff;
- text-align:left;
- text-transform:uppercase;
- border-bottom: 1px solid rgba(200,200,200,.8)}
- .project b {color:#e14d43; line-height:25px;}
- .project a {margin-right:5px; color:#d4d4d4; margin-top: 15px; font-weight:bold; border:1px solid #d4d4d4; padding:8px; float:right;}
- .project a:hover {margin-right:5px; margin-top:15px; border:1px solid #fff;
- background:#d4d4d4; color:#000; padding:8px; float:right;}
- .media {
- width:230px;
- height:201px;
- padding:15px 30px 30px 30px;
- background-image:url('http://static.tumblr.com/9svpram/IyGnqrct4/untitled-3.jpg') ;
- color:#e7e7e7;
- font:300 12px 'Lato', Arial, sans-serif;
- line-height: 18px;
- text-transform:uppercase;
- text-align:justify
- margin-left:0px;
- }
- .media {
- font-size:18px;
- line-height:20px;
- text-transform:uppercase;
- color:#f2992e;
- }
- .top_square {
- width:70px;
- height:70px;
- margin-top:55px;
- margin-left:60px;
- float:center;
- }
- .top_cross_1 {
- width:0px;
- height:160px;
- margin-top:-25px;
- margin-left:43px;
- position:absolute;
- border-left:1px dashed #fff;
- background:transparent;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
- .top_cross_2 {
- width:0px;
- height:160px;
- margin-top:-25px;
- margin-left:43px;
- position:absolute;
- border-left:1px dashed #fff;
- background:transparent;
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- }
- /* Navigation icons */
- .nav_ar, .nav_h {
- width:26px;
- opacity:{text:Icon opacity};
- position:absolute;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .nav_as {
- width:23px;
- opacity:{text:Icon opacity};
- position:absolute;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .nav_l{
- width:38px;
- opacity:{text:Icon opacity};
- position:absolute;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .nav_h { margin-left:30px; margin-top:-2px;}
- .nav_l { margin-left:25px; margin-top:82px; }
- .nav_as { margin-left:-14px;margin-top:40px; }
- .nav_ar { margin-left:75px; margin-top:40px; }
- #title {
- font-size: 42px;
- line-height: 40px;
- letter-spacing: -3px;
- margin-right: 30px;
- text-transform: uppercase;
- font-family: Raleway;
- font-weight: 900;
- border-right: 1px solid {color:Border};
- padding: 25px;
- padding-right: 35px;
- padding-left: 35px;
- color: {color:Title};
- float: left;
- }
- .extras {
- width:610px;
- height:160px;
- padding:26px 60px 60px 50px;
- background-image:url('http://static.tumblr.com/9svpram/Rxunqrdht/untitled-4.jpg') ;
- font:300 12px 'Lato', Arial, sans-serif;
- letter-spacing: 1px;
- line-height: 16px;
- color:#ebebeb;}
- .icon {
- font-size: 40px;
- }
- .nav_link {
- margin: 6px;
- display:inline-block;
- text-align:center;
- opacity:1;
- color:#fff;
- }
- .nav_link p {
- margin:0;
- padding:0;
- opacity:0;
- color:#ffffff;
- font-family: arial, sans-serif;
- font-size:8px;
- letter-spacing:2px;
- line-height:10px;
- text-transform:uppercase;
- }
- #navigation {
- position: relative;
- float:center;
- font-size: 11px;
- font-family: Raleway;
- font-weight: 900;
- letter-spacing: 2px;
- text-transform: uppercase;
- line-height: 20px;
- }
- #navigation a {
- display: inline-block;
- width: 121px;
- padding: 10px 5px;
- margin-top: 15px;
- color: {color:Navigation Link};
- }
- #navigation a:hover {
- color: {color:Hover Navigation Link};
- text-shadow: 0 0 3px {color:Hover Navigation Link Glow},
- 0 0 3px {color:Hover Navigation Link Glow},
- 0 0 3px {color:Hover Navigation Link Glow},
- 0 0 3px {color:Hover Navigation Link Glow};
- }
- .number {
- color: {color:Navigation Number};
- letter-spacing: 1px;
- text-shadow: none;
- }
- .number a:hover {
- color: {color:Navigation Number};
- text-shadow: none;
- }
- #content {
- right: 0%;
- margin: 0 auto;
- left: 0%;
- width: 1010px;
- min-height: 3000px;
- margin-top: 100px;
- padding-top: 550px;
- background: #000;
- }
- #sidebar {
- width: 235px;
- height: auto;
- position: absolute;
- text-align: justify;
- margin-top: 80px;
- padding-right: 30px;
- padding-left: 20px;
- padding-bottom: 20px;
- margin-left: 25px;
- border-right:1px solid rgba(200,200,200,.3);
- }
- #entries {
- position: relative;
- width: 500px;
- margin-left: 405px;
- margin-top: 30px;
- }
- .subtitle {
- font-family: Raleway;
- font-size: 11px;
- letter-spacing: 2px;
- text-align: right;
- font-weight: 900;
- width: 220px;
- padding-bottom: 6px;
- border-bottom:1px solid rgba(200,200,200,.3);
- padding-top: 25px;
- text-transform: uppercase;
- color: {color:Sidebar Title};
- }
- .small {
- font-size: 12px;
- }
- .subcontent {
- margin-bottom: 40px;
- padding-top: 10px;
- text-align: justify;
- width:220px;
- }
- .subcontent c{
- float:right;
- text-transform:uppercase;
- }
- p#spelnks{
- overflow:hidden;
- }
- p#spelnks a,p#upds a {
- margin:0 0 5px 0;
- background: #000;
- padding:10px 60px;
- padding-right:0;
- font-size: 9px;
- color:#fff;
- letter-spacing:2px;
- display:block;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- overflow:hidden;
- position:relative;
- margin-left:-42px;
- }
- p#spelnks a:hover{
- margin-left:0;
- background: {color:Extra Link Hover Background};
- }
- p#spelnks a > i{
- font-size:20px;
- display:block;
- width:18px;
- text-align:center;
- position:absolute;
- top:0;
- left:0;
- padding:10px;
- }
- #spelnks i[class*="youtube"]{
- background-color: {color:Extra Link Hover Background};
- }
- #spelnks i[class*="twitter"]{
- background-color: {color:Extra Link Hover Background};
- }
- #spelnks i[class*="facebook"]{
- background-color: {color:Extra Link Hover Background};
- }
- #spelnks i[class*="world"]{
- background-color: {color:Extra Link Hover Background};
- }
- #spelnks i[class*="instagram"]{
- background-color: {color:Extra Link Hover Background};
- }
- #links {
- margin-top: 10px;
- }
- #links a {
- width: 230px;
- display: block;
- height: 35px;
- font-size: 9px;
- line-height: 30px;
- text-align: center;
- text-transform: uppercase;
- background: {color:Extra Link Background};
- color: {color:Extra Link Font};
- letter-spacing: 1px;
- margin-bottom: 5px;
- }
- #links a:hover {
- background: {color:Extra Link Hover Background};
- }
- #members {
- font-size: 9px;
- text-transform: uppercase;
- margin-top: 10px;
- }
- #members img {
- border: 4px solid {color:Border};
- border-radius: 100%;
- width: 46px;
- height: 46px;
- margin-bottom: 5px;
- }
- #members .name a {
- width: 175px;
- height: 15px;
- font-size: 9px;
- display: block;
- line-height: 15px;
- border-bottom: 1px solid {color:Border};
- color: {color:Sidebar Title};
- margin-left: -6px;
- font-weight: bold;
- letter-spacing: 2px;
- padding-left: 6px;
- margin-bottom: 2px;
- }
- .post {
- width: 500px;
- margin-bottom: 100px;
- }
- .post a {
- color: {color:Link};
- }
- .post img {
- max-width: 100%;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #tag {
- font-size: 8px;
- letter-spacing: 1px;
- font-weight: normal;
- }
- .quote {
- font-size: 22px;
- text-transform: lowercase;
- font-style: italic;
- letter-spacing: -2px;
- }
- iframe.tumblr_audio_player{
- width:45px;
- height:45px;
- top:27.5px;
- left:27.5px;
- position:absolute;
- }
- .audio{
- position:relative;
- width:100%;
- height:100px;
- overflow:auto;
- }
- .audio > img{
- width:100px;
- height:100px;
- position:absolute;
- left:0;
- left:0;
- opacity:.8;
- }
- .audio > span{
- display:block;
- float:left;
- text-align:left;
- margin-left:120px;
- line-height:250%;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- }
- #ask {
- width: 460px;
- border-bottom: 0px solid {color:Border};
- text-align: justify;
- margin-bottom: 20px;
- padding: 0px 20px 20px 7px;
- }
- #ask a {
- color: {color:Permalink};
- }
- #notes *{
- margin:0;
- padding:0;
- }
- #notes{
- clear:both;
- margin-top:30px;
- padding-bottom:50px;
- text-align:center;
- }
- #notes li{
- padding:0;
- margin:0;
- list-style-type:none;
- display:inline-block;
- width:25px;
- height:25px;
- margin:7px;
- overflow:hidden;
- }
- #notes img{
- width:35px;
- height:35px;
- }
- article{
- width:500px;
- padding:50px 20px 0px 0px;
- margin-bottom:90px;
- position:relative;
- }
- article img, article iframe, article embed{
- max-width:100%;
- }
- article pre{
- white-space:normal;
- }
- blockquote{ background-color:{color:Caption Background}; padding:5px; padding-left:0px; -moz-border-radius: 0px 0px 10px 0px; -webkit-border-radius: 0px 0px 10px 0px;}
- .photoquote { background-color:transparent; border-left:0px solid rgba(200,200,200,.3); margin-top:0px; -moz-border-radius:0px 0px 10px 0px; -webkit-border-radius:0px 0px 10px 0px;}
- article h1{
- padding:0px;
- line-height:150%;
- font-family: 'Inherit', sans-serif;
- text-align:center;
- text-transform:uppercase;
- background-color:{color:DarkAccentColor};
- color:#fff;
- }
- article h2{
- line-height:150%;
- font-size:15px;
- }
- article h1:hover a,
- article h1 a:hover{
- color:#fff!important;
- }
- .perma{
- display:block;
- width:500px;
- height:auto;
- text-transform:uppercase;
- font-size:11px;
- position:relative;
- left:0px;
- margin-top:5px;
- }
- .tags a{
- color:#e0e0e0;
- background-color:fff;
- letter-spacing:0px;
- word-spacing:1px;
- margin-right:7px;
- font-size:11px;
- padding:2px;
- }
- .tags a:hover{
- color:#e0e0e0;
- font-style:italic;
- }
- .dateperm{
- text-align:center;
- position:relative;
- display:table-cell;
- {block:PermalinkPage}width:500px;line-height:30px;font-size:11px; background:#000; {/block:PermalinkPage}
- {block:IndexPage}width:80px;line-height:20px;{/block:IndexPage}
- border-top:0px solid {color:Sidebar Title Underline};
- background:{color:Extra Link Hover Background};
- color:#fff;
- padding:0;
- margin-left:40px;
- }
- {block:IndexPage}
- .dateperm a{
- display:block;
- width:80px;
- height:20px;
- position:absolute;
- top:0;right:0;
- left:0;bottom:0;
- margin:auto;
- color:#fff;
- }
- {/block:IndexPage}
- .dateperm a:hover{color:#fff;}
- .notecount a:hover{color:#fff;}
- .tags{
- {block:PermalinkPage}
- display:block;
- clear:both;
- width:500px;
- {/block:PermalinkPage}
- {block:IndexPage}
- display:table-cell;
- width:400px;
- border-top:1px solid rgba(200,200,200,.3);
- {/block:IndexPage}
- padding:10px;
- background-color:transparent;
- text-transform:uppercase;
- font-size:8.5px;
- text-align:justify;
- color:#fff;
- font-family:'Helvetica Neue', 'Arial', sans-serif;
- }
- article:hover .button{
- opacity:1;
- transition-duration:.3s;
- -webkit-transition-duration:.3s;
- -moz-transition-duration:.3s;
- -ms-transition-duration:.3s;
- -o-transition-duration:.3s;
- }
- .button{
- z-index:9;
- opacity:0;
- width:142.5px;
- position:absolute;
- top:80px;
- right:40px;
- transition-duration:.3s;
- -webkit-transition-duration:.3s;
- -moz-transition-duration:.3s;
- -ms-transition-duration:.3s;
- -o-transition-duration:.3s;
- }
- .button span{
- display:block;
- float:right;
- background-color:rgba(0,0,0,.5);
- padding:10px;
- margin-right:10px;
- width:15px;
- height:15px;
- border-radius:100%;
- transition-duration:.3s;
- -webkit-transition-duration:.3s;
- -moz-transition-duration:.3s;
- -ms-transition-duration:.3s;
- -o-transition-duration:.3s;
- }
- .button span > *{
- max-width:15px;
- margin-top:-3px;
- }
- .button span img{
- width:16px;
- -webkit-filter: invert(100%);
- filter: invert(100%);
- }
- .button span:hover{
- background-color:#000;
- transition-duration:.3s;
- -webkit-transition-duration:.3s;
- -moz-transition-duration:.3s;
- -ms-transition-duration:.3s;
- -o-transition-duration:.3s;
- }
- .button i{
- margin-top:-5px;
- }
- #pagination {
- text-align: center;
- margin: 0 auto;
- font-size: 20px;
- bottom: 0px;
- height: 35px;
- line-height: 26px;
- background: {color:Top Bar};
- width: 950px;
- }
- #pagination a {
- color: {color:Body Font};
- padding: 0px 5px;
- }
- /* Pagination
- -------------------------------------------------------------*/
- #back-top {
- position: fixed;
- text-align: center;
- text-transform: uppercase;
- z-index: 9999;
- }
- .hidden {display: none;}
- ::-webkit-scrollbar {
- height: 10px;
- width: 2px;
- background: rgba(0,0,0,.75);
- }
- ::-webkit-scrollbar-thumb:vertical {
- background: {color:Scrollbar};
- }
- /* Icom on top*/
- #d {
- width: 540px;
- top: 640px;
- margin: 0 auto;
- left: 0;
- right: 0;
- position: absolute;
- float:center;
- font-size: 16px;
- line-height: 4px;
- letter-spacing:3px;
- display: block;
- height:60px;
- }
- .popup_block{
- display:none;
- background:#000;
- width: 700px;
- height: 500px;
- overflow-y:scroll;
- overflow-x:hidden;
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- .popup_block2{
- display:none;
- background:#000;
- width: 500px;
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- #tagcontainer{
- margin-left:auto;
- margin-right:auto;
- margin-top:0px;
- width:540px;
- height:auto;
- text-align:center;
- color:#3a6453;
- margin-bottom:80px;
- }
- #tagtitle{
- text-transform:uppercase;
- height:15px;
- padding:15px;
- padding-bottom:3px;
- text-align:left;
- font-size:30px;
- letter-spacing:1px;
- color:{color:Title First Letter};
- }
- #tagnavlinks{
- position:relative;
- margin-top:3px
- }
- .tagnavlink{
- background:#fff;
- padding:4px;
- padding-left:8px;
- padding-right:8px;
- font-size:11px;
- letter-spacing:1px;
- color:#fff;
- position:relative;
- display:inline-block;
- text-transform:uppercase;
- }
- .tagsectiontitle{
- border-bottom:2px solid #fff;
- font-size:14px;
- padding:8px;
- margin-top:5px;
- color:#fff;
- text-align:left;
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:1px;
- }
- .tagtagcontainer{
- border: 0px solid #afe0cc;
- padding:3px;
- }
- .tagtag{
- font-size:11px;
- font-family:arial;
- letter-spacing:1px;
- margin-bottom:1px;
- padding:5px;
- -webkit-transition: background .5s;
- border-bottom:1px dotted rgba(200,200,200,.5);
- text-align:left;
- text-transform:none;
- }
- .tagtag:hover{
- color:{color:Title First Letter};
- -webkit-transition: background .5s;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- display:none !important;
- }
- </style>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- </head>
- <body>
- <div id="tester">
- <div class="intro"></div></div>
- <div id="container">
- </div>
- <div id="info">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <div class="welcome"></div>
- </tr>
- <tr>
- <div class="project">
- </div>
- </tr>
- <tr><td>
- <div class="media"></div>
- </td>
- <td>
- <div class="extras"></div>
- </tr>
- </table>
- </div>
- <div id="content">
- <div id="sidebar">
- {block:ifBoxOne}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">{text:Box One Title}</span></div>
- <div class="subcontent">{text:Box One Content}</div>
- {/block:ifBoxOne}
- {block:ifBoxTwo}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">{text:Box Two Title}</span></div>
- <div class="subcontent">{text:Box Two Content}</div>
- {/block:ifBoxTwo}
- {block:ifBoxThree}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">{text:Box Three Title}</span></div>
- <div class="subcontent">{text:Box Three Content}</div>
- {/block:ifBoxThree}
- {block:ifBoxFour}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">{text:Box Four Title}</span></div>
- <div class="subcontent"><center>{text:Box Four Content}</center></div>
- {/block:ifBoxFour}
- {block:ifBoxFive}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">{text:Box Five Title}</span></div>
- <div class="subcontent"><center>{text:Box Five Content}</center></div>
- {/block:ifBoxFive}
- {block:ifExtraLinkBox}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">CAMPAIGNS</span></div>
- <div class="subcontent"><center><div id="links">
- <a href="/tagged/le-coq-sportif">Le Coq Sportif</a>
- <a href="/tagged/jambangee">Jambangee Jeans</a>
- <a href="/tagged/gxg-jeans">GXG Jeans</a>
- </div></center></div>
- {/block:ifExtraLinkBox}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">EXPLORE</span></span></div>
- <div class="subcontent">
- <p id="spelnks">
- <a href="http://ygkplus.com"><i class="icon ion-ios-world-outline"> </i> ygkplus website</a>
- <a href="http://facebook.com/KplusModelManagement"><i class="icon ion-social-facebook"> </i> ygkplus facebook</a>
- <a href="http://instagram.com/yg_kplus"><i class="icon ion-social-instagram-outline"> </i> ygkplus instagram</a>
- <a href="http://youtube.com/ygkplustv"><i class="icon ion-social-youtube-outline"> </i> ygkplus youtube</a>
- </p>
- </div></center>
- {block:ifSiteInfoBox}
- <div class="subtitle"><span style="border-bottom: 2px solid {color:Sidebar Title Underline}; padding-bottom: 7px; padding-left: 7px; padding-right: 5px;">STATISTICS</span></div>
- <div class="subcontent">
- <small>
- {block:ifStatOne}<b>{text:Stat One}:</b>
- <c>{text:Information One}</c><br />{/block:ifStatOne}
- {block:ifStatTwo}<b>{text:Stat Two}:</b>
- <b><c>{text:Information Two}</c></b><br />{/block:ifStatTwo}
- {block:ifStatThree}<b>{text:Stat Three}:</b>
- <b><c>{text:Information Three}</c></b><br />{/block:ifStatThree}
- {block:ifStatFour}<b>{text:Stat Four}:</b>
- <b><c>{text:Information Four}</c></b></b><br />{/block:ifStatFour}
- {block:ifStatFive}<b>{text:Stat Five}:</b>
- <c>{text:Information Five}</c><br />{/block:ifStatFive}
- {block:ifStatSix}<b>{text:Stat Six}:</b>
- {text:Information Six}<br />{/block:ifStatSix}
- {block:ifStatSeven}<b>{text:Stat Seven}:</b>
- {text:Information Seven}<br />{/block:ifStatSeven}
- {block:ifStatEight}<b>{text:Stat Eight}:</b></b>
- {text:Information Eight}<br />{/block:ifStatEight}
- </small>
- </div>
- {/block:ifSiteInfoBox}
- </div>
- <div id="entries">
- <div class=""autopagerize_page_element">
- {block:Posts}
- <article>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}
- <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}{block:RebloggedFrom}
- <!--<br><strong>Reblogged from:</strong> <a href="{ReblogParentURL}">{ReblogParentName}</a></span>
- <br><strong>Originally by:</strong> <a href="{ReblogRootURL}">
- {ReblogRootName}</a></span>-->
- {/block:RebloggedFrom}
- {block:Photo}
- {block:IndexPage}
- <div class="button">
- <span>{ReblogButton color="white"}</span>
- <span><i>{LikeButton size="15" color="white"}</i></span>
- {block:HighRes} <span><a href="{PhotoURL-HighRes}" download><img src="http://static.tumblr.com/9svpram/cmtnnrnph/icondl.png"></a></span>{/block:HighRes}
- </div>
- {/block:IndexPage}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
- {LinkCloseTag}
- <div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="button">
- <span>{ReblogButton}</span>
- <span><i>{LikeButton size="15" color="white"}</i></span>
- </div>
- {/block:IndexPage}
- {Photoset}
- <div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>
- {/block:Photoset}
- {block:Video}
- {Video-500}
- <div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>
- {/block:Video}
- {block:Text}
- {block:Title}
- <h1>
- <a href="{Permalink}">
- {Title}
- </a>
- </h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <h1>
- <a href="{URL}">
- {Name} ยป
- </a>
- </h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}
- <a href="{Permalink}">
- <h1>
- โ{Quote}โ
- </h1>
- </a>
- {block:Source}
- <cite>โ {Source}</cite>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- <div class="chat">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Answer}
- <div id="ask">
- <img src="{AskerPortraitURL-48}" style="margin: 7px 10px 5px 0px; float: left; border-radius: 100%;">
- <div style="font-size: 11px; font-weight: bold;">
- <span style="text-transform: uppercase; font-weight: bold; letter-spacing: 2px;">{Asker}:</span></div>
- {Question}
- </div>
- {Answer}
- {/block:Answer}
- {/block:Answer}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- <span>
- {block:TrackName}
- <b>song: </b>{TrackName}
- {/block:TrackName}
- {block:Artist}
- <br><b>artist: </b>{Artist}
- {/block:Artist}
- {block:Album}
- <br><b>album: </b>{Album}
- {/block:Album}
- {block:PlayCount}
- <br><b>plays: </b>{FormattedPlayCount}
- {/block:PlayCount}
- </span>
- {AudioPlayer}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Date}
- <div class="perma">
- <div class="dateperm">
- {block:PermalinkPage}
- posted <a href="{Permalink}">{TimeAgo}</a>
- with <a><b>{NoteCountWithLabel}</b></a> / <a href="{ReblogURL}" target="_blank">Reblog</a>
- {block:RebloggedFrom}
- <a href="{ReblogRootURL}" title="{ReblogRootName}: {ReblogRootTitle}"> / source</a></div>
- {/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:IndexPage}
- <a href="{Permalink}">
- <b>{ShortMonth} {DayOfMonthWithZero}
- </a></b>
- {/block:IndexPage}
- </div>
- <div class="tags">
- {block:Tags}<a href="{TagURL}"> {Tag}</a>{/block:Tags}
- </div>
- </div>
- {/block:Date}
- {block:PostNotes}
- <div id="notes">
- {PostNotes-64}
- </div>
- {/block:PostNotes}
- </article>
- {/block:Posts}
- </div>
- </div>
- {block:Pagination}
- <div id="pagination">
- <span style="font-size: 14px; line-height: 0px;">{CurrentPage} OF {TotalPages}</span>
- </div>
- {/block:Pagination}
- </div>
- </div>
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/wgg6svp/75pnfplip/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <script>
- $(document).ready(function(){
- // hide #back-top first
- $("#back-top").hide();
- // fade in #back-top
- $(function () {
- $(window).scroll(function () {
- if ($(this).scrollTop() > 850) {
- $('#back-top').fadeIn();
- } else {
- $('#back-top').fadeOut();
- }
- });
- // scroll body to 0px on click
- $('#top a').click(function () {
- $('body,html').animate({
- scrollTop: 0
- }, 800);
- return false;
- });
- });
- });
- </script>
- </body>
- <div id="back-top">
- <nav class="nav-fillpath">
- {block:PreviousPage}
- <a class="prev" href="{PreviousPage}">
- <span class="icon-wrap"></span>
- <h3><strong>PREV</strong> PAGE</h3>
- </a>
- {block:PreviousPage}
- {block:NextPage}
- <a class="next" href="{NextPage}">
- <span class="icon-wrap"></span>
- <h3><strong>NEXT</strong> PAGE</h3>
- </a>
- {/block:NextPage}
- </nav>
- </div>
- <div id="askbox" class="popup_block2">
- <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/jjangkiyong.tumblr.com" width="100%"></iframe>
- </div>
- <div id="navibox" class="popup_block">
- <div id="tagcontainer">
- <div id="tagtitle">UNDER CONSTRUCTION</div>
- <br>
- <table width="550px" border="0" cellpadding="20">
- <tr>
- <td width="280px" valign="top">
- <div class="tagsectiontitle">PHOTOS</div>
- <div class="tagtagcontainer">
- <a href="/tagged/runway"><div class="tagtag">Runway</div></a>
- <a href="/tagged/backstage"><div class="tagtag">Backstage</div></a>
- <a href="/tagged/magazine"><div class="tagtag">Magazine</div></a>
- <a href="/tagged/potrait"><div class="tagtag">Potrait</div></a>
- <a href="/tagged/photoshoot"><div class="tagtag">Photoshoot</div></a>
- <a href="/tagged/endorsement"><div class="tagtag">Endorsement</div></a>
- <a href="/tagged/streetstyle"><div class="tagtag">Street Style</div></a>
- <a href="/tagged/p:event"><div class="tagtag">Event</div></a>
- <a href="/tagged/p:interview"><div class="tagtag">Interview</div></a>
- <a href="/tagged/p:news"><div class="tagtag">News</div></a>
- <a href="/tagged/p:sns"><div class="tagtag">SNS</div></a>
- <a href="/tagged/p:other"><div class="tagtag">Other</div></a>
- </div>
- <div class="tagsectiontitle">ACTING</div>
- <div class="tagtagcontainer">
- <a href="/tagged/d:bts"><div class="tagtag">Stills</div></a>
- <a href="/tagged/d:video"><div class="tagtag">Video</div></a><br>
- <a href="/tagged/magazine"><div class="tagtag"> It's Okay That's Love</div></a>
- <a href="/tagged/potrait"><div class="tagtag"> Surplus Princess</div></a>
- <a href="/tagged/photoshoot"><div class="tagtag"> Greatest Marriage</div></a>
- <a href="/tagged/endorsement"><div class="tagtag"> Sunam Girls</div></a>
- <a href="/tagged/streetstyle"><div class="tagtag"> We Broke Up</div></a> </div>
- </td>
- <td width="280px" valign="top">
- <div class="tagsectiontitle">TEXTS</div>
- <div class="tagtagcontainer">
- <a href="/tagged/interview"><div class="tagtag">Eng Interview</div></a>
- <a href="/tagged/article"><div class="tagtag">Article</div></a>
- <a href="/tagged/t:info"><div class="tagtag">Information</div></a>
- <a href="/tagged/txt"><div class="tagtag">Admin's Note</div></a>
- </div>
- <div class="tagsectiontitle">COLLECTIONS</div>
- <div class="tagtagcontainer">
- <a href="/tagged/d:bts"><div class="tagtag">Adidas</div></a>
- <a href="/tagged/d:video"><div class="tagtag">Andy & Debb</div></a>
- <a href="/tagged/beyond-closet"><div class="tagtag">Beyond Closet</div></a>
- <a href="/tagged/caruso"><div class="tagtag">Caruso</div></a>
- <a href="/tagged/cheol-doong"><div class="tagtag">Cheol Dong</div></a>
- <a href="/tagged/d.gnak"><div class="tagtag">D.GNAK</div></a>
- <a href="/tagged/g-by-guess"><div class="tagtag">G by Guess</div></a>
- <a href="/tagged/general-idea"><div class="tagtag">General Idea</div></a>
- <a href="/tagged/groundwave"><div class="tagtag">Groundwave</div></a>
- <a href="/tagged/gunt"><div class="tagtag">Gunt</div></a>
- <a href="/tagged/gxg-jeans"><div class="tagtag">GXG Jeans</div></a>
- <a href="/tagged/jayhoo"><div class="tagtag">Jayho</div></a>
- <a href="/tagged/jill-by-jill-stuart"><div class="tagtag">Jill by Jill Stuart</div></a>
- <a href="/tagged/kai-aakman"><div class="tagtag">Kai-aakman</div></a>
- <a href="/tagged/kim-seo-ryong"><div class="tagtag">Kim Seo Ryong</div></a>
- <a href="/tagged/lacoste-live"><div class="tagtag">Lacoste Live</div></a>
- <a href="/tagged/leigh"><div class="tagtag">Leigh</div></a>
- <a href="/tagged/le-coq-sportif"><div class="tagtag">Le Coq Sportif</div></a>
- <a href="/tagged/mag & logan"><div class="tagtag">Mag & Logan</div></a>
- <a href="/tagged/metrocity"><div class="tagtag">Metrocity</div></a>
- <a href="/tagged/mlb"><div class="tagtag">MLB</div></a>
- <a href="/tagged/mngu"><div class="tagtag">MNGU</div></a>
- <a href="/tagged/monkids"><div class="tagtag">Monkids</div></a>
- <a href="/tagged/munsoo-kwon"><div class="tagtag">Munsoo Kwon</div></a>
- <a href="/tagged/nobis"><div class="tagtag">Nobis</div></a>
- <a href="/tagged/ordinary-people"><div class="tagtag">Ordinary People</div></a>
- <a href="/tagged/pushbutton"><div class="tagtag">pushBUTTON</div></a>
- <a href="/tagged/pearly-gates"><div class="tagtag">Pearly Gates</div></a>
- <a href="/tagged/plac-jeans"><div class="tagtag">PLAC Jeans</div></a>
- <a href="/tagged/reebook"><div class="tagtag">Reebok</div></a>
- <a href="/tagged/resurrection"><div class="tagtag">Resurrection</div></a>
- <a href="/tagged/roliat"><div class="tagtag">Roliat</div></a>
- <a href="/tagged/songzio"><div class="tagtag">Songzio</div></a>
- <a href="/tagged/steve j & yoni p"><div class="tagtag">Steve J & Yoni P</div></a>
- <a href="/tagged/tbj-nearby"><div class="tagtag">TBJ</div></a>
- <a href="/tagged/the-studio-k"><div class="tagtag">The Studio K</div></a>
- <a href="/tagged/thursday-island"><div class="tagtag">Thursday Island</div></a>
- <a href="/tagged/xess"><div class="tagtag">XESS</div></a>
- </div>
- </td>
- <td width="200px" valign="top">
- <div class="tagsectiontitle">VIDEOS</div>
- <div class="tagtagcontainer">
- <a href="/tagged/v:runway"><div class="tagtag">Runway</div></a>
- <a href="/tagged/v:magazine"><div class="tagtag">Magazine</div></a>
- <a href="/tagged/v:photoshoot"><div class="tagtag">Photoshoot</div></a>
- <a href="/tagged/music-video"><div class="tagtag">Music Video</div></a>
- <a href="/tagged/v:tv-show"><div class="tagtag">TV/Webisodes</div></a>
- <a href="/tagged/v:ad"><div class="tagtag">Advertisement</div></a>
- <a href="/tagged/v:fancam"><div class="tagtag">Fancam</div></a>
- <a href="/tagged/v:other"><div class="tagtag">Other</div></a>
- </td>
- </tr>
- </table>
- </div><!-- end div="container" -->
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Add Comment
Please, Sign In to add comment