Skip to content

Commit

Permalink
Deploy develop specification to GitHub Pages:
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-optimade committed Apr 4, 2024
1 parent 0f50c89 commit 7e6ac5b
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion specification/develop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,29 @@
--field-indent: 9em; /* default indent of fields in field lists */
}

/*Banner for development version*/
.banner-container {
max-width: 60rem;
min-width: 60rem;
height: 50px;
position: fixed;
top: 0;
color: var(--code-bg-color);
background: var(--code-fg-color);
border: outset 2px var(--tertiary);
align-items: center;
display: flex;
justify-content: center;
}

.banner {
text-transform: uppercase;
text-align: center;
vertical-align: middle;
font-size: 1.5em;
display: table-cell;
}

/* "page layout" */
main, footer, header {
line-height:1.6;
Expand Down Expand Up @@ -552,7 +575,7 @@

</style>
</head>
<body class="with-toc">
<body class="with-toc"><div class="banner-container"><div class="banner">This is a development version of the specification.</div></div>
<main id="optimade-api-specification-v1-2-0-develop">
<h1 class="title">OPTIMADE API specification v1.2.0~develop</h1>

Expand Down

0 comments on commit 7e6ac5b

Please sign in to comment.