]> git.deb.at Git - deb/packages.git/blobdiff - static/packages.css.sed.in
Merge branch 'master' into ubuntu-master
[deb/packages.git] / static / packages.css.sed.in
index 2afe3f3a74af7067af444f1216b12e1faf53df8c..b9af1f41fd05890e4d1b61a65f4a621571276888 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;
@@ -32,17 +40,38 @@ h1 {
        margin-left: 1em;
        margin-right: 1em;
 }
+#screenshot {
+        display: block;
+        text-align: center;
+}
 #pmoreinfo { 
              font-size: smaller;
              margin-left: 1em;
              float: right;
-             background-color: #BBDDFF;
-             border: thin solid #BFC3DC;
+             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;
+}
+
+#impressum {
+    text-align: left;
+    float: left;
+}
+
+#sponsorfooter {
+       text-align: right;
 }
 
 /*
@@ -76,18 +105,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 +158,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;
@@ -248,7 +271,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;
@@ -299,11 +323,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;
 }
@@ -318,9 +342,8 @@ 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 {
 }
@@ -363,7 +386,7 @@ table#pdeplegend, #pdownload table {
 .pvcslink { 
 }
 
-#pnavbar, .pconstantnag, #psitewidemsg {
+.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 */