2024-03-19 18:17:51 +00:00
|
|
|
@import url("https://matterlinux.xyz/global.css");
|
2024-03-19 20:39:46 +00:00
|
|
|
@import url("https://matterlinux.xyz/error.css");
|
2024-01-17 17:06:26 +00:00
|
|
|
|
|
|
|
main {
|
|
|
|
padding: 40px 10% 0% 10%;
|
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.package-main {
|
|
|
|
padding: 40px 20% 0% 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.package {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.package tr {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.package th {
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid var(--bright-third);
|
|
|
|
background: var(--dark-second);
|
2024-08-25 21:41:09 +00:00
|
|
|
color: var(--bright-main);
|
|
|
|
vertical-align: top;
|
2024-08-13 19:12:27 +00:00
|
|
|
text-align: left;
|
2024-08-25 21:41:09 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
2024-08-13 19:12:27 +00:00
|
|
|
flex-grow: 4;
|
|
|
|
}
|
|
|
|
|
2024-08-25 21:41:09 +00:00
|
|
|
.package .files {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 3px;
|
2024-08-13 19:12:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.package th a {
|
|
|
|
color: var(--bright-second);
|
|
|
|
}
|
|
|
|
|
|
|
|
.package th a:hover {
|
|
|
|
color: var(--bright-main);
|
|
|
|
}
|
|
|
|
|
|
|
|
.package tr th:first-child {
|
|
|
|
font-weight: 900;
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.package tr th:last-child {
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.package-name th {
|
|
|
|
background: var(--dark-third);
|
|
|
|
border: 1px solid var(--bright-second);
|
|
|
|
}
|
|
|
|
|
|
|
|
.detail {
|
2024-01-17 17:06:26 +00:00
|
|
|
display: flex;
|
2024-08-13 19:12:27 +00:00
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detail h3 {
|
|
|
|
font-size: 30px;
|
2024-01-17 17:42:51 +00:00
|
|
|
color: var(--bright-main);
|
2024-08-13 19:12:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.detail .links {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.detail .links a {
|
|
|
|
border: solid 1px var(--bright-third);
|
2024-01-17 17:06:26 +00:00
|
|
|
background: var(--dark-second);
|
2024-08-13 19:12:27 +00:00
|
|
|
color: var(--bright-second);
|
|
|
|
font-size: 16px;
|
|
|
|
padding: 7px 10px;
|
2024-01-17 17:06:26 +00:00
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.detail .links a:hover {
|
|
|
|
border: solid 1px var(--bright-second);
|
2024-01-17 17:42:51 +00:00
|
|
|
color: var(--bright-main);
|
2024-08-13 19:12:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox {
|
2024-01-17 17:06:26 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
2024-08-13 19:12:27 +00:00
|
|
|
gap: 5px;
|
2024-01-17 17:06:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
2024-08-13 19:12:27 +00:00
|
|
|
display: flex;
|
2024-01-17 17:06:26 +00:00
|
|
|
flex-direction: row;
|
2024-08-13 19:12:27 +00:00
|
|
|
color: var(--bright-main);
|
|
|
|
background: var(--dark-second);
|
|
|
|
border: solid 1px var(--bright-second);
|
|
|
|
padding: 30px;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .search {
|
|
|
|
width: 100%;
|
2024-01-17 17:06:26 +00:00
|
|
|
display: flex;
|
2024-08-13 19:12:27 +00:00
|
|
|
flex-direction: column;
|
|
|
|
gap: 10px;
|
|
|
|
flex: 0 0 80%;
|
2024-01-17 17:06:26 +00:00
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
@media only screen and (max-width: 1500px) {
|
|
|
|
form .search {
|
|
|
|
flex: 0 0 70%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1000px) {
|
|
|
|
form .search {
|
|
|
|
flex: 0 0 60%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
form .search input {
|
2024-01-17 17:06:26 +00:00
|
|
|
font-size: 15px;
|
|
|
|
color: white;
|
|
|
|
background: var(--dark-main);
|
|
|
|
padding: 10px;
|
|
|
|
outline: none;
|
2024-01-17 17:42:51 +00:00
|
|
|
border: solid 1px var(--bright-third);
|
2024-01-17 17:06:26 +00:00
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
form .search .status{
|
|
|
|
color: var(--bright-main);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 900px) {
|
|
|
|
form .search .status{
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: left;
|
|
|
|
gap: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
form .options {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .options select {
|
2024-01-17 17:06:26 +00:00
|
|
|
appearance: none;
|
|
|
|
flex-grow: 1;
|
|
|
|
font-size: 15px;
|
|
|
|
color: white;
|
|
|
|
background: var(--dark-main);
|
|
|
|
padding: 10px;
|
|
|
|
outline: none;
|
|
|
|
cursor: pointer;
|
|
|
|
display: grid;
|
2024-01-17 17:42:51 +00:00
|
|
|
border: none;
|
2024-08-13 19:12:27 +00:00
|
|
|
width: 100%;
|
2024-01-17 17:42:51 +00:00
|
|
|
border: solid 1px var(--bright-third);
|
2024-03-20 19:58:48 +00:00
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
|
|
|
background-image:
|
|
|
|
linear-gradient(45deg, transparent 50%, var(--bright-main) 50%),
|
|
|
|
linear-gradient(135deg, var(--bright-main) 50%, transparent 50%),
|
|
|
|
linear-gradient(to right, var(--dark-third), var(--dark-third));
|
|
|
|
background-position:
|
|
|
|
calc(100% - 20px) calc(1em + 2px),
|
|
|
|
calc(100% - 15px) calc(1em + 2px),
|
|
|
|
100% 0;
|
|
|
|
background-size:
|
|
|
|
5px 5px,
|
|
|
|
5px 5px,
|
|
|
|
2.5em 2.5em;
|
|
|
|
background-repeat: no-repeat;
|
2024-01-17 17:06:26 +00:00
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.list {
|
2024-01-17 17:06:26 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
border-collapse: collapse;
|
2024-01-17 17:54:37 +00:00
|
|
|
width: 100%;
|
2024-01-17 17:06:26 +00:00
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.list tr {
|
2024-01-17 17:06:26 +00:00
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.list th, .list td {
|
2024-01-17 17:06:26 +00:00
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid var(--bright-second);
|
2024-03-21 17:30:35 +00:00
|
|
|
background: var(--dark-second);
|
2024-01-17 17:42:51 +00:00
|
|
|
color: var(--bright-second);
|
2024-01-17 17:06:26 +00:00
|
|
|
text-align: left;
|
|
|
|
flex-grow: 4;
|
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.list td a {
|
2024-01-17 17:42:51 +00:00
|
|
|
color: var(--bright-second);
|
2024-01-17 17:06:26 +00:00
|
|
|
}
|
2024-03-21 17:30:35 +00:00
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.list td a:hover {
|
|
|
|
color: var(--bright-main);
|
|
|
|
}
|
|
|
|
|
|
|
|
.list th {
|
2024-03-21 17:30:35 +00:00
|
|
|
font-weight: 900;
|
|
|
|
color: var(--bright-main);
|
|
|
|
}
|
|
|
|
|
2024-08-13 19:12:27 +00:00
|
|
|
.list td {
|
2024-03-21 17:30:35 +00:00
|
|
|
font-style: italic;
|
|
|
|
}
|