-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
127 lines (114 loc) · 2.18 KB
/
style.css
File metadata and controls
127 lines (114 loc) · 2.18 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {font-family:Segoe UI;}
.intro {
padding:10px;
margin:15px;
border-width: 1;
border-style: solid;
border-radius:5px;
}
.tema {
font-size:large;
text-align:center;
}
.item{
padding:3px;
margin:1px;
font-size: 12px;
}
.group1 {
background-color: #F5EEF8;
border-color: #F5EEF8;
border-width: 0;
border-style: solid;
}
.group2 {
background-color: #DBF9D8;
border-color: #DBF9D8;
border-width: 0;
border-style: solid;
}
.group3 {
background-color: #DCF2FF;
border-color: #DCF2FF;
border-width: 0;
border-style: solid;
}
.group4 {
background-color: #FFEFCA;
border-color: #FFEFCA;
border-width: 0;
border-style: solid;
}
.button {
background-color: #0090A4; /* Green */
border: none;
color: white;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin:3px;
border-radius:5px;
}
.button6 {
background-color: #1F78C1; /* Green */
border: none;
color: white;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin:3px;
border-radius:5px;
}
.button7 {
background-color: #AE71A5; /* Green */
border: none;
color: white;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin:3px;
border-radius:5px;
}
.button8 {
background-color: #733A6B; /* Green */
border: none;
color: white;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin:3px;
border-radius:5px;
}
.button9 {
background-color: #7163B4; /* Green */
border: none;
color: white;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin:3px;
border-radius:5px;
}
.reset {
background-color: #FF8366; /* Green */
border: none;
color: white;
padding: 10px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin:3px;
border-radius:5px;
}
td{vertical-align:top;}