X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=static%2Fpackages.css.sed.in;h=18a8b3ba87d101b8582086692738dc4676673766;hp=6e4026659d2bd546415c9594ed413ab4f5fe02dd;hb=0f318fa9ad9d473b543a48f46a7714a11283d300;hpb=53c5c42a5e402b991fd316fcec148f6e5e739f55 diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in index 6e40266..18a8b3b 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; @@ -32,6 +40,10 @@ h1 { margin-left: 1em; margin-right: 1em; } +#screenshot { + display: block; + text-align: center; +} #pmoreinfo { font-size: smaller; margin-left: 1em; @@ -45,6 +57,15 @@ h1 { border-top: thin solid black; } +#impressum { + text-align: left; + float: left; +} + +#sponsorfooter { + text-align: right; +} + /* DESCRIPTIONS @@ -76,18 +97,22 @@ h1 { list-style-type: none; } +#pdeps table ul { + margin: 0; +} + #pdeps ul.uldep, #pdeps ul.uladep { list-style-type: disc; list-style-image: url(http://%SITE%/Pics/dep.gif); } #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); } @@ -125,16 +150,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; @@ -173,7 +188,7 @@ table#pdeplegend, #pdownload table { font-family: monospace; } #pdownload p { - display: inline; + margin-left: 1em; } #pdownloadnotes { @@ -183,6 +198,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; +} /* @@ -290,7 +314,6 @@ table#pdeplegend, #pdownload table { padding-left: 1em; padding-top: 6px; padding-bottom: 4px; - width: 100%; height: auto; text-align: left; background: #DF0451;