-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
103 lines (88 loc) · 1.61 KB
/
style.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
/* style.css */
body {
background-color: #99CAF6;
background-image: linear-gradient(to right, #E7F3FF, #99CAF6);
font-family: "Courier New", Courier, monospace;
}
#leftCol {
background-image: linear-gradient(#9AC3FF, #E7F3FF);
position: fixed;
width: 170px;
overflow-y: scroll;
top: 0;
bottom: 0;
background-color: #8DB9FF;
}
#input,
#settings {
float: left;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 50%;
margin-left: auto;
margin-right: auto;
}
td,
th {
border: 1px solid #111011;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.cloud {
width: 150px;
margin-top: 20px;
margin-bottom: -90px;
margin-left: 680px;
margin-right: 680px;
}
.bs-example {
margin-top: 10px;
width: 350px;
margin-left: auto;
margin-right: auto;
}
div {
text-align: center;
}
p {
text-align: center;
vertical-align: middle;
}
.input {
text-align: center;
margin: 100px auto;
}
input[type="submit"] {
padding: 15px 30px;
background: #e7e7e7;
border: none;
border-radius: 1px;
font-family: "Nunito", sans-serif;
font-weight: bold;
font-size: 20px;
}
.input input[type="text"] {
width: 600px;
height: 55px;
padding: 5px 10px;
background: #e7e7e7;
border: none;
border-radius: 1px;
font-family: "Nunito", sans-serif;
font-weight: bold;
font-size: 20px;
}
.card h1 {
padding: 5px 0;
text-align: center;
}
.card p {
text-align: center;
margin: 40px 0;
font-size: 20px;
}