-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
58 lines (49 loc) · 859 Bytes
/
index.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
/* Colored Content Boxes */
.box-blue,
.box-gray,
.box-green,
.box-grey,
.box-red,
.box-yellow {
margin: 0 0 10px;
overflow: hidden;
padding: 2px;
-webkit-border-radius: 1px;
border-radius: 5px;
}
.box-blue {
background-color: #d8ecf7;
border: 1px solid #afcde3;
}
.box-gray {
background-color: #e2e2e2;
border: 1px solid #bdbdbd;
}
.box-green {
background-color: #d9edc2;
border: 1px solid #b2ce96;
}
.box-grey {
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
}
.box-red {
background-color: #f9dbdb;
border: 1px solid #e9b3b3;
width: 180px
}
.box-yellow {
background-color: #fef5c4;
border: 1px solid #fadf98;
width: 180px
}
.infoselect {
background-color: #edeeef;
border: 2px solid #686868;
width: 130px
}
.infoselect2 {
background-color: #edeeef;
border: 2px solid #686868;
width: 300px
}