/*

CSS for Fluffy Goodness: The Pancakes Fanlisting [ver. 4]
HTML and CSS Hand-coded by Ainna (c) 2020-2015
    https://love.suga.nu or https://romanced.net
    http://suga.nu | https://tenoh.org | https://minty.nu


Sailor V/Minako Aino is (c) Takeuchi Naoko 1991.

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

Background pattern from Toptal Subtle Patterns.

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. 

*/













































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

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

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

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;
    font: 1.2rem/140% 'Raleway', Sans-Serif;
    background: #c4d3d6 url(bg3.jpg) repeat top left;
    color:#6d6d77;
    height: 100%;
    overflow-x: hidden;
}

a, a:visited, a:active, .tab button {
    color:#41877c;
    text-decoration: none;
}

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

b, strong, label, h2 {
    color: #89957a;
}


del, strike {
    color:#ccc;
}

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

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

input, textarea, select, input[type=submit], input[type=reset] {
    border:1px solid #89957a;
	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%;
}

textarea {
overflow-x: hidden;
overflow-y: hidden;
width: 400px;
height: 200px;
}


.corners, input, textarea, select, button, .bq, .exits, #members ul li, .leftstat {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, input, textarea, select, th, .bq, .stat, #footer, .leftstat, img {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    opacity: 0.65;
}


img:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

img.border {
    -moz-box-shadow: 10px #eee;
    -webkit-box-shadow: 10px #eee;
    box-shadow: 10px #eee;
}


.nbsp {
    margin: 0 3px 2px 0;
}

.bq, blockquote, .leftstat {
    background: rgba(255, 255, 255, 0.4);
    padding: 10px;
}

.stat {
    margin: 0 auto;
    text-align: center;
    font: 12px/100% Verdana, Sans-serif;
    text-transform: lowercase;
    letter-spacing: 1px;
    padding: 10px;
    /*width: 90%;*/
    margin-top: -5px;
    color: #ab7d82;
}

.bignumbers {
    font-size: 250%;
}


.leftstat {
    width: 35%;
    float: left;
    text-align: center;
    padding: 20px;
    margin-right: 20px;
}

.enthver {
    font-size: 9px;
}

#place {
    margin: 0 auto;
    height: 100%;
    width: 818px;
}

#art {
    background: url('pancakes.png') no-repeat;
    width: 818px;
    height: 541px;
    padding: 0;
    margin: 0 auto;
}

#menu, #textcontainer {
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
    padding: 0;
}

#menu {
    margin: 0 auto;
}

#menu ul {
  overflow: hidden;
  list-style-type: none;
}

#menu li {
  background: url(arrow.gif) no-repeat 0 50%;
  padding: 10px;
  float: left;
  display: block;
  margin-right: 10px;
}


#text {
  margin: 20px;
  z-index:2;
}

#text p {
    /*border-bottom: 3px dashed rgba(186, 155, 191, 0.65);*/
    /*background: url('linebg.jpg') top repeat-y;*/
}


#text ul {
    width: 85%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}

#text ul li {
    padding: 2px 0px 2px 25px;
    /*background: url(arrow.gif) no-repeat 0 10px;*/
    text-align: left;
    font-size: 1.1rem;
    line-height: 120%;
}

#members ul {
   columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
}

#members ul li {
    list-style: none;
    padding: 15px;
    font-size: 80%;
    line-height: 80%;
    padding: 5px 0px 2px 15px;
    text-align: left; 
    margin-bottom: 10px;
    border: 1px #fff dotted;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;

}

#members ul li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.country {
    font-size: 70%;
}

.dagger {
    font-family: Serif;
    color: #90b9c9;
}


/* Style the tab */
.tab {
  overflow: hidden;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
}

/* Style the buttons inside the tab */
.tab button, .tablinks, .tablinks a {
  font: 1.3rem/130% 'Bellota Text', Sans-Serif;
  text-transform: uppercase;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1px;
  margin: 2px;
  transition: 0.3s;
}

.amour, .amour a {
    border: 1px #90b9c9 dashed;
} 

.anchor {
    cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #203e64;
}

.goback {
    float: left;
    cursor: pointer;
    margin: 10px 0 10px 0;
}

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


/* Style the tab content */
.tabcontent {
  height: 100%;
  display: none;
  padding: 6px 12px;
  border-top: none;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}


.intro {
    margin-top: 60px;
    font-size: 1.2rem;
    line-height: 140%;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

.tabcontent {
  animation: fadeEffect 0.7s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

h1, h2 {
    font: 30px/100% 'Bad Script', Sans-Serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

h1 {
    color: #90b9c9;
    margin-top: 50px;
    margin-bottom: -10px;
}

h2 {
    font-size: 20px;
    text-align: center;
}


#footer {
    border-top: 1.8px solid #75b3b4;
    width: 47%;
    font: 0.7rem/120% 'Raleway', Sans-serif;
    z-index: 3;
    padding-top: 5px;
    margin-bottom:20px;
    /*padding-left: 10px;*/
    float: left;
}




