Advertisement
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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!---- ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ!
- ᴘᴏsᴛs ʙʏ ɢᴀʟᴀxɪᴀs-ᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ
- ʙᴀsᴇ ʙʏ ᴀɴᴢᴇʟɪᴄ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ
- ᴛʜᴇᴍᴇ ʙʏ xᴠᴏᴜɴᴀ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ---->
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!-- Pop Up Script -->
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- /* ASPEX */
- @font-face{ font-family: "aspex"; src: url('https:/dl.dropboxusercontent.com/s/yeeehszy65j0cfk/ASPEX_0.TTF')
- }
- /* GASARA */
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- /* DARLESTON */
- @font-face { font-family: "darleston"; src: url('https://dl.dropboxusercontent.com/s/pon2nz49g2gofuu/Darleston.otf') }
- *, body, a {cursor: url(http://i.imgur.com/2qleX.jpg), auto;}
- a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}
- ::selection {
- background:transparent;
- color:#000000;
- text-shadow: 0px 0px 1px #ffdcf6;
- }
- ::-moz-selection {
- background:transparent;
- color:#000000;
- text-shadow: 0px 0px 1px #ffdcf6;
- }
- ::-webkit-selection {
- background:transparent;
- color:#000000;
- text-shadow: 0px 0px 1px #ffdcf6;
- }
- /* THEME SPECIALS */
- ::-webkit-scrollbar-thumb {
- background-color: #ffdcf6;
- border: 3px solid #eaeaea;
- height:auto;
- border-bottom:none;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:9px;
- background-color: #ffdcf6;
- border:4px solid #eaeaea;
- }
- /* BODY */
- body {
- background-image:url({image:background image});
- background-repeat:no-repeat;
- background-attachment: fixed;
- background-color: #f4efed;
- background-position: bottom right;
- margin: 0;
- }
- a:link, a:visited, a:active {
- text-decoration: none;
- color: #ffdcf6;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- a:hover {
- color: #ffdcf6;
- }
- small, sub, sup, code {
- font-family:trebuchet ms;
- font-size:9px;
- letter-spacing: 1;
- line-height: 100%;
- margin-top: 10px !important;
- line-height: 90%;
- }
- pre, code {
- width:100%;
- font-family: "Gasara";
- font-size: 8px;
- text-align:center;
- text-transform: uppercase;
- white-space:pre-wrap;
- word-wrap:break-word;
- padding:3px;
- }
- blockquote {
- margin-left:5px;
- width:90%;
- padding-left:5px;
- border-left: solid 1px #ffdcf6;
- overflow:hidden;
- }
- blockquote blockquote {
- margin-left: 10px;
- width: 85%;
- text-align: justify;
- border-left: solid 1px #ffdcf6;
- padding: 5px;
- overflow: hidden;
- }
- blockquote img {
- max-width:210px !important;
- opacity: .5;
- overflow:hidden;
- }
- blockquote blockquote img {
- max-width:180px !important;
- opacity: .5;
- overflow:hidden;
- }
- blockquote img:hover {
- opacity: 0.9;
- }
- blockquote blockquote img:hover {
- opacity: 0.9;
- }
- .alignment {
- position: relative;
- margin-left: 150px;
- margin-top: 10px;
- height: 100%;
- height: auto !important;
- min-height: 100%;
- width:250px;
- }
- /* QUOTES */
- #quote {
- color: #ffdcf6;
- font-family:'trebuchet ms';
- font-size:11px;
- font-style:italic;
- }
- #source {
- font-family:'Gasara';
- font-size:10px;
- letter-spacing:1px;
- text-align:right;
- text-transform:uppercase;
- }
- /* CONTENT WRAPPER */
- #wrapper {
- width: 270px;
- height: auto;
- float: right;
- right: 150px;
- top: 20px;
- position: relative;
- }
- /* BLOG POSTS */
- .posts {
- width:250px;
- font-family:'trebuchet ms';
- font-size:9px;
- letter-spacing: 1;
- line-height: 100%;
- color: black;
- text-align: justify;
- word-wrap:break-word;
- background-color: #eaeaea;
- padding: 10px;
- margin-bottom: 20px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postinfo {
- width:250px;
- font-family:'trebuchet ms';
- font-size:9px;
- letter-spacing: 1;
- line-height: 100%;
- color: black;
- text-align: justify;
- word-wrap:break-word;
- margin-top: -15px;
- background-color: #eaeaea;
- padding: 10px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .posts img:hover, #photoset:hover {
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- -webkit-filter: grayscale(0%) !important;
- opacity: 1;
- }
- .posts img, #photoset {
- max-width:250px;.
- -webkit-filter: grayscale(100%);
- opacity: .5;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .photopost img {
- max-width: 250px !important;
- -webkit-filter: grayscale(100%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .photopost img:hover {
- opacity: 0.9;
- -webkit-filter: grayscale(0%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .posts img, #photoset {
- max-width: 250px !important;
- opacity: .5;
- height: auto;
- -webkit-filter: grayscale(100%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .posts img:hover {
- opacity: 0.9;
- -webkit-filter: grayscale(0%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .video {
- max-width: 250px !important;
- opacity: .5;
- -webkit-filter: grayscale(100%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .video:hover {
- opacity: 0.9;
- -webkit-filter: grayscale(0%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postnotes {
- width:250px;
- font-family: 'tinytots';
- font-size: 8px;
- letter-spacing: 1;
- line-height: 100%;
- color: black;
- text-align: left;
- text-transform: uppercase;
- word-wrap:break-word;
- background-color: #eaeaea;
- padding: 10px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postnotes img {
- display:none;
- }
- .postperma {
- width:268px;
- margin-top: -18px;
- margin-bottom: 20px;
- font-family: "gasara";
- font-size: 8px;
- color: black;
- text-transform: uppercase;
- text-align:center;
- line-height:100%;
- background-color: #eaeaea;
- padding:1px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postperma a {
- color: {color:permalink link};
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postperma a:hover {
- color: {color:hover link};
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- #posttitle {
- font-family:'bebas neue';
- font-size:20px;
- letter-spacing:1px;
- line-height:16px;
- text-transform:uppercase;
- text-align:center;
- }
- #permtitle {
- font-family: 'gasara';
- color: #eaeaea;
- font-size: 8px;
- padding: 5px;
- margin-top: 5px;
- text-align: center;
- text-transform: uppercase;
- }
- #odd {
- padding:2px;
- font-family:'trebuchet ms';
- font-size:9px;
- color:{color:Odd Text};
- background-color: {color:Odd Background};
- }
- #even {
- padding:2px;
- font-family:trebuchet ms;
- font-size:9px;
- color:{color:Even Text};
- background-color: {color:Even Background};
- }
- #tags {
- font-family: 'gasara';
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1;
- line-height: 100%;
- }
- /* AUDIO */
- .album {
- background-repeat: no-repeat;
- background-position: center;
- position: absolute;
- width: 86px;
- height: 86px;
- background-size: 60px;
- overflow: hidden;
- background-color: #eaeaea;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .album img {
- width: 86px;
- height: 86px;
- overflow: hidden;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- -webkit-filter: grayscale(100%);
- opacity:.5;
- }
- .album img:hover {
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- -webkit-filter: grayscale(0%) !important;
- opacity: 0.9;
- }
- .player {
- width: 10px;
- height: 11px;
- overflow: hidden;
- padding: 4px 21px 21px 4px;
- margin-top: 27px;
- margin-left: 26px;
- position: absolute;
- background-color: #fff;
- opacity: 0.5;
- z-index: 10;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- .album:hover .player {
- opacity: 0.5;
- }
- .track {
- margin-left: 90px;
- min-height: 80px;
- max-height: 100px;
- overflow: auto;
- font-family: "Gasara";
- font-size: 8px;
- padding: 3px;
- color: black;
- text-transform: uppercase;
- letter-spacing: 1px;
- background: #eaeaea;
- }
- /* QUESTION */
- #ask {
- max-width:250px;
- background-color: white;
- }
- .as {
- min-height: auto;
- padding: 5px;
- padding-bottom:8px;
- background-color: white;
- }
- .aske {
- margin-top: 5px;
- font-family: "Darleston";
- font-size: 50px;
- line-height: 55px;
- text-align: center;
- border-bottom: solid 1px #ffdcf6;
- text-transform: none;
- color: #ffdcf6;
- }
- .que {
- font-family: "Gasara";
- font-size: 8px;
- text-align: justify;
- color: black;
- }
- .ans {
- font-family: trebuchet ms;
- font-size: 9px;
- color: black;
- }
- /* SIDEBAR START */
- #sidebarcont {
- left: 100px;
- bottom: 35px;
- height: 550px;
- width: 400px;
- position: fixed;
- }
- .yoona {
- margin-left: 10px;
- margin-top: 0px;
- height: 550px;
- width: 245px;
- z-index: 99;
- }
- .yoona img {
- z-index: 99;
- }
- .soshi {
- margin-top: -540px;
- margin-left: -30px;
- height: 85px;
- width: 85px;
- border-radius: 50%;
- border: 5px solid #ffffff;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .soshi img {
- position: fixed;
- border-radius: 50%;
- height: 85px;
- width: 85px;
- z-index: 10;
- }
- .circle1 {
- margin-top: -80px;
- margin-left: 0px;
- height: 150px;
- width: 150px;
- border-radius: 50%;
- border: 5px solid #ffffff;
- }
- .circle1 img {
- position: fixed;
- border-radius: 50%;
- width: 148px;
- height: 148px;
- z-index: -10 !important;
- }
- .title {
- margin-top: -150px;
- margin-left: 220px;
- width: 200px;
- height: 50px;
- font-family: "Darleston";
- font-size: 40px;
- letter-spacing: 0px;
- color: #ffdcf6;
- text-shadow: -1px 1px 0px #ffcdf2;
- }
- .description {
- width: 100px;
- height: 190px;
- margin-top: -10px;
- margin-left: 220px;
- padding: 5px;
- background-color: #ffdcf6;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 11px;
- letter-spacing: 1px;
- }
- .links {
- z-index: 999999999999999999;
- height: 200px;
- width: 20px;
- margin-top: -200px;
- margin-left: 340px;
- }
- .link {
- height: 32px;
- width: 16px;
- background-color: #ffdcf6;
- margin-bottom: 10px;
- margin-left: 2px;
- }
- .circle2 {
- margin-top: 50px;
- margin-left: 150px;
- border-radius: 50%;
- height: 150px;
- width: 150px;
- border: 5px solid #ffffff;
- }
- .circle2 img {
- position: fixed;
- border-radius: 50%;
- width: 148px;
- height: 148px;
- z-index: -10 !important;
- }
- .bf {
- margin-top: -200px;
- margin-left: 250px;
- height: 85px;
- width: 85px;
- border-radius: 50%;
- border: 5px solid white;
- opacity: 0;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .bf img {
- border-radius: 50%;
- height: 85px;
- width: 85px;
- z-index: 9;
- }
- .soshi:hover, .bf:hover. popupfrnd img:hover {
- opacity: 0;
- transform: scale(0);
- transform: rotate(360deg);
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- /* Hover Title Style */
- #s-m-t-tooltip{
- max-width:250px;
- margin-top:25px;
- margin-left:15px;
- padding-left:4px;
- padding-right:4px;
- z-index:9999999999999999999;
- background-color: #e8e8e8;
- color: #a1a1a1;
- font-family: "Gasara";
- font-size:8px;
- letter-spacing:0px;
- text-transform:uppercase;
- text-align:center;
- line-height:14px;
- border-left: 1px dotted #13bea6;
- border-bottom: 1px dotted #ffc2ff;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- border-radius: 0px 0px 0px 30px
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-name: wobble;
- animation-name: wobble;
- }
- @keyframes wobble {
- 0% { transform: translateX(0%); }
- 15% { transform: translateX(-25%) rotate(-5deg); }
- 30% { transform: translateX(20%) rotate(3deg); }
- 45% { transform: translateX(-15%) rotate(-3deg); }
- 60% { transform: translateX(10%) rotate(2deg); }
- 75% { transform: translateX(-5%) rotate(-1deg); }
- 100% { transform: translateX(0%); }
- }
- #fade {
- display: none;
- background: #fff;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: 0;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: #eaeaea;
- padding: 20px;
- border-left: 1px dotted #ffdcf6;
- border-top: 1px dotted #ffdcf6;
- border-radius: 50px 0px 0px 0px;
- float: left;
- font-size: 12px;
- position: fixed;
- top: 52.5%;
- left: 58%;
- height: 500px;
- z-index: 99999;
- font-family: "Gasara";
- font-size: 8px;
- color: #000000;
- line-height: 10px;
- overflow-y: auto;
- text-align: justify;
- }
- .popup_block img {
- margin-top: -20px;
- }
- img.btn_close {
- opacity: 0;
- float: right;
- margin: -5px -5px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .poptit {
- font-family: "Darleston";
- font-size: 50px;
- color: #ffdcf6;
- line-height: 55px;
- letter-spacing: 1px;
- text-align: center;
- }
- .poplink {
- margin-top: 5px;
- height: 280px;
- width: 260px;
- overflow-y: auto;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 12px;
- color: #ffdcf6;
- text-align: center;
- }
- .poplink a {
- background-color: #f4efed;
- padding: 7px 2px 2px 2px;
- height: 15px;
- width: 115px;
- margin-left: 5px;
- margin-right: 5px;
- margin-bottom: 5px;
- display: inline-block;
- color: #ffdcf6;
- }
- .popfrnd {
- display: inline-block;
- text-align: center;
- }
- .popfrnd img {
- height: 76px;
- width: 76px;
- margin-right: 5px;
- border-radius: 50%;
- border: 5px solid #ffffff;
- }
- #hd {
- position: fixed;
- left: 10px;
- bottom: 10px;
- opacity: 1;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #hd img {
- height: 70px;
- width: 70px;
- }
- #hd:hover {
- transform: rotate(360deg);
- opacity: 0;
- -moz-transition:all 0.5s ease-in-out;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- </style>
- <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"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </head>
- <body>
- <div id="sosh" class="popup_block">
- <img src="http://i.imgur.com/zN3DXgx.png" /><br />
- Girls' Generation officially debuted on August 5, 2007 with its debut single <a href="/tagged/- ; era:itnw .">Into the new world</a> and subsequently gained some attention with their self-titled debut album. However, it was not until 2009 that they rose to prominence with the single <a href="/tagged/- ; era:gee ."></a>, which claimed the top spot on KBS's Music Bank for a record-breaking nine consecutive weeks and was named the most popular song of the 2000s decade by Melon. The group solidified their place in the South Korean music industry with follow-up singles <a href="/tagged/- ; era:genie .">Tell Me Your Wish (Genie)</a>, <a href="/tagged/- ; era:oh! .">Oh!</a>, and <a href="/tagged/- ; era:rdr .">Run Devil Run</a> from late 2009 to early 2010.
- <div class="poptit">Discography</div>
- <div class="poplink">
- <a href="/tagged/- ; era:itnw .">Into The New World</a><a href="/tagged/- ; era:gg .">Girls' Generation</a><br />
- <a href="/tagged/- ; era:kissingu .">Kissing You</a><a href="/tagged/- ; era:gee .">Gee</a><br />
- <a href="/tagged/- ; era:genie .">Tell me your wish (genie)</a><a href="/tagged/- ; era:oh! .">Oh!</a><br />
- <a href="/tagged/- ; era:rdr .">Run Devil Run</a><a href="/tagged/- ; era:hoot .">Hoot</a><br />
- <a href="/tagged/- ; era:boys .">The Boys</a><a href="/tagged/- ; era:mrtaxi .">Mr. Taxi</a><br />
- <a href="/tagged/- ; era:igab .">I Got A Boy</a><a href="/tagged/- ; era:mrmr .">Mr.Mr.</a><br />
- <a href="/tagged/- ; era:cmiyc .">Catch Me If You Can</a><a href="/tagged/- ; era:party .">Party</a><br />
- <a href="/tagged/- ; era:lionheart .">Lionheart</a><a href="/tagged/- ; era:deoksugung .">Deoksugung Walkway</a><br />
- <!--<a href="/tagged/- ; era: ."></a><a href="/tagged/- ; era: ."></a><br /> -->
- </div>
- <div class="poptit">Members</div><br />
- <div class="popfrnd">
- <a href="/tagged/- ; taeyeon ."><img src="http://i.imgur.com/NvVGfAN.gif" /></a>
- <a href="/tagged/- ; jessica ."><img src="http://i.imgur.com/rrEVdxl.gif" /></a>
- <a href="/tagged/- ; sunny ."><img src="http://i.imgur.com/GgdV2xI.gif" /></a><br />
- <a href="/tagged/- ; tiffany ."><img src="http://i.imgur.com/t78du3M.gif" /></a>
- <a href="/tagged/- ; hyoyeon ."><img src="http://i.imgur.com/ubVi8Sr.gif" /></a>
- <a href="/tagged/- ; yuri ."><img src="http://i.imgur.com/BY52GN9.gif" /></a><br />
- <a href="/tagged/- ; sooyoung ."><img src="http://i.imgur.com/BdexzTV.gif" /></a>
- <a href="/tagged/- ; seohyun ."><img src="http://i.imgur.com/N2xk0eZ.gif" /></a>
- </div>
- </div>
- <div id="boyf" class="popup_block">
- this is the popup
- </div>
- <!-- SIDEBAR START -->
- <div id="sidebarcont">
- <div class="yoona"><img src="http://i.imgur.com/8ChwuwT.png" /></div>
- <div class="soshi">
- <a href="#?w=250" rel="sosh" class="poplight" title="Years later, still together."><img src="http://i.imgur.com/gerV6mG.gif" /></a>
- </div>
- <div class="circle1">
- <img src="http://i.imgur.com/NZTStev.gif" />
- </div>
- <div class="title">Love of rain,</div>
- <div class="description">this is the descr</div>
- <div class="links">
- <a href="" title=""><div class="link"></div></a>
- <a href="" title=""><div class="link"></div></a>
- <a href="" title=""><div class="link"></div></a>
- <a href="" title=""><div class="link"></div></a>
- <a href="" title=""><div class="link"></div></a>
- </div>
- <div class="circle2">
- <img src="http://i.imgur.com/wwUPOlZ.gif" />
- </div>
- <div class="bf">
- <a href="#?w=250" rel="boyf" class="poplight" title="Waiting, always waiting."><img src="http://i.imgur.com/fWti0vP.gif" /></a>
- </div>
- </div>
- <!-- SIDEBAR END -->
- <!-- POST START -->
- <div id="wrapper">
- <div class="alignment">
- <div class="autopagerize_page_element" >
- {block:Posts}
- <div class="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
- {/block:ReblogParentLogo}
- {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
- {/block:ContentSource}
- <!-- PHOTO POSTS -->
- {block:Photo}
- {LinkOpenTag}
- <div class="photopost">
- <img src="{PhotoURL-250}">
- </div>
- {LinkCloseTag}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:photo}
- <!-- PHOTOSET POSTS -->
- {block:Photoset}
- <div id="photoset">
- {Photoset-250}
- </div>
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:Photoset}
- <!-- VIDEO POSTS -->
- <div class="video">
- {block:Video}
- {Video-250}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:Video}
- </div>
- <!-- AUDIO POSTS -->
- {block:Audio}<div class="album">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}
- {block:AlbumArt}{block:IndexPage}<img src="{AlbumArtURL}">{/block:IndexPage}{block:PermalinkPage}<img src="{AlbumArtURL}">{/block:PermalinkPage}{/block:AlbumArt}</div>
- <div class="track">{block:TrackName}Title: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album:
- {Album}{/block:Album}</div>
- {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- <!-- QUOTE POSTS -->
- {block:Quote}
- <div id="quote">{Quote}</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- <!-- TEXT POSTS -->
- {block:Text}
- {block:Title}
- <div id="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- <!-- QUESTION POSTS -->
- {block:Answer}
- <div id="ask">
- <div class="as">
- <div class="aske">{Asker}</div>
- <div class="que">{Question}</div>
- </div>
- </div>
- <div class="ans">{Answer}</div>
- {/block:Answer}
- <!-- CHAT POSTS -->
- {block:Chat}
- {block:Title}
- <div id="posttitle">{Title}</div><br />
- {/block:Title}
- {block:Lines}<div id="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}</br></div>
- {/block:Lines}
- {/block:Lines}
- {/block:Chat}
- <!-- LINK POSTS -->
- {block:Link}
- <a href="{URL}"> <div id="posttitle">{Name}</div></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- </div>
- {block:IndexPage}
- <div class="postperma">
- {block:Date}Posted <a href="{Permalink}">{TimeAgo}{/block:Date}</a> with
- {NoteCountWithLabel}<br> {block:ifShowTags}{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>
- {/block:IndexPage}
- {block:PermaLinkPage}
- <div class="postinfo">
- <center>
- <div id="permtitle">Posted on: {Month} {DayofMonth}, {Year}<br> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
- {block:RebloggedFrom}
- <div id="tags">Via:
- <a href="{ReblogParentURL}">{ReblogParentName}</a> ||
- Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
- {/block:RebloggedFrom}
- </center>
- <br>
- {block:HasTags}
- <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags} </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}<div class="postnotes"><div style="margin-left: -20px;">{PostNotes}</div></div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- </div>
- </div>
- <!-- POST END -->
- <div id="hd"><a href="http://hd-rp.tumblr.com/"><img src="http://41.media.tumblr.com/c925eaddb813048766091ee4e6156005/tumblr_o3c0jauIQ71v9f9aio2_250.png" /></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement