a7b1945d4f5e612216e5e5b957b4eee2c76216b1
[catagits/Gitalist.git] / root / static / css / core.css
1 body{
2         background:#FAFAFA url(/static/i/bg.png) repeat-x left top;
3         padding:0;
4         margin:0;
5         font-family:Arial, Verdana, sans-serif;
6         font-size:80%;
7 }
8 a img{
9         border:0;
10 }
11 div{
12         aborder:1px solid red;
13 }
14
15
16 /* structure */
17 .sub_holder{
18         width:970px;
19         margin:0 auto;
20         aborder:1px solid red;
21         text-align:left;
22 }
23
24 #header{
25         margin-top:20px;
26         aheight:300px;
27 }
28 #content_holder{
29         background:transparent url(/static/i/bg_content.png) repeat-y center center;
30         aborder:1px solid olive;
31 }
32 #content{
33         min-height:200px;
34         padding:0 12px 40px 10px;
35         background:transparent url(/static/i/bg_bottom.png) no-repeat center bottom;
36 }
37 #content_inner{
38         aborder:1px solid blue;
39         padding-bottom:30px;
40         background:transparent url(/static/i/bg_top.png) no-repeat;
41 }
42 #logo{
43         margin-left:-10px;
44         float:left;
45 }
46 #header .search{
47         margin-right:50px;
48         float:right;
49 }
50 #git_logo{
51         float:left;
52         margin-left:15px;
53 }
54 #feeds{
55         float:right;
56         margin-right:15px;
57 }
58
59 #footer p{
60         margin-left:15px;
61 }
62 #debug_holder{
63         clear:both;
64         padding-top:30px;
65         margin:30px 0;
66 }
67
68 #debug_holder pre{
69         margin:0;
70         padding:10px;
71         border:1px solid #ddd;
72         background-color:#f0f0f0;
73 }
74
75 /* nav tabs */
76 #nav_logs{
77         clear:both;
78         float:right;
79         margin:-18px 50px 0 50px;
80 }
81 #nav_logs li{
82         display:block;
83         float:left;
84         list-style:none;
85         margin:0;
86         padding:0;
87 }
88 #nav_logs li a{
89         display:block;
90         margin-left:20px;
91         padding:10px 15px 10px 48px;
92         color:#ffffff;
93         font-size:1.4em;
94         text-transform:uppercase;
95         text-decoration:none;
96 }
97 a#log_short{
98         background:#666 url(/static/i/icons/shortlog.gif) no-repeat 15px center;
99 }
100 a#log_full{
101         background:#666 url(/static/i/icons/fulllog.gif) no-repeat 15px center;
102 }
103 #nav_logs li a:hover{
104         text-decoration:underline;
105         background-color:#DC143C;
106 }
107 #nav_logs li.selected a{
108         background-color:#333;
109 }
110
111
112
113
114
115
116
117 /* formating */
118 h1{
119         margin:0;
120         padding:20px 0;
121         clear:both;
122         font-weight:normal;
123         font-size:1.85em;
124         color:#fff;
125 }
126 h1 a{
127         margin-right:10px;
128         color:#fff;
129 }
130 h1 a:hover{
131         color:#EAF2F5;
132 }
133 p,
134 td,
135 a{
136         color:#666;
137 }
138 a:hover{
139         color:#DC143C;
140 }
141
142
143 .button{
144         display:block;
145         float:left;
146         vertical-align:middle;
147         margin-right:8px;
148         text-indent:-999999999999px;
149         width:21px;
150         height:21px;
151 }
152 .commit{
153         background:transparent url(/static/i/icons/commit.png) no-repeat;
154 }
155 .diff{
156         background:transparent url(/static/i/icons/diff.png) no-repeat;
157 }
158 .tree{
159         background:transparent url(/static/i/icons/tree.png) no-repeat;
160 }
161 .shortlog{
162         background:transparent url(/static/i/icons/shortlog.png) no-repeat;
163 }
164 .longlog{
165         background:transparent url(/static/i/icons/longlog.png) no-repeat;
166 }
167 .blob{
168         background:transparent url(/static/i/icons/blob.png) no-repeat;
169 }
170 .blame{
171         background:transparent url(/static/i/icons/blame.png) no-repeat;
172 }
173 .history{
174         background:transparent url(/static/i/icons/history.png) no-repeat;
175 }
176 .raw{
177         background:transparent url(/static/i/icons/raw.png) no-repeat;
178 }
179 .sha1_holder{
180         background:transparent url(/static/i/icons/button_sha1.png) no-repeat;
181 }
182 .sha1_holder_invert{
183         background:transparent url(/static/i/icons/button_sha1_invert.png) no-repeat;
184 }
185 .sha1_label{
186         padding-top:2px;
187         float:left;
188 }
189
190
191 /* paging */
192 .pager{
193         width:100%;
194         float:left;
195         margin:10px 0;
196         padding:0;
197 }
198 .pager li{
199         margin:0;
200         padding:0;
201         display:block;
202         list-style:none;
203 }
204 .pager li a{
205         display:block;
206         padding:4px 6px;
207         color:#fff;
208         border:1px solid #ddd;
209         background-color:#333;
210 }
211 .pager .pager_prev a{
212         margin-left:20px;
213         float:left;
214 }
215 .pager .pager_next a{
216         margin-right:20px;
217         float:right;
218 }
219
220
221
222
223 /* table listings */
224 th{
225         padding:9px 5px 9px 10px;
226         text-align:left;
227         color:#fff;
228 }
229 th a{
230         color:#fff;
231 }
232 tr.invert{
233         background-color:#f0f0f0;
234 }
235 .sha1{
236         width:80px;
237 }
238 .file-mode{
239         width:80px;
240 }
241 .time-since{
242         width:95px;
243         font-weight:bold;
244 }
245 .author{
246         width:180px;
247 }
248 .author img{
249         margin-right:5px;
250         vertical-align:middle;
251 }
252 table.listing{
253         width:970px;
254         border-collapse:collapse;
255 }
256 .listing td{
257         padding:9px 5px 9px 10px;
258 }
259 .action-list{
260         width:120px;
261 }