]> git.plutz.net Git - serve0/blobdiff - templates/common.css.sh
replaced all javascript bits
[serve0] / templates / common.css.sh
index 0ae44a787e78d882943b5b8762c3d1ac8e746970..c9cb0166e6606a2f1c32b9a6516f94717d3db108 100755 (executable)
@@ -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;
@@ -180,10 +179,13 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
   margin-top: .3em;
 }
 
+#tagger { display: none; }
+#tagger:target { display: block; }
 .footer {
   position: fixed;
   min-height: 2em;
   bottom: 0px;
+  width: 100%;
   border-style: solid none none none;
 }
 
@@ -202,14 +204,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;
 }