Changes

Jump to navigation Jump to search
746 bytes added ,  18:13, 20 January 2017
m
no edit summary
Line 198: Line 198:  
   display:block;
 
   display:block;
 
   white-space:nowrap;
 
   white-space:nowrap;
}
  −
  −
#menucontent {
  −
    padding-right:5px;
  −
    padding-left: 5px;
  −
    vertical-align:top;
  −
}
  −
.doublewidthmenu {
  −
    width:100%;
  −
}
  −
  −
.doublewidthmenu td {
  −
    width:50%;
  −
}
  −
  −
table.menulocations {
  −
  border:1px solid #8dcaf0;
  −
  border-radius:11px;
  −
  width:100%;
  −
  box-shadow: 0px 1px rgba(0,0,0,0.3);
  −
  margin-bottom:3px;
   
}
 
}
   Line 685: Line 664:  
table.historysection {
 
table.historysection {
 
   line-height: 0.8;
 
   line-height: 0.8;
 +
}
 +
 +
/* Main Page Nav Menu Styling */
 +
#menucontent {
 +
    padding-right:5px;
 +
    padding-left: 5px;
 +
    vertical-align:top;
 +
}
 +
.doublewidthmenu {
 +
    width:100%;
 +
}
 +
 +
.doublewidthmenu td {
 +
    width:50%;
 +
}
 +
 +
table.menulocations {
 +
  border:1px solid #8dcaf0;
 +
  border-radius:11px;
 +
  width:100%;
 +
  box-shadow: 0px 1px rgba(0,0,0,0.3);
 +
  margin-bottom:3px;
 +
}
 +
 +
.mainmenuwrapper {
 +
  background-color:rgba(209,248,255,0.67);
 +
  float:left;
 +
  width: 100%;
 +
}
 +
 +
.mainmenusection {
 +
  min-height: 379px;
 +
  vertical-align: top;
 +
}
 +
 +
.mainmenusection table.wikitable {
 +
  margin:0px
 +
}
 +
 +
#singlemainmenu {
 +
  width: 25%;
 +
  float:left;
 +
}
 +
 +
#doublemainmenu {
 +
  width: 50%;
 +
  float:left;
 +
}
 +
 +
#doubleinnermainmenu {
 +
  width: 50%;
 +
}
 +
 +
#mainmenuselections {
 +
  width:100%;
 +
}
 +
 +
table#mainmenuselections td {
 +
  background-color: transparent;
 +
  border: none;
 +
}
 +
 +
@media screen and (max-width: 880px) {
 +
    #singlemainmenu {
 +
      width: 100%;
 +
      clear:both;
 +
      min-height: auto;
 +
    }
 +
 +
    #doublemainmenu {
 +
      width: 100%;
 +
      clear:both;
 +
      min-height: auto;
 +
    }
 
}
 
}

Navigation menu