]> git.rmz.io Git - dotfiles.git/blob - qutebrowser/css/reviewboard.chakra-project.org.css
qutebrowser: update configs
[dotfiles.git] / qutebrowser / css / reviewboard.chakra-project.org.css
1 /* I don't like round corner */
2
3 * {
4 border-radius: 0 !important;
5 }
6
7 /* bigger base font size */
8
9 body {
10 font-size: 13px !important;
11 }
12
13 /* fix navbar after base font size change */
14
15 #accountnav {
16 margin-top: 3px !important;
17 }
18
19 /* make form field more compact */
20
21 .review-request #details .details-column td,
22 .review-request #details .details-column th {
23 height: 1.5em !important;
24 }
25
26 /* make code better look */
27
28 #diffs {
29 font-family: monospace !important;
30 }
31
32 #diffs .diff-highlight-border {
33 display: none !important;
34 }
35
36 .sidebyside pre {
37 font-size: 13px !important;
38 }
39
40 .sidebyside thead th {
41 font-size: 100% !important;
42 }
43
44 .sidebyside thead th.rev {
45 color: #404040;
46 }
47
48 .sidebyside tbody tr td {
49 padding-left: 0.5em;
50 padding-right: 0.5em;
51 }
52
53 .sidebyside tbody tr th {
54 vertical-align: middle !important;
55 padding-left: 0.5em !important;
56 padding-right: 0.5em !important;
57 }
58
59 .sidebyside tbody.delete tr td {
60 background-color: #FFDDDD !important;
61 }
62
63 .sidebyside tbody.insert tr td {
64 background-color: #DDFFDD !important;
65 }
66
67 .sidebyside tbody.insert tr.selected *,
68 .sidebyside tbody.replace tr.selected *,
69 .sidebyside tbody.delete tr.selected * {
70 background: none repeat scroll 0 0 #F8EEC7 !important;
71 }
72
73 .sidebyside tbody.diff-header td {
74 background-color: #FCEDDB !important;
75 font-size: medium !important;
76 vertical-align: middle !important;
77 padding-bottom: 4px;
78 padding-top: 4px;
79 }
80
81 .sidebyside tbody.diff-header td a {
82 display: inline-block !important;
83 margin-top: 2px !important;
84 }
85
86 /* code hightlight */
87
88 .c, .cm, .c1 {
89 color: #999988 !important;
90 }
91
92 .sd {
93 color: #0064C1 !important;
94 }
95
96 .mi {
97 color: #8B0085 !important;
98 }
99
100 .cs {
101 color: #FF4400 !important;
102 }