mirror of https://github.com/seL4/docs.git
Layout for test status page
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
a8dd779557
commit
cbc0b23c6a
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: basic
|
||||||
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="mb-10 mt-4 max-w-6xl mx-auto theprose-noimg prose-img:inline-block prose-img:my-0 prose-img:mx-2">
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
|
@ -135,16 +135,23 @@ layout: none
|
||||||
prose-inline-code:px-1.5
|
prose-inline-code:px-1.5
|
||||||
prose-inline-code:pb-px
|
prose-inline-code:pb-px
|
||||||
prose-inline-code:after:content-none
|
prose-inline-code:after:content-none
|
||||||
prose-inline-code:before:content-none
|
prose-inline-code:before:content-none;
|
||||||
prose-img:[&[src$=svg]]:p-3
|
}
|
||||||
|
|
||||||
|
@utility theprose-imgs {
|
||||||
|
@apply prose-img:[&[src$=svg]]:p-3
|
||||||
prose-img:[&[src$=svg]]:lg:p-6
|
prose-img:[&[src$=svg]]:lg:p-6
|
||||||
prose-img:[&[src$=svg]]:rounded-lg
|
prose-img:[&[src$=svg]]:rounded-lg
|
||||||
prose-img:[&[src$=svg]]:bg-white;
|
prose-img:[&[src$=svg]]:bg-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@utility theprose {
|
@utility theprose-noimg {
|
||||||
@apply theprose-nodark dark:prose-invert
|
@apply theprose-nodark dark:prose-invert
|
||||||
prose-li:dark:marker:text-lightercol_inv
|
prose-li:dark:marker:text-lightercol_inv
|
||||||
|
}
|
||||||
|
|
||||||
|
@utility theprose {
|
||||||
|
@apply theprose-noimg theprose-imgs
|
||||||
prose-img:dark:[&[src$=svg]]:bg-gray-100;
|
prose-img:dark:[&[src$=svg]]:bg-gray-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
SPDX-FileCopyrightText: 2022 seL4 Project a Series of LF Projects, LLC.
|
SPDX-FileCopyrightText: 2022 seL4 Project a Series of LF Projects, LLC.
|
||||||
|
layout: test
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Do not edit. This file is generated by seL4/ci-actions/dashboard/gen-dashboard.py -->
|
<!-- Do not edit. This file is generated by seL4/ci-actions/dashboard/gen-dashboard.py -->
|
||||||
|
|
Loading…
Reference in New Issue