all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 97d03450b33a09c7190f11b307ef27cb6cf1b6fc 1257 bytes (raw)
name: website/static/base/css/packages.css 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
 
/* license: CC0 */

@import url("article.css");

a {
    transition: all 0.3s;
}
table#packages, table#packages tr, table#packages tbody, table#packages td, table#packages th {
    border: 0px solid black;
    clear: both;
}
table#packages tr:nth-child(even) {
    background-color: #FFF;
}
table#packages tr:nth-child(odd) {
    background-color: #EEE;
}
table#packages tr:hover, table#packages tr:focus, table#packages tr:active {
    background-color: #DDD;
}
table#packages th {
    background-color: #333;
    color: #fff;
}
table#packages td {
    margin:0px;
    padding:0.2em 0.5em;
}
table#packages td:first-child {
    width:10%;
    text-align:center;
}
table#packages td:nth-child(2) {
    width:30%;
}
table#packages td:last-child {
    width:60%;
}
img.package-logo {
    float: left;
    padding: 0.75em;
}
table#packages span {
    font-weight: 700;
}
table#packages span a {
    float: right;
    font-weight: 500;
}
a#top {
    position:fixed;
    right:10px;
    bottom:10px;
    font-size:150%;
    background-color:#EEE;
    padding:10px 7.5px 0 7.5px;
    text-decoration:none;
    color:#000;
    border-radius:5px;
}
a#top:hover, a#top:focus {
    background-color:#333;
    color:#fff;
}
img.status-icon {
    padding-right: 1em;
}

debug log:

solving 97d0345 ...
found 97d0345 in https://yhetil.org/guix/87r3hx85ow.fsf@gnu.org/ ||
	https://yhetil.org/guix/87fuzvo7i3.fsf@gnu.org/
found d9771be in https://yhetil.org/guix/87mw02nlqa.fsf@openmailbox.org/

applying [1/2] https://yhetil.org/guix/87mw02nlqa.fsf@openmailbox.org/
diff --git a/website/static/base/css/packages.css b/website/static/base/css/packages.css
new file mode 100644
index 0000000..d9771be


applying [2/2] https://yhetil.org/guix/87r3hx85ow.fsf@gnu.org/
diff --git a/website/static/base/css/packages.css b/website/static/base/css/packages.css
index d9771be..97d0345 100644

Checking patch website/static/base/css/packages.css...
Applied patch website/static/base/css/packages.css cleanly.
Checking patch website/static/base/css/packages.css...
Applied patch website/static/base/css/packages.css cleanly.

skipping https://yhetil.org/guix/87fuzvo7i3.fsf@gnu.org/ for 97d0345
index at:
100644 97d03450b33a09c7190f11b307ef27cb6cf1b6fc	website/static/base/css/packages.css

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.