]> git.plutz.net Git - busy/blobdiff - busy.css
implemented bitcoin donations and advertisement (via http://bitcoinadvertisers.com)
[busy] / busy.css
index 1abcc6f98372313a8ecd64a58ec46cbef8d53f11..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;
@@ -114,6 +130,11 @@ div#LEFT h1{
   text-decoration: none;
   margin: 0em 0em .5em 0em;
 }
+div#RIGHT h1{
+  font: normal bold 1.2em sans-serif;
+  text-decoration: none;
+  margin: 0em 0em .5em 0em;
+}
 
 .search {
   background-color: #FFF;