Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0bc29f1b33 |
5
.github/workflows/main.yml
vendored
Normal file
5
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
@ -1,41 +1,20 @@
|
||||
@-moz-document domain("pillar.alkemics.com"),
|
||||
domain("localstream.alkemics.com") {
|
||||
:root {
|
||||
@-moz-document domain("pillar.alkemics.com") {
|
||||
:root {
|
||||
--stripe-size: 100px;
|
||||
--color1: hsl(205, 84%, 41%);
|
||||
--color1: hsl(205, 70%, 45%);
|
||||
--color2: hsl(205, 70%, 50%);
|
||||
--duration: 1s;
|
||||
--state: paused;
|
||||
--duration: 30s;
|
||||
}
|
||||
|
||||
.AuthLayoutFooter,
|
||||
.Navbar.navbar.Navbar--PPR.bg-inverse {
|
||||
background: repeating-linear-gradient(-45deg, var(--color2) 25%, var(--color2) 50%, var(--color1) 50%, var(--color1) 75%);
|
||||
background-color: var(--color1);
|
||||
.Navbar.navbar.bg-inverse {
|
||||
background: repeating-linear-gradient(-45deg, var(--color2) 25%, var(--color1) 75%);
|
||||
background-size: var(--stripe-size) var(--stripe-size);
|
||||
animation: alkegrad var(--duration) linear 0s infinite normal var(--state);
|
||||
animation: alkegrad var(--duration) linear infinite;
|
||||
}
|
||||
|
||||
.AuthLayoutFooter {
|
||||
--stripe-size: 200px;
|
||||
--duration: 40s;
|
||||
}
|
||||
|
||||
.PageTop>.navbar:not(:only-child) {
|
||||
--state: running;
|
||||
}
|
||||
|
||||
.PageTop>.Loader {
|
||||
visibility: hidden;
|
||||
animation: none;
|
||||
--state: paused;
|
||||
}
|
||||
|
||||
@keyframes alkegrad {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
to {
|
||||
background-position: var(--stripe-size) 0;
|
||||
}
|
||||
|
@ -1,42 +1,25 @@
|
||||
@-moz-document domain("ppr-app.supplierxm.salsify.com"),
|
||||
domain("ppr-admin.alkemics.com"),
|
||||
domain("localstream.alkemics.com") {
|
||||
:root {
|
||||
domain("ppr-admin.alkemics.com") {
|
||||
:root {
|
||||
--stripe-size: 100px;
|
||||
--color1: hsl(194, 71%, 30%);
|
||||
--color2: hsl(194, 77%, 35%);
|
||||
--duration: 1s;
|
||||
--state: paused;
|
||||
--duration: 20s;
|
||||
}
|
||||
|
||||
.AuthLayoutFooter,
|
||||
.Navbar.navbar.Navbar--PPR.bg-inverse {
|
||||
background: repeating-linear-gradient(-45deg, var(--color2) 25%, var(--color2) 50%, var(--color1) 50%, var(--color1) 75%);
|
||||
background-color: var(--color1);
|
||||
background: repeating-linear-gradient(-45deg, var(--color2) 25%, var(--color1) 50%, var(--color1) 75%);
|
||||
background-size: var(--stripe-size) var(--stripe-size);
|
||||
animation: alkegrad var(--duration) linear 0s infinite normal var(--state);
|
||||
animation: alkegrad var(--duration) linear infinite;
|
||||
}
|
||||
|
||||
.AuthLayoutFooter {
|
||||
--stripe-size: 200px;
|
||||
--duration: 40s;
|
||||
}
|
||||
|
||||
.PageTop>.navbar:not(:only-child) {
|
||||
--state: running;
|
||||
}
|
||||
|
||||
.PageTop>.Loader {
|
||||
visibility: hidden;
|
||||
animation: none;
|
||||
--state: paused;
|
||||
}
|
||||
|
||||
@keyframes alkegrad {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
to {
|
||||
background-position: var(--stripe-size) 0;
|
||||
}
|
||||
|
@ -27,7 +27,9 @@ Repeate for each styles you want to enables.
|
||||
* `PRD banner.css`: Change the Production banner and login's footer
|
||||

|
||||
* `Whiter banner.css`: Look & feel, mainly changing text to pure white and the hover and active elements. A _must have_. Works with the others files.
|
||||
* `Sigils.css`: Change the top-right user icon to a Shop or Factory depending on if you are logged as ar Retailer or a Supplier.
|
||||
*  
|
||||
* `Retailers Sigils.css`: Change the top-right user icon to a Shop one, and make it orange. It actually don't know if you are logged as a Retailer or not.
|
||||
* 
|
||||
* `Suppliers Sigils.css`: change the top-right user icon to a Factory one, and make it turquoise. It actually don't know if you are logged as a Manufacturer or not.
|
||||
* 
|
||||
* `Alkessian.less`: Change the black navbar of Jira & Confluence back to the default white one and add slight animations.
|
||||

|
||||
|
9
Retailers Sigils.css
Normal file
9
Retailers Sigils.css
Normal file
@ -0,0 +1,9 @@
|
||||
@-moz-document domain("app.supplierxm.salsify.com"),
|
||||
domain("ppr-app.supplierxm.salsify.com"),
|
||||
domain("ltg-stream.alkemics.com"),
|
||||
domain("int.alkemics.com") {
|
||||
#navbar-profile .dropdown-toggle .mdi-account::before {
|
||||
content: "\F4DC";
|
||||
color: orange;
|
||||
}
|
||||
}
|
14
Sigils.css
14
Sigils.css
@ -1,14 +0,0 @@
|
||||
@-moz-document domain("salsify.com"),
|
||||
domain("salsify.com"),
|
||||
domain("alkemics.com"),
|
||||
domain("alkemics.com") {
|
||||
li.HelpCenter#academy-access ~ li#navbar-profile > a > i.mdi-account::before {
|
||||
content: "\F20F";
|
||||
color: violet;
|
||||
}
|
||||
|
||||
li.HelpCenter:not(#academy-access) ~ li#navbar-profile > a > i.mdi-account::before {
|
||||
content: "\F4DC";
|
||||
color: orange;
|
||||
}
|
||||
}
|
9
Suppliers Sigils.css
Normal file
9
Suppliers Sigils.css
Normal file
@ -0,0 +1,9 @@
|
||||
@-moz-document domain("app.supplierxm.salsify.com"),
|
||||
domain("ppr-app.supplierxm.salsify.com"),
|
||||
domain("ltg-stream.alkemics.com"),
|
||||
domain("int.alkemics.com") {
|
||||
#navbar-profile .dropdown-toggle .mdi-account::before {
|
||||
content: "\F20F";
|
||||
color: turquoise;
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 5.0 KiB |
Reference in New Issue
Block a user