/*

CSS for bookmarked: ainna's favorite fics { ver. 3 }
HTML and CSS Hand-coded by Ainna (c) 2023

Background pattern is by colrizeboks at Pixabay
    https://pixabay.com/users/colrizeboks-34626242/
    Please donate if you can!

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. 

*/













































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

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

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

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.6rem/150% 'Nunito', Verdana, Sans-serif;
    background: #fff url('fics-flowers.jpg') repeat top left;
    color:#60514a;
    height: 100%;
}

a, a:visited, a:active {
    color: #8a9fba; /*#b52b4a; - wine red */
    text-decoration: none;
    border-bottom: 1px dotted #91beab;
}

a:hover {
    color:#75afa2; /*#d6204b; - dark red*/
    text-decoration: none;
}

b, strong, th {
    color: #5b8e80;
}

i, em {
    color: #47676e;
}

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


.corners, #garden, #words, #words ul li, #footer {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, .bq, blockquote, #footer {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}


.shadow, #words ul li {
    -moz-box-shadow: 3px 5px #dcd9c8;
    -webkit-box-shadow: 3px 5px #dcd9c8;
    box-shadow: 3px 5px #dcd9c8;
}


img {
    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: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 {
    background: rgba(238, 245, 238, 0.7);
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.bq, blockquote {
    width: 70%;
    font-size: 0.8rem;
}


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


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


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

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

td, th {
	padding:5px;
	border-bottom:1px dotted #ccc;
}

th {
	background: #e2eaec;
    text-transform: uppercase;
}

.odd {
    background: #a0d3d4;
}

.clearfix {
	clear: both;
}



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

#garden {
    margin: 0 auto;
    margin-top: 30px;
}

#words {
  margin: 0 auto;
  font: 1.4rem/150% 'EB Garamond', Helvetica, Sans-serif;
}

#garden, #words, #footer {
    background: rgba(255, 255, 255, 0.7);
}

.content {
  padding: 10px 20px;
  /*border-top: none;
  overflow-x: hidden;
  overflow-y: auto;*/
  margin: 40px;
  text-align: justify;
}

/*#righttext {
    float: right;
    font: 1rem/50% 'Nunito', Verdana, Sans-serif;
    color: #ae987b;
}*/


/* Style the tab */
.tab {
  overflow: hidden;
  width: 500px;
  float: right;
  margin-top: -50px;
}

/* Style the buttons inside the tab */
.tab button, .tablinks {
  text-transform: uppercase;
  font: 1.4rem/50% 'Raleway', Arial, Sans-serif;
  color: #636817;
  background-color: inherit;
  border: none;
  outline: none;
  padding: 5px 10px;
  margin: 5px;
  transition: 0.3s;
}

.lm {
    color: #6FAD44;
}

.entrymeta {
    font: 0.7rem/100% 'Raleway', Verdana, Sans-Serif;
    color: #627f7b;
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab button, .tablinks, .cursor {
cursor: pointer;
}

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


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

.center {
    text-align:center;
}

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

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

.sitetitle {
    padding: 30px;
}

.sitename {
    color: #728d66;
    font: bold 5rem/40% 'Alex Brush',  Garamond, Serif;
}

.sitesub {
    color: #de8c8a;
    font: 1.7rem/100% 'EB Garamond', Garamond, Serif;
    text-transform: uppercase;
    
}

h1, h2 {
    font: 2.5rem/100% 'Satisfy', Georgia, Serif;
    color: #bbb;
    text-align: center;
    margin-bottom: -1rem;
}

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


#words ul li {
    font: 1rem/120% 'Raleway', Verdana, Sans-Serif;
    color: #aaa;
    /*text-transform: uppercase;*/
    list-style: none;
    padding: 20px;
    /*background: url('arrow.gif') no-repeat 0 20px;*/
    text-align: left; 
    margin-bottom: 20px;
    /*border-bottom: 1px #555 dotted;*/
    border: 2px dashed #ddd;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    /*width: 60%;*/
}

#words ul li:hover {
    background: rgba(255, 255, 255, 0.7);
}


#footer {
    width: 70%;
    margin:0 auto;
    text-align: center;
    color: #627f7b;
    z-index: 3;
    padding: 10px 20px;
    font: 0.7rem/100% 'EB Garamond', Georgia, Serif;
}



