X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=static%2Fdebian.css;h=63fb71b625b2bc2b1b3aa23d7dbda3af1a8e8628;hp=71b05ebd699e02ff2ced0eae28abbc657ecd3004;hb=01a3bd7fa1b5d5177313f8b116956a65e737a221;hpb=08f111d6668d5278a64d304fbc3bae6be86e6a94 diff --git a/static/debian.css b/static/debian.css index 71b05eb..63fb71b 100644 --- a/static/debian.css +++ b/static/debian.css @@ -39,6 +39,7 @@ html, body { margin: 0 4px 0 4px; padding: 0; text-align: left; + font-family: Arial, Helvetica, sans-serif; /* min-width: 440px - commented out due to mozilla problems*/ } /* direction directive reverses the navbar, too */ @@ -164,32 +165,6 @@ blockquote.question p span { #cdlogo { } -#hpacketsearch { - display: block; - padding-top: 1px; - padding-left: 5px; - margin-right: 0.2em; - margin-left: auto; - text-align: left; - width: 25em; - top: 0em; - right: 0em; -} - -#hpacketsearch p small { - color: #990000; - font-size: 0.8em; - font-weight: normal; -} - -#hpacketsearch p select { - font-size: 88%; -} - -#hpacketsearch p input { - font-size: 88%; -} - #navbar { /* margin-top: 1em; */ clear: both; @@ -445,73 +420,8 @@ div.righthalf { margin: 0; padding: 0; } -/* classes and div names for package pages */ - -#pdesc, #pdeps, #pdownload, #pmoreinfo { - margin-left: 1em; - margin-right: 1em; -} - -#pdesc p { - text-align: justify; -} - -.pdescshort { - text-align: left; - font-size: large; - font-weight: bold; -} - -#pdeps table tr td { - font-size: 0.9em; -} - -#pdeps ul { - list-style-type: none; - padding-left: 2em; -} - -#pdeps li { - text-indent: -2em; -} - -#pdeps ul.uldep, #pdeps ul.uladep { - list-style-type: disc; - list-style-image: url(http://packages.debian.org/Pics/dep.gif); -} - -#pdeps ul.ulrec, #pdeps ul.ulidep { - list-style-type: disc; - list-style-image: url(http://packages.debian.org/Pics/rec.gif); -} - -#pdeps ul.ulsug { - list-style-type: disc; - list-style-image: url(http://packages.debian.org/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: 2em; -} -#pdeps dl { - margin: 0; -} - -#pdownload p, #pdownload form, #pdownload submit { - display: inline; -} - -#pdownload td { - font-size: 0.85em; - text-align: center; -} - -#pmoreinfo p { - font-size: 0.85em; -} - /* colors for packages, warnings and news in ports */ -.pred, .warning, dt.new, .no { +.warning, dt.new, .no { color: red; /* FF0000 */ } @@ -524,7 +434,7 @@ div.righthalf { .psmalltrademark { color: green; } -#pdownload table, table.ridgetable, table.reltable { +table.ridgetable, table.reltable { border-width: 4px; border-color: gray; margin: 0 1em 1em 1em; @@ -538,9 +448,9 @@ table.vote { border-style: ridge; border-collapse: collapse; } -#pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td, +#pcontentsres col, #pcontentsres th, #pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td, table.reltable td, table.reltable th { - border: 2px gray; + border: 2px #BFC3DC; border-style: ridge; padding: 0.1em; }