-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
s.css
116 lines (109 loc) · 2.05 KB
/
s.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.swatch, .swatch1, .swatch2, .swatch3, .swatch4 {
min-width: 100px;
text-align: center;
padding: 10px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
font-size: 13px;
line-height: 16px;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.swatch1 {
background-color: #ea0d0d;
color: #fcc7c7;
text-shadow: #ba0a0a 0 -1px 0;
border: 1px solid #a20909;
}
.swatch1:after {
content: "48.43137%";
}
.swatch1:hover:after {
content: "31.01137%";
}
.swatch1:active {
background-color: #d20c0c;
color: #fddfdf;
text-shadow: #a20909 0 -1px 0;
}
.swatch2 {
background-color: #ea850d;
color: #291702;
text-shadow: #f49d36 0 1px 0;
border: 1px solid #a25c09;
}
.swatch2:after {
content: "48.43137%";
}
.swatch2:hover:after {
content: "58.6349%";
}
.swatch2:active {
background-color: #d2770c;
color: black;
text-shadow: #f3911e 0 1px 0;
}
.swatch3 {
background-color: #cbea0d;
color: #232902;
text-shadow: #d9f436 0 1px 0;
border: 1px solid #8ca209;
}
.swatch3:after {
content: "48.43137%";
}
.swatch3:hover:after {
content: "78.2498%";
}
.swatch3:active {
background-color: #b6d20c;
color: black;
text-shadow: #d5f31e 0 1px 0;
}
.swatch4 {
background-color: #0d65ea;
color: #c7dcfc;
text-shadow: #0a50ba 0 -1px 0;
border: 1px solid #0946a2;
}
.swatch4:after {
content: "48.43137%";
}
.swatch4:hover:after {
content: "35.23529%";
}
.swatch4:active {
background-color: #0c5bd2;
color: #dfebfd;
text-shadow: #0946a2 0 -1px 0;
}
.swatch4 {
background-color: #b90dea;
color: #f0c7fc;
text-shadow: #930aba 0 -1px 0;
border: 1px solid #8009a2;
}
.swatch4:after {
content: "48.43137%";
}
.swatch4:hover:after {
content: "35.14588%";
}
.swatch4:active {
background-color: #a60cd2;
color: #f7dffd;
text-shadow: #8009a2 0 -1px 0;
}
.black-white {
background: black;
color: white;
}
.black-white-transparente {
background: rgba(0, 0, 0, 0.8);
color: rgba(255, 255, 255, 0.8);
}