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

Commit

Permalink
New release - Beta v1.3.4 "Gen6 Update"
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelink committed Jun 8, 2019
1 parent bd92e25 commit 138e797
Show file tree
Hide file tree
Showing 30 changed files with 341 additions and 240 deletions.
18 changes: 11 additions & 7 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,19 @@
*/

::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
background: transparent;
width: 14px;
background-color: var(--color-over);
}

::-webkit-scrollbar-thumb {
background: var(--color-over);
background-color: var(--color-over);
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
::-webkit-scrollbar-corner {
background-color: transparent;
}

::-webkit-input-placeholder {
Expand Down
18 changes: 11 additions & 7 deletions css/bookmarks.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,19 @@
*/

::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
background: transparent;
width: 14px;
background-color: var(--color-over);
}

::-webkit-scrollbar-thumb {
background: var(--color-over);
background-color: var(--color-over);
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
::-webkit-scrollbar-corner {
background-color: transparent;
}

::-webkit-input-placeholder {
Expand Down
92 changes: 56 additions & 36 deletions style.css → css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

@font-face {
font-family: SegMDL2;
src: url(fonts/SegMDL2.ttf);
src: url(../fonts/SegMDL2.ttf);
}

@font-face {
font-family: OpenSans;
src: url(fonts/OpenSans-Semibold.ttf);
src: url(../fonts/OpenSans-Semibold.ttf);
}

:root{
Expand Down Expand Up @@ -95,25 +95,29 @@
}

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

::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: transparent;
width: 14px;
background-color: var(--color-over);
}

::-webkit-scrollbar-thumb {
background: var(--color-over);
background-color: var(--color-over);
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
::-webkit-scrollbar-corner {
background-color: transparent;
}

::-webkit-input-placeholder {
Expand Down Expand Up @@ -290,15 +294,14 @@
left: 4px;
right: 4px;
top: 4px;
height: 40px;
bottom: calc(100% - 40px);
z-index: -100;
}

#drag-zone.maximize {
left: 0;
right: 0;
top: 0;
height: 44px;
}

#titlebar {
Expand All @@ -312,17 +315,13 @@
background-color: var(--color-back);
}

.etabs-tabgroup .title-bar-vr {
float: left;
}

.etabs-tabgroup .title-bar-btn {
margin-top: 4px;
margin-left: 4px;
}

.title-bar-btn {
-webkit-app-region: no-drag;
/* opacity: 0; */
}

#pin-sidebar-btn, #unpin-sidebar-btn {
float: right;
}

.title-bar-btn, #search-input {
Expand Down Expand Up @@ -357,11 +356,23 @@
}

#window-controls {
-webkit-app-region: no-drag;
float: right;
padding: 4px;
}

#window-controls.windows {
#close-btn {
background-color: var(--color-over);
margin: -4px;
margin-left: 0;
padding: 8px;
border-radius: 0;
}

#close-btn:hover {
background-color: var(--color-red);
}

/* #window-controls.windows {
display: grid;
grid-template-columns: repeat(3, 46px);
}
Expand All @@ -387,7 +398,7 @@
}
#window-controls.windows #close-btn:hover span {
color: white;
}
} */

/*
..######..##.....##..######....######...########..######..########.####..#######..##....##..######.
Expand Down Expand Up @@ -487,7 +498,7 @@ body.fullscreen .etabs-views {
}

body.fullscreen .etabs-tabgroup {
display: none;
top: -40px;
}

body.fullscreen #notif-panel {
Expand Down Expand Up @@ -600,7 +611,10 @@ hr {
*/

.etabs-tabgroup {
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 40px;
background-color: var(--color-over);
cursor: default;
Expand Down Expand Up @@ -630,12 +644,12 @@ hr {

.etabs-tab::after {
content: "";
top: 0;
top: 12px;
width: 2px;
height: 40px;
height: 16px;
background-color: var(--color-over);
position: absolute;
right: 0px;
right: 4px;
}

.etabs-tab.active::after, .etabs-tab:hover::after {
Expand Down Expand Up @@ -731,6 +745,7 @@ hr {
}

.etabs-tab-buttons {
transition: 0.25s;
float: right;
transform: scale(0);
}
Expand Down Expand Up @@ -779,10 +794,15 @@ hr {
left: 0;
right: 0;
z-index: -999;
background-color: white;
}

.etabs-views.pinned {
right: 482px;
}

.etab-view {
background-color: white;
/* background-color: white; */
}

/*
Expand Down

0 comments on commit 138e797

Please sign in to comment.