Basically usable funding workflow.
[wolnelektury.git] / apps / funding / static / funding / funding.css
index 0b3f563..6c3ef37 100755 (executable)
@@ -1,27 +1 @@
-.funding {
-  font-size: 1.5em;
-  padding: 0;
-  padding: .5em 1em;
-  background-image: url(/static/img/green-pixel.png);
-  background-repeat: repeat-y;
-  background-color: rgba(13, 126, 133, 0.2); }
-  .funding a {
-    display: block;
-    color: black; }
-
-.wlfund {
-  width: 100%;
-  border-collapse: collapse; }
-  .wlfund td {
-    padding: 0 0 1em 0;
-    text-align: center; }
-  .wlfund td:last-child {
-    text-align: right; }
-  .wlfund td div {
-    padding: 1em;
-    box-shadow: 0 2px 0 #DDDDDD; }
-  .wlfund .funding-plus td div {
-    background: rgba(13, 126, 133, 0.2); }
-  .wlfund .funding-minus td div {
-    bbackground: rgba(255, 0, 0, 0.2);
-    background: white; }
+a.funding{font-size:1.5em;padding:.5em 1em;display:block;color:#000;background-image:url(/static/img/green-pixel.png);background-repeat:repeat-y;background-color:rgba(13, 126, 133, .2)}.wlfund{width:100%;border-collapse:collapse}.wlfund td{padding:0 0 1em 0;text-align:center}.wlfund td:last-child{text-align:right}.wlfund td div{padding:1em;box-shadow:0 2px 0 #DDD}.wlfund .funding-plus td div{background:rgba(13, 126, 133, .2)}.wlfund .funding-minus td div{bbackground:rgba(255, 0, 0, .2);background:#fff}.funding-current{margin-bottom:3em}.funding-stale .funding{opacity:.5}
\ No newline at end of file