3 Created on : 2009-09-04, 20:44:44
6 Dodatkowe style dla listy plików na stronie głównej.
11 font-family: verdana, sans-serif;
32 padding: 5px 5px 0 10px;
34 border-bottom: 1px solid #ff8000;
45 padding: 5px 20px 5px 20px;
49 border-color: rgba(0,0,0,0);
52 #tabs-nav-left .active {
54 border-color: #ff8000 #ff8000 white #ff8000;
58 border-top: 1px solid #ffdfbf;
66 .editable input, .editable select, .editable textarea {
69 .editable .number-input {
89 #catalogue_layout_left_column {
94 border-right: 1px dashed black;
98 #catalogue_layout_right_column {
104 #last-edited-list ul {
108 #last-edited-list li {
112 #last-edited-list .date {
117 a, a:visited, a:active {
119 text-decoration: none;
123 text-decoration: underline;
151 /* Big cheesy publish button */
154 border: 2px solid black;
156 box-shadow: 0px 0px 15px #88f;
157 /*moz-border-radius: 20px;
158 -moz-box-shadow: 10px 10px 5px #888;*/
161 background: -moz-linear-gradient(top, #fff, #44f);
162 -moz-transition: all 0.5s ease-in-out;
166 #publish-button:hover {
167 -moz-transition: all 0.5s ease-in-out;
168 -moz-transform: scale(1.1);
169 background: -moz-linear-gradient(top, #fff, #88f);
170 -moz-box-shadow: 0px 0px 30px #ff8;
173 #publish-button:active {
174 background: -moz-linear-gradient(top, #88f, #fff);
180 .book-search-column input {
184 .book-list-user .user-column {