Dark Mode Test Page
This page tests all components and styles in dark mode.
Element Reference Component
- Attribute:Value
- JSON-LD
- Turtle
- RDF/XML
{
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"dcterms": "http://purl.org/dc/terms/",
"ifla": "http://iflastandards.info/ns/isbd/terms/",
"isbdm": "http://iflastandards.info/ns/isbdm/elements/"
},
"@graph": [
{
"@type": [
"rdf:Property",
"owl:DatatypeProperty"
],
"label": {},
"description": {
"en": "This is a test element for verifying dark mode styles"
},
"domain": {
"@id": "http://iflastandards.info/ns/isbdm/elements/Test Domain"
},
"isDefinedBy": {
"label": "ISBD Manifestation elements"
},
"status": {}
}
]
}
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isbdm: <http://iflastandards.info/ns/isbdm/elements/> .
@prefix ifla: <http://iflastandards.info/ns/isbd/terms/> .
<undefined> a rdf:Property, owl:DatatypeProperty ;
rdfs:label "undefined"@en ;
rdfs:comment "This is a test element for verifying dark mode styles"@en ;
rdfs:domain isbdm:Test Domain .
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:isbdm="http://iflastandards.info/ns/isbdm/elements/"
xmlns:ifla="http://iflastandards.info/ns/isbd/terms/">
<rdf:Property rdf:about="undefined">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">undefined</rdfs:label>
<rdfs:comment xml:lang="en">This is a test element for verifying dark mode styles</rdfs:comment>
<rdfs:domain rdf:resource="http://iflastandards.info/ns/isbdm/elements/Test Domain"/>
</rdf:Property>
</rdf:RDF>
Guide Blocks
This is a guide block testing dark mode. It should have a dark blue-grey background with light text.
Header in Guide Block
This header should be visible in dark mode.
Here's a link: Test InLink in Guide
Stipulation Blocks
This is a stipulation block testing dark mode. It should have a dark brown background with light text.
Header in Stip Block
This header should also be visible in dark mode. This is emphasized text in the collapsible section.Collapsible Example in Stip
Column 1 Column 2 Test Value 1 Test Value 2 Another Value InLink in table
InLink Component Tests
InLink in regular content
Here's an InLink in regular content that should be visible in dark mode.
InLink in guide block
Testing InLink inside guide block
InLink in stip block
Testing InLink inside stip block
Table Tests
Regular Table
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Table in Guide Block
Table Example
| Property | Value |
|---|---|
| Test Property | Test Value |
| Another Property | InLink in table |
Headers Test
H3 Header
H4 Header
H5 Header
H6 Header
Complex Nested Content
Color Contrast Test
Regular text in guide block
Emphasized text in guide block
Bold text in guide block
Regular text in stip block
Emphasized text in stip block
Bold text in stip block