-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
89 lines (71 loc) · 1.07 KB
/
styles.css
File metadata and controls
89 lines (71 loc) · 1.07 KB
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
body {
background: #424242;
color: #fff
}
.l10n-server-filter {
background: #404040;
border: 1px solid #555;
}
.l10n-server-filter .filter-widget label {
color: #ddd
}
a, a:visited, a:active, details > summary {
color: #bbb;
}
.new-style h1, .new-style h2 {
color: #fff;
}
#tabs ul.tabs li a, .drupalorg-site-api ul.tabs li a {
color: #ddd;
border: 1px solid #eee;
}
.l10n-table {
thead {
display: none;
}
}
.l10n-usage {
display: none;
}
thead th {
color: #eee;
}
tr.odd {
background: #222;
}
tr.even {
background: #444;
}
.td.source .l10n-usage {
color: #333;
}
.CodeMirror-lines {
color: #000;
}
td.source .l10n-usage .l10n-more-link {
color: #fff;
}
.actions {
display: none;
visibility: hidden;
}
.l10n-usage {
display: none;
visibility: hidden;
}
textarea {
background: #222;
color: #fff;
padding: 5px;
}
.l10n-placeholder {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
code {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
white-space: normal;
}
}