Improved www.ttss.krakow.pl
Jacek Kowalski
2016-12-13 0f9bcfeee6b47e6206b062d2affd0862209820f3
index.css
@@ -33,3 +33,17 @@
   font-weight: normal;
   font-size: inherit;
}
nav.loading {
   background-image: -webkit-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);
   background-image: -o-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);
   background-image: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);
   -webkit-background-size: 40px 40px;
   background-size: 40px 40px;
   -webkit-animation: progress-bar-stripes 2s linear infinite;
   -o-animation: progress-bar-stripes 2s linear infinite;
   animation: progress-bar-stripes 2s linear infinite;
}
nav.loading * {
   color: black !important;
}