Team:NCTU Formosa/source/head-index

From 2014.igem.org

(Difference between revisions)
Line 434: Line 434:
.pictureContainer {
.pictureContainer {
-
     height: 150px;
+
     height: 250px;
-
     width: 150px;
+
     width: 250px;
     overflow: hidden;
     overflow: hidden;
cursor: pointer;
cursor: pointer;
}
}
.picturebox {
.picturebox {
-
     height: 300px;
+
     height: 500px;
-
     width: 150px;
+
     width: 25px;
}
}
.upperbox, .lowerbox {
.upperbox, .lowerbox {
display: block;
display: block;
-
width: 150px;
+
width: 250px;
-
height: 150px;
+
height: 250px;
}
}
Line 463: Line 463:
}
}
.pictureContainer .picturebox:hover {
.pictureContainer .picturebox:hover {
-
     top: -150px;
+
     top: -250px;
}
}

Revision as of 12:08, 25 September 2014