Difference between revisions of "Team:Virginia/Header"

Line 42: Line 42:
 
border-radius: 10px;
 
border-radius: 10px;
 
}
 
}
 +
 +
.navbar{
 +
  margin-top: 0;
 +
}
 +
 +
header {
 +
  color: white;
 +
  font-size: large;
 +
}
 +
 +
@media only screen and (min-width : 992px) {
 +
  header a {
 +
    padding-right: 1vw;
 +
    padding-left: 1vw;
 +
  }
 +
}
 +
 +
header a.active, .extrabar a.active {
 +
  color:black;
 +
}
 +
 +
header .navbar, .extrabar {
 +
  background-color:rgba(255,255,255,0.8);
 +
  border:0px;
 +
  border-radius: 0;
 +
}
 +
 +
header .navbar {
 +
  padding-top: 12px;
 +
  padding-bottom: 12px;
 +
  min-height: 30px;
 +
  border-radius: 0px;
 +
}
 +
 +
.extrabar {
 +
  width:100%;
 +
  text-align: center;
 +
  padding-top: 0px;
 +
  padding-bottom: 5px;
 +
  min-height: 20px;
 +
  border-radius: 0px;
 +
  z-index:1;
 +
}
 +
 +
.extrabar a {
 +
  padding-left: 0.5em;
 +
  padding-right: 0.5em;
 +
}
 +
 +
.affix {
 +
  top: 45px;
 +
  width: 100%;
 +
}
 +
 +
.affix-top {
 +
  float:left;
 +
  visibility: hidden;
 +
}
 +
 +
/* Header päättyy */
 +
 +
 +
/* Pakolliset pikku valikot ja parts*/
 +
 +
#top-section {
 +
  height: 0;
 +
  width: 100%;
 +
  left: 0;
 +
  border: none;
 +
  margin: 0 auto;
 +
  padding: 0 0 0 0;
 +
  background-color: transparent;
 +
  position: absolute;
 +
}
 +
 +
#menubar {
 +
  width: 300px;
 +
  top: 0px;
 +
  font-size: x-small;
 +
}
 +
 +
#menubar, #menubar a {
 +
  color: #0AA699;
 +
}
 +
 +
#menubar, #menubar a:hover {
 +
  color: #90F0E8;
 +
}
 +
 +
#menubar:hover, #menubar li a {
 +
  background-color: transparent;
 +
}
 +
 +
#groupparts {
 +
  min-height: 0;
 +
  min-width: 0;
 +
}
 +
  
 
</style>
 
</style>

Revision as of 03:11, 27 May 2017