|
diff --git a/cgit.css b/cgit.css index 565427f..17c2712 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -1,27 +1,27 @@ |
1 | body, table { |
1 | body, table { |
2 | padding: 0em; |
2 | padding: 0em; |
3 | margin: 0em; |
3 | margin: 0em; |
4 | } |
4 | } |
5 | |
5 | |
6 | body { |
6 | body { |
7 | font-family: sans; |
7 | font-family: sans; |
8 | font-size: 10pt; |
8 | font-size: 10pt; |
9 | color: #333; |
9 | color: #333; |
10 | background: white; |
10 | background: white; |
11 | padding-left: 4px; |
11 | padding: 4px; |
12 | } |
12 | } |
13 | |
13 | |
14 | table { |
14 | table { |
15 | border-collapse: collapse; |
15 | border-collapse: collapse; |
16 | } |
16 | } |
17 | |
17 | |
18 | h2 { |
18 | h2 { |
19 | font-size: 120%; |
19 | font-size: 120%; |
20 | font-weight: bold; |
20 | font-weight: bold; |
21 | margin-top: 0em; |
21 | margin-top: 0em; |
22 | margin-bottom: 0.25em; |
22 | margin-bottom: 0.25em; |
23 | } |
23 | } |
24 | |
24 | |
25 | h3 { |
25 | h3 { |
26 | margin-top: 0em; |
26 | margin-top: 0em; |
27 | font-size: 100%; |
27 | font-size: 100%; |
@@ -65,99 +65,108 @@ table.list tr.nohover:hover { |
65 | table.list th { |
65 | table.list th { |
66 | font-weight: bold; |
66 | font-weight: bold; |
67 | border-bottom: solid 1px #777; |
67 | border-bottom: solid 1px #777; |
68 | padding: 0.1em 0.5em 0.1em 0.5em; |
68 | padding: 0.1em 0.5em 0.1em 0.5em; |
69 | vertical-align: baseline; |
69 | vertical-align: baseline; |
70 | } |
70 | } |
71 | |
71 | |
72 | table.list td { |
72 | table.list td { |
73 | border: none; |
73 | border: none; |
74 | padding: 0.1em 0.5em 0.1em 0.5em; |
74 | padding: 0.1em 0.5em 0.1em 0.5em; |
75 | } |
75 | } |
76 | |
76 | |
77 | img { |
77 | img { |
78 | border: none; |
78 | border: none; |
79 | } |
79 | } |
80 | |
80 | |
81 | div#sidebar { |
81 | table#layout { |
| |
82 | border-collapse: collapse; |
| |
83 | border: none; |
| |
84 | margin: 0px; |
| |
85 | } |
| |
86 | |
| |
87 | td#sidebar { |
82 | vertical-align: top; |
88 | vertical-align: top; |
83 | width: 162px; |
89 | width: 162px; |
84 | padding: 0px 0px 0px 0px; |
90 | padding: 0px 0px 0px 0px; |
85 | margin: 4px; |
91 | margin: 0px; |
86 | float: left; |
| |
87 | } |
92 | } |
88 | |
93 | |
89 | div#logo { |
94 | td#sidebar table { |
| |
95 | border-collapse: separate; |
| |
96 | border-spacing: 0px; |
90 | margin: 0px; |
97 | margin: 0px; |
91 | padding: 4px 0px 4px 0px; |
98 | padding: 0px; |
92 | text-align: center; |
| |
93 | background-color: #ccc; |
99 | background-color: #ccc; |
| |
100 | } |
| |
101 | |
| |
102 | td#sidebar table.sidebar td.sidebar { |
| |
103 | padding: 4px; |
94 | border-top: solid 1px #eee; |
104 | border-top: solid 1px #eee; |
95 | border-left: solid 1px #eee; |
105 | border-left: solid 1px #eee; |
96 | border-right: solid 1px #aaa; |
106 | border-right: solid 1px #aaa; |
97 | border-bottom: solid 1px #aaa; |
107 | border-bottom: solid 1px #aaa; |
98 | } |
108 | } |
99 | |
109 | |
100 | div#sidebar div.infobox { |
110 | div#logo { |
101 | margin: 0px 0px 0px 0px; |
111 | margin: 0px; |
102 | padding: 0.5em; |
112 | padding: 4px 0px 4px 0px; |
103 | text-align: left; |
113 | text-align: center; |
104 | background-color: #ccc; |
114 | background-color: #ccc; |
105 | border-top: solid 1px #eee; |
115 | border-top: solid 1px #eee; |
106 | border-left: solid 1px #eee; |
116 | border-left: solid 1px #eee; |
107 | border-right: solid 1px #aaa; |
117 | border-right: solid 1px #aaa; |
108 | border-bottom: solid 1px #aaa; |
118 | border-bottom: solid 1px #aaa; |
109 | } |
119 | } |
110 | |
120 | |
111 | div#sidebar div.infobox h1 { |
121 | td#sidebar h1 { |
112 | font-size: 10pt; |
122 | font-size: 10pt; |
113 | font-weight: bold; |
123 | font-weight: bold; |
114 | margin: 8px 0px 0px 0px; |
124 | margin: 8px 0px 0px 0px; |
115 | } |
125 | } |
116 | |
126 | |
117 | div#sidebar div.infobox h1.first { |
127 | td#sidebar h1.first { |
118 | margin-top: 0px; |
128 | margin-top: 0px; |
119 | } |
129 | } |
120 | |
130 | |
121 | div#sidebar div.infobox a.menu { |
131 | td#sidebar a.menu { |
122 | display: block; |
132 | display: block; |
123 | background-color: #ccc; |
133 | background-color: #ccc; |
124 | padding: 0.1em 0.5em; |
134 | padding: 0.1em 0.5em; |
125 | text-decoration: none; |
135 | text-decoration: none; |
126 | } |
136 | } |
127 | |
137 | |
128 | div#sidebar div.infobox a.menu:hover { |
138 | td#sidebar a.menu:hover { |
129 | background-color: #bbb; |
139 | background-color: #bbb; |
130 | text-decoration: none; |
140 | text-decoration: none; |
131 | } |
141 | } |
132 | |
142 | |
133 | div#sidebar div.infobox select { |
143 | td#sidebar select { |
134 | width: 100%; |
144 | width: 100%; |
135 | margin: 2px 0px 0px 0px; |
145 | margin: 2px 0px 0px 0px; |
136 | } |
146 | } |
137 | |
147 | |
138 | td#branch-dropdown-cell { |
148 | td#sidebar form { |
139 | width: 99%; |
149 | text-align: right; |
140 | } |
150 | } |
141 | |
151 | |
142 | input#switch-btn { |
152 | input#switch-btn { |
143 | width: 20px; |
| |
144 | margin: 2px 0px 0px 0px; |
153 | margin: 2px 0px 0px 0px; |
145 | } |
154 | } |
146 | |
155 | |
147 | div#sidebar div.infobox input.txt { |
156 | td#sidebar input.txt { |
148 | width: 100%; |
157 | width: 100%; |
149 | margin: 2px 0px 0px 0px; |
158 | margin: 2px 0px 0px 0px; |
150 | } |
159 | } |
151 | |
160 | |
152 | table#grid { |
161 | table#grid { |
153 | margin: 0px; |
162 | margin: 0px; |
154 | } |
163 | } |
155 | |
164 | |
156 | td#content { |
165 | td#content { |
157 | vertical-align: top; |
166 | vertical-align: top; |
158 | padding: 1em 2em 1em 1em; |
167 | padding: 1em 2em 1em 1em; |
159 | border: none; |
168 | border: none; |
160 | } |
169 | } |
161 | |
170 | |
162 | div#summary { |
171 | div#summary { |
163 | vertical-align: top; |
172 | vertical-align: top; |
|