summaryrefslogtreecommitdiffstats
path: root/trunk/etherpad/src/static/css/store/store.css
blob: f228698c6875f244d9af97a975a65741ea7be054 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
div.storepage a.downloadbutton_disabled {
   text-decoration: none;
   display: block;
   padding: .4em;
   margin: 1em;
   font-size: 1.4em;
   width: 270px;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid #ccc;
   background: #eee;
   color: #888;
}

div.storepage a.downloadbutton {
   text-decoration: none;
   display: block;
   padding: .4em;
   margin: 1em;
   font-size: 1.4em;
   width: 270px;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid #333;
   background: #ccc;
}
div.storepage a.downloadbutton:hover {
   background: #ddf;
   cursor: pointer;
}

div.storepage label:hover {
   cursor: pointer;
}

div.storepage div#topmsg {
   border: 1px solid #999;
   background: #dfd;
   font-weight: bold;
   padding: 1em;
}

div.storepage div#errormsg {
   border: 1px solid #f00;
   background: #fee;
   font-weight: bold;
   padding: 1em 2em;
   magin-top: 1em;
   margin-bottom: 1em;
}

#dlsignup {
   border: 1px solid #ccc;
/*   background: #ffefdf; */
   background: #efe;
   padding: 1em 2em;
}

#dlsignup, div#errormsg {
   display: block;
}

#dlsignup p {
   margin: 0;
}

#dlsignup p label {
   display: block;
   margin-top: .7em;
   color: #444;
}

#dlsignup input,
#dlsignup select {
   width: 400px;
}

#dlsignup button {
   margin-top: 1em;
   width: 200px;
   margin-left: 100px;
}

div#processingmsg {
   border: 1px solid #ccc;
   background: #efe;
   padding: 1em 2em;
   font-weight: bold;
   font-size: 1.4em;
}