-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
195 lines (171 loc) · 3.99 KB
/
index.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.map-selected {
fill: #e3da37;
}
.map-unselected {
fill: #699eaa;
}
.map-selected:hover,
.map-unselected:hover {
cursor: pointer;
}
.divOrtala{
display: flex;
}
.div {
width: 60%;
margin-top: 40px;
margin-left: 10%;
background: rgb(29,52,128);
background: linear-gradient(45deg, rgba(29,52,128,1) 6%, rgba(64,128,194,1) 35%);
}
.div1 {
margin-left: 10%;
margin-right: 10%;
}
.div1 h3{
color: #ffffff;
font-size: 24px;
font-weight: 500;
font-family: Helvetica Neue LT Pro Bold;
font-style: normal;
text-align: right;
}
.div1 h4{
color: #ffffff;
font-size: 22px;
font-weight: 400;
font-family: Helvetica Neue LT Pro Bold;
font-style: normal;
text-align: left;
float: left;
}
.div2{
padding: 3%;
background-color: #1b1464;
border-radius: 7px;
margin-bottom: 1.5%;
}
.div3 {
padding: 3%;
background-color: #2F579E;
border-radius: 7px;
margin-bottom: 1.5%;
}
.divBayrak{
padding-top: 3%;
margin-bottom: 3%;
display: flex;
}
.img {
width: 15%;
height: 15%;
margin-left: 10px;
float: left;
}
.h2 {
color: #ffffff;
text-align: center;
margin-left: 3%;
}
.divTextArea{
float: left;
margin-top: 40px;
}
.divTextArea input {
border-radius: 15px;
border-color: #2F579E;
padding:7px;
height: 60px;
border-radius:15px;
border:3;
}
.divTextArea button{
background-color: #1b1464;
border-radius: 8px;
border-style: none;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
height: 40px;
line-height: 20px;
list-style: none;
margin: 20px;
outline: none;
padding: 10px 16px;
position: relative;
text-align: center;
text-decoration: none;
transition: color 100ms;
vertical-align: baseline;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
width: 80px;
}
.divTextArea button:hover,
.divTextArea button:focus {
background-color: #2F579E;
}
.styled-table {
border-collapse: collapse;
font-size: 0.9em;
font-family: sans-serif;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
margin-left: 10%;
}
.styled-table thead tr {
background-color: #7bac77;
color: #ffffff;
text-align: center;
}
.styled-table th,
.styled-table td {
padding: 12px 15px;
}
.styled-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
border-bottom: 3px solid #7bac77;
}
.buttonSecimKaldir {
background-color: #c2fbd7;
border-radius: 100px;
box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
color: green;
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
padding: 7px 20px;
text-align: center;
text-decoration: none;
transition: all 250ms;
border: 0;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.buttonSecimKaldir:hover {
box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
}