]> git.plutz.net Git - serve0/blobdiff - static/common.css
quicker pagination interface
[serve0] / static / common.css
old mode 100755 (executable)
new mode 100644 (file)
index a995fd6..9b32b52
@@ -70,13 +70,16 @@ textarea {
   text-decoration: none;
 }
 
+.pagination_nav a.previous,
+.pagination_nav a.current,
+.pagination_nav a.next { display: inline; }
 .pagination_nav a.current {
-  display: inline;
   color: #F66;
   font-weight: bold;
 }
 .pagination_nav:hover {
   position: fixed;
+  padding-top: 2.5em;
   bottom: auto;
   text-align: right;
   background-color: #333;
@@ -150,6 +153,9 @@ div.panel {
   overflow: visible;
 }
 
+body.playctl .panel#search,
+body.playctl .panel#foot { padding-right: .25em; }
+
 .panel:target {
   max-height: 100%;
   overflow-y: scroll;
@@ -247,12 +253,20 @@ div.panel {
   margin-left: 1em;
 }
 
-#advfilter .quicklinks {max-width: 100%;}
-#advfilter .quicklinks * {
+#advfilter .quicklinks {width: 100%;}
+
+p.quicklinks { padding-bottom: 3em; }
+p.quicklinks :first-child {width: 100%;}
+p.quicklinks input { display: block; }
+p.quicklinks a {
   display: block;
   word-wrap: break-word;
+  margin-left: 10%;
   margin-bottom: .75em;
+  margin-top: -1.5em;
 }
+p.quicklinks input:checked,
+p.quicklinks input:checked + a { display: none;}
 
 /* == Thumblist == */
 
@@ -361,6 +375,23 @@ div.panel {
 #playctl form button[name="vol"][value="100"],
 #playctl form button[name="vol"][value="0"] { width: 6%;}
 
+span.progress {
+  display: block;
+  position: fixed;
+  bottom: 2.5em;
+  width: 100%; left:0; right: 0;
+  color: white;
+  background-color: black;
+  border-top: 1px solid white;
+  padding: 0;
+  height: 1em;
+}
+span.progress > * {
+  display: block;
+  text-align: center;
+  background-color: #333;
+}
+
 @media (min-width: 460px){
   #playctl form button {
     max-width: 4em;