296381978bb4741816347f64c3b6aa6724fc15c2
[atutor.git] / mods / wiki / fragments / css / PlugInstall.css
1 .wiki.PlugInstall .xpi-upload {
2    color: black;
3    background: #aaaacc;
4    border: 2px solid #666699;
5    padding: 3px;
6 }
7 .wiki.PlugInstall .xpi-upload h4 {
8    margin-top: 0px;
9    padding: 2px;
10    background: #666699;
11    color: #ffffff;
12 }
13 .wiki.PlugInstall .xpi-upload td {
14    color: black;
15    background: #9999bb;
16    border: 1px solid #8888aa;
17 }
18
19
20 .wiki.PlugInstall .xpi-settings {
21    color: black;
22    background-color: #ccccdd;
23    border: 2px solid #aaaabb;
24    padding: 3px;
25 }
26 .wiki.PlugInstall .xpi-settings h4 {
27    margin-top: 0px;
28    padding: 2px;
29    background: #888899;
30    color: #ffffff;
31 }
32 .wiki.PlugInstall .xpi-settings td{
33    color: black;
34    background: #bbbbcc;
35    border: 1px solid #aaaabb;
36 }
37 .wiki.PlugInstall td.xs-id {
38    background: #aa99af;
39 }
40 .wiki.PlugInstall td.xs-check {
41    background: #99889f;
42 }
43
44 .wiki.PlugInstall input {
45    background: #bb4444;
46    border-color: #994444;
47    color: #ffffff;
48 }