Skip to content

aur.archlinux.org by dniminenn

Screenshot of aur.archlinux.org

Details

Authordniminenn

LicenseMIT

Categoryaur.archlinux.org

Created

Updated

Size3.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Arch Linux AUR with Nord colors

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         aur.archlinux.org
@version      20230705.09.31
@namespace    ?
==/UserStyle== */

@-moz-document domain("aur.archlinux.org") {
body {
    background: #2E3440;
    color: #ECEFF4;
}
code {
    background: #ebcb8b;
    color: #3b4252;
}
a:link,
th a:visited {
    color: #88c0d0;
}

a:visited {
    color: #88c0d0;
}

a:hover {
    color: #81a1c1;
}
div.box {
    background: #3b4252;
    border: 1px solid #4c566a;
}
#archdev-navbar li a {
    color: #88c0d0;
}
#news h3 a {
    background: #5e81ac;
    color: #ECEFF4;
}
#pkgsearch {
    background: #5e81ac;
    color: #ECEFF4;
    border: 1px solid #454e61;
}
.pkgsearch-typeahead {
    background-color: #2E3440;
    border: 1px solid #4c566a;
}

/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */

.results tr:nth-child(2n+1), #article-list tr:nth-child(2n+1) {
  /* background: #fff; */
  background: #2e3440;
}

.results tr:nth-child(2n), #article-list tr:nth-child(2n) {
  /* background: #e4eeff; */
  background: #3b4252;
}

.results th {
  /* border-bottom: 1px solid #999; */
  /* background-color: #fff; */
  border-bottom: 2px solid #454e61;
  background-color: #2e3440;
}

h2 {
  /* border-bottom: 1px solid #888; */
  border-bottom: 1px solid #454e61;
}

table.results {
  /* border-top: 1px dotted #999; */
  /* border-bottom: 1px dotted #999; */
  border-top: 1px dotted #454e61;
  border-bottom: 1px dotted #454e61;
}

.results .flagged {
  /* color: red; */
  color: #bf616a;
  font-style: oblique;
  font-weight: bold;
}

/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */

#article-list tr:hover, #clocks-table tr:hover, #dev-dashboard tr:hover, #dev-todo-lists tr:hover, #dev-todo-pkglist tr:hover, #pkglist-results tr:hover, #stats-area tr:hover {
  /* background: #ffd; */
  background: #4c566a
}

/* aurweb.css | https://aur.archlinux.org/static/css/aurweb.css */

.keyword:link, .keyword:visited {
  /* color: white; */
  /* background-color: #36a; */
  color: #434c5e;
  background-color: #b48ead;
  font-weight: bold;
}

.comments-header h3 span.text {
  /* background: #1794D1; */
  background: #5e81ac;
}

.text-button {
  /* color: #07b; */
  color: #88c0d0;
}

.text-button:hover {
  /* color: #666; */
  color: #81a1c1;
}

/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */

pre {
  /* border: 1px solid #bdb; */
  /* background: #dfd; */
  border: 1px solid #4c566a;
  background: #8fbcbb;
}

#pkgdetails #detailslinks > div {
  /* background: #eee; */
  /* border: 1px solid #bbb; */
  background: #2e3440;
  border: 1px solid #454e61;
}

#pkgdetails #metadata h3 {
  /* background: #555; */
  background: #5e81ac;
}

/* aurweb.css | https://aur.archlinux.org/static/css/aurweb.css */

form.link button {
  /* color: #07b; */
  color: #8fbcbb;
}

/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */

#archnavbar {
  /* border-bottom: 5px #08c solid !important; */
  border-bottom: 5px #40495a solid !important;
}

/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */

input[type="text"], input[type="password"], input[type="email"], textarea {
  background-color: #2e3440;
  border-color: #454e61;
  color: #eceff4;
}

input {
  /* background-color: white; */
  background-color: #2e3440;
  color: #eceff4;
  border-color: #454e61;
}

/* aurweb.css | https://aur.archlinux.org/static/css/aurweb.css */

button[type="submit"], button[type="reset"] {
  background-color: #2e3440;
  color: #eceff4;
  border-color: #454e61;
}

/* Inline #2 | https://aur.archlinux.org/packages/zsh-ansimotd-git */

select {
  background-color: #2e3440;
  color: #eceff4;
  border-color: #454e61;
}

}

Reviews

No reviews yet.