|
diff --git a/cgit.css b/cgit.css index 6cf4517..1e768b8 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -53,97 +53,97 @@ table.list { |
53 | table.list tr { |
53 | table.list tr { |
54 | background: white; |
54 | background: white; |
55 | } |
55 | } |
56 | |
56 | |
57 | table.list tr:hover { |
57 | table.list tr:hover { |
58 | background: #f8f8f8; |
58 | background: #f8f8f8; |
59 | } |
59 | } |
60 | |
60 | |
61 | table.list tr.nohover:hover { |
61 | table.list tr.nohover:hover { |
62 | background: white; |
62 | background: white; |
63 | } |
63 | } |
64 | |
64 | |
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 | div#sidebar { |
82 | vertical-align: top; |
82 | vertical-align: top; |
83 | width: 162px; |
83 | width: 162px; |
84 | padding: 0px 0px 0px 0px; |
84 | padding: 0px 0px 0px 0px; |
85 | margin: 4px; |
85 | margin: 4px; |
86 | float: left; |
86 | float: left; |
87 | } |
87 | } |
88 | |
88 | |
89 | div#logo { |
89 | div#logo { |
90 | margin: 0px; |
90 | margin: 0px; |
91 | padding: 4px 0px 4px 0px; |
91 | padding: 4px 0px 4px 0px; |
92 | text-align: center; |
92 | text-align: center; |
93 | background-color: #ccc; |
93 | background-color: #ccc; |
94 | border-top: solid 1px #eee; |
94 | border-top: solid 1px #eee; |
95 | border-left: solid 1px #eee; |
95 | border-left: solid 1px #eee; |
96 | border-right: solid 1px #aaa; |
96 | border-right: solid 1px #aaa; |
97 | border-bottom: solid 1px #aaa; |
97 | border-bottom: solid 1px #aaa; |
98 | } |
98 | } |
99 | |
99 | |
100 | div#sidebar div.infobox { |
100 | div#sidebar div.infobox { |
101 | margin: 0px 0px 0pax 0px; |
101 | margin: 0px 0px 0px 0px; |
102 | padding: 0.5em; |
102 | padding: 0.5em; |
103 | text-align: left; |
103 | text-align: left; |
104 | background-color: #ccc; |
104 | background-color: #ccc; |
105 | border-top: solid 1px #eee; |
105 | border-top: solid 1px #eee; |
106 | border-left: solid 1px #eee; |
106 | border-left: solid 1px #eee; |
107 | border-right: solid 1px #aaa; |
107 | border-right: solid 1px #aaa; |
108 | border-bottom: solid 1px #aaa; |
108 | border-bottom: solid 1px #aaa; |
109 | } |
109 | } |
110 | |
110 | |
111 | div#sidebar div.infobox h1 { |
111 | div#sidebar div.infobox h1 { |
112 | font-size: 11pt; |
112 | font-size: 11pt; |
113 | font-weight: bold; |
113 | font-weight: bold; |
114 | margin: 0px; |
114 | margin: 0px; |
115 | } |
115 | } |
116 | |
116 | |
117 | div#sidebar div.infobox a.menu { |
117 | div#sidebar div.infobox a.menu { |
118 | display: block; |
118 | display: block; |
119 | background-color: #ccc; |
119 | background-color: #ccc; |
120 | padding: 0.1em 0.5em; |
120 | padding: 0.1em 0.5em; |
121 | text-decoration: none; |
121 | text-decoration: none; |
122 | } |
122 | } |
123 | |
123 | |
124 | div#sidebar div.infobox a.menu:hover { |
124 | div#sidebar div.infobox a.menu:hover { |
125 | background-color: #bbb; |
125 | background-color: #bbb; |
126 | text-decoration: none; |
126 | text-decoration: none; |
127 | } |
127 | } |
128 | |
128 | |
129 | div#sidebar div.infobox select { |
129 | div#sidebar div.infobox select { |
130 | width: 100%; |
130 | width: 100%; |
131 | border: solid 1px #aaa; |
131 | border: solid 1px #aaa; |
132 | background-color: #bbb; |
132 | background-color: #bbb; |
133 | margin: 2px 0px 0px 0px; |
133 | margin: 2px 0px 0px 0px; |
134 | padding: 0px; |
134 | padding: 0px; |
135 | } |
135 | } |
136 | |
136 | |
137 | div#sidebar div.infobox input.txt { |
137 | div#sidebar div.infobox input.txt { |
138 | width: 100%; |
138 | width: 100%; |
139 | border: solid 1px #aaa; |
139 | border: solid 1px #aaa; |
140 | background-color: #bbb; |
140 | background-color: #bbb; |
141 | margin: 2px 0px 0px 0px; |
141 | margin: 2px 0px 0px 0px; |
142 | padding: 0; |
142 | padding: 0; |
143 | } |
143 | } |
144 | |
144 | |
145 | table#grid { |
145 | table#grid { |
146 | margin: 0px; |
146 | margin: 0px; |
147 | } |
147 | } |
148 | |
148 | |
149 | td#content { |
149 | td#content { |
|