File: evince.css

package info (click to toggle)
evince 48.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,028 kB
  • sloc: ansic: 73,001; xml: 288; sh: 129; makefile: 22
file content (93 lines) | stat: -rw-r--r-- 1,687 bytes parent folder | download | duplicates (2)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#ev-fullscreen-toolbar {
    -GtkToolbar-shadow-type: none;
}

#ev-loading-message {
    background-color: @theme_bg_color;
    color: @theme_fg_color;
    border-radius: 10px;
    padding: 10px;
}

.content-view.document-page {
    border-style: solid;
    border-width: 3px 3px 6px 4px;
    border-image: url("resource:///org/gnome/evince/ui/thumbnail-frame.png") 3 3 6 4;
    background-color: @theme_bg_color;
}

evview, .content-view {
    background-color: @theme_bg_color;
}

evview:selected {
    background-color: @theme_selected_bg_color;
}

evview.find-results:selected {
    background-color: alpha (@theme_selected_bg_color, 0.3);
}

evview.find-results:active {
    background-color: alpha (@theme_selected_bg_color, 0.6);
}

evview.document-page {
    background-color: white;
    caret-color: black;
    padding: 0;
}

evview.document-page.inverted {
    background-color: black;
    caret-color: white;
}

evsidebarthumbnails.page-thumbnail {
    background-color: white;
    border: 1px solid black;
}

evsidebarthumbnails.page-thumbnail.inverted {
    background-color: black;
}

@binding-set MoveCursor {
    unbind "<Control>p";
    unbind "<Control>n";
}

iconview {
    -gtk-key-bindings: MoveCursor;
}

@binding-set HorizontalScroll {
    unbind "<Control>Right";
    unbind "<Control>Left";
}

scrolledwindow {
    -gtk-key-bindings: HorizontalScroll;
}

evpresentationview {
    background-color: black;
}

evpresentationview.white-mode {
    background-color: white;
}

.inline-toolbar {
    border-width: 0 0 1px;
    border-radius: 0;
}

.content-view .combo {
    padding-left: 2px;
    padding-right: 2px;
}

.tnum {
    font-feature-settings: "tnum 1";
}