File: evince.css

package info (click to toggle)
evince 3.14.1-2%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 31,676 kB
  • ctags: 11,317
  • sloc: ansic: 68,313; sh: 11,402; cpp: 5,295; makefile: 1,658; xml: 800
file content (57 lines) | stat: -rw-r--r-- 1,089 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
#ev-fullscreen-toolbar {
    -GtkToolbar-shadow-type: none;
}

#ev-loading-message {
    background-color: @info_bg_color;
    color: @info_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/shell/ui/thumbnail-frame.png") 3 3 6 4;
    background-color: @theme_bg_color;
}

EvView {
    background-color: @theme_bg_color;
}

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

EvView.document-page {
    background-color: white;
    padding: 0;
}

EvView.document-page.inverted {
    background-color: black;
}

EvSidebarThumbnails.page-thumbnail {
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    border-image: none;
    padding: 0;
}

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

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

GtkIconView {
    gtk-key-bindings: MoveCursor;
}