]> mj.ucw.cz Git - pciids.git/blobdiff - static/screen.css
Make a blue square around the header
[pciids.git] / static / screen.css
index b1c0d30971710cfffc565a998827c55d692025f2..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;
@@ -59,84 +48,74 @@ table.admin .item td
 }
 div.lmenu
 {
-       position: relative;
        float: left;
        width: 20%;
 }
 div.rmenu
 {
-       position: relative;
        float: right;
        text-align: right;
        width: 20%;
        padding-right: 1em;
-}
-div.top h1
-{
-       text-align: center;
-       height: 0px; /* Hack. Place menu and navigation besides, not below. */
        margin: 0px;
 }
-div.clear
-{
-       clear: both; /* Hack. Wait for all menus to end first. */
-}
-.lmenu ul,
-.rmenu ul,
-.navigation ul,
-ul.navigation
+div.bigbluesquare
 {
-       list-style-type: none;
+       width: 100%;
 }
-.lmenu li,
-.rmenu li
+div.bluesquare
 {
-       margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
+       position: absolute;
+       left: 20%;
+       top: 1ex;
+       width: 60%;
 }
-form table,
-table.subnodes
+div.bluesquare,
+div.bigbluesquare
 {
-       width: 100%;
-       table-layout: fixed;
+       background-color: #4c3bff;
+       color: #fffa45;
+       border: solid blue;
 }
-col.name-col
+div.rmenu,
+div.lmenu
 {
-       width: 60%;
+       background: #DDDDFF;
 }
-form table col.label
+div.top p.home
 {
-       width: 15%;
+       margin-top: 1ex;
 }
-form table col.edit
+div.top ul
 {
-       width: 85%;
+       margin-top: 0px;
 }
-input.text,
-input.password,
-textarea
+div.clear
 {
-       width: 100%;
+       clear: both; /* Hack. Wait for all menus to end first. */
 }
-input.jump
+.lmenu ul,
+.rmenu ul,
+.navigation ul,
+ul.navigation
 {
-       width: 8em;
+       list-style-type: none;
 }
-form.jump p
+.lmenu li,
+.rmenu li
 {
-       margin-top: 0px;
+       margin-left: -1em; /* Hack. Move the place the bullets would take if they were there back left. */
 }
-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
+form.admin tr.label td.deletes
 {
-       width: 18%;
+       background: red;
 }
-table.admin col.control-col
+form.admin .newhistory
 {
-       width: 3%;
+       background: #FFFFCC;
 }
+form.admin td.empty,
+form.admin table
 {
-       background: #DDFFDD;
+       background: #BBBBFF;
 }