some usability changes
[redakcja.git] / redakcja / 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     margin: 0;
11     font-family: verdana, sans-serif;
12     font-size: 10px;
13 }
14
15 img {
16     border: 0;
17 }
18
19 th {
20     text-align: left;
21 }
22
23 td {
24     vertical-align: top;
25     padding: 0 3px;
26 }
27 .clr {
28     clear: both;
29 }
30
31 #tabs-nav {
32     padding: 5px 5px 0 10px;
33     background: #ffdfbf;
34     border-bottom: 1px solid #ff8000;
35     position: relative;
36 }
37
38 #tabs-nav-left {
39     margin-left: 60px;
40 }
41
42 #tabs-nav-left a {
43     display: block;
44     float: left;
45     padding: 5px 20px 5px 20px;
46     margin-bottom: -1px;
47     border-width: 1px;
48     border-style: solid;
49     border-color: rgba(0,0,0,0);
50 }
51
52 #tabs-nav-left .active {
53     background: white;
54     border-color: #ff8000 #ff8000 white #ff8000;
55 }
56
57 .section {
58     border-top: 1px solid #ffdfbf;
59     margin-top: 2em;
60     padding-top: 1em;
61 }
62
63 .editable td {
64     padding: 1px;
65 }
66 .editable input, .editable select {
67     width: 30em;
68 }
69
70 #login-box {
71     float: right;
72 }
73
74 #logo {
75     position: absolute;
76     bottom: 0;
77 }
78
79 #content {
80     padding: 10px;
81 }
82
83
84
85 #catalogue_layout_left_column {
86         overflow: visible;
87         float: left;
88         max-width: 60%;
89         padding-right: 2%;
90         border-right: 1px dashed black;
91
92 }
93
94 #catalogue_layout_right_column {
95         float: left;
96         max-width: 30%;
97         margin-left: 5%;
98 }
99
100 #last-edited-list ul {
101         margin: 0px;
102 }
103
104 #last-edited-list li {
105         margin-bottom: 1em;
106 }
107
108 #last-edited-list .date {
109         font-size: 70%;
110         color: grey;
111 }
112
113 a, a:visited, a:active {
114         color: #bf6000;
115         text-decoration: none;
116 }
117
118 a:hover {
119         text-decoration: underline;
120 }
121
122
123
124 .error {
125     color: red;
126     font-weight: bold;
127 }
128
129 .success {
130     color: green;
131 }
132
133 #error-list {
134     color: red;
135 }
136
137 #skipped-list {
138     color: #666;
139 }
140
141 .chunkno {
142     font-size: .7em;
143     padding-left: 2em;
144 }
145
146
147 /* Big cheesy publish button */
148 #publish-button {
149         color: black;
150         border: 2px solid black; 
151         border-radius: 20px;
152         box-shadow: 0px 0px 15px #88f;
153         /*moz-border-radius: 20px;
154         -moz-box-shadow: 10px 10px 5px #888;*/
155         font-size:1.5em; 
156         padding: 1em; 
157         background: -moz-linear-gradient(top,  #fff,  #44f);
158         -moz-transition: all 0.5s ease-in-out;        
159         margin: 20px;
160 }
161
162 #publish-button:hover {
163     -moz-transition: all 0.5s ease-in-out;        
164     -moz-transform: scale(1.1);
165     background: -moz-linear-gradient(top,  #fff,  #88f);
166     -moz-box-shadow: 0px 0px 30px #ff8;
167 }
168
169 #publish-button:active {
170     background: -moz-linear-gradient(top,  #88f,  #fff);
171 }
172
173
174 /* book list */
175
176 .book-search-column input {
177     width: 96%;
178 }
179
180 .book-list-user .user-column {
181     display: none;
182 }