]> git.plutz.net Git - serve0/blobdiff - templates/common.css.sh
merged filter and list page
[serve0] / templates / common.css.sh
index 0ae44a787e78d882943b5b8762c3d1ac8e746970..02d02f3c45815d47680abf2b7175d70b3856be87 100755 (executable)
@@ -106,7 +106,7 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
 
 .panel .filter {
   vertical-align: top;
-  border: solid 1px; border-radius: .25em;
+  border: solid 1px #FFF; border-radius: .25em;
   padding: .25em .5em;
   margin: 0 0 1em 0;
 }
@@ -121,7 +121,6 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
 .panel > .tabhandle:checked + label.tabhandle + .tabcontent { display: inline-block; }
 .panel > .tabhandle:checked + label.tabhandle + .tabcontent + .tabhandle + label{ display: inline-block; }
 .panel > .tabhandle:checked + label.tabhandle + .tabcontent + .tabhandle:checked + label{ display: none; }
-
 .panel .filter .tabcontainer {
   position: relative;
   width: 16em;
@@ -159,6 +158,7 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
   width: 90%;
   padding: 0 .5em;
   margin: auto;
+  margin-bottom: .75em;
   vertical-align: top;
   word-wrap: break-word;
 }
@@ -172,18 +172,28 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
 #thumblist .thumb a {
   display: block;
 }
-#thumblist .thumb a.fake-mp4 {
-  margin-top: .5em;
-}
 #thumblist .thumb a.alt {
   display: inline-block;
   margin-top: .3em;
 }
+#thumblist input {
+  margin: .75em .5em;
+}
 
+#advfilter { display: none; }
+#advfilter:target {
+  display: block;
+  position: absolute;
+  top: 0;
+}
+
+#tagger { display: none; }
+#tagger:target { display: block; z-index: 1; }
 .footer {
   position: fixed;
   min-height: 2em;
   bottom: 0px;
+  width: 100%;
   border-style: solid none none none;
 }
 
@@ -202,14 +212,13 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
   display: block;
 }
 #videoview .videoinfo {
-  display: inline-block;
   width: 39%;
   margin-top: 2em;
 }
 #videoview .videoinfo h2 {
   display: inline;
 } 
-#videoview .videoinfo a.meta:after {
+#videoview .videoinfo .meta:after {
   content: "\A";
   white-space: pre;
 }