Skip to content

Commit

Permalink
visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Oct 13, 2023
1 parent 0453d64 commit dc4644e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions previewers/betatest/ROCrateDeltablot.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,6 @@
integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/handsontable/0.28.4/handsontable.full.min.css">
<link type="text/css" rel="stylesheet" href="css/preview.css" />
<style>
/**
* This file is part of the "ro-crate2html" library
* Copyright 2023 Nicolas CARPi @ Deltablot
* License MIT
* https://github.com/deltablot/malle
*/
:root {
--main-bg: #f4f6f7;
--border: #cdcdcd;
}

body {
background-color: var(--main-bg);
padding-left: 2vw;
color: #444;
}

.ro-crate2htmlKey {
font-weight: bold;
margin-right: 1em;
}
</style>
</head>

<body class="container">
Expand All @@ -49,6 +26,29 @@ <h1 class="page-title rocratePreviewText">RO-Crate Preview</h1>
<div class='preview-container'>
<div class='preview-header'></div>
<div class='preview'>
<style>
/**
* This file is part of the "ro-crate2html" library
* Copyright 2023 Nicolas CARPi @ Deltablot
* License MIT
* https://github.com/deltablot/malle
*/
:root {
--main-bg: #f4f6f7;
--border: #cdcdcd;
}

body {
background-color: var(--main-bg);
padding-left: 2vw;
color: #444;
}

.ro-crate2htmlKey {
font-weight: bold;
margin-right: 1em;
}
</style>
<div class='container-fluid'>
<div id='ro-crate-metadata'></div>
</div>
Expand Down

0 comments on commit dc4644e

Please sign in to comment.