2012-12-23 20:43:46 +00:00
|
|
|
/* Tile view of BlobItem */
|
|
|
|
.cam-blobitem {
|
|
|
|
margin: 0.25em;
|
|
|
|
border: 1px solid gray;
|
|
|
|
padding: 8px;
|
2012-12-23 21:54:42 +00:00
|
|
|
display: inline-block;
|
2012-12-23 20:43:46 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
2012-12-24 00:05:23 +00:00
|
|
|
vertical-align: top;
|
2012-12-24 00:47:03 +00:00
|
|
|
outline: 0;
|
|
|
|
cursor: default;
|
2012-12-23 20:43:46 +00:00
|
|
|
}
|
|
|
|
|
2012-12-24 01:52:09 +00:00
|
|
|
.cam-blobitemcontainer-25 .cam-blobitem {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
.cam-blobitemcontainer-25 .cam-blobitem-thumbtitle {
|
|
|
|
font-size: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cam-blobitemcontainer-50 .cam-blobitem {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
.cam-blobitemcontainer-50 .cam-blobitem-thumbtitle {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cam-blobitemcontainer-75 .cam-blobitem {
|
|
|
|
width: 125px;
|
|
|
|
height: 125px;
|
|
|
|
}
|
|
|
|
.cam-blobitemcontainer-75 .cam-blobitem-thumbtitle {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cam-blobitemcontainer-100 .cam-blobitem {
|
2012-12-24 00:01:15 +00:00
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
2012-12-24 01:52:09 +00:00
|
|
|
}
|
|
|
|
.cam-blobitemcontainer-100 .cam-blobitem-thumbtitle {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cam-blobitemcontainer-150 .cam-blobitem {
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
.cam-blobitemcontainer-150 .cam-blobitem-thumbtitle {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cam-blobitemcontainer-200 .cam-blobitem {
|
|
|
|
width: 250px;
|
|
|
|
height: 250px;
|
|
|
|
}
|
|
|
|
.cam-blobitemcontainer-200 .cam-blobitem-thumbtitle {
|
|
|
|
font-size: 18px;
|
2012-12-23 20:43:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cam-blobitem:hover {
|
|
|
|
border: 1px solid black;
|
|
|
|
background: #ccc;
|
|
|
|
}
|
|
|
|
|
2013-01-20 22:43:17 +00:00
|
|
|
.cam-blobitem.goog-control-checked {
|
2012-12-23 20:43:46 +00:00
|
|
|
border: 3px solid black;
|
|
|
|
background: #ffc;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
2013-01-20 22:43:17 +00:00
|
|
|
.cam-blobitem.goog-control-checked:hover {
|
2012-12-23 20:43:46 +00:00
|
|
|
border: 3px solid black;
|
|
|
|
padding: 6px;
|
|
|
|
background: #e6e6b8;
|
|
|
|
}
|
|
|
|
|
2013-01-20 21:56:13 +00:00
|
|
|
.cam-blobitem-thumbtitle {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis
|
|
|
|
}
|
2012-12-23 20:43:46 +00:00
|
|
|
.cam-blobitem-thumbtitle:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
background: #999;
|
|
|
|
}
|