/[meteor]/trunk/public_html/koha.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/public_html/koha.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 81 - (hide annotations)
Sun Mar 29 01:29:13 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: text/css
File size: 375 byte(s)
- implement new 3m-810.pl protocol
- new page design and div ids
1 dpavlin 81 #info {
2 dpavlin 73 clear: left;
3     background: #eee;
4     font-size: 150%;
5     }
6    
7     #clear_selection {
8     position: absolute;
9     top: 0;
10     right: 0;
11     font-size: 300%;
12     z-index: 10;
13     }
14    
15 dpavlin 72 .item {
16     display: block;
17     float: left;
18    
19 dpavlin 73 width: 20%;
20 dpavlin 72 height: 30em;
21     overflow: hidden;
22    
23 dpavlin 73 font-size: 50%;
24    
25 dpavlin 78 background: #eee;
26 dpavlin 72 margin: 1em;
27     padding: 1em;
28     }
29 dpavlin 73
30 dpavlin 81 .loading {
31     color: #f00;
32     }
33    
34 dpavlin 78 .in_range {
35     background: #ff8;
36     }

  ViewVC Help
Powered by ViewVC 1.1.26