unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob c72ea00710b922ec011bb1c180c3a00a8b391096 1240 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
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
 
/* Public domain 2019. All rights waived */

.playlist-preview:link,
.playlist-preview:visited,
.video-preview:link,
.video-preview:visited {
    border: none;
    color: #E6E6E6;
    display: inline-block;
    margin: 25px 15px;
    text-decoration: none;
    vertical-align: top;
    width: 250px;
}

.playlist-preview:active .poster-shadow,
.playlist-preview:focus .poster-shadow,
.playlist-preview:hover .poster-shadow,
.video-preview:active .poster-shadow,
.video-preview:hover .poster-shadow,
.video-preview:focus .poster-shadow {
    box-shadow: 0 0 8px black;
}

.poster-box {
    position: relative;
}

.poster {
    border-radius: 5px;
    box-shadow: 0 0 4px gray;
    width: 250px;
    height: 141px;
}

.poster-shadow {
    border-color: black;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
    box-shadow: inset 0 0 8px black;
    box-sizing: border-box;
    display: block;
    width: 250px;
    height: 141px;
    position: absolute;
    top: 0px;
}

.playing-icon,
.playlist-icon {
    cursor: help;
}

.playlist-title,
.video-title {
    padding: 4px;
    text-align: left;
}

.playlist-info,
.video-info {
    color: #9E9E9E;
    font-size: small;
    padding: 2px 4px;
    text-align: left;
}

debug log:

solving c72ea00 ...
found c72ea00 in https://yhetil.org/guix-patches/wgMI9T65yTCjOY-09dyetBvHdodhvANUIwdoRldKAjT8hSIBjMem44J8oOdzYJjA0Xp1vBYqw4o8MEDE54mSPoS1q3BvR0QMuE8TR7Kf2Ls=@protonmail.com/ ||
	https://yhetil.org/guix-patches/zZkA4nEyhJw_-f4WDRhXeBexp0M-8dz-xU75mM4yCjA7hS9p2CaxIBxtpK3-s7qbq3bWSzXOTusbUuVw5Ere-s93caaZ___EjlwaDUxe0QM=@protonmail.com/
found 9848a54 in https://yhetil.org/guix-patches/20191031191150.4587-1-sirgazil@zoho.com/

applying [1/2] 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


applying [2/2] https://yhetil.org/guix-patches/wgMI9T65yTCjOY-09dyetBvHdodhvANUIwdoRldKAjT8hSIBjMem44J8oOdzYJjA0Xp1vBYqw4o8MEDE54mSPoS1q3BvR0QMuE8TR7Kf2Ls=@protonmail.com/
diff --git a/website/static/media/css/video-preview.css b/website/static/media/css/video-preview.css
index 9848a54..c72ea00 100644

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

skipping https://yhetil.org/guix-patches/zZkA4nEyhJw_-f4WDRhXeBexp0M-8dz-xU75mM4yCjA7hS9p2CaxIBxtpK3-s7qbq3bWSzXOTusbUuVw5Ere-s93caaZ___EjlwaDUxe0QM=@protonmail.com/ for c72ea00
index at:
100644 c72ea00710b922ec011bb1c180c3a00a8b391096	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).