]> git.deb.at Git - deb/packages.git/blob - static/packages.css
017ab8f22acf0e0354c98a5f83bc8c7801b8f6e4
[deb/packages.git] / static / packages.css
1 #hpacketsearch {
2         display: block;
3         padding-top: 1px;
4         padding-left: 5px;
5         margin-right: 0.2em;
6         margin-left: auto;
7         text-align: left;
8         width: 25em;
9         top: 0em;
10         right: 0em;
11 }
12
13 #hpacketsearch p small {
14         color: #990000;
15         font-size: 0.8em;
16         font-weight: normal;
17 }
18
19 #hpacketsearch p select {
20         font-size: 88%;
21 }
22
23 #hpacketsearch p input {
24         font-size: 88%;
25 }
26
27 /* classes and div names for package pages */
28
29 #pdesc, #pdeps, #pdownload, #pmoreinfo {
30         margin-left: 1em;
31         margin-right: 1em;
32 }
33
34 #pdesc p {
35         text-align: justify;
36 }
37
38 .pdescshort {
39         text-align: left;
40         font-size: large;
41         font-weight: bold;
42 }
43
44 #pdeps table tr td {
45         font-size: 0.9em;
46 }
47
48 #pdeps ul {
49         list-style-type: none;
50         padding-left: 2em;
51 }
52
53 #pdeps li {
54         text-indent: -2em;
55 }
56
57 #pdeps ul.uldep, #pdeps ul.uladep {
58         list-style-type: disc;
59         list-style-image: url(http://packages.debian.org/Pics/dep.gif);
60 }
61
62 #pdeps ul.ulrec, #pdeps ul.ulidep {
63         list-style-type: disc;
64         list-style-image: url(http://packages.debian.org/Pics/rec.gif);
65 }
66
67 #pdeps ul.ulsug {
68         list-style-type: disc;
69         list-style-image: url(http://packages.debian.org/Pics/sug.gif);
70 }
71
72 #pdeps ul.uldep li, #pdeps ul.ulrec li, #pdeps ul.ulsug li, #pdeps ul.uladep li, #pdeps ul.ulidep li {
73         padding-left: 2em;
74 }
75 #pdeps dl {
76         margin: 0;
77 }
78
79 #pdownload p {
80         display: inline;
81 }
82
83
84 #pmoreinfo p {
85         font-size: 0.85em;
86 }
87
88 .pmarker {
89         color: red;
90 }
91 .perror {
92         margin: .2em;
93         background-color: #F99;
94         font-weight: bold;
95         padding: 0.5em;
96         margin: 0;
97 }
98 .pdebug {
99         margin: .2em;
100         font-size: 80%;
101         border: solid thin gray;
102 }
103 .phints {
104         background-color: #FF9;
105         padding: 0.5em;
106         margin: 0;
107 }
108 .pnotes {
109         margin: .2em;
110         border: solid thin black;
111         background-color: #bdf;
112 }
113 .pnotes h2 {
114         color: red;
115 }
116
117 table#pdeplegend, #pdownload table {
118         border-width: 4px;
119         border-color: gray;
120         margin: 0 1em 1em 1em;
121         border-style: ridge;
122         border-collapse: collapse;
123 }
124
125 #pcontentsres table {
126         margin: 0 1em 1em 1em;
127         min-width: 50%;
128         border: 2px gray;
129         border-style: ridge;
130         border-collapse: collapse;
131 }
132 #pcontentsres col, #pcontentsres th, #pdownload th, #pdownload td,
133         #pdeplegend td {
134         border: 2px #BFC3DC;
135         border-style: ridge;
136         padding: 0.1em;
137 }
138 #pcontentsres td.file {
139         font-family: monospace;
140 }
141 #pdownload td {
142         font-size: 0.85em;
143         text-align: center;
144 }
145
146 #pdownload td.size {
147         text-align: right;
148 }
149 #pdownload td.md5sum {
150         font-family: monospace;
151 }
152 #pcontentsres td {
153 /*      font-size: smaller;*/
154         padding: .4em;
155 }
156 #pcontentsres th {
157         text-align: center;
158 }
159 #psearchres h2 {
160         padding: .3em;
161         border-top: solid gray thin;
162         border-bottom: solid gray thin;
163         background-color: #bdf;
164 }
165 #pfilelist pre {
166         border-top: solid #BFC3DC thin;
167         padding: .5em;
168 }
169 .keyword {
170         background-color: #bdf;
171 }