Difference between revisions of "Template:NUS Singapore-A"

Line 323: Line 323:
 
   z-index: 3;
 
   z-index: 3;
 
}
 
}
 +
 
/* the dropdwn class is given to any button which require a dropdown menu...which is all*/
 
/* the dropdwn class is given to any button which require a dropdown menu...which is all*/
 
.nav .dropdwn{
 
.nav .dropdwn{
Line 328: Line 329:
 
   overflow: hidden;
 
   overflow: hidden;
 
}
 
}
 +
 
/* The dropdwn-content class contains the hidden content (sub-menu) */
 
/* The dropdwn-content class contains the hidden content (sub-menu) */
 
.nav .dropdwn .dropdwn-content{
 
.nav .dropdwn .dropdwn-content{
 
   display: none;
 
   display: none;
 
   position: absolute;
 
   position: absolute;
   background-color: rgba(255, 255, 255, 0.7);
+
/*Change this to change the color of the background that houses the dropdown menu content. The last number affects the opacity of the color*/
 +
   background-color: rgba(255, 255, 255, 0.9);
 
   text-align: left;
 
   text-align: left;
 
   max-width: 250px;
 
   max-width: 250px;
Line 338: Line 341:
 
}
 
}
 
/* This configures the main button (Project, Hardware, Team, blah blah) */
 
/* This configures the main button (Project, Hardware, Team, blah blah) */
 +
 
.nav .dropdwn button{
 
.nav .dropdwn button{
 
   font-family: "Century Gothic";
 
   font-family: "Century Gothic";

Revision as of 17:01, 2 July 2018

EMAIL US AT NUSGEM@GMAIL.COM
What's on?