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

Line 1: Line 1:
 
[class*=Content]{
 
[class*=Content]{
 
width: 80%;
 
width: 80%;
height: 800px;
+
 
 
border-radius: 15px;
 
border-radius: 15px;
 
border:1px solid;
 
border:1px solid;

Revision as of 18:49, 13 September 2015

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

border-radius: 15px; border:1px solid; border-color: white; color:#000; } [class*=-content]{ height:840px; } .Introduction{ display: none; } .Methods{ display: none; } .Results{ display:none; } .designNav>a{ background-color: transparent; border:none; color:#DADADA; } .designNav>a:hover{ color:#095f8a; }