Difference between revisions of "Team:Groningen/test"

Line 23: Line 23:
 
   position: relative;
 
   position: relative;
 
   margin: auto;
 
   margin: auto;
}
 
.header_title {
 
  color: #00a94d;
 
 
}
 
}
 
.slideshow-container img {
 
.slideshow-container img {
Line 43: Line 40:
 
   text-align: center;
 
   text-align: center;
 
}
 
}
 +
 
/* The dots/bullets/indicators */
 
/* The dots/bullets/indicators */
 
.dot {
 
.dot {
Line 53: Line 51:
 
   transition: background-color 0.6s ease;
 
   transition: background-color 0.6s ease;
 
}
 
}
.activeslide {
 
  background-color: #717171;
 
}
 
/* Fading animation */
 
.fade {
 
  -webkit-animation-name: fade;
 
  -webkit-animation-duration: 1.5s;
 
  animation-name: fade;
 
  animation-duration: 1.5s;
 
}
 
@-webkit-keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
@keyframes fade {
 
  from {opacity: .4}
 
  to {opacity: 1}
 
}
 
/* On smaller screens, decrease text size */
 
@media only screen and (max-width: 300px) {
 
  .slidetext {font-size: 11px}
 
}
 
/* remove old header bg shitstyle */
 
.header {
 
display: none;
 
 
}
 
}
 
</style>
 
</style>

Revision as of 15:22, 27 October 2017


Protocols