initial commit
This commit is contained in:
parent
3ce56cd6ff
commit
d4d0bf91b1
40 changed files with 1361 additions and 0 deletions
45
subsystem/subres/sub-indexstyle.css
Normal file
45
subsystem/subres/sub-indexstyle.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
main {
|
||||
width: min(95%, 650px);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
hgroup {
|
||||
margin: 20px;
|
||||
}
|
||||
hgroup h1,
|
||||
hgroup h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
hgroup h1 {
|
||||
font-size: xx-large;
|
||||
}
|
||||
hgroup h2 {
|
||||
font-size: large;
|
||||
}
|
||||
article h3 {
|
||||
text-align: center;
|
||||
font-size: medium;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
h3 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
text-align: center;
|
||||
}
|
||||
h3:after,
|
||||
h3:before {
|
||||
content: "";
|
||||
flex-grow: 1;
|
||||
height: 1px;
|
||||
margin: auto 10px;
|
||||
background-color: var(--black);
|
||||
}
|
||||
|
||||
.proclaim {
|
||||
text-align: center;
|
||||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue