Template:Team:Waterloo/CSS/WaterlooTeam
From 2014.igem.org
(Difference between revisions)
(updates infoview) |
m |
||
(10 intermediate revisions not shown) | |||
Line 15: | Line 15: | ||
div.imageGrid td{ | div.imageGrid td{ | ||
cursor: pointer; | cursor: pointer; | ||
+ | } | ||
+ | #infoView_container { | ||
} | } | ||
#infoView{ | #infoView{ | ||
cursor: auto; | cursor: auto; | ||
font-family: Oxygen; | font-family: Oxygen; | ||
- | |||
min-width: 325px; | min-width: 325px; | ||
- | height: | + | min-height: 500px; |
text-align: center; | text-align: center; | ||
background: #F0F0F0; | background: #F0F0F0; | ||
border-radius: 50px; | border-radius: 50px; | ||
- | box-shadow: 5px 8px 5px #5AA3B8; | + | box-shadow: 5px 8px 5px #5AA3B8; |
+ | padding: 30px; | ||
} | } | ||
#infoView h2{ | #infoView h2{ | ||
Line 41: | 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