/*

CSS for PRISM POWER: A Sailor Moon Layout Clique [ver. 1]
HTML and CSS Hand-coded by Ainna (c) 2025

"Bishoujo Senshi Sailor Moon" and its characters (c) Naoko Takeuchi.

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=Lavishly+Yours&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

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

/* Track */
::-webkit-scrollbar-track {
  background: #eee; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d6d755; 
  border-radius: 10px;
}

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

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: #eee url(dust.png) repeat;
    font: 1.3rem/150% 'Nunito', Serif;
    color:#555;
    height: 100%;
}

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

a:hover {
    /*color:#964b3a;*/
    color: #025f95;
    background: #fffffb;
    text-decoration: none;
}

b, strong, .sitename {
    color: #a6b13c;
}

em, i {
    color:#f09bb9;
}

u {
    color: #a391be;
}

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;
	/*text-transform: uppercase;*/
	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, .stat {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, input, textarea, select, button, .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, input, textarea, select, button, #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: #f3f4de;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    letter-spacing: 1px;
    width: 75%;
    font-size: 0.8rem;
}


.stat {
    font: 0.9rem/100% 'Nunito', Verdana, Sans-Serif;
    color: #777;
    text-align: center;
    text-transform: uppercase;
}


img {
    border: 10px solid #eee;
    margin: 5px;
    filter:Alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
}

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


#gray {
    margin: 0 auto;
    width: 1020px;
    border: 20px solid #d1c8dd;
    background: #ffffec;
}

#spring {
    background: url('pphdr.jpg') no-repeat;
    width: 1020px;
    height: 580px;
    margin: 0 auto;
}

#words {
  width: 1020px;
  margin: 0 auto;
  font: 1.3rem/150% 'Nunito', Serif;
  position: relative;
  top: -50px;
}


.text {
  padding: 6px 12px;
  margin: 90px;
  text-align: justify;
}

.center, td, th {
    text-align: center;
}



table {
    margin: 0 auto;
	border-collapse:collapse;
    background: inherit;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px; 
}

td, th {
	padding:10px;
	text-align: left;
}

th {
	background: rgba(244, 245, 233, 0.8);
    text-transform: uppercase;
    
}

td {
    border-bottom: 1px dashed #bbb;
}

tr:hover {
 background: rgba(255, 255, 255, 0.4);
}

.odd {
    background: #a0d3d4;
}

.clearfix {
	clear: both;
}


h1 {
    font: 3rem/100% 'Lavishly Yours', Garamond, Serif;
    color: #bbb;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: -1rem;
}

h2 {
    font: 1.3rem/100% 'Nunito', Verdana, Sans-Serif;
    color: #d1c8dd;
    letter-spacing: 3px;
    text-transform: uppercase;
}


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

#members ul li {
    font: 1.2rem/120% 'Nunito', Verdana, Sans-Serif;
    background: url(flowers3.jpg);
    color: #aaa;
    list-style: none;
    padding: 10px;
    text-align: center; 
    margin-bottom: 20px;
    border: 2px dotted #ddd;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}*/

.highlight {
    background: rgba(255, 255, 255, 0.8);
}

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

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


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

#footer, .enthver {
    font: 0.7rem/100% 'Nunito', Verdana, Sans-Serif;
}


#nav {
  width: 100%;
  padding: 10px;
  margin-left: -340px;
  margin-top: -150px;
}

#nav ul {
  text-align: center;
}

#nav ul li {
  display: inline-block;
}

#nav ul li a {
  padding: 12px;
  font: 1.2rem/100% 'Nunito', Verdana, Sans-Serif;
  text-transform:uppercase;
  color: rgba(0, 35, 122, 0.5);
  text-decoration: none;
  display: block;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

#nav ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1) url('natural_white.png') repeat top left;
  color: rgba(0, 35, 122, 0.7);
}



