Advertisement
tasty2punch

mina's theme original

Jul 22nd, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>{ ʀᴜɴᴀᴡᴀʏ ᴡɪᴛʜ ᴍᴇ }</title>
  6.  
  7. <meta name="description" content="{MetaDescription}" />
  8.  
  9. <link rel="shortcut icon" href="http://media.tumblr.com/5cb10b87cfb0edb8a01865a9875103b2/tumblr_inline_misi71GY1K1qz4rgp.gif" />
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11.  
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15.    (function($){
  16.        $(document).ready(function(){
  17.            $("[title]").style_my_tooltips({
  18.                tip_follows_cursor: true,
  19.                tip_delay_time:100,
  20.                tip_fade_speed:300
  21.            }
  22.                );
  23.        });
  24.    })(jQuery);
  25. </script>
  26.  
  27.  
  28.  
  29.  
  30. <script>
  31. $(document).ready(function() {
  32. //
  33. $('a.poplight[href^=#]').click(function() {
  34. var popID = $(this).attr('rel'); //Get Popup Name
  35. var popURL = $(this).attr('href'); //Get Popup href to define size
  36. var query= popURL.split('?');
  37. var dim= query[1].split('&');
  38. var popWidth = dim[0].split('=')[1];
  39.  
  40.   //Fade in the Popup and add close button
  41.  
  42.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close" style="float:right;">&times;</a>');
  43.  
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade , .popup_block').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63.  
  64.  
  65. <meta name="color:accent" content="#292626" />
  66. <meta name="color:background" content="#FFFFFF" />
  67. <meta name="color:border" content="#eeeeee" />
  68. <meta name="color:link" content="#292626" />
  69. <meta name="color:hoverlink" content= "#cccccc"/>
  70. <meta name="color:scroll" content="#eeeeee" />
  71. <meta name="color:scrollbg" content="#FFFFFF" />
  72. <meta name="color:text" content="#7c7c7c" />
  73.  
  74. <meta name="image:bigside" content="http://static.tumblr.com/6373c927f8e853ae1ce55ddb5c88c268/icq7md4/zSGn4e02n/tumblr_static_7bbjlttttlkw8k04s48scwck0.png" />
  75. <meta name="image:smallside" content="http://static.tumblr.com/17040bd14f8009f7c7579a2efe78467c/icq7md4/OsMn1eb2u/tumblr_static_daena-1.gif" />
  76. <meta name="image:background" content="" />
  77.  
  78. <meta name="text:Link1" content="About" />
  79. <meta name="text:Link1URL" content="/mina" />
  80. <meta name="text:Link2" content="Navigation" />
  81. <meta name="text:Link2URL" content="/tags" />
  82. <meta name="text:Link3" content="#504" />
  83. <meta name="text:Link3URL" content="http://cheongukapts.tumblr.com" />
  84. <meta name="text:Link4" content="FNC" />
  85. <meta name="text:Link4URL" content="http://fncrpdirectory.tumblr.com" />
  86. <meta name="text:Link5" content="" />
  87. <meta name="text:Link5URL" content="http://" />
  88.  
  89.  
  90. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  91.  
  92. <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
  93.  
  94. <link href='http://fonts.googleapis.com/css?family=Oxygen+Mono|Inconsolata' rel='stylesheet' type='text/css'>
  95.  
  96. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  97.  
  98. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104.  
  105.  
  106. ::selection {
  107.     background:#fff;
  108.     color: #dccbe7}
  109.    
  110. ::-webkit-scrollbar-thumb{
  111.     background-color: #ffc080;
  112.     border: 3px solid #fdfdfd;
  113.     height:auto;
  114.     -moz-border-radius: 10px;
  115.     border-radius: 10px;
  116. }
  117.  
  118. ::-webkit-scrollbar {
  119.     height:auto;
  120.     width:9px;
  121.     background-color: #eee;
  122.     border: 4px solid #fdfdfd;
  123. }
  124.  
  125.  
  126. #s-m-t-tooltip {
  127.     margin: auto;
  128.     display: none;
  129.     text-align: center;
  130.     position: absolute;
  131.     max-width:250px;
  132.     font-style: ;
  133.     font-size:7px;
  134.     line-height:11px;
  135.     font-family: trebuchet ms, calibri, consolas;
  136.     z-index: 10000000000;
  137.     /*border-left: 2px solid {color:text};
  138.     border-right: 2px solid {color:text}; */
  139.     border: 1px solid #ffffff;
  140.     background-color: #f6aa7f;
  141.     color: #ffffff;
  142.     text-transform: uppercase;
  143.     letter-spacing: 1px;
  144.     padding: 4px;
  145.     border-radius: 3px;
  146.     margin: 10px;
  147.     /*box-shadow: 2px 2px 5px #eeeeee;*/
  148.     }
  149.  
  150.  
  151. body {
  152.     color: {color:text} ;
  153.     background-color: #fdfdfd /*#C6F6F9 /*#AEF3FE*/;
  154.     background-image: url('{image:background}');  
  155.     background-position: ;
  156.     background-repeat: ;
  157.     font-family: Calibri, Cambria;
  158.     font-size: 10px;
  159.     text-align: justify;
  160.     line-height: 120%;
  161.     margin-bottom: 0;
  162.     overflow-x: hidden;
  163.     cursor: url('http://i.imgur.com/ZOrzC.png'), progress !important;
  164. }
  165.  
  166. a:link, a:active, a:visited {
  167.     color: {color:link};
  168.     text-decoration:none;
  169.     -webkit-transition: all 0.6s ease-in-out;
  170.     -moz-transition: all 0.6s ease-in-out;
  171.     -o-transition: all 0.6s ease-in-out;
  172.     -ms-transition: all 0.6s ease-in-out;
  173.     transition: all 0.6s ease-in-out;
  174. }
  175.    
  176. a:hover {
  177.     color: #fdfdfd;
  178.     /*text-shadow: 2px 0px {color:border}, -2px 0px {color:border};*/
  179.     -webkit-transition: all 0.6s ease-in-out;
  180.     -moz-transition: all 0.6s ease-in-out;
  181.     -o-transition: all 0.6s ease-in-out;
  182.     -ms-transition: all 0.6s ease-in-out;
  183.     transition: all 0.6s ease-in-out;
  184.     cursor: url('http://i756.photobucket.com/albums/xx204/maeca_louisse/th_9-2.png'), progress !important;
  185. }
  186.  
  187.  
  188. #containment {
  189.     width:100%;
  190.     height: 200%;
  191.     margin-left: 40%;
  192.     margin-right: auto;
  193.     margin-top: -10px;
  194.     margin-bottom:0;
  195.     padding:0;
  196.     background-color: #ffffff /*#fcfcfc */;
  197.     /*border-left: 5px dotted #ffffff; */
  198.     border-left: 3px double #f3f3f3;
  199.     }
  200.    
  201. #side {
  202.     display: none;
  203. }
  204.  
  205. #entries {
  206.     text-align: justify;
  207.     z-index:-2;
  208.     /*border-right: 0px double #ffffff;
  209.     border-left: 3px double white;
  210.     padding-left:55px;
  211.     padding-right:55px;
  212.     background-color: #ffffff;*/
  213.     margin-left: 10px;
  214.     margin-right: 10px;
  215.     margin-bottom: 0;
  216.     border: 0px solid gray;
  217.     margin-top:10;
  218.     width:500px;
  219.     margin-bottom: 0;
  220.     z-index: 1;
  221.     padding-top: 40px;
  222.     padding-bottom: 0px;
  223.     padding-left: 50px;
  224.     height: 250%;
  225.     border-left: 3px dotted #FFE0CA;
  226. }
  227.  
  228. #postswhite {
  229.     height: 300%;
  230.     width: 500px;
  231.     padding: 0px;
  232.     margin-left: -8px;
  233.     margin-top: -50px;
  234.     margin-bottom: 0px;
  235.     background-color:#ffffff;
  236.     border: 1px solid #ffffff;
  237. }
  238.  
  239. #posts {
  240.     width:400px;
  241.     margin-bottom:5px;
  242.     margin-top: 35px;
  243.     padding: 50px;
  244.     text-align: justify;
  245.     background-color: {color:background};
  246.     border-radius: 8px 0 8px 0;
  247.     border-bottom: 0px solid #F0F4FE;
  248.     font-family: 'PT Sans', Calibri, sans-serif;
  249.     font-size: 10px;
  250.     letter-spacing: 1px;
  251.     line-height: 140%;
  252.     border: 0px solid black;
  253.     }
  254.  
  255. #posts b, #posts strong {
  256.     /*font-weight: 400; */
  257. }
  258.  
  259. #title {
  260.     text-align:center;
  261.     width:135px;  
  262.     font-family: 'Racing Sans One', cursive;
  263.     font-style: normal;
  264.     margin-bottom:5px;
  265.     text-transform: lowercase;
  266.     letter-spacing: 1px;
  267.     text-shadow: 1px 1px #BACFE1;
  268.     border: 0px solid black;
  269.     font-size: 30px;
  270.     margin-left: 615px;
  271.     top: 360px;
  272.     position:fixed;
  273.     display: visible;
  274.     z-index: 999;
  275.     color: #E0F4FF;
  276.     line-height: 18px;
  277. }
  278.  
  279. #sdbar {
  280.     position: fixed;
  281.     top: 100px;
  282.     margin-left: -270px;
  283.     /*width: 280px;*/
  284.     border: 0px solid red;
  285. }
  286.  
  287. #heart {
  288.     position:fixed;
  289.     margin-left: -20px;
  290.     margin-top: -155px;
  291. }
  292.  
  293. @-webkit-keyframes wobble-horizontal {
  294.   16.65% {
  295.     -webkit-transform: translateX(3px);
  296.     transform: translateX(3px);
  297.   }
  298.  
  299.   33.3% {
  300.     -webkit-transform: translateX(-3px);
  301.     transform: translateX(-3px);
  302.   }
  303.  
  304.   49.95% {
  305.     -webkit-transform: translateX(2px);
  306.     transform: translateX(2px);
  307.   }
  308.  
  309.   66.6% {
  310.     -webkit-transform: translateX(-1px);
  311.     transform: translateX(1px);
  312.   }
  313.  
  314.   83.25% {
  315.     -webkit-transform: translateX(1px);
  316.     transform: translateX(1px);
  317.   }
  318.  
  319.   100% {
  320.     -webkit-transform: translateX(0);
  321.     transform: translateX(0);
  322.   }
  323. }
  324.  
  325. @keyframes wobble-horizontal {
  326.    
  327.   /*16.65% {
  328.     -webkit-transform: translateX(2px);
  329.     transform: translateX(2px); } */
  330.  
  331.   33.3% {
  332.     -webkit-transform: translateX(-1px);
  333.     transform: translateX(-1px); }
  334.  
  335.   49.95% {
  336.     -webkit-transform: translateX(1px);
  337.     transform: translateX(1px); }
  338.  
  339.   66.6% {
  340.     -webkit-transform: translateX(-2px);
  341.     transform: translateX(-2px); }
  342.  
  343.   /*83.25% {
  344.     -webkit-transform: translateX(1px);
  345.     transform: translateX(1px); } */
  346.  
  347.   100% {
  348.     -webkit-transform: translateX(0);
  349.     transform: translateX(0); }
  350. }
  351.  
  352. #etudis {
  353.     position: fixed;
  354.     bottom: 18px;
  355.     right: 1px;
  356.     width: 50px;
  357.     text-align: center;
  358. }
  359.  
  360. #etudis img {
  361.     width: 35px;
  362. }
  363.  
  364. #circles {
  365.     position: fixed;
  366.     top: 130px;
  367.     margin-left: -90px;
  368. }
  369.  
  370. #circles img {
  371.     width: 30px;
  372.     /*opacity: 0.6; */
  373.     padding: 1px 0;
  374.     -webkit-transition: all 0.6s ease-in-out;
  375.     -moz-transition: all 0.6s ease-in-out;
  376.     -o-transition: all 0.6s ease-in-out;
  377.     -ms-transition: all 0.6s ease-in-out;
  378.     transition: all 0.6s ease-in-out;
  379. }
  380.  
  381. #circles img:hover {
  382.     /*opacity: 0.6; */
  383.     -webkit-animation-name: wobble-horizontal;
  384.     animation-name: wobble-horizontal;
  385.     -webkit-animation-duration: 1s;
  386.     animation-duration: 1s;
  387.     -webkit-animation-timing-function: ease-in-out;
  388.     animation-timing-function: ease-in-out;
  389.     -webkit-animation-iteration-count: 1;
  390.     animation-iteration-count: 1;   */
  391.     -webkit-transition: all 0.6s ease-in-out;
  392.     -moz-transition: all 0.6s ease-in-out;
  393.     -o-transition: all 0.6s ease-in-out;
  394.     -ms-transition: all 0.6s ease-in-out;
  395.     transition: all 0.6s ease-in-out;
  396.     position: relative;
  397.     /*top: 1px;
  398.     left: 1px;*/
  399. }
  400.  
  401. #simg1 {
  402.     padding: 0px;
  403.     border: 0px solid red;
  404.     padding: 5px;
  405.     margin-left: 0px;
  406.     border-radius: 0 8px 0 0;
  407. }
  408.  
  409. #simg1 img {
  410.     width: 162px;
  411.     height: 350px;
  412.     border-radius: 20px 0px 0 0;
  413.     border: 0px solid white;
  414.     border-right: 0px solid white;
  415. }
  416.  
  417.  
  418. .simg {
  419.    
  420. }
  421.  
  422. .simg img {
  423.     border: 0px solid black;
  424.     border-radius: ;
  425.     opacity: 0.8;
  426.     background-color: #ffffff;
  427.     -webkit-transition: all 0.6s ease-in-out;
  428.     -moz-transition: all 0.6s ease-in-out;
  429.     -o-transition: all 0.6s ease-in-out;
  430.     -ms-transition: all 0.6s ease-in-out;
  431.     transition: all 0.6s ease-in-out;
  432. }
  433.  
  434. .simg img:hover {
  435.     opacity: 0.85;
  436.     -webkit-transition: all 0.6s ease-in-out;
  437.     -moz-transition: all 0.6s ease-in-out;
  438.     -o-transition: all 0.6s ease-in-out;
  439.     -ms-transition: all 0.6s ease-in-out;
  440.     transition: all 0.6s ease-in-out;
  441. }
  442.  
  443. #nav1 {
  444.     margin-top: -5px;
  445.     margin-left: 5px;
  446.     position: fixed;
  447.     z-index: 999;
  448.     /*-moz-transform: rotate(90deg);
  449.     -webkit-transform: rotate(90deg);
  450.     -o-transform: rotate(90deg);
  451.     -ms-transform: rotate(90deg);
  452.     transform: rotate(90deg);*/
  453. }
  454.  
  455. .navi a {
  456.     width: 25px;
  457.     height: 4px;
  458.     color:#c0c0c0;
  459.     display: inline-block;
  460.     margin-bottom: 2px;
  461.     margin-right: 0px;
  462.     margin-left: 0px;
  463.     padding: 1px;
  464.     /*border-bottom: 1px solid #ffffff;
  465.     border-right: 1px solid #ffffff; */
  466.     border-right: 0px solid #ffffff;
  467.     text-align: center;
  468.     font-size: 7px;
  469.     font-family:Trebuchet MS, sans-serif;
  470.     text-transform: uppercase;
  471.     letter-spacing: 1px;
  472.     -webkit-transition: all 0.2s ease-in-out;
  473.     -moz-transition: all 0.2s ease-in-out;
  474.     -o-transition: all 0.2s ease-in-out;
  475.     -ms-transition: all 0.2s ease-in-out;
  476.     transition: all 0.2s ease-in-out;
  477. }
  478.  
  479. .l1 { opacity: 1; background-color: #ccc; }
  480. .l2 { opacity: 1; background-color: #aaa; }
  481. .l3 { opacity: 1; background-color: #888; }
  482. .l4 { opacity: 1; background-color: #777; }
  483. .l5 { opacity: 1; background-color: #bbb; }
  484. .l6 { opacity: 1; background-color: #ddd; }
  485.  
  486. .l1:hover { opacity: 1; background-color: #FFBC70; }
  487. .l2:hover { opacity: 1; background-color: #FF9A3D; }
  488. .l3:hover { opacity: 1; background-color: #ff7f04; }
  489. .l4:hover { opacity: 1; background-color: #E26B58; }
  490. .l5:hover { opacity: 1; background-color: #FFC584; }
  491. .l6:hover { opacity: 1; background-color: #FFD7AF; }
  492.  
  493. .navi a:hover {
  494.     /*background-color: #fcfcfc;*/
  495.     color: #888888;
  496.     text-shadow: none;
  497.     border-bottom: 0px solid #f1f1f1;
  498.     -webkit-transition: all 0.2s ease-in-out;
  499.     -moz-transition: all 0.2s ease-in-out;
  500.     -o-transition: all 0.2s ease-in-out;
  501.     -ms-transition: all 2.6s ease-in-out;
  502.     transition: all 0.2s ease-in-out;
  503. }
  504.  
  505. #desc {
  506.     width: 140px;
  507.     height: 67px;
  508.     border: 0px solid #ffffff;
  509.     padding: 5px;
  510.     text-align: center;
  511.     position: fixed;
  512.     margin-top: -130px;
  513.     margin-left: -80px;
  514.     background-color: #ffffff;
  515.     border-radius: 0 0px 10px 0;
  516.     display: visible;
  517.     color: #c0c0c0;
  518.     text-transform: uppercase;
  519.     padding-top: 13px;
  520.     font-family: 'Calibri', 'Oxygen', sans-serif;
  521.     font-size: 8px;
  522.     letter-spacing: 1px;
  523.     border-left: 3px solid #ffc080;
  524. }
  525.  
  526. #desc a, #desc a:link {
  527.     color: #999;
  528. }
  529.  
  530. #desc a:hover {
  531.     color: #cccccc;
  532. }
  533.  
  534. #info {
  535.     position:fixed;
  536.     margin-top: 15px;
  537.     margin-left: -8px;
  538.     font-family: Helvetica, sans-serif;
  539.     font-weight: bold;
  540.     font-size: 30px;
  541.     font-style: italic;
  542.     color: #ffffff;
  543.     width: 120px;
  544.     padding: 5px;
  545.     letter-spacing: -1px;
  546.     text-align: center;
  547.     border: 0px solid blue;
  548.     display: none;
  549.     border-left: 0px solid gray;
  550. }
  551.  
  552. #hovers {
  553.     position: fixed;
  554.     margin-top: -133px;
  555.     margin-left: -105px;
  556.     width: 20px;
  557.     padding: 5px;
  558.     color: #f6aa7f;
  559.     border: 0px solid blue;
  560.     text-align: center;
  561.     letter-spacing: 3px;
  562.     display: visible;
  563.     font-size: 12px;
  564.     line-height: 140%;
  565. }
  566.  
  567. #hovers a, #hovers a:link {
  568.     color: #f6aa7f;
  569. }
  570.  
  571. #hovers a:hover {
  572.     color: #f1f1f1;
  573. }
  574.  
  575. #info a, #info a:link {
  576.     color: #ffffff;
  577. }
  578.  
  579. #info a:hover {
  580.     color: #f1f1f1;
  581. }
  582.  
  583. #pagination {
  584.     position: fixed;
  585.     margin-left: -110px;
  586.     margin-top: -50px;
  587.     letter-spacing: 1px;
  588.     width: 100px;
  589.     padding: 5px;
  590.     border: 0px solid red;
  591.     text-align: right;
  592.     font-family: Calibri, sans-serif;
  593.     font-weight: normal;
  594.     font-style: normal;
  595.     text-transform: uppercase;
  596.     font-size: 8px;
  597.     color: #666;
  598. }
  599.  
  600. #pagination a {
  601.     text-align:center;  
  602.     letter-spacing:1px;
  603.     font-size:8px;
  604.     color: #666;
  605. }
  606.  
  607. #pagination a:hover {
  608.     color: #f1f1f1;
  609. }
  610.  
  611.  
  612. h2 {
  613.     color: {color:text};
  614.     font-size:14px;
  615.     letter-spacing:2px;
  616.     font-family: 'Oxygen', sans-serif;
  617.     font-style: normal;
  618.     font-weight: bold;
  619.     letter-spacing:1px;  
  620.     line-height:110%;
  621.     margin:0px;
  622.     padding:0px;
  623.     text-align:center;}
  624.  
  625. .qsource {
  626.     font-size:8px;
  627.     margin-top:10px;
  628.     text-transform:uppercase;
  629.     letter-spacing:1px;
  630.     width:400px;
  631.     text-align:center;}
  632.  
  633. blockquote {
  634.     border-left:1px dotted {color:border};
  635.     padding-left:8px;
  636.     margin:0px 2px 0px 10px;
  637.     margin-top: 5px;
  638.     margin-bottom: 5px;}
  639.  
  640. blockquote img, blockquote a img {
  641.     max-width:100%; }
  642.    
  643. img { max-width:100%; height: auto; }
  644.  
  645. .audio {
  646.     width:400px;
  647.     padding-bottom:9px; }
  648.        
  649. .albumart {
  650.     float:left;
  651.     padding:0px 10px 10px 0px;}
  652.        
  653. .albumart img {
  654.     width:40px;
  655.     height:40px;
  656.     border:0px solid; }
  657.        
  658. .playercontainer{
  659.     text-align:left;
  660.     padding:1px;
  661.     background-color: #E4E4E4;
  662.     width:400px; }
  663.        
  664. .audioinfo {
  665.     padding:1px;
  666.     font-family: Cambria;
  667.     font-size: 8px;
  668.     color:  {color:text};
  669.     border-color: {color:border};
  670.     padding-bottom: 5px;
  671.     font-size:10px; }
  672.  
  673.  
  674.    
  675. .ask {
  676.     font-family: 'Oxygen', sans-serif;
  677.     padding:0px;
  678.     font-style: normal;
  679.     font-size: 14px;
  680.     font-weight:strong;
  681.     line-height:10px;
  682.     border: 0px solid red; }
  683.  
  684. .asker {
  685.      font-family: 'Oxygen', sans-serif;
  686.      font-size: 14px;
  687.      text-transform: lowercase;
  688.      font-weight: bold;
  689.      font-style:normal;
  690.      letter-spacing:1px;
  691.      text-align: center;
  692.      margin: auto;
  693.      border: 0px solid red; }
  694.  
  695. .asker a, .asker a:link {
  696.      color: #E2B0DA;
  697. }
  698.  
  699. .ask a {
  700.    line-height: 10px;
  701.    padding: 0;
  702.    margin: 0;
  703.    }
  704.    
  705. .question {
  706.     font-family: 'PT Sans Narrow';
  707.    font-size: 10px;
  708.    line-height: 140%;
  709.    font-weight: normal;
  710.    color:  {color:text};
  711.    background:white;
  712.    border: 0px solid red;
  713.    border-bottom:1px dotted  {color:border};
  714.    overflow: hidden;
  715.    width: 370px;
  716.    text-transform: none;
  717.    padding: 15px;
  718. }
  719.    
  720. .answer{
  721.    padding: 5px;
  722.    padding-top: 20px;
  723. }
  724.  
  725. #permalink {
  726.     margin-top:15px;
  727.     margin-bottom:0px;
  728.     color: {color:text};
  729.     font-size:8px;
  730.     font-family: Calibri;
  731.     letter-spacing:1px;
  732.     text-transform:uppercase;
  733.     border-top:1px dotted {color:border};
  734.     text-align: center;
  735. }
  736.    
  737. .posttitle, .postquote, h1 {
  738.     color: #475E57;
  739.     text-transform:none;
  740.     font-family: Cambria, sans-serif;
  741.     font-size: 17px;
  742.     font-style: normal;
  743.     text-align: center;
  744.     font-weight: ;
  745.     letter-spacing: 1px;
  746.     line-height: 140%;
  747.     padding-bottom:6px;
  748.     padding-top: 6px;
  749.     width:400px;
  750.     padding-bottom: 8px;
  751.    
  752. }
  753.  
  754. .srcquote b, .srcquote strong {
  755.     font-family: Calibri;
  756.     font-size: 8px;
  757. }
  758.  
  759. /*.postquote {
  760.     text-transform:none;
  761.     font-family:cambria;
  762.     font-size:13px;
  763.     font-style:normal;
  764.     text-align:center;
  765.     font-weight:normal;
  766.     line-height:16px;
  767.     padding-bottom:6px;
  768.     padding-top: 6px;
  769.     width:400px;
  770.     color: #333;
  771. } */
  772.  
  773. .perma a, .perma a:link {color: #292626;}
  774. #permalink a, #permalink a:link {color: #292626;}
  775.  
  776. .perma {
  777.     background:#ffffff;
  778.     line-height:120%;
  779.     padding-right:10px;
  780.     padding-left:5px;
  781.     margin-top:-14px;
  782.     right:0px;
  783.     margin-right: -15px;
  784.     border: 0px solid red;
  785.     position:relative;
  786.     text-align:center;}
  787.  
  788. #tags {
  789.     font-size:7px;
  790.     text-align:center;
  791.     color: #E2B0DA;
  792. }
  793.    
  794. #tags a, #tags a:link, .tgs {
  795.     font-family: Trebuchet MS;
  796.     letter-spacing:1px;
  797.     padding:0px;
  798.     text-transform:uppercase;
  799.     color: #f6aa7f /*#AE89A3*/;
  800. }
  801.  
  802. #tags a:hover, #permalink a:hover, .tgs:hover {
  803.     color: #cccccc;
  804.     /*text-shadow: 2px 0px #eeeeee, -2px 0px #eeeeee;*/
  805. }
  806.  
  807. #colorlink a { color: #ffc080; }
  808.  
  809. #colorlink a:hover {
  810.     color: #cccccc;
  811.     /*text-shadow: 2px 0px #E0F4FF, -2px 0px #E0F4FF;*/
  812. }
  813.    
  814. .photoset, #posts img {
  815.     opacity: 0.8;
  816.     -webkit-filter: grayscale(0%);
  817.     -webkit-transition: all 0.6s ease-in-out;
  818.     -moz-transition: all 0.6s ease-in-out;
  819.     -o-transition: all 0.6s ease-in-out;
  820.     -ms-transition: all 0.6s ease-in-out;
  821.     transition: all 0.6s ease-in-out;
  822.     }
  823.  
  824. .photoset:hover, #posts img:hover  {
  825.     opacity: 1;
  826.     -webkit-filter: grayscale(0%);
  827.     -webkit-transition: all 0.6s ease-in-out;
  828.     -moz-transition: all 0.6s ease-in-out;
  829.     -o-transition: all 0.6s ease-in-out;
  830.     -ms-transition: all 0.6s ease-in-out;
  831.     transition: all 0.6s ease-in-out;
  832.     cursor: url('http://i756.photobucket.com/albums/xx204/maeca_louisse/th_9-2.png'), progress !important;
  833.     }
  834.    
  835. .chat {
  836.     margin: 0px;
  837.     /*font-size:10px;
  838.     font-family: Calibri, consolas;*/
  839.     text-transform: ;
  840.     padding:2px;
  841.    
  842. }
  843.  
  844. .label { font-family: 'Inconsolata','PT Sans Narrow'; font-size: 10px; text-transform: normal; letter-spacing: 0px; font-weight: normal; color: #F5A87C;
  845. }
  846.  
  847. .lines {
  848.    background-color:#fff;
  849.    padding:3px;
  850.  
  851. }
  852.  
  853. ul.chat{margin-bottom:12px;margin-top:0px;padding:0px;}
  854. ul {list-style-type: circle; padding-left: 25px; padding-right:5px;}
  855.  
  856. .chat li {list-style:none;
  857.         margin-top:2px;
  858.         padding: 5px;
  859.         border-bottom: 1px solid #f5f5f5;
  860.         background-color: transparent;}
  861.  
  862.  
  863.        
  864. iframe#tumblr_controls {
  865.     white-space:nowrap;
  866.     -webkit-filter: invert(100%);
  867.     -moz-filter: invert(100%);
  868.     -o-filter: invert(100%);
  869.     -ms-filter: invert(100%);
  870.     filter: invert(100%); opacity:0.9; }
  871.  
  872.     pre, xmp, plaintext, listing {
  873.     display: block;
  874.     white-space: pre;
  875.     padding: 5px;
  876.     word-wrap: break-word;
  877.     font-size: 9px;
  878.     background-color:#f5f5f5;}
  879.    
  880.     pre {font-family: 'Inconsolata', monospace;font-size: 10px;, letter-spacing: 0; }
  881.     code { font-family: 'Inconsolata', monospace; font-size: 10px; letter-spacing: 0; }
  882.     sub { font-size: 10px; line-height: 90%; }
  883.     small { text-transform: none; font-size:10px; }
  884.    
  885.     #colorlink pre a, #colorlink pre a:link { color: #bbb; }
  886.     #colorlink pre a:hover { color: #444; }
  887.  
  888. #credits a, #credits a:link {
  889.     color: #c0c0c0;
  890. }
  891.  
  892. #credits a:hover {
  893.     color: #ffffff;
  894. }
  895.  
  896. #cred {
  897.     position:fixed;
  898.     font-size:8px;
  899.     font-weight:normal;
  900.     line-height:150%;
  901.     letter-spacing:2px;
  902.     left:5px;
  903.     top:-80px;
  904.     border: 0px solid black;
  905.     width: 100px;
  906.     text-align:center;
  907.         -moz-transition-duration:0.5s;
  908.         -webkit-transition-duration:0.5s;
  909.         -o-transition-duration:0.5s;
  910. }
  911.    
  912. #cred:hover {
  913.         position: fixed; top: -5px; left: 5px;
  914.         -moz-transition-duration:0.5s;
  915.         -webkit-transition-duration:0.5s;
  916.         -o-transition-duration:0.5s;
  917. }
  918.        
  919. .corntext {
  920.         font-family: calibri;
  921.         font-size:8px;
  922.         background-color: #ffffff;
  923.         text-transform: lowercase;
  924.         letter-spacing: 1pt;
  925.         line-height: 130%;
  926.         border: 1px solid {color:border};
  927.         width: 80px;
  928.         height: 65px;
  929.         overflow-y: scroll;
  930.         overflow-x: hidden;
  931.         padding: 10px;
  932.         padding-top: 5px;
  933.         padding-bottom: 5px;
  934.         border-radius: 0px;
  935. }
  936.        
  937. #cred img { opacity: 1; margin-top:5px; padding-left:0px;padding-top:5px; }
  938.  
  939. /*#lala, #lala a {
  940.     display: inline;
  941.     /*z-index: 9999;
  942.     border-radius:5px;
  943.     margin-top: -15px;
  944.     position: fixed;
  945. } */
  946.  
  947. #lala {
  948.     border: 1px solid black;
  949.     position: fixed;
  950.     float:left;
  951.     top: 5px;
  952.     left: 5px;
  953.     border-radius: 0px;
  954.     opacity:1;
  955.     margin-top: 0px;
  956. }
  957.  
  958. #lala .eek {
  959.     margin-top:0px;
  960.     background-color: #ffffff;
  961.     filter: alpha(opacity = 0);
  962.     opacity:0;
  963.     -webkit-transition: all 0.5s ease-out;
  964.     -moz-transition: all 0.5s ease-out;
  965.     transition: all 0.5s ease-out;
  966.     width: 130px;
  967.     border-radius: 0px;
  968. }
  969.  
  970. .eek {
  971.     position:relative;
  972.     float:left;
  973.     /*top: -15px;
  974.     left: 20px; */
  975.     width: 130px;
  976.     height: 80px;
  977.     border-radius:0px;
  978.     z-index:1;
  979.     overflow-y: scroll;
  980.     overflow-x: hidden;
  981.     border-top: 2px solid #fff;
  982.     border-bottom: 2px solid #fff;
  983.     border: 0px solid red;
  984. }
  985.  
  986. #lala:hover .eek, .eek:hover {
  987.     margin-top:0px;
  988.     -webkit-transition: all 0.8s ease-out;
  989.     -moz-transition: all 0.8s ease-out;
  990.     transition: all 0.8s ease-out;
  991.     filter: alpha(opacity = 100);
  992.     filter: alpha(opacity = 100);
  993.     opacity:1.0;
  994.     border-radius: 0px;
  995. }
  996.  
  997.  
  998. #thekey img{
  999.     position:relative;
  1000.     /*float:left; */
  1001.     text-align: center;
  1002.     top:0px;
  1003.     right:0px;
  1004.     opacity:0.8;
  1005. }
  1006.  
  1007.  
  1008. #actualnews {
  1009.     font-family:calibri;
  1010.     /*color: #000;*/
  1011.     width:100%;
  1012.     position:relative;
  1013.     z-index:1;
  1014.     /*background-color: #ffffff;*/
  1015.     height:auto;
  1016.     padding-bottom: 2px;
  1017.     padding-top:2px;
  1018.     padding-left:5px;
  1019.     /*margin-left: 340px;
  1020.     margin-top:400px;*/
  1021.     text-align: justify;
  1022.     border:0px solid red;
  1023. }
  1024.  
  1025.  
  1026. #fade {
  1027.     display:none;
  1028.     background: #ddd;
  1029.     position:fixed;
  1030.     left:0; top:0;
  1031.     width:100%; height:100%;
  1032.     opacity:.50;
  1033.     z-index:9999; }
  1034.  
  1035. .popup_block {
  1036.     display:none;
  1037.     background:#fff;
  1038.     padding:20px;
  1039.     border: 0px dotted {color:border};
  1040.     border-bottom: 0px solid #f3f3f3;
  1041.     float:left;
  1042.     font-size:8px;
  1043.     text-transform: uppercase;
  1044.     letter-spacing: 1pt;
  1045.     position:fixed;
  1046.     text-align: center;
  1047.     top:50%; left:50%;
  1048.     z-index:99999;
  1049.     opacity: 1;
  1050.     /*-webkit-box-shadow: 0px 0px 8px #eeeeee;
  1051.     -moz-box-shadow: 0px 0px 8px #eeeeee;
  1052.     box-shadow: 0px 0px 8px #eeeeee;
  1053.     -webkit-border-radius: 0px;
  1054.     -moz-border-radius: 0px; */
  1055.     border-radius: 8px; }
  1056.  
  1057. img.btn_close {
  1058.     float:right;
  1059.     margin:-5px -5px 0 0; }
  1060.  
  1061. *html #fade { position:absolute; }
  1062. *html .popup_block { position:absolute; }
  1063.  
  1064. #schedules {
  1065.     font-family: Calibri;
  1066.     font-size: 10px;
  1067.     letter-spacing: 1px;
  1068.     text-transform: none;
  1069.     padding-left:20px;
  1070.     padding-right:20px;
  1071.     text-align: justify;
  1072. }
  1073.  
  1074. #tracker {
  1075.     font-family: Calibri;
  1076.     font-size: 10px;
  1077.     letter-spacing: 1px;
  1078.     text-transform: none;
  1079. }
  1080.  
  1081. #tracker li a {
  1082.     font-size: 8px;
  1083.     font-style: italic;
  1084. }
  1085.  
  1086. #tracks {
  1087.     position: fixed;
  1088.     top: 3px;
  1089.     left: 5px;
  1090.     width: 80px;
  1091.     border: 0px solid {color:border};
  1092.     font-family:Calibri;
  1093.     font-size: 8px;
  1094.     letter-spacing: 1px;
  1095.     text-align: center;
  1096. }
  1097.  
  1098. #tracks a {
  1099.     border: 1px solid {color:border};
  1100.     text-transform: uppercase;
  1101.     display: block;
  1102.     background-color:#ffffff;
  1103.     margin-top: 2px;
  1104.     padding: 2px;
  1105.     color: {color:text};
  1106. }
  1107.  
  1108.  
  1109. #boxes {
  1110.     text-align:left;
  1111.     font-size: 8px;
  1112.     text-transform:uppercase;
  1113.     opacity: 1.0;
  1114.     border-bottom:0px dashed #eee;
  1115.     position:fixed;
  1116.     font-family:calibri;
  1117.     left:5px;
  1118.     background-color: #ffffff;
  1119.     letter-spacing:1px;
  1120.     width:70px;
  1121.     z-index:9999;
  1122.     padding: 4px;
  1123.     top:45px;
  1124.     border: 1px solid {color:border};
  1125. }
  1126.  
  1127. #box1 {
  1128.     height:10px;
  1129.     text-align:center;
  1130.     overflow:hidden;
  1131.     margin-top:-1px;
  1132.     border-bottom:0px solid #efefef;
  1133.     text-transform:uppercase;
  1134.     letter-spacing:1px;
  1135.     font-size:8px;
  1136.     line-height:10px;
  1137.     z-index:999999999999999999999;
  1138.     -webkit-transition: all 0.5s ease-in-out;
  1139.     -moz-transition: all 0.5s ease-in-out;
  1140.     -o-transition: all 0.5s ease-in-out;
  1141. }
  1142.  
  1143. #box1:hover {
  1144.     height:95px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  1145.     -webkit-transition: all 0.5s ease-in-out;
  1146.     -moz-transition: all 0.5s ease-in-out;
  1147.     -o-transition: all 0.5s ease-in-out;
  1148. }
  1149.    
  1150. /*#box1 a {
  1151.     color:#eeeeee;
  1152. }
  1153.  
  1154. #box1 a:hover {
  1155.     color:#ffffff;
  1156. }*/
  1157.  
  1158. #box2 {
  1159.     height:13px;
  1160.     text-align:center;
  1161.     overflow:hidden;
  1162.     border-bottom:1px solid #efefef;
  1163.     text-transform:uppercase;
  1164.     background-color:transparent;
  1165.     letter-spacing:1px;
  1166.     font-size:9px;
  1167.     opacity: 1;
  1168.     line-height:13px;
  1169.     z-index:999999999999999999999;
  1170.     -webkit-transition: all 0.5s ease-in-out;
  1171.     -moz-transition: all 0.5s ease-in-out;
  1172.     -o-transition: all 0.5s ease-in-out;
  1173. }
  1174.  
  1175. #box2:hover {
  1176.     height: 100px;
  1177.     -webkit-transition: all 0.5s ease-in-out;
  1178.     -moz-transition: all 0.5s ease-in-out;
  1179.     -o-transition: all 0.5s ease-in-out;
  1180. }
  1181.  
  1182. #box3 {
  1183.     height:13px;
  1184.     text-align:center;
  1185.     overflow:hidden;
  1186.     border-bottom:1px solid #efefef;
  1187.     text-transform:uppercase;
  1188.     background-color:transparent;
  1189.     letter-spacing:1px;
  1190.     font-size:9px;
  1191.     line-height:13px;
  1192.     z-index:999999999999999999999;
  1193.     -webkit-transition: all 0.5s ease-in-out;
  1194.     -moz-transition: all 0.5s ease-in-out;
  1195.     -o-transition: all 0.5s ease-in-out;
  1196. }
  1197.  
  1198. #box3:hover {
  1199.     height: 100px;
  1200.     -webkit-transition: all 0.5s ease-in-out;
  1201.     -moz-transition: all 0.5s ease-in-out;
  1202.     -o-transition: all 0.5s ease-in-out;
  1203. }
  1204.  
  1205. #box4 {
  1206.     height:10px;
  1207.     text-align:center;
  1208.     overflow:hidden;
  1209.     border-bottom: 0px solid #efefef;
  1210.     text-transform:uppercase;
  1211.     background-color:transparent;
  1212.     letter-spacing:1px;
  1213.     font-size: 8px;
  1214.     line-height:13px;
  1215.     z-index:999999999999999999999;
  1216.     -webkit-transition: all 0.5s ease-in-out;
  1217.     -moz-transition: all 0.5s ease-in-out;
  1218.     -o-transition: all 0.5s ease-in-out;
  1219. }
  1220.  
  1221. #box4:hover {
  1222.     height:100px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  1223.     -webkit-transition: all 0.5s ease-in-out;
  1224.     -moz-transition: all 0.5s ease-in-out;
  1225.     -o-transition: all 0.5s ease-in-out;
  1226.     font-size: 8px;
  1227. }
  1228.  
  1229. #box4 a {color: {color:link};}
  1230.  
  1231.  
  1232.  
  1233.         #loves {
  1234.         /*  width: 400px;
  1235.             margin:auto;*/
  1236.             border: 0px dotted #eeeeee;
  1237.             padding: 15px;
  1238.         }
  1239.        
  1240.         #loves img {
  1241.             padding:2px;
  1242.             border: 0px double #eeeeee;
  1243.             opacity:0.7 ;
  1244.             width: 50px;
  1245.             height: 50px;
  1246.             text-align:center; 
  1247.             border-radius: 25px;
  1248.             -webkit-filter: grayscale(50%);
  1249.             -webkit-transition: all 0.6s ease-in-out;
  1250.             -moz-transition: all 0.6s ease-in-out;
  1251.             -o-transition: all 0.6s ease-in-out;
  1252.             -ms-transition: all 0.6s ease-in-out;
  1253.             transition: all 0.6s ease-in-out;
  1254.         }
  1255.        
  1256.         #loves img:hover {
  1257.             opacity: 1;
  1258.             -webkit-filter: grayscale(0%);
  1259.             -webkit-transition: all 0.6s ease-in-out;
  1260.             -moz-transition: all 0.6s ease-in-out;
  1261.             -o-transition: all 0.6s ease-in-out;
  1262.             -ms-transition: all 0.6s ease-in-out;
  1263.             transition: all 0.6s ease-in-out;
  1264.         }
  1265.  
  1266. </style>
  1267.  
  1268. <style type="text/css">iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.9s linear;opacity: 0.3;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  1269.  
  1270. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.9s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  1271.  
  1272.  
  1273. </style>
  1274. <style type="text/css">{CustomCSS}</style>
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280. </head>
  1281.  
  1282. <body>
  1283.  
  1284.  
  1285.  
  1286. <div id="side">&nbsp;</div>
  1287.  
  1288. <div id="containment">
  1289.  
  1290. <div id="circles">
  1291.     <a href="#?w=350" rel="tracker" class="poplight"><img src="http://static.tumblr.com/jpzh7be/iAHn80s3z/or-trackpin.png" title="Thread Tracker" style="opacity:0.4"></a><br/>
  1292.     <a href="#?w=350" rel="schedules" class="poplight"><img src="http://static.tumblr.com/jpzh7be/KB5n80s4s/or-cal.png" title="Schedules" style="opacity:0.5"></a><br/>
  1293.     <a href="#?w=450" rel="loves" class="poplight"><img src="http://static.tumblr.com/jpzh7be/QsEn80s5g/or-fb.png" title="my favorite people" style="opacity:0.6"></a><br/>
  1294.     <a href="/tagged/m:insta"><img src="http://static.tumblr.com/jpzh7be/7eJn80s6d/or-insta.png" title="@kwonmna instagram" style="opacity:0.7"></a><br/>
  1295.     <a href="/tagged/m:twts"><img src="http://static.tumblr.com/jpzh7be/V62n80s72/or-twitter.png" title="@OfficialAOA, @kwonmna" style="opacity:0.8"></a><br/>
  1296.     <a href="http://fncrpdirectory.tumblr.com" title="fish n' cake is family"><img src="http://static.tumblr.com/jpzh7be/wRMn80s91/or-fnc.png" style="opacity:0.9"></a><br/><!--
  1297.    <a href="http://etudis.cf" title="less is more"><img src="http://i.imgur.com/5Uxnoy3.png" style="opacity:0.6;"></a><br/>
  1298.    <a href="http://cheongukapts.tk" title="apartment #504"><img src="http://i.imgur.com/1NIPyiA.png" style="opacity:0.5"></a> -->
  1299. </div>
  1300.  
  1301. <div id="sdbar">
  1302.  
  1303.     <div id="simg1" class="simg"><img src="http://static.tumblr.com/jpzh7be/2B0n80sb5/sidebarorange.png"></div>
  1304.    
  1305.     <div id="heart"> <a href="#?w=280" rel="bugboy" class="poplight" ><img src="http://media.tumblr.com/e2e06b7a8c26d89a712c8841e58900ca/tumblr_inline_mueodtY8Ci1qdlkyg.gif"></a>
  1306.     </div>
  1307.    
  1308.     <div id="desc">
  1309. min<a href="/tagged/( aboutme )" title="testimonials">a</a> kwon <a href="/tagged/km." title="face gallery" style="letter-spacing:1px"></a>  1993.09.<a href="/tagged/0921">21</a>
  1310. <br>
  1311. <span style="letter-spacing:0;">
  1312. <a href="/tagged/angels.">aoa</a>'s cute rapper & <a href="/tagged/b">b</a>assist.
  1313. <br/><a href="/" title="i am not the real kwon mina and i don't  know anybody from aoa or fnc. always ic unless otherwise tagged.">ʀᴏʟᴇᴘʟᴀʏ ᴏɴʟʏ</a>, idol<a href="/ring" style="border-bottom:0px dotted;" title="a few liberties have been taken regarding mina's childhood; she also occasionally shares an apartment in hongdae with her older sister, and only regularly stays at the aoa dorms during promotional period.">verse</a> ( <a href="/tagged/.fnc" title="fnc is family; if you're an fnc artist i will most likely greet you comfortably.">ғɴᴄ</a> )</span>
  1314. <br/>
  1315. <span style="letter-spacing:1px;"><a href="http://minamotional.tk" title="hands off nothing to see"></a> &middot; <a href="http://minamoirs.tumblr.com" title="saved in my memory"></a> &middot; <a href="http://www.yourworldoftext.com/~minapon/" title="PLEASE WRITE THINGS FOR ME JUSEYO">YWOT</a> &middot; <a href="/read" title="IMPORTANT: READ">IMPT</a></span>
  1316. <br>
  1317. <a href="/tagged/x" title="not for children ● no one's feigning innocence">rated</a> content <i>will</i> appear.
  1318.    
  1319.     </div>
  1320.    
  1321.     <div class="navi" id="nav1">
  1322.         <a href="/" title="back to index" class="l1"> </a><a href="/ask" title="message" class="l2"> </a><a href="/mina" title="about kwon mina" class="l3"> </a><a href="/tags" title="navigation" class="l4"> </a><a href="/submit" title="submission box" class="l5"> </a><a href="/archive" title="archives" class="l6"> </a>
  1323.     </div>
  1324.    
  1325.     <div id="hovers">
  1326.         <a href="/tagged/db." title="in a relationship ♥ (( that you do not know of unless personally told ))" color="#f6aa7f">&times;</a><br/>
  1327.         <a title="aim: m.inaring">&times;</a><br/>
  1328.         <a title="#kwonmna, #minaponn ● tag me or i'll probably miss the post">&times;</a><br/>
  1329.         <a title="script-preferred, para-friendly, mostly literate">&times;</a><br/>
  1330.         <a title="formerly minaxcm, minaxk & minaponn ● est. 130620">&times;</a><br/>
  1331.     </div>
  1332.    
  1333.  
  1334.     {block:Pagination}
  1335.     <div id="pagination">
  1336.     {block:PreviousPage}
  1337.                 <a href="{PreviousPage}">&laquo;</a>
  1338.             {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  1339.                     <span class="current_page">{PageNumber}</span>
  1340.                 {/block:CurrentPage}{block:JumpPage}
  1341.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  1342.                 {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  1343.                 <a href="{NextPage}">&raquo;</a>
  1344.             {/block:NextPage}
  1345.        
  1346.     </div>
  1347.     {/block:Pagination}
  1348.  
  1349. </div>
  1350.  
  1351.  
  1352.  
  1353.  
  1354. <div id="entries"><div id="postswhite">
  1355.  
  1356. {block:Posts}<div id="posts">
  1357.  
  1358. <span id="colorlink">
  1359.      
  1360. {block:Text}
  1361. <div id="linkpost">
  1362.     {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  1363. </div>
  1364. {Body}
  1365. {/block:Text}
  1366.  
  1367. {block:Link}<div id="linkpost"><div class="posttitle"><a href="{URL}"{Target}>{Name}→</a></div></div>{block:Description}{Description}{/block:Description}{/block:Link}
  1368.  
  1369. {block:Photo}{LinkOpenTag}<div style="text-align:center"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Photo}
  1370.  
  1371. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1372.  
  1373.  
  1374. {block:Quote}<div class="postquote"> {Quote} </div> <div style="text-align:right;padding-right:10px;font-family:Calibri;font-size:8px;text-transform:uppercase;" class="srcquote">— {Source}</div>{/block:Quote}
  1375.  
  1376.  
  1377.  
  1378. {block:Audio}
  1379. <div class="audio">
  1380. {block:AlbumArt}
  1381.     <div class="albumart"><img src="{AlbumArtURL}"/></div>
  1382. {/block:AlbumArt}
  1383.  
  1384.     <div class="audioinfo">
  1385.     {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  1386.     {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1387.     <b>Played:</b> {PlayCount} times
  1388.     </div>
  1389.     <br>
  1390.         <div class="playercontainer">{AudioPlayerGrey}</div>
  1391. </div>
  1392.     {block:Caption}{Caption}{/block:Caption}<br>
  1393.  
  1394. {/block:Audio}
  1395.  
  1396. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Video}
  1397.  
  1398. {block:Chat}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  1399. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}
  1400. </ul>
  1401. {/block:Chat}
  1402.  
  1403.  
  1404. {block:Answer}
  1405. <div class="ask"><b><center><span class="asker">{Asker} asked</span>:</center></b>
  1406. <div class="question"><center>{Question}</center></div></div>
  1407. <div class="answer">{Answer}</div>
  1408. {/block:Answer}
  1409.  
  1410. </span>
  1411.  
  1412. <div id="permalink">
  1413.  
  1414.     <span class="perma">
  1415.     <br>
  1416.     posted: <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="{TimeAgo}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}</a>. <a href="{Permalink}">{12Hour}:{Minutes}{CapitalAmPm} </a> &nbsp;&nbsp; <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">src</a> {/block:ContentSource}  [ <a href="{ReblogURL}">reblog</a> ]
  1417.     </div>
  1418.  
  1419. {block:HasTags}
  1420.     <div id="tags">{block:Tags} <a href="{TagURL}" class="tgs">#{Tag}</a> {/block:Tags}</div>
  1421. {/block:HasTags}
  1422.    
  1423. </div>
  1424.  
  1425. <!--<div style="text-align:center;padding-top:15px;padding-bottom:15px;">
  1426.    &nbsp;
  1427. </div> -->
  1428.  
  1429. {/block:Posts}
  1430. {block:PostNotes}<div id="notes" style="width:400px;margin-left:25px;">{PostNotes}</div>{/block:PostNotes}
  1431.  
  1432.  
  1433.  
  1434.  
  1435. {/block:Posts}</div>
  1436.  
  1437. </div></div>
  1438.  
  1439. <div id="etudis">
  1440. <a href="http://cheongukapts.tk" title="apartment #504"><img src="http://i.imgur.com/j74m6HJ.png" style="opacity:0.5"></a><br/>
  1441. <a href="http://etudis.cf" title="less is more"><img src="http://i.imgur.com/fjzKVSy.png" style="opacity:0.7;"></a>
  1442. </div>
  1443.  
  1444. <div style="position:fixed;bottom:3px;right:3px;" id="credits"><a href="/" title="theme by kwonmna" style="color:#c0c0c0">&copy;</a> </div>
  1445.  
  1446. </div>
  1447.    
  1448.    
  1449.  
  1450. <div id="bugboy" class="popup_block">
  1451. <center>
  1452.     <!--img src="http://25.media.tumblr.com/9b69c83d6b49982462c67eea7e64c3f3/tumblr_myliskjvrp1r5n34uo1_250.jpg"-->
  1453.     <!--img src="https://24.media.tumblr.com/b1504259be4581ed864067a039504c8d/tumblr_n0j3oqCJc01qdvcx5o1_250.png"-->
  1454.     <!--img src="http://static.tumblr.com/icq7md4/TWbn11b8x/daenapopup.png"-->
  1455.     <p>
  1456.     <span style="font-size:12px;">&#45768;&#44732;, <a href="http://jung-dae.com" target="_blank">&#45236;&#44732;</a>.</span>
  1457.     <p>
  1458.     <div style="margin:auto;width: 250px;text-align:justify;font-family:Inconsolata;font-size:10px;letter-spacing:1px;text-transform:none;">
  1459.         Sometimes I try to think about how my life would be without you, and I can't. You're in my life, and I never want to be without you. Thank you for your patience, and for always seeing the best in me. Thank you for making me fall; you made me fall pretty hard but then you caught me and that makes it worth everything. I wish I was better with words, but I'm not; then again it can all just be summed up with these words anyway: I love <a href="/tagged/y">you</a>. I love you so much.
  1460.     </div>
  1461.    
  1462.     <p>
  1463. <!--    &#10077; <span style="font-size:8px;letter-spacing:1px;font-family:Cambria;text-transform:none;font-style:italic;">I just, I can’t describe <a href="/tagged/db.">what I feel for you</a> but it starts from the pit of my stomach and warms my chest until I can practically feel every nerve ending in my body and all I want is for you to touch my skin.</span> &#10078; <a href="http://snowlilies.com/post/75335236422/i-just-i-cant-describe-what-i-feel-for-you-but">&copy;</a>
  1464.    <br/> -->
  1465. <div style="text-align:center;"><img src="http://i.imgur.com/MjwXUNb.png" style="width:100%;"></div>
  1466. </center>
  1467. </div>
  1468.  
  1469.  
  1470.  
  1471.  
  1472. <div id="tracker" class="popup_block"><center>
  1473. <table style="width:300px;border:0px;margin:auto;">
  1474. <tr>
  1475.  
  1476. <td width="50%">
  1477. <p>
  1478.        <b>ONGOING SCRIPTS</b> <a href="" title="if you're not listed here and we have a thread, it might be that i removed you from the list because you haven't responded in over a week. feel free to still pick up where we left off though, and i will still respond.">*</a>
  1479.        <br/>
  1480.     <ul style="text-align:left;padding-left:5px;margin-left:10px;">
  1481.         <li><a href="/tagged/cxjunhong">cxjunhong</a>
  1482.         <li><a href="/tagged/erispark">erispark</a>
  1483.         <li><a href="/tagged/evnnji">evnnji</a>
  1484.         <li><a href="/tagged/gotyoungjay">gotyoungjay</a>
  1485.         <li><a href="/tagged/kwxnsay">kwxnsay</a>
  1486.         <li><a href="/tagged/cjinris">cjinris</a></li>
  1487.         <li><a href="/tagged/christinexkim">christinexkim</a></li>
  1488.         <li><a href="/tagged/xxwoobin">xxwoobin</a>
  1489.         <li><a href="/tagged/yvnb0mi">yvnb0mi</a>
  1490.         <li><a href="/tagged/sxhunoh">sxhunoh</a>
  1491.         <li><a href="/tagged/carretier">carretier</a>
  1492.         <li><a href="/tagged/mktuvn">mktuvn</a>
  1493.         <li><a href="/tagged/choayaa">choayaa</a>
  1494.     </ul>
  1495.    
  1496. </td>
  1497. <td width="50%">
  1498.    
  1499.     <p>
  1500.         <b>ONGOING PARAS</b>
  1501.         <br/>
  1502.     <ul style="text-align:left;padding-left:5px;margin-left:10px;">
  1503.         <li><a href="/tagged/p%3Apatbingeolli">eunaessi</a>
  1504.         <li><a href="/tagged/p%3Aamongthecrowd">jungdaehun</a>
  1505.         <li><a href="/tagged/p%3Abreak">realxst-kris</a>
  1506.         <li><a href="/tagged/yuewook">yuewook</a></li>
  1507.         <li><a href="/tagged/p:streets">drummerkang</a></li>
  1508.         <li><a href="/tagged/aiyous">aiyous</a></li>
  1509.     </ul>
  1510.     <p>
  1511.     <b>OWED REPLIES</b> <a href="" title="if you're not listed here and we have a thread, it means either you owe me one or i /think/ you owe me one; if it's the latter and it just turns out i missed your reply, please message me to remind me!">*</a>
  1512.     <br/>
  1513.     <ul style="text-align:left;padding-left:5px;margin-left:10px;">
  1514.         <li><a href="http://drummerkang.tumblr.com/post/91301220320/streets-mnm">drummerkang</a></li>
  1515.         <li><a href="http://xxwoobin.tumblr.com/post/91300834875/kwonmna-looks-up-as-soon-as-the-male-enters">xxwoobin</a></li>
  1516.         <li><a href="http://yvnb0mi.tumblr.com/post/91311472544/kwonmna-replied-to-your-post-laughs-and-hugs">yvnb0mi</a></li>
  1517.         <li><a href="http://aiyoo.tk/post/91313312828/kwonmna-mina-has-to-laugh-hiding-as-she-sinks">aiyous</a></li>
  1518.         <li><a href="http://mktuvn.tumblr.com/post/91313508173/kwonmna-well-now-we-have-a-chance-to-talk">mktuvn</a></li>
  1519.         <li><a href="http://bangxmir.tumblr.com/post/91321031096/kwonmna-tries-to-scrunch-her-nose-lips">bangxmir</a></li>
  1520.         <li><a href="http://choayaa.tumblr.com/post/91322798542/kwonmna-but-what-is-the-definition-of-enough">choayaa</a></li>
  1521.         <li><a href="http://jongsucks.co.vu/post/91326483948/kwonmna-hmm-if-i-dont-count-rehearsals-its">sukpai</li>
  1522.         <li><a href="http://comatose.co.vu/post/91324011277/kwonmna-oh-sorry-flinches-and-immediately">charretier</a></li>
  1523.         <li><a href="http://sxhunoh.tumblr.com/post/91337670692/kwonmna-ah-right-snaps-her-fingers-as-it">sxhunoh</li>
  1524.         <li><a href="http://yuewook.tumblr.com/post/91345662546/kwonmna-oh-i-wish-she-sighs-her-tone">yuewook</a></li>
  1525.         <li><a href="http://minaring.tk/private/91321819988/tumblr_n8hajj5gkP1tzw496">hyunwoo-sincity</a></li>
  1526.         <li><a href="http://minaring.tk/private/91351375093/tumblr_n8hzq0xqox1tzw496">harumocchi</a></li>
  1527.         <li><a href="http://cxjunhong.tumblr.com/post/91314470224/kwonmna-sms-junhong-you-didnt-think-my">cxjunhong</a></li>
  1528.  
  1529. </ul>
  1530. <br/>
  1531.     <div style="text-align:right;padding-right:10px;font-size:8px;"><b>ᴜᴘᴅᴀᴛᴇᴅ:</b> 20140710 10:30PM KST</div>
  1532.  
  1533. </td>
  1534.    
  1535. </tr>
  1536. </table></center>
  1537. </div>
  1538.  
  1539.  
  1540. <div id="schedules" class="popup_block">
  1541.     <p>
  1542.     <b>SCHEDULES</b> <a href="http://fncent.com/AOA/b/schedule" title="official schedule only; just because it's not listed here, it doesn't mean mina has a very free schedules. off broadcast OT events are almost never listed on the official site. she's also usually very busy with training and practice at the FNC bldg.">*</a>
  1543.    
  1544.     <div style="padding-left:10px;">
  1545.         <p>
  1546.         <b>2014.07.20 Su</b> <br/>
  1547.         [T] KBS Let's Go! Dream Team 10:40AM KST<br/>
  1548.         ↘ Mina, Yuna, Chanmi; ʀᴇᴄᴏʀᴅᴇᴅ 07/02 <br/>
  1549.         [E] 「 단발머리 」Fansigning 6:30 PM KST <br/>
  1550.         ↘ North Atrium, IFC Mall, Yeouido<br/>
  1551.         [A] KBS Golden Bell
  1552.         <p>
  1553.         <b>2014.07.22 Tu</b> <br/>
  1554.         [T] MNET 4가지쇼 5PM KST
  1555.         <p>
  1556.         <b>2014.07.24 Th</b> <br/>
  1557.         [E] AOA Hot Summer 1st Photo Collection RELEASE
  1558.         <p>
  1559.         <b>2014.08.04 Mo</b> <br/>
  1560.         [T] KBS Crisis Escape No. 1  8:55PM KST <br/>
  1561.         ↘ Mina, Jimin, Hyejeong; ʀᴇᴄᴏʀᴅᴇᴅ 07/14
  1562.         <p>
  1563.         <b>2014.08.17 Su</b><br/>
  1564.         [E] 2014 A-Nation – Asia Progress, Departure <br/>
  1565.         ↘ Yoyogi National Gymnasium, Tokyo, Japan
  1566.         </p>
  1567.     </div>
  1568.    
  1569.     <div style="padding-right:10px;font-size:8px;text-align:right;">
  1570.         <b>ʟᴇɢᴇɴᴅ:</b> [ <a title="recording schedules"></a> ] [ <a title="concert schedules"></a> ] [ <a title="radio schedules">ʀ</a> ] [ <a title="television broadcast"></a> ] [ <a title="and others"></a> ]
  1571.     </div>
  1572.    
  1573. </div>
  1574.  
  1575. <div id="loves" class="popup_block"><p/><center>
  1576.    
  1577.         <a href="http://jungdaehun.tumblr.com" title="#jungdae ; perfection"><img src="http://i.imgur.com/t1GlYye.png"></a>
  1578.         <a href="http://seoyvna.tumblr.com" title="#daisy ; i'm always going to choose daisies over roses, so pls smile, pls be happy."><img src="http://i.imgur.com/KJY1ubl.jpg"></a>
  1579.     <a href="http://travelermiyoung.tumblr.com" title="#bigsis ; the loveliest big sister anyone can ask for."><img src="http://i.imgur.com/GvKrvib.jpg"></a>
  1580.     <a href="http://evnnji.tumblr.com" title="#jjing ; we've been together since we were babies, and i'mglad that through everything, even though we've lost each other occasionally, at the end of the day we always found each other."><img src="http://i.imgur.com/DumpiBD.jpg"></a>
  1581.     <a href="http://aiyous.tumblr.com" title="#aiko ; lovely chingu with the voice of a nightingale."><img src="http://i.imgur.com/Msjue2R.png"></a>
  1582.     <a href="http://hvngbin.tumblr.com" title="#hongbinners ;  sassy straight friend."><img src="http://i.imgur.com/64uQnlq.png"></a>
  1583.     <a href="http://pjyeonn.tumblr.com" title="#jitos ; my lovely sexy love. (:"><img src="http://i.imgur.com/UzZ2iag.png"></a>
  1584.     <br>
  1585.     <a href="http://jongnxk.tumblr.com" title="#jongitos ; kid brat who's been there through thick and thin."><img src="http://i.imgur.com/hkD25FB.jpg"></a>
  1586.     <a href="http://djxyeol.tumblr.com" title="#ruffyeols ; pass the chips pls."><img src="http://i.imgur.com/ozwpqQ4.jpg"></a>
  1587.     <a href="http://roykkim.tumblr.com" title="#royystark ; the best platonic roommate a girl can ask for."><img src="http://i.imgur.com/BmpCwTU.jpg"></a>
  1588.     <a href="http://soojue.tumblr.com" title="#lover ; queen of sass & angst, my lesbian lover."><img src="http://i.imgur.com/EqJxEoi.jpg"></a>
  1589.     <a href="http://naheums.tumblr.com" title="#snowwhite ; cutie swaggy girl."><img src="http://i.imgur.com/QkHtgM1.jpg"></a>
  1590.     <a href="http://myungxsoo.tumblr.com" title="#myungtwin ; long lost twin brother."><img src="http://i.imgur.com/NofgUS9.jpg"></a>
  1591.     <a href="http://taeddybears.tumblr.com" title="#taelieon ; favorite dongsaeng, but don't tell anyone sssh."><img src="http://i.imgur.com/v677cuh.jpg"></a>
  1592.     <br/>
  1593.     <a href="http://choijjonghun.tumblr.com" title="#cakeoppa ; most generous oppa."><img src="http://i.imgur.com/LeLBhGu.jpg"></a>
  1594.     <a href="http://jxniel.tumblr.com" title="#strawberry ; loveliest & most talented friend. pls always wear a smile on your face."><img src="http://i.imgur.com/l2PsLBG.jpg"></a>
  1595.     <a href="http://shinjmin.tumblr.com" title="#captain ; baby-faced and highest ranking leader"><img src="https://31.media.tumblr.com/15e988d0aa71299e409445350a3f67e2/tumblr_n4sqti278t1sbjtiwo3_250.png"></a>
  1596.     <a href="http://xjeongie.tumblr.com" title="#sunflower ; it doesn't matter if your memory fails you, you're in my heart"><img src="https://24.media.tumblr.com/039485dfd980b90e53111cee5e39ebff/tumblr_n4sqti278t1sbjtiwo2_250.png"></a>
  1597.     <a href="http://seolhv.tumblr.com" title="#cutieseol ; cutest and sweetest angel"><img src="http://i.imgur.com/jOcZ1d3.png"></a>
  1598.     <a href="http://hvejeong.tumblr.com" title="#xito ; most beautiful $$$"><img src="http://i.imgur.com/3REh4St.png"></a>
  1599.     <a href="http://drummerkang.tumblr.com" title="#mnm ; half of the magical and majestic duo to debut soon in stages near you!"><img src="http://i.imgur.com/pIqomdx.png"></a>
  1600.     <br>
  1601.     <a href="http://alicetotle.tumblr.com" title="#jooheemaru ; the shikamaru to my temari."><img src="http://i.imgur.com/nnl0WCk.jpg"></a>
  1602.     <a href="http://cominah.tumblr.com" title="#twinnie ; soul twin,how often doyou have someone like that walk into your life?"><img src="http://i.imgur.com/QKoX3AT.jpg"></a>
  1603.     <a href="http://hyunwoo-sincity.tumblr.com" title="#bnchingu ; not so brand new friend."><img src="http://i.imgur.com/X2HtAeq.jpg"></a>
  1604.     <a href="http://krystarxx.tumblr.com" title="#star ; shining star of my life."><img src="http://i.imgur.com/J8Il9px.jpg"></a>
  1605.     <a href="http://lbyvng.tumblr.com" title="#shortie ; friends who stay short together, stay together, period."><img src="http://i.imgur.com/hqRNMWk.jpg"></a>
  1606.     <a href="http://pxjiyeonnn.tumblr.com" title="#chinguyeon ; sweetest and most adorable cutie."><img src="http://i.imgur.com/PWjHeES.jpg"></a>
  1607.     <a href="http://simplysohee.tumblr.com" title="#ssocheeks ; woman with most class."><img src="http://i.imgur.com/b1cfbjv.jpg"></a>
  1608.     <br>
  1609.     <a href="http://soyullie.tumblr.com" title="#cherrypie ; the liveliest."><img src="http://i.imgur.com/wY0jDPg.jpg"></a>
  1610.     <a href="http://wooxbunny.tumblr.com" title="#woobuns ; you're like a little brother, the strangest one a girl can ask for."><img src="http://i.imgur.com/MREiLAa.jpg"></a>
  1611.     <a href="http://xchangsun.tumblr.com" title="#chickenshit ; HAHA YOU NEED A NEW TAG. super generous oppa though. (:"><img src="http://i.imgur.com/DDXiV76.jpg"></a>
  1612.     <a href="http://rockexjoon0.tumblr.com" title="#ROCKER ; you're gonna be a rock STAR one day"><img src="https://24.media.tumblr.com/1d85a3ec8908bfb012850df9d4a165e6/tumblr_n4sqti278t1sbjtiwo5_250.png"></a>
  1613.     <a href="http://jjinjin.tumblr.com" title="#jinhomie ; bruh don't dig your own grave"><img src="https://31.media.tumblr.com/d5eb0edd675dfedbb35200f7e4a0cad5/tumblr_n4sqti278t1sbjtiwo1_250.png"></a>
  1614.    
  1615.     <div style="text-align:center;padding-top:10px;color:#7c7c7c;">
  1616.     <span style="font-size:12px;">내사랑 &hearts;</span>
  1617.     </div>
  1618. <p>
  1619. </center></div>
  1620.  
  1621.  
  1622.  
  1623. </div>
  1624.  
  1625.    
  1626.  
  1627.    
  1628. </body>
  1629. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement