moved files.natenom.com to legacy
This commit is contained in:
parent
11e48bc489
commit
62149c6eb4
5 changed files with 0 additions and 0 deletions
|
@ -1,46 +0,0 @@
|
|||
body {
|
||||
background: var(--background);
|
||||
color: var(--text);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
h1 {
|
||||
margin: 20px;
|
||||
}
|
||||
table#list {
|
||||
border: 0;
|
||||
border-spacing: 0;
|
||||
margin: 20px;
|
||||
width: calc(100% - 40px);
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
background: var(--background);
|
||||
border-bottom: 2px solid var(--text);
|
||||
padding: 5px 10px;
|
||||
a {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
tr {
|
||||
background: var(--background);
|
||||
&:nth-child(2n) {
|
||||
background: var(--background-contrast);
|
||||
}
|
||||
td {
|
||||
padding: 5px 10px;
|
||||
a {
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
body {
|
||||
background: var(--background);
|
||||
color: var(--text);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
a {
|
||||
color: var(--nom-blue);
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
main {
|
||||
font-size: 18px;
|
||||
line-height: 31px;
|
||||
margin: 80px 20px;
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 580px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue