From 2014.igem.org
(Difference between revisions)
|
|
Line 13: |
Line 13: |
| left: 10%; | | left: 10%; |
| } | | } |
- | //----------
| |
| | | |
- | .pictureContainer {
| |
- | height: 200px;
| |
- | width: 200px;
| |
- | overflow: hidden;
| |
- | cursor: pointer;
| |
- | float : left ;
| |
- | margin:25pt;
| |
- | opacity: 0.9;
| |
- | }
| |
- | .picturebox {
| |
- | height: 400px;
| |
- | width: 25px;
| |
- | }
| |
- | .upperbox, .lowerbox {
| |
- | display: block;
| |
- | width: 200px;
| |
- | height: 200px;
| |
- | }
| |
- |
| |
- | .lowerbox {
| |
- | color: white;
| |
- |
| |
- | text-align: center;
| |
- | vertical-align: middle;
| |
- | }
| |
- |
| |
- | .pictureContainer .picturebox {
| |
- | position: relative;
| |
- | top: 0px;
| |
- | transition: top .2s ease-in-out;
| |
- | float : left ;
| |
- | }
| |
- | .pictureContainer .picturebox:hover {
| |
- | top: -200px;
| |
- | }
| |
- | //----------
| |
| .pban li{ | | .pban li{ |
| display: inline-block; | | display: inline-block; |
Revision as of 13:23, 6 October 2014