]> git.plutz.net Git - serve0/blobdiff - style.css
allow manual grouping
[serve0] / style.css
index c757fdd4c5d21fc2ce983f100de9e517625f670a..391a6da809032322ba5786167043b0ce22920190 100644 (file)
--- a/style.css
+++ b/style.css
@@ -55,13 +55,25 @@ body {
   -padding: 0 .25em;
   margin: 0 .5%;
   margin-bottom: 1em;
+  overflow: hidden;
 }
 
 .itemlist .list img {
-  width: 100%; height: 11em;
+  -width: 1000%; height: 11em;
+  max-width: unset;
   background-color: #111;
-  object-fit: contain;
+  object-fit: cover;
+  transform: translate(-05%, 0);
+  margin-left: 50%;
+}
+.itemlist .list:hover img {
+  animation: thumbscroll 8s steps(10, end) infinite;
+}
+@keyframes thumbscroll {
+  from { transform: translate(-05%, 0);}
+  to   { transform: translate(-105%, 0);}
 }
+
 .itemlist .list label {
   display: block;
   font-weight: bolder;
@@ -243,6 +255,9 @@ body {
   display: block;
   white-space: pre;
 }
+#multitag fieldset [name=newtagn] + label {
+  display: block;
+}
 
 
 /* ====== VIEW PAGE ====== */