
/*

CSS for THE BOOK LIVES ON: The Kindles Fanlisting [ver. 1]
HTML and CSS Hand-coded by Ainna (c) 2024

Background pattern by colrizeboks:
    https://pixabay.com/illustrations/leaves-flowers-petals-floral-print-7910755

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=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Marck+Script&display=swap');

body {
    margin: 0px;
    padding: 0px;
    background: #d1dcd4 url(leaves.jpg) repeat top left;
    font: 1.3rem/180% 'Literata', Georgia, Serif;
    color:#555;
    height: 100%;
}

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

a:hover {
    color: #877b51;
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

b, strong {
    color: #bf8d8b;
}

em, i {
    color:#b4916e;
}

h1 {
    font: 3rem/100% 'Marck Script', Garamond, Serif;
    color: #c1d08f;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: -1rem;
    text-shadow: 5px 5px 10px #fff;
}

.center {
    text-align:center;
}

#center {
    margin: 0 auto;
}

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

.stats {
    margin: 0 auto;
    padding: 20px;
    color: #777;
    background: #f9f6f0;
    text-align: center;
    text-transform: uppercase;
    font: 0.8rem/120% 'Atkinson Hyperlegible', Verdana, Sans-serif;
    letter-spacing: 1px;
}

img {
    filter:Alpha(opacity=45);
    -moz-opacity:0.45;
    opacity:0.45;
    border:none;
}

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


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

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

#tupperware {
    margin: 0 auto;
    width: 905px;
    padding: 30px;
}

#kindle {
    background: url('PPW5.jpg') no-repeat;
    width: 806px;
    height: 540px;
    margin: 0 auto;
}

#words {
  width: 905px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}

#text {
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
    width: 75%;
}

#menu {
    text-transform: uppercase;
}

#menu a, #menu a:active, #menu a:visited {
  box-shadow: inset 0 0 0 0 #fff;
  color: #aebdb3;
  transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  border-bottom: 0px;
}

#menu a:hover {
  box-shadow: inset 150px 0 0 0 #476545;
  color: #c1d3c7;
}


.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav li {
  display: inline;
}

.nav li a {
  display: inline-block;
  color: #ecd5ba;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  letter-spacing: 2px;
}

.highlight {
    background: #fff;
}


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


.bar {
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    border: 2px dashed #ccc;
    width: 80%;
    font: 0.9rem/130% 'Atkinson Hyperlegible', Helvetica, Sans-serif;
}


#footer {
    margin-top: 7rem;
    padding-bottom: 2rem;
}

.enthver {
    font: 0.5rem/100% 'Atkinson Hyperlegible', Verdana, Sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}