Difference between revisions of "Template:ETH Zurich/index css"

Line 30: Line 30:
  
 
main button:hover {
 
main button:hover {
     background-color: #3c3c3c;
+
     background-color: #F06449;
 
     padding: 10px;
 
     padding: 10px;
 
     font-size: 24px;
 
     font-size: 24px;
 
     border: none;
 
     border: none;
 
     letter-spacing: 2px;
 
     letter-spacing: 2px;
    color: #d8d8d8;
 
 
}
 
}
  

Revision as of 16:45, 28 October 2017

main h1 {

   color: black;
   font-weight: bold;
   font-size: 24px;

}

button a {

   color: #181818;
   font-size: 16px;

}

main p {

   font-size: 24px;
   line-height: 130%;

}


  1. banner {
   margin-top: -30px;
   margin: auto;

}

main button {

   background-color: #d8d8d8;
   padding: 10px;
   font-size: 24px;
   border: none;
   letter-spacing: 2px;

}

main button:hover {

   background-color: #F06449;
   padding: 10px;
   font-size: 24px;
   border: none;
   letter-spacing: 2px;

}


main section {

   padding-bottom: 50px;

}


.why > figure.CH {

   float:right;
   width: 440px;
   padding-top: 20px;

}


div.space {

   padding: 40px;

}

.vision > figure.EcN {

   float:left;
   width: 250px;
   padding-right: 40px;

}

.circuit > figure.andgate {

   float: right;
   width: 250px;
   padding-left: 40px;

}

.step > figure {

   float: right;
   width: 400px;

}

.step.invert > figure {

   float: left;
   width: 250px;

}


div.why {

   width: 100%

}

}

.step > a {

   display: block;
   margin: 0px;

}

.break > figure {

   margin-right: auto;
   margin-left: auto;
   width: 650px;

}


figure.patient {

    width: 300px;
    float: right;
    margin-top: -100px;

}

figure.process {
   width: 1200px;
   margin: auto;
   padding-top: 35px;

}

.scroll-down-button {

   background-image: url('https://static.igem.org/mediawiki/2017/1/14/T--ETH_Zurich--Scroll.png') no-repeat center;
   display: block;
   margin: auto;
   width: 50px;
   padding: 70px;

}


@media screen and (min-width: 620px) {

   .step {/*
       align-items: center;
       flex-flow: row nowrap;
   */}
   .step.invert {/*
       flex-flow: row-reverse nowrap;
   */}

}