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 {
85 #catalogue_layout_left_column {
90 border-right: 1px dashed black;
94 #catalogue_layout_right_column {
100 #last-edited-list ul {
104 #last-edited-list li {
108 #last-edited-list .date {
113 a, a:visited, a:active {
115 text-decoration: none;
119 text-decoration: underline;
147 /* Big cheesy publish button */
150 border: 2px solid black;
152 box-shadow: 0px 0px 15px #88f;
153 /*moz-border-radius: 20px;
154 -moz-box-shadow: 10px 10px 5px #888;*/
157 background: -moz-linear-gradient(top, #fff, #44f);
158 -moz-transition: all 0.5s ease-in-out;
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;
169 #publish-button:active {
170 background: -moz-linear-gradient(top, #88f, #fff);
176 .book-search-column input {
180 .book-list-user .user-column {