]> git.plutz.net Git - busy/blobdiff - busy.css
implemented news search
[busy] / busy.css
index a980fc1b37fe45ed52dee54c99abdc5f7612b73b..1abcc6f98372313a8ecd64a58ec46cbef8d53f11 100644 (file)
--- a/busy.css
+++ b/busy.css
@@ -115,6 +115,26 @@ div#LEFT h1{
   margin: 0em 0em .5em 0em;
 }
 
+.search {
+  background-color: #FFF;
+  border-color: #AAF;
+  border-style: solid;
+  border-width: 1px;
+  margin: .6em 0em;
+  padding: .2em .5em .5em .5em;
+  border-radius: 8px;
+  -moz-border-radius: 8px;
+}
+.search h2{
+  font: normal bold 1em sans-serif;
+  text-align: center;
+  color: #66F;
+  margin: 0em 0em .3em 0em;
+  border-style: none none solid none;
+  border-width: 1px;
+  border-color: #AAF;
+}
+
 div#RIGHT {
   position: absolute;
   right: 0px; top: 7em;