Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HM100 committed Nov 14, 2021
1 parent 83fd862 commit dfb3849
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/GlobalNavigation.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="evelution-sidebar evelution-navigation global-navigation">
<header class="evelution-sidebar evelution-navigation global-navigation has-daendin">
<div class="upper-links global-navigation__top">
<a class="company link" cpe-tooltip-position="bottom-mobile" cpe-tooltip="{{msg-evelution-documentation}}" href="https://awikia.github.io/SkinEvelution">
<svg xmlns="http://www.w3.org/2000/svg" class="cpe-icon server-off">
Expand Down
4 changes: 2 additions & 2 deletions templates/StickyHeader.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="evelution-minibar full-nav fandom-sticky-header">
<header class="evelution-minibar has-daendin full-nav fandom-sticky-header">
{{#data-logos}}
{{^evelution-nostickylogo}}
<a class="wordmark" href="{{link-mainpage}}">
Expand Down Expand Up @@ -55,7 +55,7 @@
</a>
</header>

<header class="evelution-minibar col-nav fandom-sticky-header">
<header class="evelution-minibar has-daendin col-nav fandom-sticky-header">
<a class="link nav-switch" onclick="ToggleNav()" cpe-tooltip-position="bottom" cpe-tooltip="{{msg-show}}">
<span class="cpe-icon cpe-dropdown__toggle-chevron material-icons cpe-icon-large">
keyboard_arrow_down
Expand Down
4 changes: 3 additions & 1 deletion templates/skin.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span class="page-bor" style="color:var(--page-border-background-color)"></span>
</div>
<div class="gradient-overlay" style="position:absolute; pointer-events:none;"></div>
<div class="invertion-on" style=" pointer-events: none; position: absolute; z-index: -2; width: 100%; height: 100%;"><div class="body-background fandom-community-header__background" style="position:absolute; pointer-events:none;"></div></div>
<div class="invertion-on" style=" pointer-events: none; position: absolute; z-index: -2; width: 100%; height: 100%;"><div class="body-background fandom-community-header__background" style="position:absolute; pointer-events:none;" id="body-background"></div></div>
<div class="body-background-color" style="position:absolute; pointer-events:none;"></div>
<container class="{{^has-server-mode}}home-mode{{/has-server-mode}}{{#has-server-mode}}server-mode{{/has-server-mode}}{{#has-disabled-rail}} no-rail{{/has-disabled-rail}}{{#has-single-header}} single-header{{/has-single-header}}{{#has-forced-full-width}} forced-full{{/has-forced-full-width}}" sticky-rail="{{{html-sticky-rail}}}"> <!--<container> -->
<stickya style="display:block; z-index:100; position:fixed; width:100%"></stickya>
Expand Down Expand Up @@ -65,9 +65,11 @@


<style>
{{#has-custom-font}}
html {
--custom-font:{{{html-custom-fontoo}}}!important;
}
{{/has-custom-font}}
{{#has-no-color-management}}
:root,
:root[visualcolors],
Expand Down

0 comments on commit dfb3849

Please sign in to comment.