]> git.plutz.net Git - confetti/blobdiff - templates/therapy.css.sh
do not cover image with sticky note
[confetti] / templates / therapy.css.sh
index d6a0135697c7ad1cd571c6ca4cc8dd27a0f64694..57f35fefa224af7e5f924956a7a8d34b6a258e11 100755 (executable)
@@ -3,6 +3,7 @@
 cat <<EOF
 * { box-sizing: border-box; }
 body {
+  overflow: scroll;
   position: relative;
   width: 100%;
   margin: 0; padding: 0;
@@ -40,9 +41,28 @@ div.patient, div.prescription {
   margin: 0 2%;
 }
 
-div.prescription .insurance{ display: block; margin: .5ex 0 1ex 0; }
+div.prescription span {
+  display: inline-block;
+  width: 50%;
+  margin-right: -.75ex;
+  vertical-align: top;
+}
+div.prescription span label { font-weight: bold; margin-right: 1ex;}
+div.prescription span.prescno,
+div.prescription span.catalogue {
+  width: 33%;
+  font-weight: bold;
+  margin-bottom: .5em;
+  padding: .5ex 1ex;
+}
+
 div.prescription label.checkbox,
-div.prescription label.radio { padding-left: 1.25em; font-size: 1em;}
+div.prescription label.radio {
+  display: block;
+  padding-left: 1.25em;
+  font-size: 1em;
+  margin: .5em 0;
+}
 
 div.prescription label.checkbox:before,
 div.prescription label.radio:before {
@@ -72,45 +92,103 @@ div.prescription label[for=prescreviewed].checked {
   background-color: transparent;
 }
 
+input.stickynote { display:none; }
+input.stickynote + .stickynote {
+  position: fixed;
+  background-color: #FF8;
+  top: 4em; bottom: 4em;
+  left: -4.5em; width: 5em;
+  padding: 1ex;
+  max-height: 90%;
+  z-index: 2;
+}
+input.stickynote + .stickynote > * { display: none; }
+input.stickynote + .stickynote > label {
+  position: absolute;
+  top: 0; bottom: 0;
+  display: block;
+  text-align: right;
+  font-weight: bold;
+}
+input.stickynote + .stickynote:hover {
+  left: -1ex;
+}
+input.stickynote:checked + .stickynote {
+  width: auto;
+  left: 1em;
+  right: 1em;
+}
+input.stickynote:checked + .stickynote > textarea {
+  display: block;
+  position: absolute;
+  left; 0; right: 0; bottom: 0; top: 0;
+  width: 100%; height: 100%;
+  background-color: #FF8;
+  padding: 2em 1em;
+}
+input.stickynote:checked + .stickynote > button {
+  display: block;
+  position: absolute;
+  right: .5ex; bottom: .5ex;
+  z-index: 2;
+}
+input.stickynote:checked + .stickynote > label {
+  display: block;
+  position: static;
+  font-size: 0;
+}
+input.stickynote:checked + .stickynote > label:before {
+  position: absolute;
+  font-size: initial;
+  content: "x";
+  top: .5ex; right: .5ex;
+  padding: .125ex .75ex;
+  background-color: #000;
+  color: #FFF;
+  border-radius: 1ex;
+  z-index: 2;
+}
+
+
 fieldset.color {
-  margin: .5em 2% 0 2%;
+  position: absolute;
+  bottom: 0; right: 0; width: 2em;
+  margin: .5em .5em .125em 2%;
   border: none;
   padding: 0;
 }
+fieldset.color > input.color + label {
+  width: 2em; height: 2em;
+}
 .dotmark {
-  max-width: 96%;
-  margin: .125em 2%; padding: 0;
+  max-width: 90%;
+  margin: .5em 1em .125em 2%; padding: 0;
   text-align: left;
-  border: 1px dotted black;
+  border: 1px solid black;
 }
 .dotmark.ov {
   position: absolute;
-  bottom: 5px; right: 0;
+  left: 0; bottom: .25em;
   z-index: 1;
-  border: none;
 }
+
 @media(min-width: 800px){
   h1, label.tab, div.tab, fieldset.tab,
   div.patient, div.prescription {
     width: 38%;
     margin-right: 0;
   }
-  fieldset.color{
-    position: fixed;
-    max-width: 56%;
-    right: 0;
-    top: 0em;
-  }
+  input.stickynote:checked + .stickynote { right: 50%; }
+  fieldset.color { position: fixed; }
   .dotmark {
     position: fixed;
-    max-width: 56%;
-    max-height: 480px;
-    right: 0;
-    top: 2em;
+    max-width: 52%;
+    max-height: 98%;
+    right: 2em; bottom: .25em;
   }
   .dotmark.ov {
     position: fixed;
-    bottom: auto;
+    right: 2em; left: auto;
   }
 }
 
@@ -170,8 +248,9 @@ label.heading > span.no {
   border: none;
 }
 .tab > .date      { width: 30%; }
-.tab > .therapist { width: 40%; }
-.tab > .signature { width: 10%; }
+.tab > .therapist { width: 30%; }
+.tab > .signature { width: 20%; }
+label.tab > .signature { font-size: .75em; }
 .tab > .signature > button { display: inline-block; margin: 0; }
 /* fieldset.tab > button[type=submit] { width: 5%; text-align: center; margin-left: 5%;} */
 fieldset.tab > button[type=submit] { height: 2em; color: #FFF; font-weight: bold;}
@@ -218,7 +297,7 @@ div.tab > fieldset.note {
 div.tab > fieldset.note > textarea {
   display: block;
   width: 95%; height: 8em;
-  margin: -8em 0 .5em 1.25em;
+  margin: -8em 0 .5em 2em;
   font: normal 1em sans-serif;
 }
 div.tab > fieldset.note > input.color + label { margin: 0; display: block; }