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

 
(18 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
}
 
}
 
.awardNav>img{
 
.awardNav>img{
width:100% !important;
+
width:1079.19px !important;
 +
        height:497px !important;
 
}
 
}
 
.am-modal-dialog{
 
.am-modal-dialog{
         background-color:black !important;
+
         background-color:rgba(144,144,144,0.5)!important;
 
height:500px !important;
 
height:500px !important;
 
width:500px !important;
 
width:500px !important;
 
border-radius: 1050px !important;
 
border-radius: 1050px !important;
opacity: 0.5 !important;
+
        background-color: #DADADa;
 +
position:fixed;
 +
top:130px;
 +
left:30%;
 +
display: none;
 +
}
 +
:focus{
 +
        outline-color:transparent;
 +
}
 +
#bronze1-4{
 +
background-color: white;
 +
}
 +
table, td, th
 +
  {
 +
  border:1px solid black !important;
 +
  background-color: white ;
 +
  }
 +
#bronze1-4{
 +
height:100%;
 +
position: absolute;
 +
top:10%;
 +
z-index: 1000;
 +
display: none;
 
}
 
}

Latest revision as of 16:29, 18 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:130px; left:30%; display: none; }

focus{
       outline-color:transparent;

}

  1. bronze1-4{

background-color: white; } table, td, th

 {
 border:1px solid black !important;
 background-color: white ;
 }
  1. bronze1-4{

height:100%; position: absolute; top:10%; z-index: 1000; display: none; }