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

(Created page with "body{ background-image: url("https://static.igem.org/mediawiki/2015/6/6f/SJTU-SOFTWARE.background-collaboration.png") !important; background-size: 100% !important; } body .major...")
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
body{
 
body{
background-image: url("https://static.igem.org/mediawiki/2015/6/6f/SJTU-SOFTWARE.background-collaboration.png") !important;
+
background: url("https://static.igem.org/mediawiki/2015/6/6f/SJTU-SOFTWARE.background-collaboration.png") scroll no-repeat!important;
 
background-size: 100% !important;
 
background-size: 100% !important;
  
Line 16: Line 16:
  
 
.majorAchievement h1{
 
.majorAchievement h1{
 +
        overflow:visible !important;
 
text-align: center;
 
text-align: center;
 
margin-bottom: 0px;
 
margin-bottom: 0px;
 
padding-top: 20px;
 
padding-top: 20px;
 +
 
}
 
}
  
Line 64: Line 66:
 
margin-left: 50%;
 
margin-left: 50%;
 
margin-top: -60px;
 
margin-top: -60px;
 +
}
 +
.sysucoporation{
 +
        border: 1px solid black;
 +
}
 +
td ,th{
 +
        border:1px solid black !important;
 
}
 
}

Latest revision as of 15:16, 18 September 2015

body{ background: url("SJTU-SOFTWARE.background-collaboration.png") scroll no-repeat!important; background-size: 100% !important;

}

body .majorAchievement{ width: 50%; height: 280px; position: relative; top: 300px; margin: auto; border-radius: 10px; box-shadow: 5px 5px 10px 1px gray; }

.majorAchievement h1{

       overflow:visible !important;

text-align: center; margin-bottom: 0px; padding-top: 20px;

}

.majorAchievement .content{ width: 80%; position: relative; margin: auto; font-size: 12px; }

body .taiwan{ width: 80%; position: relative; margin: auto; margin-top: 450px; font-size: 12px; }

body .biox{ width: 80%; position: relative; margin: auto; margin-top: 140px; font-size: 12px; }

body .tongji{ width: 60%; position: relative; margin: auto; margin-top: 100px; font-size: 12px; }

.logo{ width: 70px; height: 70px; position: relative; margin-left: 50% } .bioxlogo{ width: 250px; height: 70px; position: relative; margin-left: 50%; margin-top: -60px; } .sysucoporation{

       border: 1px solid black;

} td ,th{

       border:1px solid black !important;

}