/*
CSS for YOU KNOW, I KNOW: The Yoongi and Jimin Fanlisting [ver. 1]
    Hand-coded by Ainna (c) 2023
    Domain Collective: https://minty.nu
    Bangtan Collective: https://suga.nu
    YoonMin FL URL: https://yoonmin.suga.nu

SUGA/Agust D (Min Yoon-Gi), Jimin (Park Ji-Min), and all of BTS are managed by BigHit Entertainment (http://bts.ibighit.com/) and HYBE Co., Ltd. No copyright infringement intended.

Image use is guided by the Fair Use Clause (https://fairuse.stanford.edu/overview/fair-use/what-is-fair-use/)



*/
























































































/*

                         -------------------------------
                         |          L E A R N          |         
                         |                             |
                         |           F R O M           |
                         |                             |
                         |           Y O U R           |
                         |                             |
                         |            O W N            |        
                         |                             |
                         |       S O U R C E S !       |    
                         -------------------------------

I put together a LOT of tutorials in the web to come up with this final design.
Copying+pasting my CSS is absolutely NOT okay. 

*/









































@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Meow+Script&family=Raleway:wght@200&family=Roboto+Condensed:wght@200&display=swap');



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e2e2e2; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c9997c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b2734d; 
}

html, body {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

body {
    margin: 0px;
    padding: 0px;
    background: #e2e2e2 url('txppr.png') repeat;
    font: 1rem/180% 'Crimson Text', Serif;
    color:#555;
    height: 100%;
}

a, a:visited, a:active {
    color: #b2734d;
    text-decoration: none;
    border-bottom: 1px dotted #91beab;
}

a:hover {
    color:#964b3a;
    text-decoration: none;
}

b, strong {
    color: #66866f;
}

em, i {
    color:#bcab7d;
}

hr {
width: 75%;
border: 0;
height: 3px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #85a678, rgba(0, 0, 0, 0));
}

fieldset {
    border:0px;
    margin:auto;
}

input, textarea, select, input[type=submit], input[type=reset] {
    border:1px solid #75b8ae;
	font: 14px/100% 'Coda', Verdana, Tahoma, sans-serif;
	background: inherit;
	padding: 10px;
}

input[type=submit], input[type=reset] {
    width: 150px;
    text-transform: uppercase;
}

input[type=text], textarea, select {
    width: 68%;
}

.nbsp {
    margin-right: 5px;
}


.corners, #words ul li, .stat, input, textarea, select, button {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, input, textarea, select, .bq, blockquote, #footer, .enthver {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.joinform {
    margin: 0 auto;
    text-align: center;
}

.addform {
    text-align: left;
    margin: 10px;
    width: 100%;
    position: relative;
    left: 25%;
}

.shadow, #words ul li {
    -moz-box-shadow: 8px 10px rgba(204, 179, 153, 0.3);
    -webkit-box-shadow: 8px 10px rgba(204, 179, 153, 0.3);
    box-shadow: 8px 10px rgba(204, 179, 153, 0.3);
}


.bq, blockquote {
    background-color: rgba(194, 178, 164, 0.2);
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.bq, blockquote {
    width: 65%;
    font-size: 0.8rem;
}


.stat {
    color: #777;
    text-align: center;
    text-transform: uppercase;
}


img.trans {
    filter:Alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
    border:none;
}

img.trans:hover {
    filter:Alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
    border:none;
    transition: .5s ease;
}


#gray {
    margin: 0 auto;
    width: 778px;
    padding: 50px;
}

#busanblues {
    background: rgba(255, 255, 255, 0.9) url('komorebi.jpg') no-repeat;
    width: 778px;
    height: 481px;
    margin: 0 auto;
}

#words {
  width: 778px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.4);
  font: 1.2rem/150% 'Crimson Text', Serif;
  position: relative;
  top: -40px;
}


.text {
  position: relative;
  top: -100px;
  padding: 6px 12px;
  border-top: none;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 40px;
  text-align: justify;
}

.center {
    text-align:center;
}



h1 {
    font: 4rem/100% 'Meow Script', Georgia, Serif;
    color: #ccc;
    text-align: right;
    margin-bottom: -2rem;
}


#words ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

#words ul li {
    font: 0.8rem/120% 'Raleway', Verdana, Sans-Serif;
    color: #aaa;
    list-style: none;
    padding: 10px;
    text-align: left; 
    margin-bottom: 20px;
    border: 2px dotted #ddd;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

#words ul li:hover {
    background: rgba(255, 255, 255, 0.7);
}

.owner {
    text-transform: uppercase;
    font: 1.1rem/150% 'Crimson Text', Serif;
}

.collective {
    text-transform: uppercase;
    font: 0.8rem/150% 'Raleway', Verdana, Sans-Serif;
}


#footer {
    width: 70%;
    margin:0 auto;
    text-align:center;
    color: #627f7b;
    z-index:3;
    padding-bottom: 30px;
}

#footer, .stat, .enthver {
    font: 0.7rem/100% 'Crimson Text', Georgia, Serif;
}




