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

(Created page with "[class*=Content]{ width: 80%; height: 1350px; border-radius: 15px; border:1px solid; border-color: white; color:#000; } [class*=-content]{ height:1400px; } .Introductio...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
body{
 +
background: url("https://static.igem.org/mediawiki/2015/d/d1/SJTU-SOFTWARE.background-document.png") fixed round !important;
 +
}
 
[class*=Content]{
 
[class*=Content]{
 +
margin:auto;
 
width: 80%;
 
width: 80%;
height: 1350px;
 
 
border-radius: 15px;
 
border-radius: 15px;
 
border:1px solid;
 
border:1px solid;
border-color: white;
+
border-color: black;
 
color:#000;
 
color:#000;
 
}
 
}
[class*=-content]{
+
.tutorialContent{
height:1400px;
+
height:1000px;
 
}
 
}
 
.Introduction{
 
.Introduction{
Line 26: Line 29:
 
.designNav>button:hover{
 
.designNav>button:hover{
 
color:#095f8a;
 
color:#095f8a;
 +
}
 +
#home1{
 +
width:80%;
 +
margin: auto;
 +
}
 +
#home1{
 +
text-align: center;
 +
margin-top: 120px;
 +
margin-bottom: 120px;
 +
}
 +
.scrollNav>img{
 +
 +
width:80% !important;
 +
}
 +
.project-content>div{
 +
border-radius: 8px;
 +
border:1px solid;
 +
padding-left: 100px;
 +
padding-right: 100px;
 +
padding-top: 50px;
 +
padding-bottom: 50px;
 +
border-color:transparent;
 +
box-shadow: 2px -2px 5px #444;
 +
        background-color:rgba(255,255,255,0.5);
 +
margin:0 auto;
 +
}
 +
table{
 +
table-layout: fixed;
 
}
 
}

Latest revision as of 21:03, 15 September 2015

body{ background: url("SJTU-SOFTWARE.background-document.png") fixed round !important; } [class*=Content]{ margin:auto; width: 80%; border-radius: 15px; border:1px solid; border-color: black; color:#000; } .tutorialContent{ height:1000px; } .Introduction{ display: none; } .Methods{ display: none; } .Results{ display:none; } .designNav>button{ background-color: transparent; border:none; color:#DADADA; } .designNav>button:hover{ color:#095f8a; }

  1. home1{

width:80%; margin: auto; }

  1. home1{

text-align: center; margin-top: 120px; margin-bottom: 120px; } .scrollNav>img{

width:80% !important; } .project-content>div{ border-radius: 8px; border:1px solid; padding-left: 100px; padding-right: 100px; padding-top: 50px; padding-bottom: 50px; border-color:transparent; box-shadow: 2px -2px 5px #444;

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

margin:0 auto; } table{ table-layout: fixed; }