sample.css in Exif 8
Same filename and directory in other branches
tr.metadata-section {
border-top: double cadetblue thin;
border-bottom: double cadetblue thin;
}
.metadata-section td {
text-align: center;
align-content: center;
font-weight: bolder;
}
.metadata-section:hover {
background-color: #f4f5f0;
}
.metadata-row {
display: 'table-row';
}
.metadata-row.odd {
background-color: #f6f5f0;
}
.metadata-key {
font-weight: bold;
width: 250px;
}
img.sample-image {
height: 70px;
float: right;
margin: 0 0 15px 15px;
vertical-align: sub;
}
File
css/sample.cssView source
- tr.metadata-section {
- border-top: double cadetblue thin;
- border-bottom: double cadetblue thin;
- }
-
- .metadata-section td {
- text-align: center;
- align-content: center;
- font-weight: bolder;
- }
-
- .metadata-section:hover {
- background-color: #f4f5f0;
- }
-
- .metadata-row {
- display: 'table-row';
- }
-
- .metadata-row.odd {
- background-color: #f6f5f0;
- }
-
- .metadata-key {
- font-weight: bold;
- width: 250px;
- }
-
- img.sample-image {
- height: 70px;
- float: right;
- margin: 0 0 15px 15px;
- vertical-align: sub;
- }