Same filename and directory in other branches
  1. 8.x-2.x css/sample.css 1 comment
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.css

View source
  1. tr.metadata-section {
  2. border-top: double cadetblue thin;
  3. border-bottom: double cadetblue thin;
  4. }
  5. .metadata-section td {
  6. text-align: center;
  7. align-content: center;
  8. font-weight: bolder;
  9. }
  10. .metadata-section:hover {
  11. background-color: #f4f5f0;
  12. }
  13. .metadata-row {
  14. display: 'table-row';
  15. }
  16. .metadata-row.odd {
  17. background-color: #f6f5f0;
  18. }
  19. .metadata-key {
  20. font-weight: bold;
  21. width: 250px;
  22. }
  23. img.sample-image {
  24. height: 70px;
  25. float: right;
  26. margin: 0 0 15px 15px;
  27. vertical-align: sub;
  28. }