X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=static%2Fpackages.css.sed.in;h=f60f4a46261acef24a778ce7cd89f11c3a894e8b;hb=4c6f8d14803ae5c0af92b5e696363afe0c64f95a;hp=082abba78112397ac8701632cb659dd0536b642d;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac;p=deb%2Fpackages.git diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in index 082abba..f60f4a4 100644 --- a/static/packages.css.sed.in +++ b/static/packages.css.sed.in @@ -1,3 +1,11 @@ +@media handheld, print, projection, screen, tv { + .nonvisual { display: none; } +} + +@media braille, embossed, speech, tty { + .visual { display: none; } +} + #hpacketsearch { display: block; padding-top: 1px; @@ -28,12 +36,29 @@ h1 { clear: both; } -#pdesc, #ptags, #pdeps, #pdownload, #pmoreinfo { +#pdesc, #pbinaries, #ptags, #pdeps, #pdownload { margin-left: 1em; margin-right: 1em; } -#pmoreinfo p { - font-size: 0.85em; +#pmoreinfo { + font-size: smaller; + margin-left: 1em; + float: right; + background-color: white; + color: #5B4832; + border: thin solid #5B4832; + padding: 1em .5em; + width: auto; + max-width: 20%; +} +#pmoreinfo h2 { + border-bottom: none; + color: #5B4832; +} +#pmoreinfo h3 { + border-top: thin solid black; + border-bottom: none; + color: #5B4832; } /* @@ -65,12 +90,11 @@ h1 { #pdeps ul { list-style-type: none; - padding-left: 2em; } -/* #pdeps li { - text-indent: -2em; -} */ +#pdeps table ul { + margin: 0; +} #pdeps ul.uldep, #pdeps ul.uladep { list-style-type: disc; @@ -78,22 +102,20 @@ h1 { } #pdeps ul.ulrec, #pdeps ul.ulidep { - list-style-type: disc; + list-style-type: square; list-style-image: url(http://%SITE%/Pics/rec.gif); } #pdeps ul.ulsug { - list-style-type: disc; + list-style-type: circle; list-style-image: url(http://%SITE%/Pics/sug.gif); } -#pdeps ul.uldep li, #pdeps ul.ulrec li, #pdeps ul.ulsug li, #pdeps ul.uladep li, #pdeps ul.ulidep li { - padding-left: 1em; -} #pdeps dl { margin: 0; } + /* MESSAGES @@ -123,16 +145,6 @@ h1 { margin: 0; clear: both; } -.pnotes { - margin: .2em; - padding: .5em; - border: solid thin black; - background-color: #bdf; - clear: both; -} -.pnotes h2 { - color: red; -} .pconstantnag { max-width: 60em; border: dotted thin red; @@ -171,7 +183,7 @@ table#pdeplegend, #pdownload table { font-family: monospace; } #pdownload p { - display: inline; + margin-left: 1em; } #pdownloadnotes { @@ -181,6 +193,15 @@ table#pdeplegend, #pdownload table { #pdownloadmeta tr { text-align: left; } +#pdownload .vcurrent { + background-color: #bfb; +} +#pdownload .volder { + background-color: #ffb; +} +#pdownload .vold { + background-color: #fbb; +} /* @@ -212,7 +233,6 @@ table#pdeplegend, #pdownload table { font-family: monospace; } #pcontentsres td { -/* font-size: smaller;*/ padding: .4em; } #pcontentsres th { @@ -238,7 +258,8 @@ table#pdeplegend, #pdownload table { padding: .3em; border-top: solid gray thin; border-bottom: solid gray thin; - background-color: #bdf; + background-color: #dbba75; + color: #5B4832; } #psearchres li { margin-top: 1em; @@ -289,11 +310,11 @@ table#pdeplegend, #pdownload table { padding-left: 1em; padding-top: 6px; padding-bottom: 4px; - width: 100%; height: auto; text-align: left; - background: #DF0451; - color: yellow; + background-color: white; + color: #5B4832; + border-bottom: thin solid #5B4832; font-size: smaller; font-weight: bold; } @@ -308,14 +329,51 @@ table#pdeplegend, #pdownload table { margin: 0; white-space: nowrap; } -#pnavbar a { - color: yellow; - text-decoration: none; +#pnavbar a, #pmoreinfo a { + color: #5B4832; } #pnavbar a:hover { } -#pnavbar, .pconstantnag { +#ptablist ul { + display: inline; + list-style-type: none; + padding-left: 0px; + line-height: 1.5em; +} +#ptablist ul li { + display: inline; + margin: 0 .25em; + white-space: nowrap; +} + +.p_js_elem { + font-size: smaller; +} + +#psitewidemsg { + padding: .25em; + text-align: center; +} + +#psitewidemsg.high { + border: 4px #DF0451 ridge; + background-color: yellow; + color: #DF0451; +} + +#psitewidemsg.normal { + border: dotted thin red; +} + +#psitewidemsg.low { + border: solid thin black; +} + +.pvcslink { +} + +.pconstantnag, #psitewidemsg { -moz-border-radius: 15px; /* this goes to the end as the css validator does not like it will be replaced by border-radius with css3 */