-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstyle.css
86 lines (72 loc) · 1.91 KB
/
style.css
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
.darkdocs #docs-chrome,
.darkdocs .docs-titlebar-buttons,
.darkdocs #docs-toolbar-wrapper,
.darkdocs #docs-editor,
.darkdocs .kix-page,
.darkdocs .kix-page-content-wrapper,
.darkdocs .docs-ui-unprintable,
.darkdocs .navigation-widget,
.darkdocs .docs-navigation-tab-button
{
background: #141414 !important;
}
.darkdocs .goog-button-hover
{
background: #1a1a1a !important;
}
.darkdocs .kix-page-paginated,
.darkdocs .kix-paginateddocumentplugin-compact-mode
{
box-shadow: 0 0 0 0.75pt #333 !important;
}
.darkdocs #docs-menubar
{
color: white !important;
}
.darkdocs .kix-wordhtmlgenerator-word-node
{
color: #c1c1c1 !important;
}
.darkdocs .docs-toolbar-wrapper,
.darkdocs .goog-toolbar-separator,
.darkdocs .docs-horizontal-ruler,
.darkdocs #docs-toolbar-wrapper
{
border-color: #333 !important;
}
.darkdocs .goog-toolbar-button,
.darkdocs .docs-ruler-background-inner,
.darkdocs .goog-toolbar-combo-button,
.darkdocs .goog-toolbar-menu-button,
.darkdocs .docs-title-input
{
background: #777 !important;
}
/* Items in the left navigation menu */
.darkdocs .navigation-item .navigation-item-level-0,
.darkdocs .docos-anchoreddocoview .docos-replyview-first.docos-anchoredreplyview
{
color: #333 !important;
}
/* Bullet Point Styling */
.darkdocs .goog-inline-block,
.darkdocs .kix-lineview-text-block {
color: #777 !important;
}
/* Text on the Share button at the top right of the screen */
.darkdocs .docs-material #docs-titlebar-share-client-button .jfk-button {
color: #00008b !important;
}
/* Cursor */
.darkdocs .kix-cursor-caret {
border-color: #fff !important;
}
/* text color in comment body */
.darkdocs .docos-anchoredreplyview-body {
color: #EEEEEE !important;
}
/* comment replies is a darker grey to distinguish them from the first comment in the thread */
.darkdocs .docos-anchoredreplyview, .docos-showrepliesbutton,
.darkdocs .docos-anchoreddocoview-input-pane {
background: #A9A9A9 !important;
}