Skip to content

Commit

Permalink
Added weather support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Koshy committed Jan 5, 2017
1 parent 732513b commit 37da55c
Show file tree
Hide file tree
Showing 53 changed files with 885 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ A minimal new tab page for Chrome

This is essentially a clone of Momentum Dash., which can be found here: https://momentumdash.com/

I made this to add extra personalization and extra features.
I made this to add extra personalization and extra features.

Weather icons by Climacons - http://adamwhitcroft.com/climacons/
33 changes: 32 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,48 @@ body {
overflow-x: hidden;
}

.weather .weather_icon {
max-width: 50px;
max-height: 50px;
filter: invert(1);
}

.weather .weather_icon,
.weather .weather_high,
.weather .weather_low {
display: inline-block;
}

.weather .weather_high {
font-size: 24px;
}

.weather .weather_low {
font-size: 16px;
}

.weather .weather_location_container {
margin-top: -14px;
}

.widget_outer {
position: absolute;
transition: opacity 200ms linear;
opacity: .3;
}

.widget_outer.bottom_right {
padding: 150px 20px 20px 150px;
bottom: 0;
right: 0;
text-align: right;
}

opacity: .3;
.widget_outer.top_right {
padding: 20px 20px 150px 150px;
top: 0;
right: 0;
text-align: right;
}

.widget_outer:hover {
Expand Down
13 changes: 13 additions & 0 deletions icons/weather/0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions icons/weather/1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/weather/10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/weather/11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/weather/12.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/weather/13.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/weather/14.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/weather/15.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/weather/16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/weather/17.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/weather/18.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/weather/19.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 37da55c

Please sign in to comment.