Difference between revisions of "Template:CGU Taiwan/cgustyle"

Line 67: Line 67:
 
.dropdown-content a:hover {
 
.dropdown-content a:hover {
 
background-color: #f1f1f1;
 
background-color: #f1f1f1;
 +
}
 +
 +
/*right dropdown*/
 +
.dropdown-content-right {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    z-index: 1;
 +
}
 +
 +
.dropdown-content-right a {
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
    text-align: right;
 
}
 
}
  

Revision as of 18:36, 1 November 2017