Skip to content

Commit

Permalink
Deploying to gh-pages from @ b1fe225 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jul 8, 2024
1 parent e7307f4 commit 4223eee
Show file tree
Hide file tree
Showing 338 changed files with 186,106 additions and 119,456 deletions.
2 changes: 1 addition & 1 deletion assets/app.js

Large diffs are not rendered by default.

78 changes: 76 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ nav.navbar .navbar-nav .nav-link:hover {
border: 1px solid rgb(164, 164, 164);
}
main {
height: 1000000px;
padding-top: 40px;
padding-bottom: 40px;
}
Expand All @@ -71,6 +72,7 @@ table.table {
overflow-wrap: break-word;
margin-bottom: 1rem;
font-size: small;
background-color: white;
}
table.table-fixed {
table-layout: fixed;
Expand Down Expand Up @@ -174,7 +176,7 @@ code {
}
.toc,
.config {
width: 250px;
width: 260px;
float: right;
margin-left: 1rem;
margin-bottom: 1rem;
Expand Down Expand Up @@ -222,6 +224,9 @@ code {
.pattern-component {
margin-bottom: 1rem;
}
.show-component h3:first-child {
margin-top: 0;
}
.show-component p:last-child,
.show-component ul:last-child,
.show-component pre:last-child,
Expand Down Expand Up @@ -276,12 +281,69 @@ em.sector {
.badge-mandatory {
cursor: help;
}
.badge-soc-forcing {
background-color: #556B2F;
}
.badge-split .badge-info {
border: 1px solid #17a2b8;
}
.badge-split .badge-left {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background-color: white;
}
.badge-split .badge-right {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.circle,
.circle-left,
.circle-right {
display: inline-block;
margin-top: 1px !important;
margin-bottom: -1px !important;
}
.circle {
height: 8px;
width: 8px;
border-radius: 4px;
}
.circle-left {
height: 8px;
width: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.circle-right {
height: 8px;
width: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.circle-green {
background-color: #28a745;
}
.circle-yellow {
background-color: #ffc107;
}

.w-70 {
width: 70%;
}
[title] {
cursor: help;
}
td.nowrap {
padding: 0;
}
td.nowrap > div {
padding: 0.75rem;
overflow-x: auto;
white-space: nowrap;
}
.pre {
white-space: pre;
}

.doi-link:before {
display: inline-block;
Expand All @@ -308,7 +370,19 @@ em.sector {
border-top: none;
padding-top: 0;
}

.group3-update {
border: 1px solid #17a2b8;
background-color: rgba(23, 162, 184, 0.1);
padding: .5rem;
margin-bottom: 20px;
}
.group3-update .badge-split {
vertical-align: top;
font-size: small;
}
.group3-update > :last-child {
margin-bottom: 0;
}

@media print {
body {
Expand Down
Loading

0 comments on commit 4223eee

Please sign in to comment.