X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=style.css;h=bf113a992e1e59f823d31fa42e2407c5c3cd018e;hb=8b6974fad820c642d6b811c336b76d8611367342;hp=c19ee480200b79a12ad803f67262b7f3a38c7d65;hpb=915841ffcd76d15c1a6e503d6b14ec740abeac3e;p=serve0 diff --git a/style.css b/style.css index c19ee48..bf113a9 100644 --- a/style.css +++ b/style.css @@ -27,44 +27,56 @@ body { min-height: 100%; } + +/* ### Main Page Elements ### */ + #navigation{ + position: relative; text-align: center; - background-color: #333; - padding: .25em; border-bottom: 1px solid; + background-color: #333; } -#search { display: inline; } - -a[href="#prefs"] { - position: absolute; - top: 0; right: .25em; - font-size: 1.5em; +#editing, +#multitag { + position: fixed; + bottom: 0; width: 100%; + padding: .25em 0; + border-top: 1px solid; + background-color: #333; } +#search { display: inline; } + +a[href="#prefs"], a[href="#bookmarks"] { position: absolute; - top: 0; left: .25em; + top: 0; + margin: 0 .25em; font-size: 1.5em; } +a[href="#prefs"] { right: 0; } +a[href="#bookmarks"] { left: 0; } -a[href="#advsearch"] { - margin-left: .5em; -} +a[href="#advsearch"] { margin-left: .5em; } a[href="#advsearch"]:before { content: '\25b8'; margin: 0 .5em; } + +/* ### Expandable Drawers ### */ + #prefs, #bookmarks, #multitag, #advsearch { display: block; position: absolute; - height: 0; width: 100%; max-width: 100%; + max-height: 0; width: 100%; max-width: 100%; margin-top: -1px; padding: 0 1em; border: 1px none; overflow: hidden; background-color: #333; z-index: 1; + transition: max-height .5s linear; } #bookmarks { left: 0; width: 30%; @@ -82,7 +94,7 @@ a[href="#advsearch"]:before { #advsearch:target, #multitag:target, #prefs:target, #bookmarks:target { - height: auto; overflow: visible; + max-height: 100em; overflow: visible; } #advsearch:target { border-style: none none solid none; } #prefs:target { border-style: none none solid solid; } @@ -93,16 +105,17 @@ a[href="#advsearch"]:before { #bookmarks a[href="#"], #prefs a[href="#"] { display: block; - position: relative; + position: absolute; top: -2em; line-height: 2em; - margin: 0 -1em -1.5em -1em; padding: 0 .75em; font-weight: bold; background-color: inherit; + left: 0; right: 0; } -#prefs a[href="#"] { text-align: right; } +#prefs a[href="#"] { width: 2.5em; left: auto; } +#bookmarks a[href="#"] { width: 2.5em; right: auto; } #advsearch a[href="#"] { border-bottom: 1px solid; } -#multitag a[href="#"] { top: -1em; line-height: 1em; } +#multitag a[href="#"] { position: normal; border-top: 1px solid;} /* ### Preferences Drawer ### */ @@ -135,6 +148,8 @@ a[href="#advsearch"]:before { #bookmarks label { display: block; font-weight: bold; + word-break: break-word; + overflow: hidden; } #bookmarks a.link { display: inline-block; @@ -148,7 +163,7 @@ a[href="#advsearch"]:before { #advsearch .help { display: block; - margin: -1em .5em 1em .5em; + margin: 1em .5em 1em .5em; padding: .5em 1em; background-color: #444; line-height: 1.5em; @@ -156,7 +171,21 @@ a[href="#advsearch"]:before { #advsearch input.and {display: none;} #advsearch input.and + label {display: none} -#advsearch input.and + label + .select {display: none;} +#advsearch input.and + label + .select { + display: inline-block; + position: relative; + width: 100%; min-width: 0; max-width: 0; + min-height: 12em; + overflow: hidden; + vertical-align: top; + border: none; + transition: max-width .5s linear; +} +#advsearch .submit { + display: inline-block; + width: 100%; + vertical-align: top; +} #advsearch input.and + label:nth-of-type(2), #advsearch input.and:checked + label + .select + input + label { @@ -174,19 +203,38 @@ a[href="#advsearch"]:before { #advsearch input.and:checked + label:nth-of-type(2), #advsearch input.and:checked + label { display: none; } -#advsearch .submit, #advsearch input.and + label + .select:first-of-type, #advsearch input.and:checked + label + .select { - display: inline-block; - position: relative; - width: 19%; + min-width: 200px; max-width: 100%; margin: 0 .5% 1em .5%; - min-width: 200px; - min-height: 12em; - overflow: hidden; - vertical-align: top; + border: 1px solid; } +@media (min-width: 460px){ +#advsearch .submit, +#advsearch input.and + label + .select:first-of-type, +#advsearch input.and:checked + label + .select { + width: 49%; +} } +@media (min-width: 660px){ +#advsearch .submit, +#advsearch input.and + label + .select:first-of-type, +#advsearch input.and:checked + label + .select { + width: 32%; +} } +@media (min-width: 860px){ +#advsearch .submit, +#advsearch input.and + label + .select:first-of-type, +#advsearch input.and:checked + label + .select { + width: 24%; +} } +@media (min-width: 1060px){ +#advsearch .submit, +#advsearch input.and + label + .select:first-of-type, +#advsearch input.and:checked + label + .select { + width: 19%; +} } + #advsearch .submit { min-height: 0; } #advsearch .submit * { width: 50%; } @@ -229,70 +277,64 @@ a[href="#advsearch"]:before { .list { position: relative; display: inline-block; - width: 25%; - min-width: 250px; - padding: .25em; - overflow: none; - word-wrap: break-word; + width: 100%; + padding: .375em; vertical-align: top; - color: black; overflow: hidden; } -.list.dir { - padding: .5em 1em; -} +.list.dir { padding: .5em 1em; } .list:before { position: absolute; top: .25em; left: .25em; bottom: .25em; right: .25em; - z-index: -2; content: ''; + z-index: -2; } -.list.dir:before { background-color: #CCF; } -.list.file:before { background-color: #FDD; } +.list.dir:before { background-color: #CCF; color: black; } +.list.file:before { background-color: #333; } .list.file:first-of-type { clear: left; } .list.file a img{ display: block; width: 100%; min-height: 4em; + border-bottom: 1px solid black; } -.list.file a label{ - position: absolute; - top: 0; padding: .25em .5em; - color: white; - background-color: rgba(0,0,0,.625); +.list.file a + label{ + display: inline-block; + width: 100%; max-height: 2.5em; + margin-right: -10em; + padding: .25em .5em; + word-break: break-word; + background-color: #222; } -.list.file .time, -.list.file .dim, -.list.file .tag, -.list.file label { +.list.file .time, .list.file .dim { + float: right; position: relative; display: inline-block; - margin-top: .125em; -} -.list.file .time, -.list.file .dim { - color: white; - background-color: #004; - padding: .125em .5em; + top: -1.5em; bottom: 1.5; + margin-right: .125em; + padding: .125em .25em; + background-color: rgba(0,0,0,.75); } -.list.file .tag { - color: white; - background-color: #400; + +.list.file .tag, +.list.file input + label { + display: inline-block; + margin: .125em -.125em 0 0; padding: .125em .5em; + color: black; + background-color: #DCC; } .list.file input[type="checkbox"] { display: none; } .list.file input[type="checkbox"] + label { border: 1px solid; - border-radius: .125em; - padding: 0 .25em; - background-color: #FBB; + background-color: #ECC; } .list.file input[type="checkbox"]:checked + label { - background-color: #4F4; + background-color: #8F8; } .itemlist, @@ -301,20 +343,14 @@ a[href="#advsearch"]:before { text-align: center; margin-top: 1em; } +.pagination { margin-bottom: 3em;} .page { display: inline-block; + margin: 0 .125em; padding: .25em .5em; color: black; background-color: #FDD; border: 1px solid; - margin: 0 .125em; -} - -#editing { - width: 100%; - background-color: #333; - border-top: 1px solid; - padding: .25em 0; } #index label:first-of-type { font-weight: bold; } @@ -325,10 +361,15 @@ a[href="#advsearch"]:before { #multitag fieldset{ display: inline-block; - width: 25%; min-width: 250px; + width: 100%; vertical-align: top; padding: 0 .25em; border: none; } + +@media (min-width: 520px) { .list, #multitag fieldset { width: 50%; min-width: 250px; } } +@media (min-width: 760px) { .list, #multitag fieldset { width: 33%; } } +@media (min-width: 1020px){ .list, #multitag fieldset { width: 25%; } } + #multitag fieldset * { width: 100%; } #multitag fieldset button { width: 50%; }