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">
- <!-- BASE CODE BY RINRAE. -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{FavIcon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!-- JQUERY FOR TOOLTIPS -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function() {
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- /* FOLLOW AND DASHBOARD BUTTONS */
- iframe#tumblr_controls {
- right:2px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.16;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- -webkit-filter: invert(100%);
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.16;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- -webkit-filter: invert(100%);
- }
- /* SCROLLBARS */
- ::-webkit-scrollbar {
- width: 3px;
- height: 5px;
- background: #f2f2f2;
- }
- ::-webkit-scrollbar-thumb {
- background: #00baf0;
- border-radius: 16px;
- border-top: 5px solid #f2f2f2;
- }
- ::selection {
- background-color: #ffffff;
- color: #dcdcdc;
- }
- ::moz-selection {
- background-color: #ffffff;
- color: #dcdcdc;
- }
- #s-m-t-tooltip{
- max-width: 250px;
- margin-top: 15px;
- margin-left: 15px;
- padding-left: 4px;
- padding-right: 4px;
- z-index:99999000009999999999;
- background-color: #e6e6e6;
- color: #00baf0;
- font-family: "gasara";
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:justify;
- line-height:14px;
- border-left: 3px solid #00baf0;
- border-radius: 5%;
- }
- /* BODY STYLE */
- body {
- background-color: #f2f2f2;
- background-image: url(http://i.imgur.com/XnOvFDv.png);
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: bottom right;
- }
- blockquote {
- border-left: 1px solid #81e3ff;
- border-bottom: 2px solid #81e3ff;
- margin-left: 6px;
- padding-left: 10px;
- }
- blockquote img {
- max-width: 230px !important;
- height: auto;
- opacity: 0.6;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- blockquote img:hover {
- opacity: 0.9;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- blockquote blockquote {
- border-left: 1px solid #81e3ff;
- border-bottom: 2px solid #81e3ff;
- margin-left: 6px;
- padding-left: 10px;
- }
- blockquote blockquote img {
- max-width: 215px !important;
- height: auto;
- opacity: 0.6;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- blockquote blockquote img:hover {
- opacity: 0.9;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- a {
- text-decoration: none;
- color: #00baf0;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- a:hover {
- color: #00a7d7;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /* BEBAS NEUE */
- @font-face { font-family: "bebas neue"; src: url('https://dl.dropboxusercontent.com/u/67800931/bebasneue.otf'); }
- h1 {
- font-size: 20px;
- color: #00a7d7;
- font-family: "Neo";
- line-height: 22px;
- text-align: justify;
- letter-spacing: 1px;
- }
- pre, code {
- font-family: "Gasara";
- color: #272727;
- letter-spacing: 0px;
- line-height: 10px;
- font-size: 8px;
- border-left: 1px solid #00baf0;
- border-bottom: 2px solid #00baf0;
- max-width: 245px;
- height: auto !important;
- text-align: center;
- word-wrap: break-word;
- }
- /* POST CUSTOMS! */
- /* POST COLUMN */
- #content {
- {block:IndexPage}
- width: 250px;
- {/block:if250px}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 250px;
- {/block:PermalinkPage}
- position: relative;
- margin-left: 30px;
- margin-top: 30px;
- }
- /* INDIVIDUAL ENTRIES */
- .entry {
- margin-bottom: 60px;
- font-family: "Calibri";
- font-size: 10px;
- text-align: justify;
- letter-spacing: 1px;
- color: #272727;
- }
- .entry i, entry em {
- letter-spacing: 1px;
- color: #272727;
- font-family: "Calibri";
- font-size: 10px;
- }
- .entry b, entry strong {
- letter-spacing: 1px;
- color: #272727;
- font-family: "Calibri";
- font-size: 10px;
- }
- .entry img{
- max-width: 245px;
- height: auto;
- opacity: 0.8;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .entry img:hover{
- opacity: 1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /* GASARA */
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- /* VIDEO, PHOTO, PHOTOSET */
- #video, #photo, #photoset {
- opacity: 0.8;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #video:hover, #photo:hover, #photoset:hover {
- opacity: 1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /* ASKS */
- #asker {
- font-family: "Neo";
- text-transform: lowercase;
- font-size: 30px;
- color: #00baf0;
- letter-spacing: 2px;
- text-align: right;
- }
- #question {
- font-family: "Gasara";
- font-size: 8px;
- color: #272727;
- line-height: 10px;
- letter-spacing: 1px;
- text-align: justify;
- border-bottom: 2px solid #00baf0;
- border-left: 1px solid #00baf0;
- }
- #answer {
- font-family: "Calibri";
- font-size: 10px;
- color: #272727;
- line-height: 11px;
- text-align: justify;
- letter-spacing: 1px;
- }
- /* CHAT */
- #chat {
- letter-spacing: -1px;
- }
- #chat b {
- color: #00baf0;
- letter-spacing: 2px;
- }
- /* QUOTES */
- #qt {
- font-family: "Neo";
- font-size: 25px;
- font-weight: 300;
- color: #272727;
- letter-spacing: 4px;
- line-height: 27px;
- text-align: justify;
- }
- #s {
- font-family: "Calibri";
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: right;
- color: #00baf0;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #source:hover {
- letter-spacing: 4px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /* PERMALINKS */
- #perma {
- position: absolute;
- right: -55px;
- font-family: "Gasara";
- font-size: 8px;
- }
- #perma a {
- letter-spacing: 1px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #perma a:hover {
- letter-spacing: 3px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .tags {
- margin-top: 10px;
- position: absolute;
- height: auto !important;
- width: 100px;
- right: -50px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .tags a {
- font-family: "Gasara";
- font-size: 8px;
- color: #00baf0;
- letter-spacing: 1px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .tags a:hover{
- letter-spacing: 3px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /* PERMALINK PAGE */
- img.avatar {
- display:none;
- }
- ol.notes {
- margin-top: 20px;
- font-family: "Gasara";
- font-size: 8px;
- color: #272727;
- letter-spacing: -1px;
- }
- ol.notes a{
- color: #00baf0;
- letter-spacing: 1px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- ol.notes a:hover {
- color: #81e3ff;
- letter-spacing: 4px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- /* SIDEBAR */
- #scont{
- top: 150px;
- left: 400px;
- height: 400px;
- width: 450px;
- position: fixed;
- }
- .quote1{
- position: fixed;
- height: 6px;
- width: 400px;
- margin-top: 5px;
- margin-left: 0px;
- background-color: #e1e1e1;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 90%;
- letter-spacing: 0.5px;
- color: #272727;
- text-align: right;
- padding: 2px;
- }
- .quote2{
- position: fixed;
- height: 6px;
- width: 400px;
- margin-top: 383px;
- margin-left: 0px;
- background-color: #e1e1e1;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 90%;
- letter-spacing: 0.5px;
- color: #272727;
- text-align: right;
- padding: 2px;
- }
- .si1{
- position: fixed;
- width: 196px;
- height: 189px;
- margin-top: 20px;
- margin-left: 0px;
- background-color: #e1e1e1;
- padding: 2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .si1 img{
- width: 194px !important;
- height: 187px;
- opacity: 0.7;
- }
- .sbdesc1 {
- position:relative;
- margin-left:0px;
- margin-top:-194px;
- width:auto !important;
- height:180px;
- padding:5px;
- background-color:#e1e1e1;
- opacity:0;
- z-index:99999999999999999999999999999;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .si1:hover .sbdesc1 {
- opacity:.9;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .sbtit {
- width:auto;
- height:auto;
- margin:10px 0px;
- font-family: "neo";
- font-size:35px;
- color:#ffffff;
- line-height:100%;
- text-align:center;
- text-transform:uppercase;
- text-shadow:2px 0 0 #e6e6e6, 0 2px 0 #e6e6e6, 0 0 2px #e6e6e6;
- word-spacing:0;
- letter-spacing:-5px;
- }
- @font-face
- {font-family: "neo";src: url('https://dl.dropboxusercontent.com/s/23uoc1pcia146fu/NEOTERIC%E2%95%95%20-%20Regular%20DEMO%20VERSION.ttf?dl=1'); format("truetype");}
- @font-face
- {font-family: "scifi";src: url('https://dl.dropboxusercontent.com/s/vliwsavte4sra4a/scifibit.ttf?dl=1'); format("truetype");}
- .sbdescd1 {
- width:105px;
- margin-top:-10px;
- height:105px;
- overflow:auto;
- font-family: "Gasara";
- font-size:8px;
- color:#272727;
- line-height:100%;
- text-align:justify;
- text-transform:uppercase;
- word-spacing:0;
- letter-spacing:0;
- }
- .sbdescd1 i, em {
- font-family: "scifi";
- color: #00a7d7;
- }
- .sbdescd1::-webkit-scrollbar {
- width: 3px;
- max-height:2px;
- min-height:1px;
- }
- .sbdescd1::-webkit-scrollbar-track {
- background-color:#00baf0;
- border:0;
- max-height: 3px;
- }
- .sbdescd1::-webkit-scrollbar-thumb {
- background-color:#00baf0;
- border:0;
- max-height: 3px;
- }
- .si2{
- width: 196px;
- height: 189px;
- position: fixed;
- margin-top: 20px;
- margin-left: 205px;
- background-color: #e1e1e1;
- padding: 2px;
- z-index: 1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .si2 img{
- width: 196px;
- height: 189px;
- opacity: 0.8;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .sbdesc2 {
- position:relative;
- margin-left:0px;
- margin-top:-194px;
- width:auto !important;
- height:180px;
- padding:5px;
- background-color:#e1e1e1;
- opacity:0;
- z-index:99999999999999999999999999999;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .si2:hover .sbdesc2 {
- opacity:.9;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .sbdescd2 {
- margin-top:-10px;
- height:105px;
- width: 105px;
- overflow:auto;
- font-family: "Gasara";
- font-size:8px;
- color:#272727;
- line-height:100%;
- text-align: justify;
- text-transform:uppercase;
- word-spacing:0;
- letter-spacing:0;
- }
- .sbdescd2 b, strong{
- font-family: "scifi";
- color: #00a7d7;
- }
- .sbdescd2::-webkit-scrollbar {
- width:3px;
- max-height:5px;
- min-height:1px;
- }
- .sbdescd2::-webkit-scrollbar-track {
- background-color:#e1e1e1;
- border:0;
- }
- .sbdescd2::-webkit-scrollbar-thumb {
- background-color:#00baf0;
- border:0;
- }
- .snsd {
- position: fixed;
- margin-top: 120px;
- margin-left: 115px;
- width: 166px;
- height: 166px;
- padding: 2px;
- border: 5px solid #f2f2f2;
- border-radius: 50%;
- background-color: #e1e1e1;
- z-index: 2;
- }
- .snsd img{
- height: 166px;
- width: 166px;
- border-radius: 50%;
- opacity: 0.9;
- }
- .linkcont {
- position: fixed;
- margin-top: 220px;
- margin-left: 205px;
- height: 60px;
- width: 200px;
- }
- .sbl{
- width: 196px;
- height:6px;
- padding: 2px;
- margin-bottom: 5px;
- background-color: #e1e1e1;
- text-align:right;
- line-height: 90%;
- font-family: "Gasara";
- font-size: 8px;
- color: #272727;
- }
- .sbl a {
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- letter-spacing: 2px;
- color: #272727;
- }
- .sbl a:hover {
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- color: #272727;
- letter-spacing: 5px;
- }
- .love {
- position: absolute;
- margin-top: 205px;
- margin-left: -3px;
- height: 50px;
- width: 200px;
- font-family: "Tahoma";
- font-size: 55px;
- color: #e6e6e6;
- letter-spacing: -2px
- line-height: 23px;
- }
- .hcont{
- position: absolute;
- margin-top: 265px;
- margin-left: 0px;
- height: 25px;
- width: 200px;
- display: inline-block;
- }
- .hov {
- display: inline-block;
- position: relative;
- height: 15px;
- width: 15px;
- border-radius: 50%;
- background-color: #e1e1e1;
- margin-left: 8px;
- opacity: 1;
- transform: rotate(0deg) scale(1)
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .hov:hover{
- opacity: 0;
- transform: rotate(360deg) scale(5)
- border-radius: 25%;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .rain{
- position: absolute;
- margin-top: 270px;
- margin-left: -3px;
- height: 50px;
- width: 200px;
- font-family: "Tahoma";
- font-size: 55px;
- color: #e6e6e6;
- letter-spacing: -2px
- line-height: 23px;
- }
- .sm {
- position: absolute;
- margin-top: 270px;
- margin-left: 190px;
- height: 70px;
- width: 70px;
- border: 5px solid #f2f2f2;
- border-radius: 50%;
- background-color: #e1e1e1;
- z-index: 999999;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .sm img{
- border-radius: 50%;
- opacity: 0.8;
- }
- .sm:hover {
- transform: rotate(360deg);
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .music {
- position: absolute;
- margin-top: 285px;
- margin-left: 240px;
- height: 45px;
- width: 165px;
- text-align: right;
- background-color: #e1e1e1;
- }
- .playlist{
- position: absolute;
- margin-top: 335px;
- margin-left: 215px;
- height: 6px;
- width: 185px;
- padding: 2px;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 90%;
- color: #272727;
- background-color: #e1e1e1;
- }
- .playlist i{
- color: #00a7d7;
- }
- .dbox1{
- position: absolute;
- margin-top: 330px;
- margin-left: 0px;
- height: 11px;
- width: 196px;
- padding: 2px;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 100%;
- color: #272727;
- background-color: #e1e1e1;
- }
- .dboxb1{
- position: absolute;
- margin-top: 353px;
- margin-left: 0px;
- height: 21px;
- width: 196px;
- padding: 2px;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 90%;
- color: #272727;
- text-align: justify;
- background-color: #e1e1e1;
- }
- .dboxb2{
- position: absolute;
- margin-top: 353px;
- margin-left: 205px;
- height: 21px;
- width: 196px;
- padding: 2px;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 90%;
- color: #272727;
- text-align: justify;
- background-color: #e1e1e1;
- }
- *html #fade {
- position: absolute;
- }
- #fade {
- display: none;
- background: #f2f2f2;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 99999;
- }
- *html .popup_block {
- position: absolute;
- }
- .popup_block{
- display: none;
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 999999999999999999999999999999999;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- .descp {
- margin-top:-10px;
- margin-left: 45px;
- height: auto important!;
- width: 205px;
- overflow:auto;
- font-family: "Gasara";
- font-size:8px;
- color:#272727;
- line-height:100%;
- text-align: justify;
- text-transform:uppercase;
- word-spacing:0;
- letter-spacing:0;
- }
- .descpp {
- font-size: 10px;
- letter-spacing: 1px;
- font-family: Arial;
- font-weight: 100;
- color:#272727;
- text-align: center;
- }
- .descpp a{
- font-family: "gasara";
- font-size: 8px;
- }
- /* CREDIT */
- .c {
- height: 52px;
- width: 100px;
- position: fixed;
- bottom: 5px;
- right: 10px;
- opacity: 0.6;
- }
- .c img {
- height: 52px;
- width: 100px;
- }
- #love img, #soshi img{
- max-width: 166px;
- height: auto;
- text-align: center;
- }
- .hdc {
- right: -5px;
- bottom: 40px;
- height: 50px;
- width: 50px;
- position: fixed;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .hdc img {
- height: 50px;
- width: auto;
- }
- .hdc:hover {
- transform: rotate(360deg);
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- </style>
- <!-- INFINITE SCROLL -->
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- </head>
- <body>
- <div id="soshi" class="popup_block">
- <div class="descpp">
- <center><img src="http://i.imgur.com/CxBDTGn.gif"><br /><br /><br /></center>
- 지금은 소녀시대,<br /> 앞으로도 소녀시대,<br /> 영원히 소녀시대.<br /><br /><br />
- <center><a href="/tagged/- ; nine peas .">SISTERS</a></center>
- </div>
- </div>
- <!-- SIDEBAR -->
- <div id="scont">
- <div class="quote1"> — I wish to be rembered as more than just a pretty face with a pretty smile but</div>
- <div class="si1">
- <img src="http://i.imgur.com/zyK4qAL.gif" />
- <div class="sbdesc1">
- <center>
- <div class="sbtit">IMYOONAH;</div>
- <div class="sbdescd1">
- Im Yoon Ah was born on May 30th, 1990, in Seoul; South Korea. She is 25 years old and her family consists of her older sister and father. She became a trainee under S.M. Entertainment in 2002, debuting 5 years later. She is better known for her sweet attitude.
- <br /><br /><br /><br /><br /><br />
- </div></center>
- </div>
- </div>
- <div class="si2">
- <img src="http://i.imgur.com/T68RViG.gif" />
- <div class="sbdesc2">
- <center>
- <div class="sbtit">YOONA;</div>
- <div class="sbdescd2">
- YoonA is the <b>vocalist, lead dancer and visual</b> of the nation's group Girls' Generation. She was nicknamed by her fans as <b>Deer Yoona</b> because of her innocent looks and long neck. Besides the group activities, YoonA is also focusing on <b>acting and CF roles</b> in order to bring more fame onto her group.
- <br /><br /><br /><br /><br /><br />
- </div></center>
- </div>
- </div>
- <div class="snsd">
- <a href="#?w=300" rel="soshi" class="poplight" title="Forever, it's Girls' Generation!">
- <img src="http://i.imgur.com/kSPXjd7.gif" />
- </a>
- </div>
- <div class="linkcont">
- <div class="sbl">
- <a href="/" title="Refresh?">GO BACK&TRY</a>
- </div>
- <div class="sbl">
- <a href="/ask" title="Inbox">SPEAK LOUD&CLEAR</a>
- </div>
- <div class="sbl">
- <a href="/i." title="Profile">PORTOFOLIO&MORE</a>
- </div>
- <div class="sbl">
- <a href="/x." title="Navigation">OF MAPS&SKILL</a>
- </div>
- </div>
- <div class="love">LOVE</div>
- <div class="hcont">
- <a title="IM YOON AH, YOONA, 25."><div class="hov"></div></a>
- <a title="Singer and actress, SNSD's visual."><div class="hov"></div></a>
- <a title="Heterosexual, single."><div class="hov"></div></a>
- <a title="( this is a general roleplay, please do not 'randomly' approach her. plotting is encouraged! )"><div class="hov"></div></a>
- <a title=" ( literate account. replies will come slow. nsfw posts will be tagged! ) "><div class="hov"></div></a>
- </div>
- <div class="rain">OFRAIN</div>
- <div class="sm">
- <a title="Resident deer-like goddess.">
- <img src="http://i.imgur.com/w88XYG1.gif" />
- </a>
- </div>
- <div class="music">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="130" height="45">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#e1e1e1" />
- <param name="FlashVars" value="mp3=http://k007.kiwi6.com/hotlink/vn634ztix1/Girls_Generation_-_Into_The_New_World_.mp3&bgcolor=e1e1e1&loadingcolor=00baf0&buttoncolor=00baf0&slidercolor=00baf0" />
- </object>
- </div>
- <div class="playlist">
- <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="3"><i>Girls Generation</i>, Into The New World.</marquee>
- </div>
- <div class="dbox1">& I WILL REMEMBER HOW YOU KISSED ME. —</div>
- <div class="dboxb1">She loved rain and stepping barefoot in dirty water, she loved walking without an umbrella and smiling up at the cloudy skies.</div>
- <div class="dboxb2">And her smile was filled with sorrow as she waited for a man's return, she was long lost in the threads of an empty world.</div>
- <div class="quote2">I wish people would value me for myself an the ideas I represent and fight for. — </div>
- </div>
- <div id="content">
- {block:Posts}
- <!--{block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <div class="entry">
- <!-- PERMALINK -->
- {block:IndexPage}
- <div id="perma">
- <a href="{Permalink}">{MonthNumberwithZero}{DayofMonth}{Year}</a><br><a href="{Permalink}">{DayofWeek}</a>
- <br><a href="{ReblogURL}">reblog</a>
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>
- </div>
- {/block:IndexPage}
- <!-- PHOTO POST -->
- {block:Photo}
- <div id="photo">
- <a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
- </a>
- {block:IndexPage}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- <!-- PHOTOSET POST -->
- {block:Photoset}
- <div id="photoset">
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
- {block:IndexPage}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- <!-- TEXT POST -->
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- <!-- LINK POST -->
- {block:Link}
- <h1><a href="{URL}">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- QUOTE POST -->
- {block:Quote}<div id="qt">{Quote}</div>{/block:Quote}
- {block:Source}<div id="s">— {Source}</div>{/block:Source}
- <!-- CHAT POST -->
- {block:Chat}
- <div id="chat">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label} </b>{/block:Label}{Line}<br />
- {/block:Lines}
- </div>
- {/block:Chat}
- <!-- AUDIO POST -->
- {block:Audio}
- {AudioPlayerWhite}
- {block:IndexPage}<p>
- {block:TrackName}Track: {TrackName}<br>{/block:TrackName}
- {block:Artist}Artist: {Artist}<br>{/block:Artist}
- {block:Album}Album: {Album}<br>{/block:Album}
- {block:PlayCount}Played: {PlayCount}{/block:PlayCount}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- <!-- VIDEO POST -->
- {block:Video}
- <div id="video">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
- {block:IndexPage}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {block:Video}
- <!-- QUESTION POST -->
- <div id="asker">{Asker}</div>
- <br />
- <div id="question">
- {Question}
- </div>
- {block:Answer}
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <!-- PERMALINK PAGE -->
- {block:PermalinkPage}
- <center>
- {block:HasTags}
- {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
- {/block:HasTags}
- <p>{NoteCountwithLabel}
- </center>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div> <!-- INDIVIDUAL ENTRY DIV END -->
- {/block:Posts}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height ="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div><!-- CONTENT DIV END -->
- <div class="hdc">
- <a href="http://hd-rp.tumblr.com/">
- <img src="http://41.media.tumblr.com/c925eaddb813048766091ee4e6156005/tumblr_o3c0jauIQ71v9f9aio2_250.png" />
- </a>
- </div>
- <div class="c">
- <a title="Theme coded by mun, base code by rnirae. Please do not steal! Optimised for Google Chrome 1366 x 768.">
- <img src="http://i.imgur.com/cwu5Ck4.png" />
- </a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement