pace-theme-barber-shop.css |
css/pace-theme-barber-shop.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
… |
pace-theme-big-counter.css |
css/pace-theme-big-counter.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace.pace-inactive… |
pace-theme-bounce.css |
css/pace-theme-bounce.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
width: 140px;
height: 300px;
position: fixed;
top: -90px;
right: -20px;
z-index: 2000;
-webkit-transform: scale(0);
-moz-transform:… |
pace-theme-center-atom.css |
css/pace-theme-center-atom.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace.pace-inactive {
display: none;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
… |
pace-theme-center-circle.css |
css/pace-theme-center-circle.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
… |
pace-theme-center-radar.css |
css/pace-theme-center-radar.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
z-index: 2000;
position: fixed;
height: 90px;
width: 90px;
margin: auto;
top: 0;
… |
pace-theme-center-simple.css |
css/pace-theme-center-simple.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 2000;
… |
pace-theme-corner-indicator.css |
css/pace-theme-corner-indicator.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace… |
pace-theme-fill-left.css |
css/pace-theme-fill-left.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace… |
pace-theme-flash.css |
css/pace-theme-flash.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
… |
pace-theme-flat-top.css |
css/pace-theme-flat-top.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace… |
pace-theme-loading-bar.css |
css/pace-theme-loading-bar.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
… |
pace-theme-mac-osx.css |
css/pace-theme-mac-osx.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
… |
pace-theme-minimal.css |
css/pace-theme-minimal.css |
|
/* This is a compiled file, you should be editing the file in the templates directory */
.pace .pace-progress {
background: #29d;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 2px;
-webkit-transition: width 1s;
… |
pace.admin.inc |
pace.admin.inc |
|
Provide administration of PACE module. |
pace.info |
pace.info |
|
name = PACE
description = Enable PACE loader on your website
core = 7.x
package = JavaScript
configure = admin/config/user-interface/pace |
pace.install |
pace.install |
|
Presets PACE theme to minimal upon installation. |
pace.module |
pace.module |
|
Loads PACE js. |