Template:Team:Waterloo/CSS/WaterlooTeam
From 2014.igem.org
(Difference between revisions)
m |
|||
(26 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
width: 95%; | width: 95%; | ||
margin: auto; | margin: auto; | ||
+ | font-family: Oxygen; | ||
+ | font-size: 14px; | ||
} | } | ||
div.imageGrid tr, div.imageGrid td{ | div.imageGrid tr, div.imageGrid td{ | ||
Line 13: | Line 15: | ||
div.imageGrid td{ | div.imageGrid td{ | ||
cursor: pointer; | cursor: pointer; | ||
+ | } | ||
+ | #infoView_container { | ||
} | } | ||
#infoView{ | #infoView{ | ||
- | |||
- | |||
cursor: auto; | cursor: auto; | ||
+ | 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{ | ||
+ | font-size: 25px; | ||
+ | font-weight: bold; | ||
} | } | ||
.profile{ | .profile{ | ||
Line 23: | Line 37: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
+ | border-radius: 50%; | ||
} | } | ||
img.gridpic{ | img.gridpic{ | ||
width: 100%; | width: 100%; | ||
max-width: 100px; | max-width: 100px; | ||
- | border: | + | 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