Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Beta v1.5.0 "Responsive Update"
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelink committed Jul 10, 2019
1 parent f5aa193 commit f824a6d
Show file tree
Hide file tree
Showing 60 changed files with 799 additions and 645 deletions.
9 changes: 0 additions & 9 deletions README.md

This file was deleted.

18 changes: 18 additions & 0 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@ hr {
vertical-align: super;
}

/*
....###....########..########.....####..######...#######..##....##
...##.##...##.....##.##.....##.....##..##....##.##.....##.###...##
..##...##..##.....##.##.....##.....##..##.......##.....##.####..##
.##.....##.########..########......##..##.......##.....##.##.##.##
.#########.##........##............##..##.......##.....##.##..####
.##.....##.##........##............##..##....##.##.....##.##...###
.##.....##.##........##...........####..######...#######..##....##
*/

.about-icon {
border-radius: 50%;
padding: 8px;
Expand All @@ -171,6 +181,10 @@ hr {
background-color: var(--color-over);
}

.about-icon:active {
opacity: 0.5;
}

#about-app {
margin: 2px;
display: block;
Expand Down Expand Up @@ -203,6 +217,10 @@ hr {
background-color: var(--color-over);
}

.nav-btn:active {
opacity: 0.5;
}

/*
.########.##.....##.########....########.##....##.########.
....##....##.....##.##..........##.......###...##.##.....##
Expand Down
12 changes: 12 additions & 0 deletions css/bookmarks.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ input:hover, input:focus {
background-color: var(--color-over);
}

.bookmark-options:active {
opacity: 0.5;
}

.bookmark:hover .bookmark-options {
width: 26px;
}
Expand Down Expand Up @@ -291,6 +295,10 @@ input:hover, input:focus {
background-color: var(--color-over);
}

.bookmark-menu-btn:active {
opacity: 0.5;
}

/*
.########..##........#######...######..##....##
.##.....##.##.......##.....##.##....##.##...##.
Expand Down Expand Up @@ -348,6 +356,10 @@ hr {
background-color: var(--color-over);
}

.nav-btn:active {
opacity: 0.5;
}

/*
.########.##.....##.########....########.##....##.########.
....##....##.....##.##..........##.......###...##.##.....##
Expand Down

0 comments on commit f824a6d

Please sign in to comment.