Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
305cbdc3d8
|
|||
9a05c787d7
|
|||
46f4123e45
|
@@ -1,7 +1,17 @@
|
|||||||
html body {
|
html body {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
background: #1a1a1a;
|
}
|
||||||
color: #d9d9d9;
|
|
||||||
|
a:link,
|
||||||
|
a:visited,
|
||||||
|
th a:visited {
|
||||||
|
color: #0a6682;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
a:focus,
|
||||||
|
a:visited:hover {
|
||||||
|
color: #1696bd;
|
||||||
}
|
}
|
||||||
|
|
||||||
#archnavbarlogo {
|
#archnavbarlogo {
|
||||||
@@ -10,45 +20,9 @@ html body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#archnavbar#archnavbar {
|
#archnavbar#archnavbar {
|
||||||
|
|
||||||
border-bottom: 5px #0a6682 solid !important;
|
border-bottom: 5px #0a6682 solid !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link,
|
|
||||||
a:visited,
|
|
||||||
th a:visited {
|
|
||||||
color: #53bffc;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover,
|
|
||||||
a:focus,
|
|
||||||
a:visited:hover {
|
|
||||||
color: #92D7FC;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pkgdetails #pkginfo .recent {
|
|
||||||
color: #B39DDB;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.box.box {
|
|
||||||
background-color: #2a2a2a;
|
|
||||||
border: 1px solid #858585;
|
|
||||||
}
|
|
||||||
|
|
||||||
table th.tablesorter-header {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAJAPABAOTu/wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAgABACwAAAAAFQAJAAACF4yPgMsJ2mJ4VDKKrd4GVz5lYPeMiVUAADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
table thead th.tablesorter-headerAsc {
|
|
||||||
background-color: #173f59;
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAEAPABAOTu/wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAgABACwAAAAAFQAEAAACDYyPAcmtsJyDVDKKWQEAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
table thead th.tablesorter-headerDesc {
|
|
||||||
background-color: #173f59;
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAEAPABAOTu/wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAgABACwAAAAAFQAEAAACDYwfoAvoz9qbZ9FrJC0AOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
white-space: initial;
|
white-space: initial;
|
||||||
@@ -60,54 +34,26 @@ table.results.results {
|
|||||||
|
|
||||||
.results.results td,
|
.results.results td,
|
||||||
.results.results th {
|
.results.results th {
|
||||||
border: 1px solid #858585;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.results.results tr:nth-child(2n+1) {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.results.results tr:nth-child(even) {
|
|
||||||
background-color: #111;
|
|
||||||
}
|
|
||||||
|
|
||||||
.results th {
|
.results th {
|
||||||
color: #fff;
|
|
||||||
background-color: #0f3147;
|
|
||||||
border: 1px solid #0A6682;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pkglist-results .results tr:hover {
|
|
||||||
background: #0d0d0d;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pkgdetails #detailslinks>div {
|
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
input,
|
input,
|
||||||
select {
|
select {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background: #1a1a1a;
|
|
||||||
color: #bbb;
|
|
||||||
border: 1px solid #858585;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
border: 1px solid #858585;
|
||||||
padding: .25em;
|
padding: .25em;
|
||||||
max-width: 85vw;
|
max-width: 85vw;
|
||||||
max-width: calc(92vw - 16px);
|
max-width: calc(92vw - 16px);
|
||||||
}
|
}
|
||||||
|
|
||||||
select option:checked {
|
|
||||||
background: linear-gradient(#0A6682, #0A6682);
|
|
||||||
background-color: #0A6682;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pkglist-results-form {
|
#pkglist-results-form {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
@@ -116,10 +62,6 @@ tr :nth-child(7) {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pkgfilelist li.d {
|
|
||||||
color: #92929a;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 750px) {
|
@media screen and (max-width: 750px) {
|
||||||
tr :nth-child(5) {
|
tr :nth-child(5) {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -160,4 +102,89 @@ tr :nth-child(7) {
|
|||||||
float: none;
|
float: none;
|
||||||
width: initial;
|
width: initial;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media not all and (prefers-color-scheme: light) {
|
||||||
|
html body {
|
||||||
|
background: #1a1a1a;
|
||||||
|
color: #d9d9d9;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link,
|
||||||
|
a:visited,
|
||||||
|
th a:visited {
|
||||||
|
color: #53bffc;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
a:focus,
|
||||||
|
a:visited:hover {
|
||||||
|
color: #92D7FC;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pkgdetails #pkginfo .recent {
|
||||||
|
color: #B39DDB;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.box.box {
|
||||||
|
background-color: #2a2a2a;
|
||||||
|
border: 1px solid #858585;
|
||||||
|
}
|
||||||
|
|
||||||
|
table th.tablesorter-header {
|
||||||
|
background-image: url(data:image/gif;base64,R0lGODlhFQAJAPABAOTu/wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAgABACwAAAAAFQAJAAACF4yPgMsJ2mJ4VDKKrd4GVz5lYPeMiVUAADs=);
|
||||||
|
}
|
||||||
|
|
||||||
|
table thead th.tablesorter-headerAsc {
|
||||||
|
background-color: #173f59;
|
||||||
|
background-image: url(data:image/gif;base64,R0lGODlhFQAEAPABAOTu/wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAgABACwAAAAAFQAEAAACDYyPAcmtsJyDVDKKWQEAOw==);
|
||||||
|
}
|
||||||
|
|
||||||
|
table thead th.tablesorter-headerDesc {
|
||||||
|
background-color: #173f59;
|
||||||
|
background-image: url(data:image/gif;base64,R0lGODlhFQAEAPABAOTu/wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAgABACwAAAAAFQAEAAACDYwfoAvoz9qbZ9FrJC0AOw==);
|
||||||
|
}
|
||||||
|
|
||||||
|
.results.results td,
|
||||||
|
.results.results th {
|
||||||
|
border: 1px solid #858585;
|
||||||
|
}
|
||||||
|
|
||||||
|
.results.results tr:nth-child(2n+1) {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
}
|
||||||
|
|
||||||
|
.results.results tr:nth-child(even) {
|
||||||
|
background-color: #111;
|
||||||
|
}
|
||||||
|
|
||||||
|
.results th {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #0f3147;
|
||||||
|
border: 1px solid #0A6682;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pkglist-results .results tr:hover {
|
||||||
|
background: #0d0d0d;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pkgdetails #detailslinks>div {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
select {
|
||||||
|
background: #1a1a1a;
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
|
||||||
|
select option:checked {
|
||||||
|
background: linear-gradient(#0A6682, #0A6682);
|
||||||
|
background-color: #0A6682;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pkgfilelist li.d {
|
||||||
|
color: #92929a;
|
||||||
|
}
|
||||||
}
|
}
|
@@ -1,9 +1,9 @@
|
|||||||
{% load static %}<?xml version="1.0" encoding="UTF-8"?>
|
{% load static %}<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
||||||
<ShortName>Arch Packages</ShortName>
|
<ShortName>Artix Packages</ShortName>
|
||||||
<LongName>Arch Linux Package Repository Search</LongName>
|
<LongName>Artix Linux Package Repository Search</LongName>
|
||||||
<Description>Search the Arch Linux package repositories by keyword in package names and descriptions.</Description>
|
<Description>Search the Artix Linux package repositories by keyword in package names and descriptions.</Description>
|
||||||
<Tags>linux archlinux package software</Tags>
|
<Tags>linux artixlinux package software</Tags>
|
||||||
<Image height="16" width="16" type="image/png">{{ domain }}{% static "favicon.png" %}</Image>
|
<Image height="16" width="16" type="image/png">{{ domain }}{% static "favicon.png" %}</Image>
|
||||||
<Image height="64" width="64" type="image/png">{{ domain }}{% static "logos/icon-transparent-64x64.png" %}</Image>
|
<Image height="64" width="64" type="image/png">{{ domain }}{% static "logos/icon-transparent-64x64.png" %}</Image>
|
||||||
<Language>en-us</Language>
|
<Language>en-us</Language>
|
||||||
|
Reference in New Issue
Block a user