/*

CSS for HOT AND COLD: The Ranma and Akane Fanlisting [ver. 3]
HTML and CSS Hand-coded by Ainna (c) 2019-2020
Part of http://northstar.nu and http://hakanai.net

Fanart by Mayumi Matsumoto, used with permission.
    https://www.deviantart.com/matsumayu 
    https://alphacoders.com/users/profile/158929

Background pattern from Toptal Subtle Patterns.

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

Saotome Ranma and Tendou Akane are characters from RANMA 1/2, created by Takahashi Rumiko.

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: #efefef; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a8c2c9; 
}

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

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.3rem/150% 'Libre Franklin', 'Raleway';
    background: #e1e1dd url(tp.jpg) repeat;
    color:#351f25;
    height: 100%;
}

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

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

b, strong, th {
    color: #85b3c9;
}

i, em {
    color: #6fad93;
}

del, strike {
    color:#bbb;
}

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 #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%;
}

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

.nbsp {
    margin-right: 5px;
}


.corners, input, textarea, select, button {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

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

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

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

.shadow{
    -moz-box-shadow: 10px 8px #dcd9c8;
    -webkit-box-shadow: 10px 8px #dcd9c8;
    box-shadow: 10px 8px #dcd9c8;
}

img:hover {
  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;
}


img.bw {
    filter:Alpha(opacity=90);
    -moz-opacity:0.90;
    opacity:0.90;
    border:none;
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
}

img.bw:hover {
    filter:Alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
    border:none;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: .5s ease;
}

.bq, blockquote {
    width: 50%;
    background-color: #cfd7bc;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

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


.row:after {
  content: "";
  display: table;
  clear: both;
}


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

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

table {
    margin: 0 auto;
}

td, th {
	padding:5px;
}

th {
    text-transform: uppercase;
    text-align:center;
}

.odd {
    background: #a0d3d4;
}

.clearfix {
	clear: both;
}


#top {
    background: url('rnb.jpg') repeat-x top left;
    height: 627px;
}

#gray {
    margin: 0 auto;
    width: 1024px;
}

#vers {
    background: url('hac.jpg') no-repeat;
    width: 679px;
    height: 571px;
    margin-top: -625px;
    margin-left: 180px;
}

#nsnu {
  width: 85%;
  margin: 0 auto;
}


#menu {
    text-align: center;
}

/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button, .tablinks {
  text-transform: uppercase;
  font: italic 1.3rem/120% 'Libre Franklin';
  color: #c9d1b6;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 14px;
  margin: 5px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover, .tablinks:hover {
  color: #c9d1b6;  
  text-shadow: 1px 1px 2px #000;
}


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

.splash {
    margin-left: 0 auto;
    text-align: right;
}

.center {
    text-align:center;
}


.quote {
    font: italic 40px/100% 'Unica One', 'Vollkorn', Georgia, Serif;
    color: #725453;
}

#flnav ul, #flnav ol, #members ul {
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#members ul li {
    margin: 0 auto;
    list-style: none;
    border-bottom: 1px dotted #555;
    padding: 15px 20px;
    background: url('check.gif') no-repeat 0 15px;
    margin: 0px 50px 0px 30px;
}

.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: 2rem/100% 'Libre Franklin', Garamond, Serif;
    color: #75b8ae;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: -0.8rem;
}


#nsnu ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#nsnu ul li {
    padding: 5px 0px 2px 25px;
    background: url(check.gif) no-repeat 0 10px;
    text-align: left;
}

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

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




