]> mj.ucw.cz Git - pciids.git/blobdiff - static/screen.css
Notification on empty path
[pciids.git] / static / screen.css
index 0aa45b0e1243461f026f8c9f34fb63fb2806f1c6..437353427763a58422ae814139ea3bd1ed56cd93 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;
@@ -37,75 +39,101 @@ body
 .author, .time
 {
        font-style: italic;
-       color: #444444;
+color: #444444;
 }
 .discussion div p, .admin div p
 {
        padding-left: 5px;
        padding-right: 5px;
 }
-div.menu
+div.lmenu
 {
-       position: relative;
-       float: left;
-       width: 20%;
+float: left;
+width: 20%;
 }
-div.navigation-menu
+div.rmenu
 {
-       position: relative;
-       float: right;
-       text-align: right;
-       width: 20%;
-       margin-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.bluesquare
+{
+       position: absolute;
+       left: 20%;
+       top: 1ex;
+       width: 60%;
+}
+div.bluesquare-example
+{
+       left: 20%;
+       width: 60%;
+       position: absolute;
+       height: 5em;
+}
+div.help-example div.lmenu,
+div.help-example div.rmenu
+{
+       background: #BBBBFF;
+}
+div.bluesquare,
+div.bigbluesquare,
+div.bluesquare-example
+{
+       background-color: #4c3bff;
+       color: #fffa45;
+       border: solid blue;
+       border-width: 1px;
+}
+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. */
 }
-.menu ul,
+.lmenu ul,
+.rmenu ul,
 .navigation ul,
-.navigation-menu ul,
 ul.navigation
 {
        list-style-type: none;
 }
-.menu li,
-.navigation li
+.lmenu li,
+.rmenu li
 {
        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.id-col
+form.admin .newhistory
 {
-       width: 3em;
+       background: #FFFFCC;
 }
-col.name-col
+form.admin td.empty,
+form.admin table
 {
-       width: 60%;
-}
-form table
-col.label
-{
-       width: 15%;
-}
-col.edit
-{
-       width: 85%;
+       background: #BBBBFF;
 }
-input.text,
-input.password,
-textarea
+p.announce
 {
-       width: 100%;
+       background: yellow;
 }