]> git.deb.at Git - deb/packages.git/blobdiff - static/debpkg.css
Add positive recognition of the vold volder parts
[deb/packages.git] / static / debpkg.css
index 503fb5b9c802d45f1247a57ee53f693f5f18ee1e..2ebf1849b6376351110d033fff75c718e3f65056 100644 (file)
@@ -22,8 +22,9 @@
 @import url("debian.css");
 
 #footer {
-       padding-left: 52px;
        padding-right: 10px;
+       margin-left: 52px;
+       clear: both; /* added because right sidebar overlaps footer */
 }
 #pnavbar {
        font-size: 0.75em;
        margin: 0 0 10px 0.5em;
        border-left:1px solid #a9abb3;
        font-size: 0.75em;
-       line-height: 2;
+       line-height: 1.5;
 }
 #pmoreinfo a {
        text-decoration: none;
 }
+#pmoreinfo div.screenshot {
+       min-height: 120px;
+}
 #pmoreinfo a:hover {
        text-decoration: underline;
 }
@@ -85,7 +89,6 @@
        background: transparent;
        display:block;
        padding: 1px 3px 1px 0;
-       font-size: 0.75em;
        text-align: right;
 }
 .perror
 }
 .perror p {
        margin-bottom: 0;
+}
 div.warning {
        background-image: url('Pics/admon-warning.png');
 }
@@ -127,22 +131,22 @@ div.warning {
 #pcontentsres {
        margin-bottom: 1.5em;
        }
-#psearchres h3{
+#psearchres ul{
+       margin-top:0;
 }
 #psearchres ul li{
 }
 .file {
        font-family: monospace;
 }
-#pothers {
-       margin-top:0.25em;      
+div#pothers {
+       margin-top:0.25em;
        float: right;
 }
 #pothers a, #pothers strong {
-       margin-left: 1.5em;
 }
 #psearchsug {
-       font-size:      0.75em;
+       font-size: 0.75em;
        margin: 0;
        line-height: 2;
        background-image: url('Pics/reddot.png');
@@ -156,15 +160,11 @@ div.warning {
        margin: 1em 0 1em 0;
        }
 
-/*
- *     Package sidebar
- */
+/* Package sidebar */
 #ptablist {
 }
 
-/*
- *     Package dependencies
- */
+/*     Package dependencies */
 
 #pdeplegend {
        font-weight:bold;
@@ -187,12 +187,20 @@ div.warning {
 }
 #pdeps dt {
 }
+
+#pdeplegend ul.uldep
+, #pdeplegend ul.uladep
+, #pdeplegend ul.ulrec
+, #pdeplegend ul.ulidep
+, #pdeplegend ul.ulsug {
+       margin-left: 0.5em;
+       list-style-position: inside;
+}
+
 #pdeps ul.uldep, #pdeps ul.uladep {
        list-style-type: disc;
        list-style-image: url(Pics/dep.png);
 }
-.uldep dt {
-}
 #pdeps ul.ulrec, #pdeps ul.ulidep {
        list-style-type: square;
        list-style-image: url(Pics/rec.png);
@@ -211,16 +219,19 @@ div.warning {
        border-bottom: 1px solid #a9abb3;
        border-top: 1px solid #a9abb3;
        width: 100%;
-}
-#pdownload td{
-       border-top: 1px solid #a9abb3;
+       font-size: 0.75em;
 }
 #pdeplegend td li {
        padding-left:0;
 }
-#pdeplegend td,#pdeplegend tr,#pdeplegend table,#pdeplegend ul,#pdeplegend li,#pdeplegend tbody {
+#pdeplegend td
+ ,#pdeplegend tr
+ ,#pdeplegend table
+ ,#pdeplegend ul
+ ,#pdeplegend li
+ ,#pdeplegend tbody {
        margin:0;
-       paddding:0;
+       padding:0;
 }
 .pkgreport #pdeplegend td li {
        margin:0.25em 0 0 2em;
@@ -282,3 +293,21 @@ h1 strong.pmarker {
 .psearch-other-hits {
                margin-top: 1em;
 }
+table {
+       border-bottom: 1px solid #a9abb3;
+       border-top: 1px solid #a9abb3;
+       }
+
+td {
+               background-image: url(Pics/greydot.png);
+               background-position: top left;
+               background-repeat: repeat-x;
+}
+th {
+}
+.vold {
+       color: #c70036;
+}
+.volder {
+       color: #c74e6f;
+}