Difference between revisions of "Team:SDU-Denmark/testnavfp"

 
(12 intermediate revisions by the same user not shown)
Line 31: Line 31:
 
     border-radius: 50%;
 
     border-radius: 50%;
 
     bottom: 2px;
 
     bottom: 2px;
 +
    position:absolute;
 
     content: "";
 
     content: "";
 
     height: 12px;
 
     height: 12px;
 
     left: 2px;
 
     left: 2px;
    position: absolute;
 
 
     -webkit-transition: .2s;
 
     -webkit-transition: .2s;
 
     transition: .2s;
 
     transition: .2s;
Line 57: Line 57:
 
#highlightToggle {
 
#highlightToggle {
 
     position: fixed;
 
     position: fixed;
     top:10px;
+
     top:30px;
 
     right:5vw;
 
     right:5vw;
 +
    overflow:visible;
 
}
 
}
  
 
#editorsHighlights {
 
#editorsHighlights {
 +
    position:relative;
 
     left: 0px;
 
     left: 0px;
    position: relative;
 
 
     top: -30px;
 
     top: -30px;
 
     width: 100px;
 
     width: 100px;
Line 124: Line 125:
 
#navbar {
 
#navbar {
 
   position:fixed;
 
   position:fixed;
 +
  overflow:visible;
 
   left:0;
 
   left:0;
 
   top:16px;
 
   top:16px;
Line 419: Line 421:
  
 
HQ_page h5 {
 
HQ_page h5 {
     font-size:1.15rem;
+
     font-size:1.1rem;
 +
  }
 +
 
 +
  #highlightToggle {
 +
    top:90px;
 
   }
 
   }
 
}
 
}
Line 434: Line 440:
 
     margin-left: -3px;
 
     margin-left: -3px;
 
     margin-right: -3px;
 
     margin-right: -3px;
 +
  }
 +
 +
  #highlightToggle {
 +
    top:90px;
 
   }
 
   }
 
}
 
}
Line 453: Line 463:
  
 
<body>
 
<body>
 
  
  
Line 569: Line 578:
 
   </div>
 
   </div>
 
</div>
 
</div>
 
 
  
 
<div id="highlightToggle">
 
<div id="highlightToggle">
Line 578: Line 585:
  
 
<div id="editorsHighlights"><p><i>editors <span class="highlighted">highlights</span>.</i></p></div>
 
<div id="editorsHighlights"><p><i>editors <span class="highlighted">highlights</span>.</i></p></div>
 +
</div>
  
</div>
 
 
</header>
 
</header>
  

Latest revision as of 15:45, 16 September 2017