blob: 82789cf511332268279374afc34be2520ca293ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
.mw-mwoauthconsumerregistration-body,
.mw-mwoauthmanageconsumers-body {
background-color: #f0f0f0;
}
.mw-mwoauthmanageconsumers-proposed,
.mw-mwoauthmanagemygrants-proposed,
.mw-mwoauthconsumerregistration-proposed {
background-color: #b7b8e1;
}
.mw-mwoauthmanageconsumers-rejected,
.mw-mwoauthmanagemygrants-rejected,
.mw-mwoauthconsumerregistration-rejected {
background-color: #e1b7ba;
}
.mw-mwoauthmanageconsumers-expired,
.mw-mwoauthmanagemygrants-expired,
.mw-mwoauthconsumerregistration-expired {
background-color: #e1cdb7;
}
.mw-mwoauthmanageconsumers-approved,
.mw-mwoauthmanagemygrants-approved,
.mw-mwoauthconsumerregistration-approved {
background-color: #bae1b7;
}
.mw-mwoauthmanageconsumers-disabled,
.mw-mwoauthmanagemygrants-disabled,
.mw-mwoauthconsumerregistration-disabled {
background-color: #ceb7e1;
}
.mw-mwoauthmanagemygrants-list-item {
margin-bottom: 1em;
}
.mw-mwoautherror-details {
color: #72777d;
font-size: 0.7em;
}
span.mw-grantgroup {
font-weight: bold;
}
.mw-htmlform-field-HTMLInfoField .mw-mwoauth-infotable dt,
.mw-mwoauth-infotable span.mw-grantgroup {
font-weight: normal;
}
/* grant descriptions inside an infotable */
.mw-mwoauth-infotable dl {
margin-top: 0;
}
dl.mw-mwoauth-infotable dl dd {
font-size: 0.9em;
}
|