Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6ddecabb

Přidáno uživatelem Ondřej Anděl před téměř 4 roky(ů)

Bug #8650: Návrh vzhledu ver 3.

Zobrazit rozdíly:

application/view/style.css
3 3
  src: url('fonts/charis-sil/CharisSILR.ttf') format('truetype');
4 4
}
5 5

  
6
@font-face {
7
  font-family: 'Impacted';
8
  src: url('fonts/impacted/IMPACTED.ttf') format('truetype');
9
}
10

  
6 11
html, body, .container-fluid {
7 12
  height: 100%;
8 13
  font-family: 'Charis', Fallback, sans-serif;
9 14
}
10 15

  
11 16
.app-header {
12
  background-image: linear-gradient( #A5ca79, #376039);
17
  color: #376039;
13 18
  height: 15%;
14 19
}
15 20

  
21
.logo {
22
  height: 80px;
23
}
24

  
16 25
.app-header .title {
17 26
  width: max-content;
18
  font-family: "Georgia, Arial, sans-serif", cursive;
27
  justify-content: center;
28
  font-family: 'Impacted',  Fallback, sans-serif;
19 29
}
20 30

  
21 31
.app-content {
22
  height: 80%;
32
  height: 75%;
23 33
}
24 34

  
25
.app-content .menu {
26
  background-color: #e0e9d8;
27
  border-right: #4B4B4B solid 2px;
35
.menu {
36
  height: 5%;
37
  background-image: linear-gradient( #A5ca79, #376039);
38
  color: white;
28 39
}
29 40

  
30
.app-content .menu a {
31
  color: black;
41
.menu a {
42
  height: 100%;
43
  color: white;
32 44
  background-color: transparent;
33 45
}
34 46

  
35
.app-content .menu a:hover,
36
.app-content .menu a:focus {
37
  background-color: #bde48e;
47
.menu a:hover,
48
.menu a:focus {
49
  background-color: #A5ca79;
38 50
  text-decoration: none;
39
  border-radius: 15px 50px 50px 15px;
40 51
}
41 52

  
42
.app-content .menu .active{
43
  background-color: #A5ca79;
53
.menu .active{
54
  background-image: linear-gradient(#376039, #A5ca79);
44 55
  text-decoration: none;
45
  border-radius: 15px 50px 50px 15px;
46 56
}
47 57

  
48 58
.app-content .content {
49
  background-color: #ecf5e4;
59
  background-color: #f1f1f1;
50 60
  height: 100%;
51 61
  flex-direction: column;
52 62
}
......
54 64
.app-footer {
55 65
  text-align: center;
56 66
  background-image: linear-gradient( #A5ca79, #376039);
67
  color: white;
57 68
  height: 5%;
58 69
}
59 70

  
......
65 76
  background-image: linear-gradient( #A5ca79, #376039);
66 77
}
67 78

  
79
.app-content .content .search-filters {
80
  max-width: none !important;
81
}
82

  
68 83
.app-content .content .search-results {
69 84
  height: 100%;
70 85
  overflow: auto;
71 86
}
72 87

  
73 88
.app-content .content .search-results .action-td {
74
  width: 15%;
89
  width: 13%;
75 90
}
76 91

  
77 92
input, select {

Také k dispozici: Unified diff