mikelpint / Startpage

A simple startpage.
https://mikelpint.github.io/Startpage
GNU Affero General Public License v3.0
4 stars 1 forks source link

General #6

Closed ZeroDot1 closed 2 years ago

ZeroDot1 commented 6 years ago

What do you think about adding effects to the design? Screenshot example: bildschirmfoto_2017-11-16_18-46-45

mikelpint commented 6 years ago

It is a good idea. I can also add some animatons.

ZeroDot1 commented 6 years ago

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;

ZeroDot1 commented 6 years ago

https://github.com/mikelpint/Startpage/pull/7

ZeroDot1 commented 6 years ago

If you move your mouse over the search box, it will turn green. I think it'll be better highlighted.

mikelpint commented 6 years ago

Yes, I think so.

ZeroDot1 commented 6 years ago

8

The effects for the search box are ready, try it out.

ZeroDot1 commented 6 years ago

I have more ideas to improve the design even further, I will implement this step by step if they like it.

mikelpint commented 6 years ago

I will create a Gulpfile to make github compile sass automaticaly. This will make the repository lighter and more organised.

ZeroDot1 commented 6 years ago

I'm working on a new menu Screenshot: bildschirmfoto_2017-11-16_21-55-17

mikelpint commented 6 years ago

I will also add a menu for selecting a search engine.

ZeroDot1 commented 6 years ago

New language menu added #9

ZeroDot1 commented 6 years ago

That's a good idea :)

ZeroDot1 commented 6 years ago

with the last updates you deleted the css for the dropdown menu I created, the menu doesn't work as it should anymore, sorry. bildschirmfoto_2017-11-17_00-09-46

.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;
}
mikelpint commented 6 years ago

I will fix it later, sorry.

mikelpint commented 6 years ago

Fixed, sorry for the inconveniences.

mikelpint commented 6 years ago

Is this better? captura de pantalla de 2017-11-17 22-15-34

ZeroDot1 commented 6 years ago

Thanks for the quick fix. Yes, this is very good :)

mikelpint commented 6 years ago

So I will push it.

ZeroDot1 commented 6 years ago

I have tested the start page with smaller monitors and noticed that it is not compatible, see the screenshot: bildschirmfoto_2017-11-17_22-28-11

mikelpint commented 6 years ago

Can you test it, please?

ZeroDot1 commented 6 years ago

So far everything works, only the view on small monitors is not good. bildschirmfoto_2017-11-17_22-58-52

mikelpint commented 6 years ago

It should be fixed now.

ZeroDot1 commented 6 years ago

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>
ZeroDot1 commented 6 years ago

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.
bildschirmfoto_2017-11-17_23-24-00

ZeroDot1 commented 6 years ago

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

ZeroDot1 commented 6 years ago

bildschirmfoto_2017-11-17_23-41-16 bildschirmfoto_2017-11-17_23-41-51

ZeroDot1 commented 6 years ago

The look in Chrome and Firefox is different. bildschirmfoto_2017-11-17_23-51-00

mikelpint commented 6 years ago

Yes, I know. I'm testing it in my mobile phone with Firefox but it doesn't work.

ZeroDot1 commented 6 years ago

Hm, try the one from the link. https://stackoverflow.com/questions/29119290/firefox-footer-with-absolute-position-not-working-no-tables

ZeroDot1 commented 6 years ago

bildschirmfoto_2017-11-18_00-10-33

mikelpint commented 6 years ago

We just need to align it at center now.

ZeroDot1 commented 6 years ago

That looks very good. bildschirmfoto_2017-11-18_00-19-54

mikelpint commented 6 years ago

Do you want to keep it?

ZeroDot1 commented 6 years ago

Yes, that's good.

mikelpint commented 6 years ago

Ok.

mikelpint commented 6 years ago

Well. Goodnight then 😄

ZeroDot1 commented 6 years ago

I also wish you a good night, Good work:)

ZeroDot1 commented 6 years ago

New Urls added & Added the category Shopping for the German page Is the update ok?

ZeroDot1 commented 6 years ago

@mikelpint Please update the style and change it for smaller monitor resolutions and mobile devices.

mikelpint commented 6 years ago

The update is very nice.

mikelpint commented 6 years ago

Ok, I will fix it.

mikelpint commented 6 years ago

It fits well in a 5 inches mobile phone screen.

mikelpint commented 6 years ago

Ups. I didn't say nothing xD

ZeroDot1 commented 6 years ago

I have improved the search, see: #13

@mikelpint Please test the improved search.

mikelpint commented 6 years ago

Sorry for not being active.

mikelpint commented 6 years ago

I have a lot if exams and I spend the few free I have playing video games.

ZeroDot1 commented 6 years ago

No problem, Github and the project are still there tomorrow:)

ZeroDot1 commented 6 years ago

@mikelpint Is it possible to add custom scrollbar styling? https://codepen.io/devstreak/pen/dMYgeO

mikelpint commented 6 years ago

I don't know. I will check it.

ZeroDot1 commented 6 years ago

Thank you :)