/*

CSS for Future's Gonna Be Okay: The D-DAY by Agust D/SUGA Fanlisting [ver. 1]
HTML and CSS Hand-coded by Ainna (c) 2024

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

This is a non-profit, fan-based site.
No copyright infringment is intended.

*/




























































































/*

                         -------------------------------
                         |          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=Raleway:ital,wght@0,100..900;1,100..900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');



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

/* Track */
::-webkit-scrollbar-track {
  background: #505050; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2f2b28;
}

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

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: #505050 url('prism2.jpg') repeat top left;
    font: 1.5rem/160% 'Vollkorn', Garamond, Serif;
    color:#999;
    height: 100%;
}

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

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

b, strong {
    color: #bbb;
}

em, i {
    color:#727d8c;
}

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

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

input, textarea, select, input[type=submit], input[type=reset] {
    border:1px solid #247046;
	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 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, input, textarea, select, #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, input, textarea, select, button {
    -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(47, 43, 40, 0.3);
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.bq, blockquote {
    width: 75%;
    font-size: 1rem;
}


.stat {
    color: #777;
    text-align: center;
    text-transform: uppercase;
    font: 0.9rem/100% 'Vollkorn', Garamond, Serif;
    letter-spacing: 2px;
}


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: 1161px;
}

#glitch {
    background: url('ddayhdr.jpg') no-repeat;
    width: 1161px;
    height: 523px;
    margin: 0 auto;
}

#words {
  width: 900px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}


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

.center {
    text-align:center;
}



h1 {
    font: 2rem/100% 'Vollkorn', Garamond, Serif;
    color: #2f2b28;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: -1rem;
}


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

#words ul li {
    font: 1.2rem/130% 'Raleway', Verdana, Sans-Serif;
    color: #aaa;
    list-style: none;
    padding: 10px;
    text-align: left; 
    margin-bottom: 20px;
    border: 2px dashed #444;
    -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% 'Vollkorn', Garamond, 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;
    font: 0.8rem/100% 'Vollkorn', Garamond, Serif;
}

.enthver {
    font: 0.7rem/100% 'Vollkorn', Garamond, Serif;
}

.stream {
    padding: 5px;
    height: 25px;
    width: 100px;
    margin-right: 10px;
}


