]> mj.ucw.cz Git - pciids.git/blobdiff - static/screen.css
Make a blue square around the header
[pciids.git] / static / screen.css
index 090d4daf88f7f180f26e06747d0afb7245e7ec6a..71d4950f2b4a0d19d53e48cbe038a586bcb1e721 100644 (file)
@@ -3,10 +3,12 @@ body
        color: black;
        background: #DDDDFF;
 }
+form.admin table.unnamedItem tr.label,
 .unnamedItem, .unseen-history
 {
        background: #D5D5D5;
 }
+form.admin table.item tr.label,
 .item, .history
 {
        background: #F0F0F0;
@@ -44,22 +46,76 @@ body
        padding-left: 5px;
        padding-right: 5px;
 }
-.menu ul,
+div.lmenu
+{
+       float: left;
+       width: 20%;
+}
+div.rmenu
+{
+       float: right;
+       text-align: right;
+       width: 20%;
+       padding-right: 1em;
+       margin: 0px;
+}
+div.bigbluesquare
+{
+       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
+{
+       margin-top: 0px;
+}
+div.clear
+{
+       clear: both; /* Hack. Wait for all menus to end first. */
+}
+.lmenu ul,
+.rmenu ul,
 .navigation ul,
 ul.navigation
 {
        list-style-type: none;
 }
-table.subnodes
+.lmenu li,
+.rmenu li
 {
-       width: 100%;
-       table-layout: fixed;
+       margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
 }
-col.id-col
+form.admin tr.label td.deletes
 {
-       width: 3em;
+       background: red;
 }
-col.name-col
+form.admin .newhistory
 {
-       width: 60%;
+       background: #FFFFCC;
+}
+form.admin td.empty,
+form.admin table
+{
+       background: #BBBBFF;
 }