summaryrefslogtreecommitdiff
path: root/plugin_manager/skins/larry/plugin_manager_update.css
blob: 65aa7a282c8fa977b0bc365549704778e5a74c1b (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
62
63
64
65
66
.motd{
  z-index: 9997;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 5px;
  border: 1px solid #DEEEFC;
  background-color: #F2F9FF;
  text-align: justify;
  color: #3F70BA;
}

.updatepm{
  z-index: 9998;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  border-radius: 5px;
  padding: 4px;
  -moz-border-radius: 5px;
  border: 1px solid #DEEEFC;
  background: url(download.png) 20px 8px no-repeat #F2F9FF;
  text-align: center;
  color: #3F70BA;
  cursor: pointer;
}

.updatepmrequired{
  z-index: 9999;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  border-radius: 5px;
  padding: 4px;
  -moz-border-radius: 5px;
  border: 1px solid #FEEBAB;
  background: url(download.png) 20px 8px no-repeat #FEF8E1;
  text-align: center;
  color: #9E660D;
  cursor: pointer;
}

.myrcerror{
  z-index: 9999;
  position: absolute;
  top: 2px;
  margin-left: auto;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  border-radius: 5px;
  padding: 4px;
  -moz-border-radius: 5px;
  background-color: #FF6B61;
  border: 1px solid #FF0800;
  text-align: center;
  color: #733737;
}