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;
21 padding: 5px 5px 0 10px;
23 border-bottom: 1px solid #ff8000;
34 padding: 5px 20px 5px 20px;
38 border-color: rgba(0,0,0,0);
41 #tabs-nav-left .active {
43 border-color: #ff8000 #ff8000 white #ff8000;
61 #catalogue_layout_left_column {
66 border-right: 1px dashed black;
70 #catalogue_layout_right_column {
76 #last-edited-list ul {
80 #last-edited-list li {
84 #last-edited-list .date {
89 a, a:visited, a:active {
91 text-decoration: none;
95 text-decoration: underline;
128 border: 1px solid gray;
138 .chunk-plain a {color: gray;}
139 .chunk-xml a {color: gray; font-style: italic;}
140 .chunk-wl-broken a {color: red;}
141 .chunk-wl a {color: green;}
142 .chunk-wl-fix a {color: black;}
145 /* Big cheesy publish button */
148 border: 2px solid black;
150 box-shadow: 0px 0px 15px #88f;
151 /*moz-border-radius: 20px;
152 -moz-box-shadow: 10px 10px 5px #888;*/
155 background: -moz-linear-gradient(top, #fff, #44f);
156 -moz-transition: all 0.5s ease-in-out;
160 #publish-button:hover {
161 -moz-transition: all 0.5s ease-in-out;
162 -moz-transform: scale(1.1);
163 background: -moz-linear-gradient(top, #fff, #88f);
164 -moz-box-shadow: 0px 0px 30px #ff8;
167 #publish-button:active {
168 background: -moz-linear-gradient(top, #88f, #fff);