Template:Tuebingen/landing.css

.ellipse { opacity: 0; animation: example 3s infinite; stroke: white; fill: white; }

.connection { opacity: 0.3; stroke: white; }

@keyframes example {

   0%   {opacity: 0;}
   50%   {opacity: 1;}
   100%   {opacity: 0;}

}