mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 00:08:52 -06:00
42 lines
832 B
CSS
42 lines
832 B
CSS
/*
|
|
* UnitCommitment.jl: Optimization Package for Security-Constrained Unit Commitment
|
|
* Copyright (C) 2020-2025, UChicago Argonne, LLC. All rights reserved.
|
|
* Released under the modified BSD license. See COPYING.md for more details.
|
|
*/
|
|
|
|
.HeaderBox {
|
|
background-color: var(--contrast-0);
|
|
border-bottom: var(--box-border);
|
|
box-shadow: var(--box-shadow);
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.HeaderContent {
|
|
margin: 0 auto;
|
|
max-width: var(--site-max-width);
|
|
min-width: var(--site-min-width);
|
|
}
|
|
|
|
.HeaderContent h1,
|
|
h2 {
|
|
color: var(--contrast-100);
|
|
display: inline-block;
|
|
line-height: 48px;
|
|
font-size: 28px;
|
|
margin: 0;
|
|
padding: 12px;
|
|
}
|
|
|
|
.HeaderContent h2 {
|
|
display: inline-block;
|
|
font-size: 22px;
|
|
color: var(--contrast-80);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.buttonContainer {
|
|
float: right;
|
|
padding: 16px 12px;
|
|
}
|