Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/black/pace-theme-barber-shop.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.pace .pace-progress {
background-color: #000000;
background-color: var(--pace-color, #000000);
position: fixed;
top: 0;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion themes/black/pace-theme-big-counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
font-size: 5rem;
line-height: 1;
text-align: right;
color: rgba(0, 0, 0, 0.19999999999999996);
color: var(--pace-color, rgba(0, 0, 0, 0.19999999999999996));
}
2 changes: 1 addition & 1 deletion themes/black/pace-theme-bounce.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
width: 140px;
height: 140px;
border-radius: 70px;
background: #000000;
background: var(--pace-color, #000000);
position: absolute;
top: 0;
z-index: 1911;
Expand Down
8 changes: 4 additions & 4 deletions themes/black/pace-theme-center-atom.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
content: attr(data-progress-text);
text-align: center;
color: #fff;
background: #000000;
background: var(--pace-color, #000000);
border-radius: 50%;
font-family: "Helvetica Neue", sans-serif;
font-size: 14px;
Expand Down Expand Up @@ -69,7 +69,7 @@

.pace .pace-activity {
border-radius: 50%;
border: 5px solid #000000;
border: 5px solid var(--pace-color, #000000);
content: ' ';
display: block;
position: absolute;
Expand All @@ -81,7 +81,7 @@

.pace .pace-activity:after {
border-radius: 50%;
border: 5px solid #000000;
border: 5px solid var(--pace-color, #000000);
content: ' ';
display: block;
position: absolute;
Expand All @@ -98,7 +98,7 @@

.pace .pace-activity:before {
border-radius: 50%;
border: 5px solid #000000;
border: 5px solid var(--pace-color, #000000);
content: ' ';
display: block;
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion themes/black/pace-theme-center-circle.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
line-height: 6rem;
font-size: 2rem;
border-radius: 50%;
background: rgba(0, 0, 0, 0.8);
background: var(--pace-color, rgba(0, 0, 0, 0.8));
color: #fff;
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
Expand Down
4 changes: 2 additions & 2 deletions themes/black/pace-theme-center-radar.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
display: block;
border-width: 30px;
border-style: double;
border-color: #000000 transparent transparent;
border-color: var(--pace-color, #000000) transparent transparent;
border-radius: 50%;

-webkit-box-sizing: content-box;
Expand All @@ -57,7 +57,7 @@
display: block;
border-width: 10px;
border-style: solid;
border-color: #000000 transparent transparent;
border-color: var(--pace-color, #000000) transparent transparent;
border-radius: 50%;

-webkit-box-sizing: content-box;
Expand Down
4 changes: 2 additions & 2 deletions themes/black/pace-theme-center-simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
height: 5px;
width: 200px;
background: #fff;
border: 1px solid #000000;
border: 1px solid var(--pace-color, #000000);

overflow: hidden;
}
Expand All @@ -44,7 +44,7 @@
right: 100%;
height: 100%;
width: 100%;
background: #000000;
background: var(--pace-color, #000000);
}

.pace.pace-inactive {
Expand Down
2 changes: 1 addition & 1 deletion themes/black/pace-theme-corner-indicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
right: 0;
width: 300px;
height: 300px;
background: #000000;
background: var(--pace-color, #000000);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
Expand Down
2 changes: 1 addition & 1 deletion themes/black/pace-theme-fill-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.pace .pace-progress {
background-color: rgba(0, 0, 0, 0.19999999999999996);
background-color: var(--pace-color, rgba(0, 0, 0, 0.19999999999999996));
position: fixed;
z-index: -1;
top: 0;
Expand Down
8 changes: 4 additions & 4 deletions themes/black/pace-theme-flash.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.pace .pace-progress {
background: #000000;
background: var(--pace-color, #000000);
position: fixed;
z-index: 2000;
top: 0;
Expand All @@ -27,7 +27,7 @@
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #000000, 0 0 5px #000000;
box-shadow: 0 0 10px var(--pace-color, #000000), 0 0 5px var(--pace-color, #000000);
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
Expand All @@ -45,8 +45,8 @@
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #000000;
border-left-color: #000000;
border-top-color: var(--pace-color, #000000);
border-left-color: var(--pace-color, #000000);
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
Expand Down
2 changes: 1 addition & 1 deletion themes/black/pace-theme-flat-top.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
right: 100%;
width: 100%;
height: 10px;
background: #000000;
background: var(--pace-color, #000000);

pointer-events: none;
}
6 changes: 3 additions & 3 deletions themes/black/pace-theme-loading-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
top: 7px;
height: 14px;
font-size: 12px;
background: #000000;
color: #000000;
background: var(--pace-color, #000000);
color: var(--pace-color, #000000);
line-height: 60px;
font-weight: bold;
font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
Expand Down Expand Up @@ -189,7 +189,7 @@
width: 100%;
height: 28px;
z-index: 2001;
box-shadow: inset 0 0 0 2px #000000, inset 0 0 0 7px #FFF;
box-shadow: inset 0 0 0 2px var(--pace-color, #000000), inset 0 0 0 7px #FFF;
border-radius: 10px;
}

Expand Down
10 changes: 5 additions & 5 deletions themes/black/pace-theme-mac-osx.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.pace .pace-progress {
background-color: #000000;
background-color: var(--pace-color, #000000);
position: fixed;
top: 0;
right: 100%;
Expand All @@ -35,10 +35,10 @@
-o-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;

-webkit-box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
-moz-box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
-o-box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
box-shadow: inset -1px 0 #000000, inset 0 -1px #000000, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
-webkit-box-shadow: inset -1px 0 var(--pace-color, #000000), inset 0 -1px var(--pace-color, #000000), inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
-moz-box-shadow: inset -1px 0 var(--pace-color, #000000), inset 0 -1px var(--pace-color, #000000), inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
-o-box-shadow: inset -1px 0 var(--pace-color, #000000), inset 0 -1px var(--pace-color, #000000), inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
box-shadow: inset -1px 0 var(--pace-color, #000000), inset 0 -1px var(--pace-color, #000000), inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
}

.pace .pace-activity {
Expand Down
2 changes: 1 addition & 1 deletion themes/black/pace-theme-material.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/black/pace-theme-minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.pace .pace-progress {
background: #000000;
background: var(--pace-color, #000000);
position: fixed;
z-index: 2000;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion themes/blue/pace-theme-barber-shop.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.pace .pace-progress {
background-color: #2299dd;
background-color: var(--pace-color, #2299dd);
position: fixed;
top: 0;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion themes/blue/pace-theme-big-counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
font-size: 5rem;
line-height: 1;
text-align: right;
color: rgba(34, 153, 221, 0.19999999999999996);
color: var(--pace-color, rgba(34, 153, 221, 0.19999999999999996));
}
2 changes: 1 addition & 1 deletion themes/blue/pace-theme-bounce.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
width: 140px;
height: 140px;
border-radius: 70px;
background: #2299dd;
background: var(--pace-color, #2299dd);
position: absolute;
top: 0;
z-index: 1911;
Expand Down
8 changes: 4 additions & 4 deletions themes/blue/pace-theme-center-atom.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
content: attr(data-progress-text);
text-align: center;
color: #fff;
background: #2299dd;
background: var(--pace-color, #2299dd);
border-radius: 50%;
font-family: "Helvetica Neue", sans-serif;
font-size: 14px;
Expand Down Expand Up @@ -69,7 +69,7 @@

.pace .pace-activity {
border-radius: 50%;
border: 5px solid #2299dd;
border: 5px solid var(--pace-color, #2299dd);
content: ' ';
display: block;
position: absolute;
Expand All @@ -81,7 +81,7 @@

.pace .pace-activity:after {
border-radius: 50%;
border: 5px solid #2299dd;
border: 5px solid var(--pace-color, #2299dd);
content: ' ';
display: block;
position: absolute;
Expand All @@ -98,7 +98,7 @@

.pace .pace-activity:before {
border-radius: 50%;
border: 5px solid #2299dd;
border: 5px solid var(--pace-color, #2299dd);
content: ' ';
display: block;
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion themes/blue/pace-theme-center-circle.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
line-height: 6rem;
font-size: 2rem;
border-radius: 50%;
background: rgba(34, 153, 221, 0.8);
background: var(--pace-color, rgba(34, 153, 221, 0.8));
color: #fff;
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
Expand Down
4 changes: 2 additions & 2 deletions themes/blue/pace-theme-center-radar.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
display: block;
border-width: 30px;
border-style: double;
border-color: #2299dd transparent transparent;
border-color: var(--pace-color, #2299dd) transparent transparent;
border-radius: 50%;

-webkit-box-sizing: content-box;
Expand All @@ -57,7 +57,7 @@
display: block;
border-width: 10px;
border-style: solid;
border-color: #2299dd transparent transparent;
border-color: var(--pace-color, #2299dd) transparent transparent;
border-radius: 50%;

-webkit-box-sizing: content-box;
Expand Down
4 changes: 2 additions & 2 deletions themes/blue/pace-theme-center-simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
height: 5px;
width: 200px;
background: #fff;
border: 1px solid #2299dd;
border: 1px solid var(--pace-color, #2299dd);

overflow: hidden;
}
Expand All @@ -44,7 +44,7 @@
right: 100%;
height: 100%;
width: 100%;
background: #2299dd;
background: var(--pace-color, #2299dd);
}

.pace.pace-inactive {
Expand Down
2 changes: 1 addition & 1 deletion themes/blue/pace-theme-corner-indicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
right: 0;
width: 300px;
height: 300px;
background: #2299dd;
background: var(--pace-color, #2299dd);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
Expand Down
2 changes: 1 addition & 1 deletion themes/blue/pace-theme-fill-left.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.pace .pace-progress {
background-color: rgba(34, 153, 221, 0.19999999999999996);
background-color: var(--pace-color, rgba(34, 153, 221, 0.19999999999999996));
position: fixed;
z-index: -1;
top: 0;
Expand Down
8 changes: 4 additions & 4 deletions themes/blue/pace-theme-flash.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.pace .pace-progress {
background: #2299dd;
background: var(--pace-color, #2299dd);
position: fixed;
z-index: 2000;
top: 0;
Expand All @@ -27,7 +27,7 @@
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #2299dd, 0 0 5px #2299dd;
box-shadow: 0 0 10px var(--pace-color, #2299dd), 0 0 5px var(--pace-color, #2299dd);
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
Expand All @@ -45,8 +45,8 @@
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #2299dd;
border-left-color: #2299dd;
border-top-color: var(--pace-color, #2299dd);
border-left-color: var(--pace-color, #2299dd);
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
Expand Down
2 changes: 1 addition & 1 deletion themes/blue/pace-theme-flat-top.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
right: 100%;
width: 100%;
height: 10px;
background: #2299dd;
background: var(--pace-color, #2299dd);

pointer-events: none;
}
Loading