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