Difference between revisions of "Template:USTC-Software/css/default"

Line 11: Line 11:
 
     background-color: #fff;
 
     background-color: #fff;
 
}
 
}
#content a {
+
a.dropmenu.show {
 
     color: #007bff;
 
     color: #007bff;
 
     text-decoration: none;
 
     text-decoration: none;

Revision as of 09:10, 25 July 2019

  1. content {
   width: 100%;
   margin-left: 0;
   padding: 0;
   margin: 0;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: left;
   background-color: #fff;

} a.dropmenu.show {

   color: #007bff;
   text-decoration: none;
   background-color: transparent;

}

  1. top_title, #top_menu_under {
   display: none;

}