Difference between revisions of "Template:SJTU-Software/requirementCss"

Line 6: Line 6:
 
}
 
}
 
.am-modal-dialog{
 
.am-modal-dialog{
height:500px;
+
height:500px !important;
width:500px;
+
width:500px !important;
 
border-radius: 1050px !important;
 
border-radius: 1050px !important;
opacity: 0.5;
+
opacity: 0.5 !important;
 
}
 
}

Revision as of 17:57, 15 September 2015

body{ background: url("SJTU-SOFTWARE.background-requirement.png") fixed round !important; } .awardNav>img{ width:100% !important; } .am-modal-dialog{ height:500px !important; width:500px !important; border-radius: 1050px !important; opacity: 0.5 !important; }