Edge theme (WIP)

This commit is contained in:
OwnedByWuigi 2026-02-28 16:46:59 +00:00
commit c875e8bdfd
1460 changed files with 7545 additions and 212507 deletions

View file

@ -30,7 +30,7 @@
#ifdef XP_MACOSX
inwindowmenu="false"
#else
title="&aboutDialog.title;"
title="About LegacyEngine"
#endif
role="dialog"
aria-describedby="version distribution distributionId communityDesc contributeDesc trademark"
@ -141,7 +141,7 @@
#endif
#else
<description class="text-blurb" id="contributeDesc">
This is an unofficial build of Hydra. For official builds, please go to <label class="text-link" href="https://eclipse.cx/projects/hydra">Eclipse Community website</label>.
LegacyEngine is a custom browser, based on the best of Firefox.
</description>
#endif
</vbox>

View file

@ -6,7 +6,6 @@
html {
font: message-box;
font-size: 100%;
background-color: hsl(0,0%,95%);
color: #000;
height: 100%;
@ -20,6 +19,10 @@ body {
height: 100%;
}
h1 {
font-weight: normal !important
}
input,
button {
font-size: inherit;
@ -31,12 +34,9 @@ a {
text-decoration: none;
}
.spacer {
-moz-box-flex: 1;
}
#topSection {
text-align: center;
margin-top: 100px;
}
#brandLogo {

View file

@ -37,8 +37,7 @@
<body dir="&locale.dir;">
<div class="spacer"/>
<div id="topSection">
<div id="brandLogo"></div>
<h1>Where to next?</h1>
<div id="searchIconAndTextContainer">
<div id="searchIcon"/>
<input type="text" name="q" value="" id="searchText" maxlength="256"
@ -47,24 +46,6 @@
title="&contentSearchSubmit.tooltip;"/>
</div>
</div>
<div class="spacer"/>
<div id="launcher">
<button class="launchButton" id="downloads">&abouthome.downloadsButton.label;</button>
<button class="launchButton" id="bookmarks">&abouthome.bookmarksButton.label;</button>
<button class="launchButton" id="history">&abouthome.historyButton.label;</button>
<button class="launchButton" id="addons">&abouthome.addonsButton.label;</button>
#ifdef MOZ_SERVICES_SYNC
<button class="launchButton" id="sync">&abouthome.syncButton.label;</button>
#endif
#ifdef XP_WIN
<button class="launchButton" id="settings">&abouthome.preferencesButtonWin.label;</button>
#else
<button class="launchButton" id="settings">&abouthome.preferencesButtonUnix.label;</button>
#endif
<div id="restorePreviousSessionSeparator"/>
<button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button>
</div>
</body>
</html>

View file

@ -541,4 +541,4 @@ input[type=button] {
.contentSearchSuggestionTable {
font: message-box;
font-size: 16px;
}
}

View file

@ -67,4 +67,4 @@ const TILES_PRIVACY_LINK = "https://www.mozilla.org/privacy/";
#include customize.js
// Everything is loaded. Initialize the New Tab Page.
gPage.init();
gPage.init();

View file

@ -85,4 +85,4 @@
</body>
<script type="text/javascript;version=1.8" src="chrome://browser/content/contentSearchUI.js"/>
<script type="text/javascript;version=1.8" src="chrome://browser/content/newtab/newTab.js"/>
</html>
</html>