Difference between revisions of "Template:Tuebingen/landing.css"

Line 1: Line 1:
 
body {
 
body {
 
padding-left: 60px;
 
padding-left: 60px;
background-color: #333 !important;
 
 
}
 
}
  

Revision as of 02:02, 18 October 2018

body { padding-left: 60px; }

  1. headNavigation {

background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); }

  1. headNavigation a > p {

color: #fff; }

  1. content {

background-color: #333 !important; }

.seperatorLanding {

   background-image: radial-gradient(#fff, #333);
   width: 80%;
   height: 3px;
   margin: 10px auto;

}

.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;}

}