Difference between revisions of "Template:SYSU-Software/CSS/Home"

(Created page with " .row { width: 100%; margin: 0; } .row:after{ content:"."; height:0; visibility:hidden; display:block; clear:both; } .row img { width...")
 
Line 1: Line 1:
  
.row {
+
#contentContainer {
     width: 100%;
+
    font-family: Arial;
 +
    font-size: 12pt;
 +
}
 +
 
 +
.firstSection {
 +
    background-color: #F8F8F8;
 +
    height: 630px;
 +
    padding-top: 30px;
 +
    padding-bottom: 20px;
 +
}
 +
 
 +
.firstSection .BackgroundCore {
 +
    height: 200px;
 +
    margin: 0 auto;
 +
    overflow: hidden;
 +
}
 +
 
 +
.firstSection .CorePositioner {
 +
     width:1353px;
 +
    margin:0 auto;
 +
}
 +
 
 +
.firstSection .BackgroundCore .background {
 +
    background-image: url("https://static.igem.org/mediawiki/2015/8/81/SYSU-Software_BackgroundCore.png");
 +
    background-position: center;
 +
    background-size: 565px auto;
 +
    background-repeat: no-repeat;
 +
    margin:0 auto;
 +
    width:605px;
 +
    height:100%;
 +
    margin-left: -9px;
 +
    float: left;
 +
}
 +
 
 +
.firstSection .BackgroundCore .leftDescription {
 +
    text-align: right;
 +
    float:left;
 +
    width:374px;
 +
    margin-top:36px;
 +
    opacity:0;
 +
}
 +
 
 +
.firstSection .BackgroundCore .rightDescription {
 +
    text-align: left;
 +
    float:left;
 +
    width:374px;
 +
    margin-top:38px;
 +
    margin-left: -10px;
 +
    opacity:0;
 +
}
 +
 
 +
#contentContainer .firstSection .BackgroundCore .Description p {
 +
    margin-top: 10px;
 +
    margin-bottom: 10px;
 +
    color:#959595;
 +
    font-size: 12.5pt;
 +
}
 +
 
 +
.firstSection .BackgroundCore .BackgroundCoreContainer {
 +
    margin:0 auto;
 +
    width:600px;
 +
    height: 180px;
 +
    margin-top: 20px;
 +
    padding-left: 5px;
 +
    padding-right: 5px;
 +
}
 +
 
 +
.firstSection .BackgroundCore .BackgroundPositioner {
 +
    margin: 0 auto;
 +
    width: 551px;
 +
}
 +
 
 +
.firstSection .BackgroundCore .CoDevelopment {
 +
    background-image: url("https://static.igem.org/mediawiki/2015/6/6a/SYSU-Software_CoDevelopment.jpg");
 +
    background-position: center;
 +
    background-size: 160px auto;
 +
    background-repeat: no-repeat;
 +
    width:160px;
 +
    height:160px;
 +
    float: left;
 +
}
 +
 
 +
.firstSection .BackgroundCore .coreBank {
 +
    background-image: url("https://static.igem.org/mediawiki/2015/c/c8/SYSU-Software_coreBank.png");
 +
    background-position: center;
 +
    background-size: 160px auto;
 +
    background-repeat: no-repeat;
 +
    width:160px;
 +
    height:160px;
 +
    margin-right: 7px;
 +
    float: left;
 +
}
 +
 
 +
.firstSection .BackgroundCore .synTitle {
 +
    width:216px;
 +
    float:left;
 +
    margin-left: 8px;
 +
    margin-top: 60px;
 +
    text-align: center;
 +
}
 +
 
 +
.firstSection .BackgroundCore .synTitle  h1 {
 
     margin: 0;
 
     margin: 0;
 +
    padding: 0;
 +
    font-weight: lighter;
 +
    font-family: Arial;
 
}
 
}
  
