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

Line 1: Line 1:
 +
body{
 +
background: url("https://static.igem.org/mediawiki/2015/a/a1/SJTU-SOFTWARE.background-project.png") scroll round !important;
 +
background-size: 100% !important;
 +
}
 +
#block{
 +
 +
border-radius: 8px;
 +
border:1px solid;
 +
box-shadow: 2px 2px 8px #777;
 +
border-color:transparent;
 +
width: 70%;
 +
    background-color:rgba(255,255,255,0.5);
 +
margin:0 auto;
 +
}
 
[class*=Content]{
 
[class*=Content]{
 
width: 80%;
 
width: 80%;
 
+
margin:auto;
border-radius: 15px;
+
border-radius: 5px;
 
border:1px solid;
 
border:1px solid;
border-color: white;
+
border-color: transparent;
 
color:#000;
 
color:#000;
 
}
 
}
 +
 
[class*=-content]{
 
[class*=-content]{
+
 
}
+
.Introduction{
+
display: none;
+
}
+
.Methods{
+
display: none;
+
}
+
.Results{
+
display:none;
+
 
}
 
}
 +
 +
 +
 
.designNav>a{
 
.designNav>a{
 
background-color: transparent;
 
background-color: transparent;
Line 26: Line 35:
 
.designNav>a:hover{
 
.designNav>a:hover{
 
color:#095f8a;
 
color:#095f8a;
 +
}
 +
.am-panel{
 +
background-color: transparent;
 +
border-color:transparent;
 +
 +
}
 +
.my-animation-delay {
 +
  -webkit-animation-delay: 0.5s;
 +
  animation-delay: 0.5s;
 +
}
 +
.subNav{
 +
background-attachment: scroll;
 +
}
 +
.Results{
 +
margin-top: 0;
 +
font-size:12px;
 +
}
 +
table{
 +
padding-left:0;
 +
margin-right: 10px;
 +
}
 +
.am-g{
 +
width: 100% !important;
 +
margin:0 !important;
 +
}
 +
#block{
 +
padding-bottom: 50px;
 +
margin-bottom: 150px;
 +
}
 +
.project p{
 +
font-size:13px;
 +
padding-top: 10px;
 +
padding-left: 10px;
 
}
 
}

Revision as of 18:34, 16 September 2015

body{ background: url("SJTU-SOFTWARE.background-project.png") scroll round !important; background-size: 100% !important; }

  1. block{

border-radius: 8px; border:1px solid; box-shadow: 2px 2px 8px #777; border-color:transparent; width: 70%;

   background-color:rgba(255,255,255,0.5);

margin:0 auto; } [class*=Content]{ width: 80%; margin:auto; border-radius: 5px; border:1px solid; border-color: transparent; color:#000; }

[class*=-content]{

}


.designNav>a{ background-color: transparent; border:none; color:#DADADA; } .designNav>a:hover{ color:#095f8a; } .am-panel{ background-color: transparent; border-color:transparent;

} .my-animation-delay {

 -webkit-animation-delay: 0.5s;
 animation-delay: 0.5s;

} .subNav{ background-attachment: scroll; } .Results{ margin-top: 0; font-size:12px; } table{ padding-left:0; margin-right: 10px; } .am-g{ width: 100% !important; margin:0 !important; }

  1. block{

padding-bottom: 50px; margin-bottom: 150px; } .project p{ font-size:13px; padding-top: 10px; padding-left: 10px; }