-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotify.css
More file actions
99 lines (89 loc) · 1.63 KB
/
notify.css
File metadata and controls
99 lines (89 loc) · 1.63 KB
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
91
92
93
94
95
96
97
98
99
span{
font-weight: bold;
}
.info, .sucess, .warn, .error, .validation, .subdiv, .subdiv2, .info2, .sucess2, .error2, .warn2, .dica {
display: block;
text-align: center;
border-radius: 5px;
border: 1px solid;
margin: 5px 0px;
padding: 5px 5px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 14px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.subdiv{
color: #666666;
background-color: #DDDDDD;
}
.subdiv2{
color: #FFFFFF;
background-color: #000000;
}
.warn {
color: #9F6000;
background-color: #FEEFB3;
}
.error {
color: #D8000C;
background-color: #FFBABA;
}
.sucess {
color: #4F8A10;
background-color: #DFF2BF;
}
.info2 {
color: #00529B;
background-color: #BDE5F8;
font-weight: bold;
font-size: 16px;
}
.error2 {
text-decoration: blink;
color: #b8030d;
background-color: #FF7A7A;
font-weight: bold;
font-size: 16px;
}
.sucess2 {
text-decoration: blink;
color: #44760f;
background-color: #cbf2bf;
font-weight: bold;
font-size: 16px;
}
.warn2 {
text-decoration: blink;
/*color: #9F6000;
background-color: #FEEFB3;*/
color: #FF4D00;
background-color: #f7bd7f;
font-weight: bold;
font-size: 16px;
}
.dica {
text-decoration: blink;
color: #8461f7;
background-color: #c7bfff;
font-weight: bold;
}
.spfbl {
display: block;
text-align: center;
border-radius: 5px;
border: 1px solid;
margin: 10px 0px;
padding: 5px 5px;
background-repeat: no-repeat;
background-position: 10px center;
font-size: 14px;
color: #666666;
background-color: #EEEEEE;
}
.left {
text-align: left;
}