.row:after{
 
    content:".";
 
    height:0;
 
    visibility:hidden;
 
    display:block;
 
    clear:both;
 
 
  
.row img {
+
 
     width:100%;
+
.rowSecond {
 +
    height: 80px;
 +
    overflow: hidden;
 +
    margin-top: 20px
 +
}
 +
 
 +
.CoDevelopmentTitle {
 +
    float:left;
 +
    margin-left: 25%;
 +
    text-align: center;
 +
}
 +
 
 +
.coreBankTitle {
 +
    float:left;
 +
    text-align: center;
 +
    margin-left: 50px;
 +
}
 +
 
 +
.CoDevelopmentTitle h1, .coreBankTitle h1 {
 +
    font-family: Arial;
 +
    font-size: 20pt;
 +
    font-weight: 200;
 +
    margin-top: 0px;
 +
    padding-top: 0px;
 +
    margin-bottom: 0px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
.rowThird {
 +
    height: 320px;
 +
    margin-top: 30px;
 +
}
 +
 
 +
.rowThird .DesignContainer {
 +
    margin:0 auto;
 +
     width: 400px;
 +
    text-align: center;
 +
}
 +
 
 +
.rowThird .DesignContainer .Design {
 +
    background-image: url("https://static.igem.org/mediawiki/2015/7/7f/SYSU-Software_Design.png");
 +
    background-position: center;
 +
    background-size: 160px auto;
 +
    background-repeat: no-repeat;
 +
    width:160px;
 +
    height:160px;
 +
    margin:0 auto;
 +
}
 +
 
 +
.rowThird .DesignContainer .DesignTitle {
 +
    margin-top: 30px;
 +
}
 +
 
 +
.rowThird .DesignContainer .DesignTitle h1{
 +
    font-family: Arial;
 +
    font-size: 20pt;
 +
    font-weight: 200;
 +
    margin-top: 0px;
 +
    padding-top: 0px;
 +
    margin-bottom: 0px;
 +
}
 +
 
 +
.rowThird .DesignDescription {
 +
    position:relative;
 +
    top: -220px;
 +
    left: 57%
 +
  opacity: 0;
 +
}
 +
 
 +
#contentContainer .rowThird .DesignDescription p { 
 +
    margin-bottom: 10px;
 +
    color:#959595;
 +
    font-size: 12.5pt;
 
}
 
}

Revision as of 14:28, 16 September 2015

  1. contentContainer {
   font-family: Arial;
   font-size: 12pt;

}

.firstSection {

   background-color: #F8F8F8;
   height: 630px;
   padding-top: 30px;
   padding-bottom: 20px;

}

.firstSection .BackgroundCore {

   height: 200px;
   margin: 0 auto;
   overflow: hidden;

}

.firstSection .CorePositioner {

   width:1353px;
   margin:0 auto;

}

.firstSection .BackgroundCore .background {

   background-image: url("SYSU-Software_BackgroundCore.png");
   background-position: center;
   background-size: 565px auto;
   background-repeat: no-repeat;
   margin:0 auto;
   width:605px;
   height:100%;
   margin-left: -9px;
   float: left;

}

.firstSection .BackgroundCore .leftDescription {

   text-align: right;
   float:left;
   width:374px;
   margin-top:36px;
   opacity:0;

}

.firstSection .BackgroundCore .rightDescription {

   text-align: left;
   float:left;
   width:374px;
   margin-top:38px;
   margin-left: -10px;
   opacity:0;

}

  1. contentContainer .firstSection .BackgroundCore .Description p {
   margin-top: 10px;
   margin-bottom: 10px;
   color:#959595;
   font-size: 12.5pt;

}

.firstSection .BackgroundCore .BackgroundCoreContainer {

   margin:0 auto;
   width:600px;
   height: 180px;
   margin-top: 20px;
   padding-left: 5px;
   padding-right: 5px;

}

.firstSection .BackgroundCore .BackgroundPositioner {

   margin: 0 auto;
   width: 551px;

}

.firstSection .BackgroundCore .CoDevelopment {

   background-image: url("SYSU-Software_CoDevelopment.jpg");
   background-position: center;
   background-size: 160px auto;
   background-repeat: no-repeat;
   width:160px;
   height:160px;
   float: left;

}

.firstSection .BackgroundCore .coreBank {

   background-image: url("SYSU-Software_coreBank.png");
   background-position: center;
   background-size: 160px auto;
   background-repeat: no-repeat;
   width:160px;
   height:160px;
   margin-right: 7px;
   float: left;

}

.firstSection .BackgroundCore .synTitle {

   width:216px;
   float:left;
   margin-left: 8px;
   margin-top: 60px;
   text-align: center;

}

.firstSection .BackgroundCore .synTitle h1 {

   margin: 0;
   padding: 0;
   font-weight: lighter;
   font-family: Arial; 

}


.rowSecond {

   height: 80px;
   overflow: hidden;
   margin-top: 20px

}

.CoDevelopmentTitle {

   float:left;
   margin-left: 25%;
   text-align: center;

}

.coreBankTitle {

   float:left;
   text-align: center;
   margin-left: 50px;

}

.CoDevelopmentTitle h1, .coreBankTitle h1 {

   font-family: Arial;
   font-size: 20pt;
   font-weight: 200;
   margin-top: 0px;
   padding-top: 0px;
   margin-bottom: 0px;

}



.rowThird {

   height: 320px;
   margin-top: 30px;

}

.rowThird .DesignContainer {

   margin:0 auto;
   width: 400px;
   text-align: center;

}

.rowThird .DesignContainer .Design {

   background-image: url("SYSU-Software_Design.png");
   background-position: center;
   background-size: 160px auto;
   background-repeat: no-repeat;
   width:160px;
   height:160px;
   margin:0 auto;

}

.rowThird .DesignContainer .DesignTitle {

   margin-top: 30px;

}

.rowThird .DesignContainer .DesignTitle h1{

   font-family: Arial;
   font-size: 20pt;
   font-weight: 200;
   margin-top: 0px;
   padding-top: 0px;
   margin-bottom: 0px;

}

.rowThird .DesignDescription {

   position:relative;
   top: -220px;
   left: 57%;  
  opacity: 0;

}

  1. contentContainer .rowThird .DesignDescription p {
   margin-bottom: 10px;
   color:#959595;
   font-size: 12.5pt;

}