]> mj.ucw.cz Git - pciids.git/blobdiff - static/screen.css
Make a blue square around the header
[pciids.git] / static / screen.css
index 69315d8b627dc7043abb556b5c0e6d009c267697..71d4950f2b4a0d19d53e48cbe038a586bcb1e721 100644 (file)
@@ -3,31 +3,20 @@ body
        color: black;
        background: #DDDDFF;
 }
+form.admin table.unnamedItem tr.label,
 .unnamedItem, .unseen-history
 {
        background: #D5D5D5;
 }
-.item, .history,
-table.admin .unseen-history
+form.admin table.item tr.label,
+.item, .history
 {
        background: #F0F0F0;
 }
-.main-history,
-table.admin .item,
-table.admin .new
+.main-history
 {
        background: #DDFFDD;
 }
-table.admin .empty
-{
-       background: #DDDDFF;
-}
-table.admin .unnamedItem td,
-table.admin .item td
-{
-       padding-top: 1ex;
-       padding-bottom: 1ex;
-}
 .help-example
 {
        background: #BBBBFF;
@@ -68,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
 {
@@ -94,50 +106,16 @@ ul.navigation
 {
        margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
 }
-form table,
-table.subnodes
+form.admin tr.label td.deletes
 {
-       width: 100%;
-       table-layout: fixed;
+       background: red;
 }
-col.name-col
+form.admin .newhistory
 {
-       width: 60%;
+       background: #FFFFCC;
 }
-form table col.label
+form.admin td.empty,
+form.admin table
 {
-       width: 15%;
-}
-form table col.edit
-{
-       width: 85%;
-}
-input.text,
-input.password,
-textarea
-{
-       width: 100%;
-}
-input.jump
-{
-       width: 8em;
-}
-form.jump p
-{
-       margin-top: 0px;
-}
-table.admin col.id-col,
-table.admin col.name-col,
-table.admin col.note-col,
-table.admin col.disc-col,
-table.admin col.auth-col
-{
-       width: 18%;
-}
-table.admin col.control-col
-{
-       width: 3%;
-}
-{
-       background: #DDFFDD;
+       background: #BBBBFF;
 }