]> mj.ucw.cz Git - pciids.git/blobdiff - static/screen.css
Notification on empty path
[pciids.git] / static / screen.css
index ac754b77e55eb2f804466532121ea4ab14c9b295..437353427763a58422ae814139ea3bd1ed56cd93 100644 (file)
@@ -39,7 +39,7 @@ form.admin table.item tr.label,
 .author, .time
 {
        font-style: italic;
-       color: #444444;
+color: #444444;
 }
 .discussion div p, .admin div p
 {
@@ -48,20 +48,57 @@ form.admin table.item tr.label,
 }
 div.lmenu
 {
-       float: left;
-       width: 20%;
+float: left;
+width: 20%;
 }
 div.rmenu
 {
-       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;
-       padding-top: 0.5ex;
+       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
 {
@@ -96,10 +133,7 @@ form.admin table
 {
        background: #BBBBFF;
 }
-.header
+p.announce
 {
-       background-color: #4c3bff;
-       color: #fffa45;
-       border: solid blue;
-       border-width: 1px;
+       background: yellow;
 }