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

(Created page with "[class*=Content]{ width: 80%; height: 1000px; border-radius: 15px; border:1px solid; border-color: white; color:#000; } [class*=-content]{ height:1050px; } .ayr1{ disp...")
 
Line 46: Line 46:
 
.hpceNav>a:hover{
 
.hpceNav>a:hover{
 
color:#095f8a;
 
color:#095f8a;
 +
}
 +
svg{
 +
  text-align:center;
 +
  margin:0 auto;
 
}
 
}

Revision as of 22:17, 13 September 2015

[class*=Content]{ width: 80%; height: 1000px; border-radius: 15px; border:1px solid; border-color: white; color:#000; } [class*=-content]{ height:1050px; } .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{

  text-align:center;
  margin:0 auto;

}