Difference between revisions of "Template:Uppsala/CSS"

 
(16 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
  float: none;
 
  float: none;
  
 +
}
 +
 +
.text img {
 +
margin:auto;
 
}
 
}
  
Line 20: Line 24:
 
#HQ_page h2, #HQ_page p, #HQ_page h3, #HQ_page h4, figcaption {
 
#HQ_page h2, #HQ_page p, #HQ_page h3, #HQ_page h4, figcaption {
 
   color: #34495e;
 
   color: #34495e;
 +
}
 +
 +
figcaption {
 +
font-style: italic;
 +
margin-bottom: 10px;
 
}
 
}
  
Line 61: Line 70:
 
.results {
 
.results {
 
     /*width: 400px;*/
 
     /*width: 400px;*/
     margin-bottom: 50px;
+
     margin-bottom: 10px;
 
     margin-top: 50px;
 
     margin-top: 50px;
 +
    color: ghostwhite;
 
}
 
}
  
 
.big {
 
.big {
     margin: 10% 15% 10% 15%;
+
     margin: 7% 0% 0% 0%;
     padding-bottom: 20%;
+
     padding-bottom: 5%;
     padding-top: 20%;
+
     padding-top: 5%;
 
      
 
      
 
}
 
}
  
.panel {
+
.mybutton {
 
     background-color: #2ecd70;
 
     background-color: #2ecd70;
 
     border-radius: 10px;
 
     border-radius: 10px;
Line 79: Line 89:
 
     box-shadow: 0px 10px 0px 0px rgba(43, 191, 104, 1);
 
     box-shadow: 0px 10px 0px 0px rgba(43, 191, 104, 1);
 
     border: none;
 
     border: none;
 +
    cursor: pointer;
 
}
 
}
  
  
  
.panel:active {
+
.mybutton:active {
 
     -webkit-box-shadow: 0px 5px 0px 0px rgba(43, 191, 104, 1);
 
     -webkit-box-shadow: 0px 5px 0px 0px rgba(43, 191, 104, 1);
 
     ;
 
     ;
Line 91: Line 102:
 
     ;
 
     ;
 
     transform: translateY(5px);
 
     transform: translateY(5px);
 +
}
 +
 +
.panel {
 +
border: none;
 
}
 
}
  
Line 101: Line 116:
  
 
.jumbotron {
 
.jumbotron {
     background-image: url(https://static.igem.org/mediawiki/2016/4/42/Uppsala_jumbotron_header.jpeg);
+
     background-image: url(https://static.igem.org/mediawiki/2016/d/da/T--Uppsala--main_lab_blurry.png);
 +
    /*background-image: url(https://static.igem.org/mediawiki/2016/4/42/Uppsala_jumbotron_header.jpeg); */
 
     background-size: cover;
 
     background-size: cover;
 
}
 
}
Line 135: Line 151:
  
 
.team-content {
 
.team-content {
border: 1px solid #eee;
+
border-top: 1px solid #eee;
 
padding: 30px 30px 30px 30px;
 
padding: 30px 30px 30px 30px;
height: 1000px;
 
 
}
 
}
  

Latest revision as of 12:05, 19 October 2016