This commit is contained in:
David Ralph 2019-12-02 20:22:15 +00:00
parent ec66e8c9f9
commit 97c6fa58d9
16 changed files with 14 additions and 39 deletions

View File

@ -36,7 +36,7 @@ Link: [GitHub Releases](https://github.com/ohlookitsderpy/Mue/releases)
Development/Other: Read the [Development](#development) section.
### Development
<h5>Requirements</h5>
##### Requirements
<ol>
<li><a href='https://git-scm.com'>Git</a> (optional)</li>
<li><a href='https://nodejs.org'>Node.js</a></li>
@ -103,7 +103,7 @@ Once I find a method to do it automatically, I will update this section accordin
## Credits
### Maintainers
[ohlookitsderpy](https://github.com/ohlookitsderpy)
[ohlookitsderpy](https://github.com/ohlookitsderpy) (lead dev)
[TurboMarshmello](https://github.com/TurboMarshmello) (name idea, code contributions)

BIN
assets/logo/logo_banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -5,7 +5,7 @@
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
"version": "0.6",
"browser_action": {
"default_icon": "./android-chrome-512x512.png"
"default_icon": "./extension-icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"

View File

@ -4,7 +4,7 @@
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
"version": "0.6",
"browser_action": {
"default_icon": "./android-chrome-512x512.png"
"default_icon": "./extension-icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"

View File

@ -4,7 +4,7 @@
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
"version": "0.6",
"browser_action": {
"default_icon": "./android-chrome-512x512.png"
"default_icon": "./extension-icon.png"
},
"background": {
"scripts": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,15 +0,0 @@
{
"short_name": "Mue New Tab",
"name": "Fast, open and free-to-use new tab page for most modern browsers.",
"icons": [
{
"src": "favicon-32x32.png",
"sizes": "96x96 64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

View File

@ -4,5 +4,5 @@
@import 'modules/quote';
@import 'modules/search';
@import 'modules/credit';
@import 'modules/navbar';
/*@import 'modules/navbar';*/
@import 'modules/miscellaneous';

View File

@ -55,11 +55,9 @@
padding: 20px;
position: absolute;
z-index: 1;
position: absolute;
bottom: 40px;
left: 60px;
margin-left: -60px;
/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
opacity: 0;
transition: opacity 1s;
}

View File

@ -1,17 +1,19 @@
.navbar1 {
top: 50px;
right: 0px;
%navbar {
position: absolute;
text-align: right;
min-width: 50px;
}
.navbar1 {
@extend navbar;
top: 50px;
right: 0px;
}
.navbar2 {
@extend navbar;
top: 50px;
right: 50px;
position: absolute;
text-align: right;
min-width: 50px;
}
.PizzaIcon {

View File

@ -8,16 +8,6 @@
color: #ffff;
font-family: 'Lexend Deca';
button {
cursor: pointer;
outline: none;
display: inline;
i.material-icons {
text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
}
input[type=text] {
font-size: calc(5px + 1.2vmin);
background: none;