Closed ZeroDot1 closed 2 years ago
It is a good idea. I can also add some animatons.
I created the effect for the search field like this.
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
If you move your mouse over the search box, it will turn green. I think it'll be better highlighted.
Yes, I think so.
The effects for the search box are ready, try it out.
I have more ideas to improve the design even further, I will implement this step by step if they like it.
I will create a Gulpfile to make github compile sass automaticaly. This will make the repository lighter and more organised.
I'm working on a new menu Screenshot:
I will also add a menu for selecting a search engine.
New language menu added #9
That's a good idea :)
with the last updates you deleted the css for the dropdown menu I created, the menu doesn't work as it should anymore, sorry.
.dropbtn {
background-color: transparent;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropbtn:hover, .dropbtn:focus {
background-color: transparent;
outline: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: transparent;
min-width: 16px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {
background-color: transparent;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.show {
display: block;
}
I will fix it later, sorry.
Fixed, sorry for the inconveniences.
Is this better?
Thanks for the quick fix. Yes, this is very good :)
So I will push it.
I have tested the start page with smaller monitors and noticed that it is not compatible, see the screenshot:
Can you test it, please?
So far everything works, only the view on small monitors is not good.
It should be fixed now.
The footer overlays the other elements, because I did it that way, can you improve it?
<div align="center" style="position: fixed; left: 0px; bottom: 0px; height: 64px; width: 100%; font-size:10px;">
<a href="https://github.com/mikelpint/Startpage" target="_blank">GitHub - Startpage</a>
<p>Translated by: <a href="https://github.com/mikelpint" target="_blank">Mikel Pintado</a></p>
<br />
</div>
Yes, that's fine with the footer, but now it's shown in the middle of the page when the size of the screen is smaller.
I've been looking, can these links help? https://codepen.io/cbracco/pen/zekgx https://stackoverflow.com/questions/643879/css-to-make-html-page-footer-stay-at-bottom-of-the-page-with-a-minimum-height
The look in Chrome and Firefox is different.
Yes, I know. I'm testing it in my mobile phone with Firefox but it doesn't work.
Hm, try the one from the link. https://stackoverflow.com/questions/29119290/firefox-footer-with-absolute-position-not-working-no-tables
We just need to align it at center now.
That looks very good.
Do you want to keep it?
Yes, that's good.
Ok.
Well. Goodnight then 😄
I also wish you a good night, Good work:)
New Urls added & Added the category Shopping for the German page Is the update ok?
@mikelpint Please update the style and change it for smaller monitor resolutions and mobile devices.
The update is very nice.
Ok, I will fix it.
It fits well in a 5 inches mobile phone screen.
Ups. I didn't say nothing xD
I have improved the search, see: #13
@mikelpint Please test the improved search.
Sorry for not being active.
I have a lot if exams and I spend the few free I have playing video games.
No problem, Github and the project are still there tomorrow:)
@mikelpint Is it possible to add custom scrollbar styling? https://codepen.io/devstreak/pen/dMYgeO
I don't know. I will check it.
Thank you :)
What do you think about adding effects to the design? Screenshot example: