Template:Tuebingen/landing.css

  1. content {

background-color: #333 !important; }

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

.connection { opacity: 0.3; stroke: #ccc; }

@keyframes example {

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

}