]> git.0d.be Git - pige-extractor.git/blob - pige.css
fix extension handling when using POST
[pige-extractor.git] / pige.css
1 html, body {
2         padding: 0;
3         margin: 0;
4         color: black;
5         background: white;
6 }
7
8 h1 {
9         font-family: monospace;
10         background: #d3fa78;
11         padding: 1ex 1em;
12         border-bottom: 2px outset #92fa78;
13 }
14
15 form {
16         margin: 1em;
17 }
18
19 form p {
20         font-style: italic;
21 }
22
23 #modalOverlay {
24         height:100%;
25         width:100%;
26         position:fixed;
27         left:0;
28         top:0;
29         z-index:3000;
30         background-color: black;
31         cursor:wait;
32 }
33
34 div#status {
35         position:fixed;
36         width:600px;
37         left:50%;
38         margin-left:-300px;
39         z-index:3100;
40         border: 1px solid black;
41         border-color: #333 black black #333;
42         display: none;
43         background: white url(indicator.gif) no-repeat top right;
44         padding: 1em;
45 }
46
47 a img {
48         border: 0;
49 }
50