mirror of https://github.com/perkeep/perkeep.git
75 lines
1.5 KiB
CSS
75 lines
1.5 KiB
CSS
/*
|
|
Copyright 2014 The Perkeep Authors
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
@import (less) "prefix-free.css";
|
|
|
|
.cam-blobitem-fs-checkin {
|
|
display: block;
|
|
border-radius: 7%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
color: white;
|
|
text-shadow:1px 1px 2px black;
|
|
white-space: normal;
|
|
}
|
|
|
|
.cam-blobitem-fs-checkin-content {
|
|
position: relative;
|
|
background: rgba(80,80,80,0.4);
|
|
border-radius: 7%;
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 6%;
|
|
text-align: center;
|
|
}
|
|
|
|
.cam-blobitem-fs-checkin-content table {
|
|
border-collapse: collapse;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.cam-blobitem-fs-checkin-content td {
|
|
height: 100%;
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.cam-blobitem-fs-checkin-content img {
|
|
position: absolute;
|
|
top: 4%;
|
|
left: 50%;
|
|
margin-left: -59px;
|
|
width: 118px;
|
|
height: 46px;
|
|
}
|
|
|
|
.cam-blobitem-fs-checkin-venue {
|
|
font-weight: bold;
|
|
font-size: 150%;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.cam-blobitem-fs-checkin-when {
|
|
position: absolute;
|
|
bottom: 4%;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|