unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 9848a548007fc0ed2d6ab468dfb8a962cfd8d165 573 bytes (raw)
name: website/static/media/css/video-preview.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
 
/* Public domain 2019. All rights waived */

.video-preview {
    color: white;
    display: block;
    padding: 10px 15px;
    text-align: center;
}

.video-link:link,
.video-link:visited {
    display: block;
    border-style: none;
    color: white;
    margin-top: 0.5em;
}

.video-link:active,
.video-link:focus,
.video-link:hover {
    border-style: none;
    color: #F4BB15;
}



@media screen and (min-width: 1024px) {
    .video-preview {
        display: inline-block;
        margin: 10px 0px 15px 0px;
        vertical-align: top;
        width: 270px;
    }
}

debug log:

solving 9848a54 ...
found 9848a54 in https://yhetil.org/guix-patches/20191031191150.4587-1-sirgazil@zoho.com/

applying [1/1] https://yhetil.org/guix-patches/20191031191150.4587-1-sirgazil@zoho.com/
diff --git a/website/static/media/css/video-preview.css b/website/static/media/css/video-preview.css
new file mode 100644
index 0000000..9848a54

Checking patch website/static/media/css/video-preview.css...
Applied patch website/static/media/css/video-preview.css cleanly.

index at:
100644 9848a548007fc0ed2d6ab468dfb8a962cfd8d165	website/static/media/css/video-preview.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).