/*-------------------------------------------------------------------------------*/
/* This is a style sheet for all html pages found in "taggerband/Tablet" where	 */
/* individual songs each have a unique  html file (generated by perl script      */
/* showing an audio player for the song above the lyrics and arrangement.        */
/*                                                                               */
/* Last Update: Oct 10, 2025 - Dan Harrison                                      */
/*-------------------------------------------------------------------------------*/

body { 
/* background: #74788b; */
  background:  #DCDCDC;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

html { overflow-y: auto; overflow-x: auto}

/* Formatting for generic HTML5 audio player */
audio {
  width: 96%;
  margin: 2%;
}

.audio-player {
  position: fixed; top: 0em; left: 0em;
  width: 100%;
  height: 5.0em;
  margin: 0em;
  padding: 0em;
  border: 0em;
  outline: none;
  background: #8585ad;
  border-radius: 0.3125em;
  z-index: 1;
}

lyrR {
  font-weight: normal;
  color: #FF0000;
}

lyrG {
  font-weight: bold;
  color: #009933;
}

lyrB {
  font-weight: normal;
  color: #0000FF;
  text-decoration: underline red;
}

title1 {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: #000000;
   text-align: left;
   overflow: visible;
   font-size: 1.2em;
   line-height: 0.9em;
   font-weight: bold;
   position: absolute; 
    top: 0.6em;
    left: 0.5em;
}

menu1{
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: #000000;
   text-align: left;
   overflow: visible;
   font-size: 1.5em;
   line-height: 1.25em;
   font-weight: bold;
   position: absolute; 
    top: o.6em;
    left: 0.5em;
}

.titleContainer {
  background-color:LightSteelBlue;
  z-index: 1;
  position: fixed; 
   top:5em;
   left:0em; 
  height: 2.5em;
  width: 100%;
}

.lyricContainer {
  background-color:none;
   z-index: -1;
  position: absolute;
   top:8em;
   left:0em; 
   width:95%; 
   margin:0em;
}

page1 {
   z-index: -2;
   color: #000000;
   text-align: left;
   overflow: hidden;
   font-size: 1.3em;
   line-height: 1.1em;
   font-weight: bold;
   position: relative;
   left:0.5em; 
   margin:0em;
   padding:0em;
}

page2 {
   z-index: -2;
   color: #000000;
   text-align: left;
   overflow: hidden;
   font-size: 1.3em;
   line-height: 1.1em;
   position: relative;
   left:0.5em; 
   margin:0em;
   padding:0em;
}

page3 {
   z-index: -2;
   color: #000000;
   text-align: left;
   overflow: hidden;
   font-size: 1.3em;
   line-height: 1.1em;
   position: relative;
   left:0.5em; 
   margin:0em;
   padding:0em;
}

.altButtonContainer {
  background-color:LightSteelBlue;
  z-index: 1;
  position: fixed; 
  top: 5.5em;
//  left: 1.0em;
  right: 1.0em;
  height: 1.5em;
  width: 4.5em;
}

.altButton {
  background-color:white;
  box-shadow: 0.12em 0.12em;
  z-index: -1;
  position: relative; 
  top: 0em;
  left: 0em;
  height:1.5em;
  width:4.50em;
}

altButtonText {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  white-space: pre-wrap; /* to support newline char */
  z-index: 1;
  color: black;
  position: absolute; 
  top: 0.3em;
  left: 0.3em;
}

/*---------------------------------------------------------*/
/* All formatting below is copied from "tagger_styles.css" */
/* It's currently unused in taggeband/Tablet               */
/*---------------------------------------------------------*/
ol, ul {
  list-style: none;
  direction: ltr; 
  text-align: left;
  margin:0em;
  padding:0em;
  font-size: 1.3em;
  overflow: auto;
}

li a{
  color:#0;
  display:block;
  background:none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0em;
  margin-left: 0.5em;
  padding:0em;
  font-weight: bold;
}

li a:hover{
  text-decoration:none;
}

.active a {
  color:#3432a2;
  text-decoration:none;
}

/* Formatting for playlist ('playlist' is the 'id' of an unordered list) */
#playlist {
/*  background: #8585ad; */
  background:none;
  position: absolute;
   top:6.5em;
   left:0em; 
   width:100%; 
   height:100%;
  margin: 0em;
  padding: 0em;
  border: 0em;
  outline: none;
/* border-radius:  0.3125em; */
}
