* Readonly document view.
[redakcja.git] / platforma / static / css / filelist.css
1 /* 
2     Document   : filelist
3     Created on : 2009-09-04, 20:44:44
4     Author     : lreqc
5     Description:
6         Dodatkowe style dla listy plików na stronie głównej.
7 */
8
9 body {
10         background-color: #84BF2A;
11 }
12
13 #content {
14     background: #EFEFEF;
15     border: 1px solid black;
16     padding: 0.5em 2em;
17     margin: 1em;
18         overflow: hidden;    
19 }
20
21 #content h1 img {
22         vertical-align: middle;
23 }
24
25 #content h1 {
26         border-bottom: 2px solid black;
27         padding: 0.5em;
28         font-size: 2opt;
29         font-family: sans-serif;
30 }
31
32 #file-list {
33         overflow: visible;
34         float: left;
35         max-width: 50%;
36         padding-right: 2%;
37         border-right: 1px dashed black; 
38         
39 }
40
41 #last-edited-list {
42         float: left;
43         max-width: 35%;
44         margin-left: 5%;
45 }
46
47 #last-edited-list ul {
48         margin: 0px;
49 }       
50
51 #last-edited-list li {
52         margin-bottom: 1em;
53 }
54
55 #last-edited-list .date {
56         font-size: 70%;
57         color: grey;
58 }
59
60 a, a:visited, a:active {
61         color: blue;
62         text-decoration: none;  
63 }
64
65 a:hover {
66         text-decoration: underline;
67 }