Difference between revisions of "Template:Starwars-theme"

Line 5: Line 5:
 
/* Central space for fine tuning */
 
/* Central space for fine tuning */
 
:root {
 
:root {
 +
  --igemNav: 18px;
 +
 +
 
     --lightBackgroundText: rgba(223, 220, 228, 0.9);
 
     --lightBackgroundText: rgba(223, 220, 228, 0.9);
  
Line 122: Line 125:
 
.navbarFixed {
 
.navbarFixed {
 
     position: fixed;
 
     position: fixed;
     top: 0;
+
     top: var(--igemNav);
 
     left: 0;
 
     left: 0;
  
Line 136: Line 139:
 
     display: absolute;
 
     display: absolute;
 
     position: fixed;
 
     position: fixed;
     top: 10px;
+
     top: calc(10px + var(--igemNav));
 
     left: 10px;
 
     left: 10px;
  

Revision as of 18:52, 3 October 2016