Difference between revisions of "Template:Virginia"

Line 316: Line 316:
 
/* highlight with decoration blue line on top */
 
/* highlight with decoration blue line on top */
 
.igem_2017_content_wrapper .highlight.blue_top {
 
.igem_2017_content_wrapper .highlight.blue_top {
    border-top: 4px solid #3399ff;
+
      border-top: 4px solid #3399ff;
 
}
 
}
  
 
/* highlight with a full blue border decoration */
 
/* highlight with a full blue border decoration */
 
.igem_2017_content_wrapper .highlight.blue_border {
 
.igem_2017_content_wrapper .highlight.blue_border {
    border: 4px solid  #3399ff;
+
      border: 4px solid  #3399ff;
 
}
 
}
  
Line 330: Line 330:
 
  margin: 30px auto;
 
  margin: 30px auto;
 
padding: 12px 10px;
 
padding: 12px 10px;
    background-color: #3399ff;
+
      background-color: #3399ff;
    text-align: center;
+
      text-align: center;
 
   color: #ffffff;
 
   color: #ffffff;
 
-webkit-transition: all 0.4s ease;  
 
-webkit-transition: all 0.4s ease;  
Line 344: Line 344:
 
  margin: 20px auto;
 
  margin: 20px auto;
 
padding: 12px 10px;
 
padding: 12px 10px;
    background-color: #ff533d;
+
      background-color: #ff533d;
    cursor: pointer;
+
      cursor: pointer;
    text-align: center;
+
      text-align: center;
 
   color: #ffffff;
 
   color: #ffffff;
 
-webkit-transition: all 0.4s ease;  
 
-webkit-transition: all 0.4s ease;  
Line 357: Line 357:
 
.igem_2017_content_wrapper .button:hover{
 
.igem_2017_content_wrapper .button:hover{
 
background-color: #3399ff;
 
background-color: #3399ff;
    color: #000000;
+
      color: #000000;
 
}
 
}
  
Line 368: Line 368:
 
/* special class that the system uses to make sure the team wants a page to be evaluated */
 
/* special class that the system uses to make sure the team wants a page to be evaluated */
 
.judges-will-not-evaluate {
 
.judges-will-not-evaluate {
    width: 96.6%;
+
      width: 96.6%;
 
   margin: 5px 15px;
 
   margin: 5px 15px;
 
   display: block;
 
   display: block;
 
border: 4px solid #3399ff;
 
border: 4px solid #3399ff;
    font-weight: bold;
+
      font-weight: bold;
 
}
 
}
 
 

Revision as of 15:01, 16 August 2017