]> git.plutz.net Git - serve0/blobdiff - templates/common.css.sh
cleaned up meta gnerator
[serve0] / templates / common.css.sh
index 0747d0890390510d576647174bbe2d8839e62976..b8c7ec4f9a903ee7c39c286ecce0f5d06eca36c8 100755 (executable)
@@ -29,7 +29,7 @@ body {
   color: #DDD;
 }
 a { color: #EEE; }
-label, .label { font-weight: bold; }
+legend, label, .label { font-weight: bold; }
 
 input.tabhandle { display: none; }
 .tabcontent { display: none; }
@@ -97,7 +97,8 @@ a.clearsearch, a.show, .pagination_nav {
 #advfilter .quicklinks,
 #advfilter .filter,
 #tagger .newtag,
-#tagger input[type=submit] {
+#tagger input[type=submit],
+#preferences > * {
   display: inline-block;
   vertical-align: top;
   margin-top: 1em;
@@ -163,7 +164,7 @@ a.clearsearch, a.show, .pagination_nav {
   vertical-align: top;
   word-wrap: break-word;
 }
-@media (min-width: 480px){#thumblist .thumb{width: 50%;}}
+@media (min-width: 480px){#thumblist .thumb{width: 49.5%;}}
 @media (min-width: 640px){#thumblist .thumb{width: 33%;}}
 @media (min-width: 1024px){#thumblist .thumb{width: 256px;}}
 
@@ -186,21 +187,29 @@ a.clearsearch, a.show, .pagination_nav {
   margin: .75em .5em;
 }
 
-#preferences { display: none; }
-#preferences:target { display: block; z-index: 1; }
-
-#tagger { display: none; }
-#tagger:target {
+#tagger,
+#preferences {
+  display: none;
+}
+#tagger:target,
+#preferences:target {
   display: block;
   z-index: 1;
+  max-height: 100%;
+  overflow-y: scroll;
 }
-
 #tagger .newtag select,
 #tagger .newtag .label{
   display: block;
   width: 10em;
 }
 
+#preferences > fieldset {
+  border: solid 1px;
+  border-radius: .25em;
+}
+#preferences > input { display: block; }
+
 #videoview a.panel {
   position: absolute;
   right: 1em;