Difference between revisions of "Team:Hong Kong HKUST/Style"

Line 15: Line 15:
 
}
 
}
  
.ntnu_navbar {
+
.hkust_navbar {
 
     list-style-type: none;
 
     list-style-type: none;
 
     color: #FFFF0F;
 
     color: #FFFF0F;
Line 22: Line 22:
 
}
 
}
  
ul.ntnu_navbar {
+
ul.hkust_navbar {
 
     list-style-type: none;
 
     list-style-type: none;
 
     flex-grow: 1;
 
     flex-grow: 1;
Line 30: Line 30:
 
    
 
    
  
a, .ntnu_navbar {
+
a, .hkust_navbar {
 
     color: white;
 
     color: white;
 
}
 
}
Line 37: Line 37:
  
  
.ntnu_menu_option {
+
.hkust_menu_option {
 
     float: left;
 
     float: left;
 
}
 
}
  
.ntnu_dropbtn {
+
.hkust_dropbtn {
 
     display: inline-block;
 
     display: inline-block;
 
     color: white;
 
     color: white;
Line 49: Line 49:
 
}
 
}
  
.ntnu_dropdown:hover .ntnu_dropbtn {
+
.hkust_dropdown:hover .hkust_dropbtn {
 
     background-color: rgba(0,0,0,0.1);
 
     background-color: rgba(0,0,0,0.1);
 
}
 
}
Line 65: Line 65:
  
  
.ntnu_dropdown {
+
.hkust_dropdown {
 
     display: inline-block;
 
     display: inline-block;
 
}
 
}
  
.ntnu_dropdown_content {
+
.hkust_dropdown_content {
 
     display: none;
 
     display: none;
 
     position: absolute;
 
     position: absolute;
Line 78: Line 78:
 
}
 
}
  
.ntnu_dropdown_content a {
+
.hkust_dropdown_content a {
 
     color: blue;
 
     color: blue;
 
     padding: 12px 16px;
 
     padding: 12px 16px;
Line 86: Line 86:
 
}
 
}
  
.ntnu_dropdown_content a:hover {background-color: #f1f1f1}
+
.hkust_dropdown_content a:hover {background-color: #f1f1f1}
  
.ntnu_dropdown:hover .ntnu_dropdown_content {
+
.hkust_dropdown:hover .hkust_dropdown_content {
 
     display: block;
 
     display: block;
 
}
 
}
Line 114: Line 114:
 
}
 
}
  
.ntnu_block {
+
.hkust_block {
 
   float: left;
 
   float: left;
 
   width: 33.33%; /* three boxes (use 25% for four, and 50% for two, etc) */
 
   width: 33.33%; /* three boxes (use 25% for four, and 50% for two, etc) */
Line 433: Line 433:
 
  }
 
  }
  
  ul.ntnu_navbar {
+
  ul.hkust_navbar {
 
     width: 100%;
 
     width: 100%;
 
     float: none !important;
 
     float: none !important;
Line 442: Line 442:
 
  }
 
  }
  
  ul.ntnu_navbar li {
+
  ul.hkust_navbar li {
 
     display: block;
 
     display: block;
 
     text-align: center;
 
     text-align: center;
Line 449: Line 449:
 
  }
 
  }
  
  .ntnu_dropdown:hover .ntnu_dropdown_content {
+
  .hkust_dropdown:hover .hkust_dropdown_content {
 
     height: auto;
 
     height: auto;
 
  }
 
  }
  
  li.ntnu_menu_option {
+
  li.hkust_menu_option {
 
     width: 100%;
 
     width: 100%;
 
  }
 
  }
 
   
 
   
  li.ntnu_menu_option a {
+
  li.hkust_menu_option a {
 
     width: 100%;
 
     width: 100%;
 
     text-align: center;
 
     text-align: center;
 
  }
 
  }
  
  .ntnu_dropdown_content {
+
  .hkust_dropdown_content {
 
     width: 100%;
 
     width: 100%;
 
  }
 
  }
Line 483: Line 483:
 
  }
 
  }
  
  ul.ntnu_navbar {
+
  ul.hkust_navbar {
 
     background-color: #1f1c24;
 
     background-color: #1f1c24;
 
     margin-left: 0;
 
     margin-left: 0;

Revision as of 03:34, 7 September 2018