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

Line 11: Line 11:
 
width:500px !important;
 
width:500px !important;
 
border-radius: 1050px !important;
 
border-radius: 1050px !important;
 +
        background-color: #DADADa;
 +
position: fixed;
 +
top:100px;
 +
left:30%;
 +
display: none;
 
}
 
}
 
:focus{
 
:focus{
 
         outline-color:transparent;
 
         outline-color:transparent;
}
 
a{
 
      position:relative;
 
      z-index:1000;
 
 
}
 
}

Revision as of 17:23, 17 September 2015

body{ background: url("SJTU-SOFTWARE.background-requirement.png") fixed round !important; } .awardNav>img{ width:1079.19px !important;

       height:497px !important;

} .am-modal-dialog{

       background-color:rgba(144,144,144,0.5)!important;

height:500px !important; width:500px !important; border-radius: 1050px !important;

       background-color: #DADADa;

position: fixed; top:100px; left:30%; display: none; }

focus{
       outline-color:transparent;

}