]> git.plutz.net Git - busy/blobdiff - busy.css
implemented bitcoin donations and advertisement (via http://bitcoinadvertisers.com)
[busy] / busy.css
index 059791d78b24e01a5064e6e33ac83ba4614e01da..fc454a3733bb6c377bf65b200691ae21e771fddd 100644 (file)
--- a/busy.css
+++ b/busy.css
@@ -68,6 +68,22 @@ div#ACCOUNTING {
   border-color: #AAF;
   padding: .5em 1em .5em 1em;
 }
+div#ACCOUNTING #btcqr {
+  position: fixed;
+  border: 1px solid #000;
+  background-color: #FFF;
+  padding: 1em;
+
+  /*left: 40%; right: 40%; top: 10em;*/
+  text-align: center;
+  vertical-align: middle;
+  z-index: 100;
+
+  overflow: none;
+}
+div#ACCOUNTING #btcqr img {
+  width: 80%
+}
 
 div#MENU {
   position: absolute;