- use latest prettier 3.0 with eslint-plugin-prettier: 5.0.0-alpha.2
All checks were successful
CI Pipeline / japa-tests (push) Successful in 46s
All checks were successful
CI Pipeline / japa-tests (push) Successful in 46s
- npm normal updates - add all xslt and style asstes in extra folder public/assets2 - linting corrections - delete local .env.test from git tracking: git rm --cached .env.test - add .env.test into .gitignore file - add edit functionality for editing by submitter - npm updates -added xslt3 packeage for builfing sef files - added Language.ts class vor language table - added version to datasetxml2oai-pmh.xslt
This commit is contained in:
parent
f403c3109f
commit
4714dfdd94
70 changed files with 22920 additions and 17407 deletions
145
public/assets2/style.css
Normal file
145
public/assets2/style.css
Normal file
|
@ -0,0 +1,145 @@
|
|||
html,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea,
|
||||
.pure-g [class*="pure-u"] {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
td.value {
|
||||
vertical-align: top;
|
||||
padding-left: 1em;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
td.key {
|
||||
background-color: #3abac4;
|
||||
padding: 3px;
|
||||
text-align: right;
|
||||
border: 1px solid #c0c0c0;
|
||||
white-space: nowrap;
|
||||
/* font-weight: bold; */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.dcdata td.key {
|
||||
background-color: #f4f8f4;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 1em 2em 1em 2em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
font-family: sans-serif;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding-bottom: 4px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0.3em;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.link {
|
||||
border: 1px outset #88f;
|
||||
background-color: #00beff;
|
||||
padding: 1px 4px 1px 4px;
|
||||
font-size: 80%;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
color: #6c6e6b;
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
color: #d0d0d0;
|
||||
}
|
||||
|
||||
.link:active {
|
||||
color: #d0d0d0;
|
||||
background-color: #00beff;
|
||||
}
|
||||
|
||||
.oaiRecord,
|
||||
.oaiRecordTitle {
|
||||
background-color: #eee;
|
||||
border-style: solid;
|
||||
border-color: #d0d0d0;
|
||||
}
|
||||
|
||||
h2.oaiRecordTitle {
|
||||
background-color: #51565c;
|
||||
color: #fff;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
padding: 10px;
|
||||
border-width: 0px 0px 0px 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.oaiRecord {
|
||||
margin-bottom: 3em;
|
||||
border-width: 2px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.results {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
ul.quicklinks {
|
||||
margin-top: 2px;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
border-bottom: 2px solid #ccc;
|
||||
border-top: 2px solid #ccc;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
ul.quicklinks li {
|
||||
font-size: 80%;
|
||||
display: inline;
|
||||
list-style: none;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
p.intro {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.xmlSource {
|
||||
font-size: 70%;
|
||||
border: solid #c0c0a0 1px;
|
||||
/* background-color: #ffffe0; */
|
||||
background-color: #f4f8f4;
|
||||
padding: 2em 2em 2em 0em;
|
||||
}
|
||||
|
||||
.xmlBlock {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
.xmlTagName {
|
||||
color: #800000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xmlAttrName {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xmlAttrValue {
|
||||
color: #0000c0;
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue