3 Created on : 2009-09-04, 20:44:44
6 Dodatkowe style dla listy plików na stronie głównej.
10 background-color: #84BF2A;
15 border: 1px solid black;
22 vertical-align: middle;
26 border-bottom: 2px solid black;
29 font-family: sans-serif;
37 border-right: 1px dashed black;
47 #last-edited-list ul {
51 #last-edited-list li {
55 #last-edited-list .date {
60 a, a:visited, a:active {
62 text-decoration: none;
66 text-decoration: underline;
104 border: 1px solid gray;
114 .chunk-plain a {color: gray;}
115 .chunk-xml a {color: gray; font-style: italic;}
116 .chunk-wl-broken a {color: red;}
117 .chunk-wl a {color: green;}
118 .chunk-wl-fix a {color: black;}
121 /* Big cheesy publish button */
124 border: 2px solid black;
126 box-shadow: 0px 0px 15px #88f;
127 /*moz-border-radius: 20px;
128 -moz-box-shadow: 10px 10px 5px #888;*/
131 background: -moz-linear-gradient(top, #fff, #44f);
132 -moz-transition: all 0.5s ease-in-out;
136 #publish-button:hover {
137 -moz-transition: all 0.5s ease-in-out;
138 -moz-transform: scale(1.1);
139 background: -moz-linear-gradient(top, #fff, #88f);
140 -moz-box-shadow: 0px 0px 30px #ff8;
143 #publish-button:active {
144 background: -moz-linear-gradient(top, #88f, #fff);