2024-05-13 21:09:41 -04:00
|
|
|
/* Style for the 3-column layout */
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Style for hamburger menu */
|
|
|
|
|
|
|
|
.inner {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
align-items: stretch;
|
|
|
|
align-content: flex-start;
|
2024-05-23 17:40:41 -04:00
|
|
|
max-width: 1060px;
|
2024-05-13 21:09:41 -04:00
|
|
|
/* Adjust to your desired width */
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ref-tab {
|
|
|
|
width: 60px;
|
2024-06-23 20:13:02 -04:00
|
|
|
padding-top: 55px !important;
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|
|
|
|
|
2024-05-16 01:33:57 -04:00
|
|
|
.ref-tab ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ref-tab ul li {
|
|
|
|
list-style: none;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2024-05-13 21:09:41 -04:00
|
|
|
.tab {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**/
|
|
|
|
.tab button {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
height: 80px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ref {
|
2024-05-29 00:24:05 -04:00
|
|
|
width: 36%;
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ref>div#ref {
|
|
|
|
vertical-align: top;
|
2024-05-23 17:40:41 -04:00
|
|
|
justify-content: flex-start;
|
|
|
|
align-content: flex-start;
|
2024-05-13 21:09:41 -04:00
|
|
|
overflow-y: scroll;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: black solid 1px;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
|
|
|
|
}
|
|
|
|
|
2024-05-16 01:33:57 -04:00
|
|
|
#ref {
|
2024-05-26 22:24:40 -04:00
|
|
|
padding: 3px 3px 3px 3px;
|
2024-05-16 01:33:57 -04:00
|
|
|
}
|
|
|
|
|
2024-05-13 21:09:41 -04:00
|
|
|
#passage {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#newSpeaker {
|
|
|
|
display: none;
|
|
|
|
width: 110px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#newSeries {
|
|
|
|
display: none;
|
|
|
|
width: 110px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fields-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fields-container.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notes {
|
2024-05-29 00:24:05 -04:00
|
|
|
width: 57%
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea#notes {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 14pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notePreview {
|
|
|
|
display: none;
|
|
|
|
overflow-x: scroll;
|
2024-05-26 22:24:40 -04:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notePreview ul,
|
|
|
|
#notePreview ol {
|
|
|
|
list-style-position: inside;
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|
|
|
|
|
2024-05-22 19:43:13 -04:00
|
|
|
#previewBtn.active,
|
2024-05-26 22:24:40 -04:00
|
|
|
#show-hide-btn.active,
|
|
|
|
.tab button.active,
|
|
|
|
#openRefBtn.active {
|
2024-05-22 19:43:13 -04:00
|
|
|
background-color: #f56a6a !important;
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
2024-05-13 21:09:41 -04:00
|
|
|
#note-header-left {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: row;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#note-header-right {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
width: 74%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#note-header-left h2.dirty {
|
|
|
|
color: darkorange;
|
|
|
|
}
|
|
|
|
|
|
|
|
#note-list {
|
|
|
|
display: none;
|
2024-05-26 22:24:40 -04:00
|
|
|
height: 100%;
|
|
|
|
overflow-y: scroll;
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#note-list ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#refQuery {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
2024-05-23 17:40:41 -04:00
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
2024-05-13 21:09:41 -04:00
|
|
|
width: 400px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
2024-05-23 17:40:41 -04:00
|
|
|
div#refQuery #referenceSearch {
|
2024-05-13 21:09:41 -04:00
|
|
|
border: none;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #333;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
width: 150px;
|
|
|
|
height: 25px;
|
|
|
|
cursor: pointer;
|
2024-05-23 17:40:41 -04:00
|
|
|
display: none;
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#passage-popup {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
background-color: #fff;
|
|
|
|
color: black;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
|
|
|
|
width: 300px;
|
|
|
|
height: 300px;
|
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
#save-check {
|
|
|
|
opacity: 0;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 20pt;
|
2024-05-22 19:43:13 -04:00
|
|
|
margin-left: 15px;
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
#save-check.saving {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
#save-check.error {
|
|
|
|
color: red;
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#fields-container input,
|
|
|
|
#fields-container select {
|
2024-05-26 22:24:40 -04:00
|
|
|
width: 32.5%;
|
2024-05-13 21:09:41 -04:00
|
|
|
display: inline-block;
|
2024-05-16 21:00:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#old-notes article p:first-child {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#old-notes article a {
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#old-notes article p:last-child {
|
|
|
|
font-size: 12pt;
|
2024-05-22 19:43:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.inner {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ref h2 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ref {
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
2024-05-26 22:24:40 -04:00
|
|
|
#ref ol,
|
|
|
|
#ref ul {
|
|
|
|
list-style-position: inside;
|
|
|
|
}
|
|
|
|
|
2024-05-22 19:43:13 -04:00
|
|
|
#referenceBook {
|
|
|
|
display: none;
|
2024-05-29 00:24:05 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.recording-link {
|
|
|
|
font-size: 8pt;
|
|
|
|
color: blue;
|
|
|
|
text-decoration: none;
|
2024-06-24 15:43:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.fas-trash-alt {
|
|
|
|
color: red;
|
|
|
|
cursor: pointer;
|
2024-07-02 01:33:24 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-backdrop {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
background-color: #000;
|
|
|
|
opacity: 0.5;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-container {
|
|
|
|
position: absolute;
|
|
|
|
width: 300px;
|
|
|
|
/* adjust this to your desired modal width */
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 20px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-header {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
padding: 10px;
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-secondary {
|
|
|
|
color: #337ab7;
|
2024-05-13 21:09:41 -04:00
|
|
|
}
|