Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 34c0b905

Přidáno uživatelem Jiří Noháč před asi 4 roky(ů)

Issue #7850 @10h

Vytvoreni stranky kategorii podle navrhu rozlozeni dle umelecke specifikace. Stranka po jejimz nacteni zobrazi bubliny reprezentujici konkretni kategorie artefaktu. Kazda bublina ma tri velikosti, dle rozzareni do tri kategorii podle poctu artefaktu v konkretni kategorii. Bubliny jsou nahodne rozhazene po strance, pricemz by se zadne nemely krizit. Co se tyce fontu Avenir Black, je to momentalne reseno primem nainstalovanim fontu do PC a nactenim pres "font-family".

Zobrazit rozdíly:

resources/sass/_custom.scss
1 1
// Ready for custom styling
2

  
3
body
4
{
5
    background-color: $cusBlack;
6
}
7

  
8
.head-title.text-center h1
9
{
10
    color: $cusWhite;
11
    font-family: Avenir;
12
    font-size: 60pt;
13
    font-weight: bold;
14
    letter-spacing: 3px;
15
}
16

  
17
.bouton-image:before
18
{
19
    content: "";
20
    width: 100px;
21
    height: 100px;
22
    display: inline-block;
23
    margin-right: 5px;
24
    vertical-align: text-top;
25
    background-color: transparent;
26
    background-position : center center;
27
    background-repeat:no-repeat;
28
}
29

  
30
.bouton-image
31
{
32
    background-color: transparent;
33
    border-color: transparent;
34
}
35

  
36
.monBouton:before
37
{
38
    background-image : url(../images/Button_Arrow_Small.png);
39
}
40

  
41
.monBouton:hover
42
{
43
    background-color: transparent;
44
    border-color: $cusBrown3;
45
}
46

  
47
.monBouton:focus
48
{
49
    background-color: transparent;
50
    border-color: $cusBrown3;
51
    outline: none !important;
52
    box-shadow: none !important;
53
}
54

  
55
.monBouton:active
56
{
57
    background-color: transparent !important;
58
    border-color: transparent !important;
59
    outline: none !important;
60
    box-shadow: none !important;
61
}
62

  
63
.content {
64
    position: relative;
65
}
66

  
67
//Circle style button
68
.btn-circle.rounded-circle.btn-sm
69
{
70
    position: absolute;
71
    width: 120px;
72
    height: 120px;
73
    padding: 6px 0px;
74
    border-radius: 15px;
75
    font-size: 16px;
76
    text-align: center;
77
    background-color: $cusBlack;
78
    border-color: $cusBrown3;
79
    border-width: 5px;
80
    color:$cusBrown3;
81
    outline: none !important;
82
    box-shadow: none !important;
83
}
84

  
85
.btn-circle.rounded-circle.btn-sm:active
86
{
87
    background-color: $cusBrown2;
88
    border-color: $cusBrown3;
89
    outline: none !important;
90
    box-shadow: none !important;
91
    color:$cusBlack;
92
}
93

  
94
.btn-circle.rounded-circle.btn-dm
95
{
96
    position: absolute;
97
    width: 240px;
98
    height: 240px;
99
    padding: 6px 0px;
100
    border-radius: 15px;
101
    font-size: 16px;
102
    text-align: center;
103
    background-color: $cusBlack;
104
    border-color: $cusBrown3;
105
    color:$cusBrown3;
106
    border-width: 5px;
107
    outline: none !important;
108
    box-shadow: none !important;
109
}
110
.btn-circle.rounded-circle.btn-dm:active
111
{
112
    background-color: $cusBrown2;
113
    border-color: $cusBrown3;
114
    outline: none !important;
115
    box-shadow: none !important;
116
    color:$cusBlack;
117
}
118

  
119
.btn-circle.rounded-circle.btn-xl
120
{
121
    position: absolute;
122
    width: 360px;
123
    height: 360px;
124
    padding: 6px 0px;
125
    border-radius: 15px;
126
    font-size: 16px;
127
    text-align: center;
128
    background-color: $cusBlack;
129
    border-color: $cusBrown3;
130
    color:$cusBrown3;
131
    border-width: 5px;
132
    outline: none !important;
133
    box-shadow: none !important;
134
}
135
.btn-circle.rounded-circle.btn-xl:active
136
{
137
    background-color: $cusBrown2;
138
    border-color: $cusBrown3;
139
    outline: none !important;
140
    box-shadow: none !important;
141
    color:$cusBlack;
142
}
143

  
144
@media only screen and (max-width: 540px)
145
{
146
    .head-title.text-center h1
147
    {
148
        font-size: 45pt;
149
    }
150

  
151
    .btn-circle.rounded-circle.btn-sm
152
    {
153
        width: 90px;
154
        height: 90px;
155
    }
156

  
157
    .btn-circle.rounded-circle.btn-dm
158
    {
159
        width: 130px;
160
        height: 130px;
161
    }
162

  
163
    .btn-circle.rounded-circle.btn-xl
164
    {
165
        width: 180px;
166
        height: 180px;
167
    }
168
}

Také k dispozici: Unified diff