96246a2894ec231e4b8426a82cfdbbafe200a4af
[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         padding:0 12px 40px 10px;
34         aborder:1px solid red;
35         background:transparent url(/static/i/bg_bottom.png) no-repeat center bottom;
36 }
37 #content_inner{
38         aborder:1px solid blue;
39         background:transparent url(/static/i/bg_top.png) no-repeat;
40 }
41 #logo{
42         margin-left:-10px;
43         float:left;
44 }
45 #header .search{
46         margin-right:50px;
47         float:right;
48 }
49
50
51 /* nav tabs */
52 #nav_logs{
53         clear:both;
54         float:right;
55         margin:-18px 50px 0 50px;
56 }
57 #nav_logs li{
58         display:block;
59         float:left;
60         list-style:none;
61         margin:0;
62         padding:0;
63 }
64 #nav_logs li a{
65         display:block;
66         margin-left:20px;
67         padding:10px 15px 10px 48px;
68         color:#ffffff;
69         font-size:1.4em;
70         text-transform:uppercase;
71         text-decoration:none;
72 }
73 a#log_short{
74         background:#666 url(/static/i/icons/shortlog.gif) no-repeat 15px center;
75 }
76 a#log_full{
77         background:#666 url(/static/i/icons/fulllog.gif) no-repeat 15px center;
78 }
79 #nav_logs li a:hover{
80         text-decoration:underline;
81         background-color:#DC143C;
82 }
83 #nav_logs li.selected a{
84         background-color:#333;
85 }
86
87
88
89
90
91
92
93 /* formating */
94 h1{
95         margin:0;
96         padding:20px 0;
97         clear:both;
98         font-weight:normal;
99         font-size:1.85em;
100         color:#fff;
101 }
102 h1 a{
103         margin-right:10px;
104         color:#fff;
105 }
106 h1 a:hover{
107         color:#EAF2F5;
108 }
109 p,
110 td,
111 a{
112         color:#666;
113 }
114 a:hover{
115         color:#DC143C;
116 }
117
118
119 .button{
120         display:block;
121         float:left;
122         vertical-align:middle;
123         margin-right:8px;
124         text-indent:-999999999999px;
125         width:21px;
126         height:21px;
127 }
128 .commit{
129         background:transparent url(/static/i/icons/commit.png) no-repeat;
130 }
131 .diff{
132         background:transparent url(/static/i/icons/diff.png) no-repeat;
133 }
134 .tree{
135         background:transparent url(/static/i/icons/tree.png) no-repeat;
136 }
137
138 .sha1_holder{
139         background:transparent url(/static/i/icons/button_sha1.png) no-repeat;
140 }
141 .sha1_holder_invert{
142         background:transparent url(/static/i/icons/button_sha1_invert.png) no-repeat;
143 }
144 .sha1_label{
145         padding-top:2px;
146         float:left;
147 }
148
149
150 /* paging */
151 .pager{
152         width:100%;
153         float:left;
154         margin:10px 0;
155         padding:0;
156 }
157 .pager li{
158         margin:0;
159         padding:0;
160         display:block;
161         list-style:none;
162 }
163 .pager li a{
164         display:block;
165         padding:4px 6px;
166         color:#fff;
167         border:1px solid #ddd;
168         background-color:#333;
169 }
170 .pager .pager_prev a{
171         margin-left:20px;
172         float:left;
173 }
174 .pager .pager_next a{
175         margin-right:20px;
176         float:right;
177 }
178
179
180
181
182 /* table listings */
183 th{
184         padding:9px 5px 9px 10px;
185         text-align:left;
186         color:#fff;
187 }
188 tr.invert{
189         background-color:#f0f0f0;
190 }
191 .sha1{
192         width:80px;
193 }
194 .time-since{
195         width:95px;
196         font-weight:bold;
197 }
198 .author{
199         width:180px;
200 }
201 .author img{
202         margin-right:5px;
203         vertical-align:middle;
204 }
205 table.listing{
206         width:970px;
207         border-collapse:collapse;
208 }
209 .listing td{
210         padding:9px 5px 9px 10px;
211 }
212 .action-list{
213         width:90px;
214 }