summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 7a5f423..7600e84 100644
--- a/cgit.css
+++ b/cgit.css
@@ -108,96 +108,101 @@ div.path {
108 color: #000; 108 color: #000;
109 background-color: #eee; 109 background-color: #eee;
110} 110}
111 111
112div.content { 112div.content {
113 margin: 0px; 113 margin: 0px;
114 padding: 2em; 114 padding: 2em;
115 border-bottom: solid 3px #ccc; 115 border-bottom: solid 3px #ccc;
116} 116}
117 117
118 118
119table.list { 119table.list {
120 width: 100%; 120 width: 100%;
121 border: none; 121 border: none;
122 border-collapse: collapse; 122 border-collapse: collapse;
123} 123}
124 124
125table.list tr { 125table.list tr {
126 background: white; 126 background: white;
127} 127}
128 128
129table.list tr.logheader { 129table.list tr.logheader {
130 background: #eee; 130 background: #eee;
131} 131}
132 132
133table.list tr:hover { 133table.list tr:hover {
134 background: #eee; 134 background: #eee;
135} 135}
136 136
137table.list tr.nohover:hover { 137table.list tr.nohover:hover {
138 background: white; 138 background: white;
139} 139}
140 140
141table.list th { 141table.list th {
142 font-weight: bold; 142 font-weight: bold;
143 /* color: #888; 143 /* color: #888;
144 border-top: dashed 1px #888; 144 border-top: dashed 1px #888;
145 border-bottom: dashed 1px #888; 145 border-bottom: dashed 1px #888;
146 */ 146 */
147 padding: 0.1em 0.5em 0.05em 0.5em; 147 padding: 0.1em 0.5em 0.05em 0.5em;
148 vertical-align: baseline; 148 vertical-align: baseline;
149} 149}
150 150
151table.list td { 151table.list td {
152 border: none; 152 border: none;
153 padding: 0.1em 0.5em 0.1em 0.5em; 153 padding: 0.1em 0.5em 0.1em 0.5em;
154} 154}
155 155
156table.list td.commitgraph {
157 font-family: monospace;
158 white-space: pre;
159}
160
156table.list td.logsubject { 161table.list td.logsubject {
157 font-family: monospace; 162 font-family: monospace;
158 font-weight: bold; 163 font-weight: bold;
159} 164}
160 165
161table.list td.logmsg { 166table.list td.logmsg {
162 font-family: monospace; 167 font-family: monospace;
163 white-space: pre; 168 white-space: pre;
164 padding: 0 0.5em; 169 padding: 0 0.5em;
165} 170}
166 171
167table.list td a { 172table.list td a {
168 color: black; 173 color: black;
169} 174}
170 175
171table.list td a.ls-dir { 176table.list td a.ls-dir {
172 font-weight: bold; 177 font-weight: bold;
173 color: #00f; 178 color: #00f;
174} 179}
175 180
176table.list td a:hover { 181table.list td a:hover {
177 color: #00f; 182 color: #00f;
178} 183}
179 184
180img { 185img {
181 border: none; 186 border: none;
182} 187}
183 188
184input#switch-btn { 189input#switch-btn {
185 margin: 2px 0px 0px 0px; 190 margin: 2px 0px 0px 0px;
186} 191}
187 192
188td#sidebar input.txt { 193td#sidebar input.txt {
189 width: 100%; 194 width: 100%;
190 margin: 2px 0px 0px 0px; 195 margin: 2px 0px 0px 0px;
191} 196}
192 197
193table#grid { 198table#grid {
194 margin: 0px; 199 margin: 0px;
195} 200}
196 201
197td#content { 202td#content {
198 vertical-align: top; 203 vertical-align: top;
199 padding: 1em 2em 1em 1em; 204 padding: 1em 2em 1em 1em;
200 border: none; 205 border: none;
201} 206}
202 207
203div#summary { 208div#summary {
@@ -686,49 +691,49 @@ table.ssdiff td.changed {
686 background: #ffc; 691 background: #ffc;
687 min-width: 50%; 692 min-width: 50%;
688} 693}
689 694
690table.ssdiff td.changed_dark { 695table.ssdiff td.changed_dark {
691 color: black; 696 color: black;
692 background: #cca; 697 background: #cca;
693 min-width: 50%; 698 min-width: 50%;
694} 699}
695 700
696table.ssdiff td.lineno { 701table.ssdiff td.lineno {
697 color: black; 702 color: black;
698 background: #eee; 703 background: #eee;
699 text-align: right; 704 text-align: right;
700 width: 3em; 705 width: 3em;
701 min-width: 3em; 706 min-width: 3em;
702} 707}
703 708
704table.ssdiff td.hunk { 709table.ssdiff td.hunk {
705 color: #black; 710 color: #black;
706 background: #ccf; 711 background: #ccf;
707 border-top: solid 1px #aaa; 712 border-top: solid 1px #aaa;
708 border-bottom: solid 1px #aaa; 713 border-bottom: solid 1px #aaa;
709} 714}
710 715
711table.ssdiff td.head { 716table.ssdiff td.head {
712 border-top: solid 1px #aaa; 717 border-top: solid 1px #aaa;
713 border-bottom: solid 1px #aaa; 718 border-bottom: solid 1px #aaa;
714} 719}
715 720
716table.ssdiff td.head div.head { 721table.ssdiff td.head div.head {
717 font-weight: bold; 722 font-weight: bold;
718 color: black; 723 color: black;
719} 724}
720 725
721table.ssdiff td.foot { 726table.ssdiff td.foot {
722 border-top: solid 1px #aaa; 727 border-top: solid 1px #aaa;
723 border-left: none; 728 border-left: none;
724 border-right: none; 729 border-right: none;
725 border-bottom: none; 730 border-bottom: none;
726} 731}
727 732
728table.ssdiff td.space { 733table.ssdiff td.space {
729 border: none; 734 border: none;
730} 735}
731 736
732table.ssdiff td.space div { 737table.ssdiff td.space div {
733 min-height: 3em; 738 min-height: 3em;
734} \ No newline at end of file 739}