unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 797918f307051e5a7f5e55f83e104925a768a74a 878 bytes (raw)
name: website/static/media/css/publications.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
 
.publication-list {
    margin-top: 2em;
}

.publication-preview,
.publication-preview:link,
.publication-preview:visited {
    display: block;
    border-image: linear-gradient(to right, gray, transparent) 1;
    border-style: none none solid none;
    border-width: thin thick;
    color: #4D4D4D;
    padding: 20px 70px 20px 10px;
    transition: border-width .2s cubic-bezier(.22,.61,.36,1);
}

.publication-preview:active,
.publication-preview:focus,
.publication-preview:hover {
    background-color: gold;
    background-image: url("/static/base/img/link-arrow-shaper.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-image: linear-gradient(to right, #333, white, white) 1;
    border-style: none none solid solid;
}

.publication-title {
    margin: 0px;
}

.publication-info {
    margin-bottom: 0px;
}

debug log:

solving 797918f ...
found 797918f in https://yhetil.org/guix-patches/4BtcqLwBY7LgeYhUd41lhUUAcT5n2Zn9OTJUzGswTuBpLla8nBHyrQ3kJzwEMI9E7MPEnr6wBqSeCMqByldZ6i5jPR8B7ZtEi0XhwextyQo=@protonmail.com/ ||
	https://yhetil.org/guix-patches/rvOMdPKRHNINHsvhy8aneQ-XeN8CAbV_3HNdrYNCGNvsUZwp7pzSfusn3eH4q1H3CH45XVYjnSkSLkVdX1TZUlIUPRgVtx4oe7cco70mXE4=@protonmail.com/

applying [1/1] https://yhetil.org/guix-patches/4BtcqLwBY7LgeYhUd41lhUUAcT5n2Zn9OTJUzGswTuBpLla8nBHyrQ3kJzwEMI9E7MPEnr6wBqSeCMqByldZ6i5jPR8B7ZtEi0XhwextyQo=@protonmail.com/
diff --git a/website/static/media/css/publications.css b/website/static/media/css/publications.css
new file mode 100644
index 0000000..797918f

Checking patch website/static/media/css/publications.css...
Applied patch website/static/media/css/publications.css cleanly.

skipping https://yhetil.org/guix-patches/rvOMdPKRHNINHsvhy8aneQ-XeN8CAbV_3HNdrYNCGNvsUZwp7pzSfusn3eH4q1H3CH45XVYjnSkSLkVdX1TZUlIUPRgVtx4oe7cco70mXE4=@protonmail.com/ for 797918f
index at:
100644 797918f307051e5a7f5e55f83e104925a768a74a	website/static/media/css/publications.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).