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

Line 65: Line 65:
 
.mapf{
 
.mapf{
 
     text-align:center;
 
     text-align:center;
 +
}
 +
.frame{
 +
width: 50%;
 +
position: relative;
 +
margin: auto;
 +
border-radius: 10px;
 +
box-shadow: 5px 5px 10px 1px gray;
 +
display: none;
 +
overflow: visible;
 
}
 
}

Revision as of 19:48, 17 September 2015

[class*=Content]{ width: 60%;


color:#000;

       margin:auto;

} [class*=-content]{

       margin:auto;
       position:relative;

} .ayr1{ display: none; } .ayr2{ display: none; } .ayr3{ display:none; } .ayr4{ display: none; } .hpce1{ display: none; } .hpce2{ display:none; } .hpce3{ display:none; } .ayrNav>a{ background-color: transparent; border:none; color:#DADADA; } .hpceNav>a{ background-color: transparent; border:none; color:#DADADA; } .ayrNav>a:hover{ color:#095f8a; } .hpceNav>a:hover{ color:#095f8a; } svg{

  width: 960px; height: 500px; 
  text-align:center;
  margin-left:25%;
  position:relative;

text-align:center; } .project{

   margin:auto;
   position:relative;

} .map{

   width:1092.8x;
   height:902px;

} .mapf{

   text-align:center;

} .frame{ width: 50%; position: relative; margin: auto; border-radius: 10px; box-shadow: 5px 5px 10px 1px gray; display: none; overflow: visible; }