-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmain.css
More file actions
112 lines (87 loc) · 1.97 KB
/
main.css
File metadata and controls
112 lines (87 loc) · 1.97 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
body {
}
h2 {
text-align: center;
font-family:verdana
}
#divcurrdata {
margin-left: 12px;
margin-right: 12px;
}
#currdata {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#currdata td, #currdata th {
border: 1px solid #ddd;
padding: 8px;
}
#currdata tr:nth-child(even){background-color: #f2f2f2;}
#currdata tr:hover {background-color: #ddd;}
#currdata th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #CB4335;
color: white;
}
#nomeetings {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
background-color: #CB4335;
color: white;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.seldate {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#selectserver {
width: 700px;
text-align: left;
font-size: 1em;
margin-left: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#secret {
width: 200px;
font-size: 1em;
margin-left: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.select2-selection__choice, .select2-results__option, .select2-results__option--highlighted {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#datepicker, #datepicker1 {
font-size: 1em;
}
#but {
padding:5px 15px;
background:#ccc;
border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 1.2em;
font-size: 1em;
margin-left: 20px;
}
.sel{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding-left: 20px;
}
#hidden {
visibility: hidden;
}
#version {
text-align: center;
color: #dddddd;
font-style: italic;
}