aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/stylebase.css3
-rw-r--r--public/css/stylerecord.css66
-rw-r--r--public/css/stylew.css15
3 files changed, 81 insertions, 3 deletions
diff --git a/public/css/stylebase.css b/public/css/stylebase.css
index 92ea674..ff59114 100644
--- a/public/css/stylebase.css
+++ b/public/css/stylebase.css
@@ -46,10 +46,9 @@ form {
section {
padding: 3%;
- line-height: 1.2em;
}
-.edit {
+.edit body {
overflow-y: scroll;
}
diff --git a/public/css/stylerecord.css b/public/css/stylerecord.css
new file mode 100644
index 0000000..9e46c3f
--- /dev/null
+++ b/public/css/stylerecord.css
@@ -0,0 +1,66 @@
+section {
+ padding: 0;
+}
+
+.infobulle {
+ display: none;
+}
+
+.little:hover .infobulle {
+ display: inline-block;
+ position: relative;
+ background-color: white;
+ z-index: 5;
+ top: 5px;
+ width: 300px;
+ font-family: monospace;
+ font-size: 0.9em;
+ line-height: 1.1em;
+}
+
+span.infobulle img {
+ width: 100%;
+}
+
+.grid {
+ display: flex;
+ flex-wrap: wrap;
+ padding: 4%;
+ margin-right: 120px;
+ list-style: none;
+
+}
+
+.little {
+ width: 100px;
+ height: 150px;
+ margin: 10px;
+ background-color: white;
+
+}
+
+.infobulle input[type="text"] {
+ font-family: monospace;
+ font-size: 0.9em;
+ margin: 3px;
+}
+
+img.thumbnail {
+ max-width: 100%;
+ max-height: 100px;
+}
+
+section.gest {
+ padding-bottom: 300px;
+}
+
+input[type="file"] {
+ font-size: 1.3em;
+}
+
+input[type="checkbox"] {
+ width: unset;
+ padding: unset;
+ margin: unset;
+ height: unset;
+} \ No newline at end of file
diff --git a/public/css/stylew.css b/public/css/stylew.css
index 3a414c7..f175036 100644
--- a/public/css/stylew.css
+++ b/public/css/stylew.css
@@ -2,6 +2,7 @@ body {
background-color: #dcdcdceb;
font-family: helvetica, arial, sans-serif;
margin: 0px;
+ overflow: hidden;
}
@@ -52,11 +53,23 @@ form {
section {
text-align: justify;
padding: 3%;
- line-height: 1.2em;
}
.edit {
overflow-y: scroll;
+ height: 100%;
+
+}
+
+.lecture {
+ overflow-wrap: break-word;
+ overflow-y: auto;
+ height: 100%;
+}
+
+.home {
+ overflow-y: scroll;
+ height: 100%;
}
.edit section {