Difference between revisions of "Template:Melbourne"

(finalised)
Line 78: Line 78:
 
/* Dropdown button */
 
/* Dropdown button */
 
.dropdown .dropbtn {
 
.dropdown .dropbtn {
   font-size: 16px;  
+
   font-size: 20px;  
 
   border: none;
 
   border: none;
 
   outline: none;
 
   outline: none;
Line 97: Line 97:
 
   display: none;
 
   display: none;
 
   position: absolute;
 
   position: absolute;
   background-color: #f9f9f9;
+
   background-color: #333;
   min-width: 160px;
+
   min-width: 200px;
 
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
   z-index: 1;
 
   z-index: 1;
Line 636: Line 636:
 
     <img class="dropbtn" src="http://www.ampc.ms.unimelb.edu.au/srg/index_files/UOM.png" width="115px", height="95px">
 
     <img class="dropbtn" src="http://www.ampc.ms.unimelb.edu.au/srg/index_files/UOM.png" width="115px", height="95px">
 
     <div class="dropdown-content">
 
     <div class="dropdown-content">
       <a href="#">Link 1</a>
+
       <a href="#">Human Practices</a>
       <a href="#">Link 2</a>
+
       <a href="#">Judging Forms</a>
       <a href="#">Link 3</a>
+
       <a href="#">Awards</a>
 
     </div>
 
     </div>
 
   </div>  
 
   </div>  

Revision as of 03:23, 9 October 2018