Template:Team:Waterloo/CSS/WaterlooTeam

From 2014.igem.org

(Difference between revisions)
m
 
(16 intermediate revisions not shown)
Line 15: Line 15:
div.imageGrid td{
div.imageGrid td{
   cursor: pointer;
   cursor: pointer;
 +
}
 +
#infoView_container {
}
}
#infoView{
#infoView{
-
  width: 50%;
 
-
  padding: 30px;
 
   cursor: auto;
   cursor: auto;
   font-family: Oxygen;
   font-family: Oxygen;
 +
  min-width: 325px;
 +
  min-height: 500px;
 +
  text-align: center;
 +
  background: #F0F0F0;
 +
  border-radius: 50px;
 +
  box-shadow: 5px 8px 5px #5AA3B8;
 +
  padding: 30px;
}
}
#infoView h2{
#infoView h2{
Line 30: Line 37:
   margin-left: auto;
   margin-left: auto;
   margin-right: auto;
   margin-right: auto;
 +
  border-radius: 50%;
}
}
img.gridpic{
img.gridpic{
Line 35: Line 43:
   max-width: 100px;
   max-width: 100px;
   border-radius: 50%;
   border-radius: 50%;
 +
}
 +
@media screen and (max-width: 1060px) { /* above tablet size */
 +
#teamPictures .half-column {
 +
    width: 100%;
 +
    padding: 5px;
 +
    float: none;
 +
  }
}
}
</style>
</style>
</html>
</html>

Latest revision as of 00:45, 18 October 2014