X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=static%2Fpackages.css.sed.in;h=0e5ae372f5983f252f5f56b6059c181b8dd3b42e;hp=082abba78112397ac8701632cb659dd0536b642d;hb=1754e06c78f536a2c0271987ccebff78b3027320;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac diff --git a/static/packages.css.sed.in b/static/packages.css.sed.in index 082abba..0e5ae37 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,21 @@ 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: #BBDDFF; + border: thin solid #BFC3DC; + padding: 1em .5em; + width: auto; +} +#pmoreinfo h3 { + border-top: thin solid black; } /* @@ -65,12 +82,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 +94,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 +137,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 +175,7 @@ table#pdeplegend, #pdownload table { font-family: monospace; } #pdownload p { - display: inline; + margin-left: 1em; } #pdownloadnotes { @@ -181,6 +185,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 +225,6 @@ table#pdeplegend, #pdownload table { font-family: monospace; } #pcontentsres td { -/* font-size: smaller;*/ padding: .4em; } #pcontentsres th { @@ -289,7 +301,6 @@ table#pdeplegend, #pdownload table { padding-left: 1em; padding-top: 6px; padding-bottom: 4px; - width: 100%; height: auto; text-align: left; background: #DF0451; @@ -315,7 +326,45 @@ table#pdeplegend, #pdownload table { #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 { +} + +#pnavbar, .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 */