File size: 1,780 Bytes
a78f996 54cfa41 a78f996 1c16ad1 54cfa41 a78f996 1c16ad1 a78f996 54cfa41 a78f996 54cfa41 a78f996 54cfa41 a78f996 54cfa41 a78f996 54cfa41 a78f996 54cfa41 a78f996 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
/* Apply a background color to the body */
body {
background-color: #f2f2f2;
margin: 0;
padding: 0;
}
/* Center the main content */
main {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
/* Add a border and some padding to the iframes */
iframe {
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 20px;
overflow: hidden;
}
/* Set the height of iframes to fit on one page */
iframe[src="https://ceckenrode-biomed-nlp-ai-clinical-terminolo-1e44ba4.hf.space"],
iframe[src="https://ceckenrode-chatgpt-streamlit-fhir.hf.space"],
iframe[src="https://ceckenrode-cognitive-ai-episodic-semantic-m-732f0f6.hf.space"],
iframe[src="https://ceckenrode-dockerimagerecognitiontotext.hf.space"] {
height: calc(100vh - 20px);
margin-bottom: 20px;
}
iframe[src="https://awacke1-image-to-multilingual-ocr.hf.space"],
iframe[src="https://awacke1-ai-quantum.hf.space"] {
height: calc(100vh - 40px);
margin-bottom: 20px;
}
/* Style the mermaid diagrams */
.mermaid {
background-color: white;
padding: 20px;
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
/* Style the card */
.card {
background-color: white;
padding: 20px;
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
/* Style the heading */
h1 {
font-size: 32px;
font-weight: bold;
margin-top: 0;
margin-bottom: 20px;
}
/* Style the paragraphs */
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
/* Style the link */
a {
color: #0077cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Style the code blocks */
pre {
background-color: #f5f5f5;
padding: 10px;
overflow: auto;
}
code {
font-family: "Courier New", Courier, monospace;
font-size: 14px;
} |