Further navmenu changes for mobile and table usage
This commit is contained in:
parent
0d3cb12430
commit
92fe0a1a47
5
TODO.txt
5
TODO.txt
@ -1,7 +1,8 @@
|
||||
0. Only exposure template is supported as of now because of subgal usage (and maybe other new stuff). Should implement at least "light" too!
|
||||
2. Need support for "bullet points" for a gallery - shown below the gallery picture where subgalleries are shown.
|
||||
2. WIP: Need support for "bullet points" for a gallery - shown below the gallery picture where subgalleries are shown.
|
||||
3. Better footer with support to to "ÁSZF" (general agreement terms) and "Adatvédelmi nyilatkozat" (privacy terms) + not CC content!
|
||||
4. WIP: Need a way to add a header box / scroll-stationary box with: Language choices, company email, company phone, face, linkedin, twitter, blog for the company!
|
||||
4. WIP: Need a way to add a header box / scroll-stationary box with: Language choices, company email, company phone, face, linkedin, twitter, blog for the company! (navmenu)
|
||||
4b. Make navmenu mobile friendly and responsive
|
||||
5. Maybe: Way to add a floating logo over the full-image that is above the text so is not darkened
|
||||
6. Maybe: Support for Multiple places for the subgal section and telling how many subgals we want to show (from-to - using indexing or ordering by date) - BETTER ALTERNATIVE: add "subgal_filter_no" in gallery settings and give possiblility to show only elements to that filter!
|
||||
7. "Polaroid" image galleries alongside the usual ones. Also need to be able to fullscreen the images on click as usual. This should not be a CSS-only change or a custom CSS because we should have these galleries alongside the "usual" ones.
|
||||
|
@ -475,6 +475,7 @@ input:checked + .slider:before {
|
||||
#nav p { /* For email and phone for example */
|
||||
color:#FFF;
|
||||
text-align:center;
|
||||
font-size:2.5vw;
|
||||
}
|
||||
|
||||
#nav ul { /*lista stílus igazítás*/
|
||||
@ -498,15 +499,15 @@ input:checked + .slider:before {
|
||||
}
|
||||
|
||||
#nav ul li i { /*betűméret - szélesség (ikonsor)*/
|
||||
font-size:30px;
|
||||
width:40px;
|
||||
font-size:2.8vw;
|
||||
width:3.4vw;
|
||||
}
|
||||
|
||||
#nav ul li a { /*betűméret - menü szöveg*/
|
||||
display:block;
|
||||
padding:15px 30px;
|
||||
padding:1.6vw 3.0vw;
|
||||
color:#FFF;
|
||||
font-size:18px;
|
||||
font-size:2.8vw;
|
||||
text-decoration:none;
|
||||
font-family: Georgia, serif;
|
||||
text-align:center;
|
||||
@ -518,7 +519,7 @@ input:checked + .slider:before {
|
||||
/* almenük elrejtése */
|
||||
#nav ul ul {
|
||||
display: none;
|
||||
position: absolute; top: 80px;
|
||||
position: absolute; top: 60%;
|
||||
}
|
||||
|
||||
/* hover-re megjelenítés */
|
||||
@ -528,7 +529,7 @@ input:checked + .slider:before {
|
||||
|
||||
/* almenük lista nézetben */
|
||||
#nav ul ul li {
|
||||
width:210px;
|
||||
width:40vw;
|
||||
float:none;
|
||||
position: relative;
|
||||
border-bottom:none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user