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

Line 3: Line 3:
 
     margin-left: 0;
 
     margin-left: 0;
 
     padding: 0;
 
     padding: 0;
 +
    margin: 0;
 +
    font-size: 1rem;
 +
    font-weight: 400;
 +
    line-height: 1.5;
 +
    color: #212529;
 +
    text-align: left;
 +
    background-color: #fff;
 
}
 
}
 
#top_title, #top_menu_under {
 
#top_title, #top_menu_under {
 
     display: none;
 
     display: none;
 
}
 
}

Revision as of 09:04, 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;

}

  1. top_title, #top_menu_under {
   display: none;

}