add junk posts
This commit is contained in:
33
styles/faulhaber.css
Normal file
33
styles/faulhaber.css
Normal file
@@ -0,0 +1,33 @@
|
||||
#demo-inputs {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
#limit-label,
|
||||
#exponent-label {
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
#enter {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
#result {
|
||||
word-break: break-all;
|
||||
max-height: 24lh;
|
||||
overflow: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#stirling-result {
|
||||
margin: 1vh;
|
||||
}
|
||||
|
||||
/* table styling */
|
||||
caption {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: right;
|
||||
}
|
||||
47
styles/junk.css
Normal file
47
styles/junk.css
Normal file
@@ -0,0 +1,47 @@
|
||||
.math-block {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
background-color: black;
|
||||
color: lime;
|
||||
padding: 1ch;
|
||||
border: 1vh solid gray;
|
||||
}
|
||||
|
||||
hgroup p {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footnote-list {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
/* table styling */
|
||||
table {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
caption {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tbody {
|
||||
border: 2px solid black;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: mediumturquoise;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
26
styles/sieves.css
Normal file
26
styles/sieves.css
Normal file
@@ -0,0 +1,26 @@
|
||||
/* demo styling */
|
||||
#demo-inputs {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
label {
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
#enter {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
#result {
|
||||
margin: 1vh;
|
||||
}
|
||||
|
||||
/* table styling */
|
||||
#result-caption {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user