Difference between revisions of "Template:TU Dresden/CSS"

(Undo revision 219263 by Katjali (talk))
Line 228: Line 228:
 
nav ul li a {
 
nav ul li a {
 
     display: block;
 
     display: block;
     font-size: .9em;
+
     font-size: .75em;
 
     text-align: center;
 
     text-align: center;
 
     height: 95px;
 
     height: 95px;
Line 286: Line 286:
 
     text-decoration: none;
 
     text-decoration: none;
 
     font-weight: medium;
 
     font-weight: medium;
     font-size: .8em;
+
     font-size: .7em;
 
     transition: 0.25s;
 
     transition: 0.25s;
 
}
 
}
Line 355: Line 355:
 
     position: absolute;
 
     position: absolute;
 
     margin: -10px;
 
     margin: -10px;
     width: 230px;
+
     width: 210px;
     height: 230px;
+
     height: 210px;
     border-radius: 115px;
+
     border-radius: 105px;
 
     background: var(--logo-dark-blue);
 
     background: var(--logo-dark-blue);
 
     box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1);
 
     box-shadow: 0 6px 12px rgba(0,0,0,0.5),0 12px 32px rgba(0,0,0,0.1);
Line 363: Line 363:
  
 
#logo img {
 
#logo img {
     width: 200px;
+
     width: 180px;
 
     margin: 15px;
 
     margin: 15px;
 
}
 
}

Revision as of 21:03, 22 October 2017