Projekt

Obecné

Profil

Stáhnout (3.42 KB) Statistiky
| Větev: | Revize:
1 d5eddb45 Anděl Ondřej
@font-face {
2
  font-family: 'Charis';
3
  src: url('fonts/charis-sil/CharisSILR.ttf') format('truetype');
4
}
5
6 6ddecabb Anděl Ondřej
@font-face {
7
  font-family: 'Impacted';
8
  src: url('fonts/impacted/IMPACTED.ttf') format('truetype');
9
}
10
11 9a7b1f4c Ondřej Anděl
html, body, .container-fluid {
12
  height: 100%;
13 d5eddb45 Anděl Ondřej
  font-family: 'Charis', Fallback, sans-serif;
14 9a7b1f4c Ondřej Anděl
}
15
16
.app-header {
17 6ddecabb Anděl Ondřej
  color: #376039;
18 51c25d7f Anděl Ondřej
  min-height: 15%;
19 9a7b1f4c Ondřej Anděl
}
20
21 6ddecabb Anděl Ondřej
.logo {
22
  height: 80px;
23 9a7b1f4c Ondřej Anděl
}
24
25
.app-header .title {
26
  width: max-content;
27 6ddecabb Anděl Ondřej
  justify-content: center;
28
  font-family: 'Impacted',  Fallback, sans-serif;
29 9a7b1f4c Ondřej Anděl
}
30
31
.app-content {
32 51c25d7f Anděl Ondřej
  height: calc(80% - 2.5em);
33 9a7b1f4c Ondřej Anděl
}
34
35 d99d8a5b Anděl Ondřej
.required {
36
  color: red;
37
}
38
39 6ddecabb Anděl Ondřej
.menu {
40 51c25d7f Anděl Ondřej
  min-height: 2.5em;
41 6ddecabb Anděl Ondřej
  background-image: linear-gradient( #A5ca79, #376039);
42
  color: white;
43 9a7b1f4c Ondřej Anděl
}
44
45 6ddecabb Anděl Ondřej
.menu a {
46
  height: 100%;
47
  color: white;
48 9a7b1f4c Ondřej Anděl
  background-color: transparent;
49
}
50
51 6ddecabb Anděl Ondřej
.menu a:hover,
52
.menu a:focus {
53
  background-color: #A5ca79;
54 9a7b1f4c Ondřej Anděl
  text-decoration: none;
55
}
56
57 6ddecabb Anděl Ondřej
.menu .active{
58
  background-image: linear-gradient(#376039, #A5ca79);
59 9a7b1f4c Ondřej Anděl
  text-decoration: none;
60
}
61
62
.app-content .content {
63 6ddecabb Anděl Ondřej
  background-color: #f1f1f1;
64 9a7b1f4c Ondřej Anděl
  height: 100%;
65
  flex-direction: column;
66
}
67
68
.app-footer {
69
  text-align: center;
70 a5559649 Anděl Ondřej
  background-image: linear-gradient( #A5ca79, #376039);
71 6ddecabb Anděl Ondřej
  color: white;
72 9a7b1f4c Ondřej Anděl
  height: 5%;
73
}
74
75
.modal-body {
76 8e625871 Anděl Ondřej
  background-color: #f1f1f1;
77 9a7b1f4c Ondřej Anděl
}
78
79
.modal-header, .modal-footer {
80 a5559649 Anděl Ondřej
  background-image: linear-gradient( #A5ca79, #376039);
81 9a7b1f4c Ondřej Anděl
}
82
83 6ddecabb Anděl Ondřej
.app-content .content .search-filters {
84
  max-width: none !important;
85
}
86
87 4a535717 Anděl Ondřej
.app-content .content {
88
  height: 100%;
89
  overflow: auto;
90
}
91
92 9a7b1f4c Ondřej Anděl
.app-content .content .search-results {
93
  height: 100%;
94
  overflow: auto;
95
}
96
97 f20e0b8b Anděl Ondřej
.app-content .content .search-results .action-td {
98 6ddecabb Anděl Ondřej
  width: 13%;
99 9a7b1f4c Ondřej Anděl
}
100 a908ef13 Anděl Ondřej
101 cd67c936 Anděl Ondřej
input, select, textarea {
102 d5eddb45 Anděl Ondřej
  height: 90%;
103 a5559649 Anděl Ondřej
  border-radius: 5px;
104 a908ef13 Anděl Ondřej
  border: 1px solid grey;
105
  margin-left: 2px;
106
  font-size: 14px;
107
  line-height: 20px;
108
  padding: 6px 12px;
109
}
110
111 cd67c936 Anděl Ondřej
textarea {
112
  width: 100%;
113
  resize: none;
114
}
115
116 4779c9ce Anděl Ondřej
.min-wdth {
117
  min-width: 200px;
118
}
119
120 a5559649 Anděl Ondřej
.btn{
121
  background-color: #A5ca79;
122
}
123
124 a908ef13 Anděl Ondřej
select {
125
  padding: 6px 18px 6px 12px;
126
  appearance: none;
127 4779c9ce Anděl Ondřej
  background: url("http://localhost/aswi/application/view/img/select-ico.png") 96% / 20px no-repeat white;
128 a908ef13 Anděl Ondřej
}
129
130
/* Remove default arrow in Internet Explorer 10 and 11 */
131
select::-ms-expand {
132
  display: none;
133
}
134
135
/* Target Internet Explorer 9 to undo the custom arrow */
136
@media screen and (min-width:0\0) {
137
  select {
138
    background: none \9;
139
    padding: 5px \9;
140
  }
141 10e26305 Anděl Ondřej
}
142
143
/*multis. jquery*/
144
.multi-select-container {
145
  min-width: 200px;
146
  display: inline-block;
147
  position: relative;
148
  margin-left: 2px;
149
  font-size: 14px;
150
  line-height: 20px;
151
}
152
153
.multi-select-menu {
154
  position: absolute;
155
  left: 0;
156
  top: 0.8em;
157
  float: left;
158
  min-width: 100%;
159
  background: #fff;
160
  margin: 1em 0;
161
  padding: 0.4em 6px;
162
  border: 1px solid #aaa;
163
  display: none;
164
  z-index: 20;
165
  overflow: hidden scroll;
166
}
167
168
.multi-select-menu input {
169
  margin-right: 0.3em;
170
  vertical-align: 0.1em;
171
}
172
173
.multi-select-button {
174 a5559649 Anděl Ondřej
  border-radius: 5px;
175 10e26305 Anděl Ondřej
  border: 1px solid grey;
176
  display: inline-block;
177
  font-size: 0.875em;
178
  padding: 6px 12px;
179
  min-width: 200px;
180
  max-width: 20em;
181
  white-space: nowrap;
182
  overflow: hidden;
183
  text-overflow: ellipsis;
184
  vertical-align: -0.5em;
185
  background-color: #fff;
186
  cursor: default;
187
}
188
189
.multi-select-button:after {
190
  content: "";
191
  display: inline-block;
192
  width: 0;
193
  height: 0;
194
  border-style: solid;
195
  border-width: 0.4em 0.4em 0 0.4em;
196
  border-color: #333333 transparent transparent transparent;
197
  margin-left: 0.4em;
198
  vertical-align: 0.1em;
199
  float: right;
200
  margin-top: 5%
201
}
202
203
.multi-select-container--open .multi-select-menu { display: block; }