]> mj.ucw.cz Git - pciids.git/blobdiff - static/screen.css
Make a blue square around the header
[pciids.git] / static / screen.css
index 9c4c25b149b22a7200076ebfb282ff149ee63023..71d4950f2b4a0d19d53e48cbe038a586bcb1e721 100644 (file)
@@ -57,11 +57,34 @@ div.rmenu
        text-align: right;
        width: 20%;
        padding-right: 1em;
+       margin: 0px;
 }
-div.top h1
+div.bigbluesquare
 {
-       text-align: center;
-       padding-top: 0.5ex;
+       width: 100%;
+}
+div.bluesquare
+{
+       position: absolute;
+       left: 20%;
+       top: 1ex;
+       width: 60%;
+}
+div.bluesquare,
+div.bigbluesquare
+{
+       background-color: #4c3bff;
+       color: #fffa45;
+       border: solid blue;
+}
+div.rmenu,
+div.lmenu
+{
+       background: #DDDDFF;
+}
+div.top p.home
+{
+       margin-top: 1ex;
 }
 div.top ul
 {