]> git.deb.at Git - deb/packages.git/blobdiff - static/packages.css.sed.in
Packages::CGI: Remove support for msgs and notes
[deb/packages.git] / static / packages.css.sed.in
index 082abba78112397ac8701632cb659dd0536b642d..7a4d9d3184b62c6e0324da6ea15415312ba78d7f 100644 (file)
@@ -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 {
@@ -315,7 +327,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 */