-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbadges.css
72 lines (59 loc) · 1.16 KB
/
badges.css
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
.badges_wizard_rank{
margin: 0 auto;
padding: 5px;
border: 1px solid #ccc;
z-index:1;
text-align: left;
font-size: 14px;
width:100%;
background-color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 2px 5px #666;
-webkit-box-shadow: 0px 2px 5px #666;
box-shadow: 0px 2px 5px #666;
}
.badges_wizard_title {
font-size: 18px;
text-align: center;
margin-bottom: 5px;
color:black;
}
.badges_wizard_img{
vertical-align : middle;
}
.badges_wizard_button {
height: 35px;
border-top: 2px outset black;
}
.badge_previous_button{
float:left;
}
.badge_next_button{
float:right;
}
.badges_wizard{
margin: 0 auto;
display:table;
padding: 5px;
text-align: left;
font-size: 14px;
width: 900px;
background-color: #fff;
}
.badges_wizard_form{
width:auto;
margin: 0 auto;
}
.badges_wizard_form td{
padding: 5px;
}
.badges_wizard_red{
margin-left: 5px;
color:red;
}
.badges_wizard_info{
border : 2px solid #ccc;
background-color: #fff;
}