* luci/themes/openwrt.org: added usability patch thanks Alina!
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index de3246b2e799b11f2bc12733a2e16e631354182b..1deec09cf456b3e58ab318401271ccb704248d2a 100644 (file)
@@ -1,7 +1,6 @@
-* {
-       margin: 0;
-       padding: 0;
-}
+@charset "utf-8";
+
+@media all {
 
 body {
        background-color: #4a6b7c;
@@ -15,22 +14,58 @@ body {
        line-height: 100%;
 }
 
+* {
+       margin: 0;
+       padding: 0;
+}
+
+abbr,
+acronym {
+       font-style: normal;
+       font-variant: normal;
+}
+
+abbr[title],
+acronym[title] {
+       border-bottom: 1px dotted;
+       cursor: help;
+}
+
+a:link abbr[title],
+a:visited abbr[title],
+a:link acronym[title],
+a:visited acronym[title] {
+       cursor: pointer;
+}
+
 code {
        font-family: monospace;
        white-space: pre;
 }
 
-div#content ul {
+#maincontent ul {
        margin-left: 2em;
 }
 
+.warning {
+       color: red;
+       font-weight: bold;
+}
+
 .clear {
        clear: both;
-       height: 1px;
 }
 
+.skiplink,
+.navigation,
 .hidden {
-       display: none;
+       position: absolute;
+       left: -1000px;
+       top: -1000px;
+       width: 0px;
+       height: 0px;
+       overflow: hidden;
+       display: inline;
 }
 
 .error {
@@ -39,117 +74,227 @@ div#content ul {
 
 #header {
        min-height: 98px;
-       background-image: url(header.jpg);
+       background-image: url(header.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #557788;
        text-align: right;
 }
 
-#header .info {
-       padding: 1em 1em;
+#header h1 {
+       padding: 1em 1em 0 1em;
+}
+
+#header p {
+       padding: 0 1em 1em 1em;
+}
+
+#header h1,
+#header p {
        font-size: 70%;
+       font-weight: normal;
        line-height: 160%;
+       text-align: right;
+}
+
+ul.dropdowns {
+       float: left;
+       margin: 0;
+       padding: 0;
+       width: auto;
+       list-style: none;
+}
+
+html>body ul.dropdowns {
+       position: relative;
+}
+
+ul.dropdowns li,
+ul.dropdowns ul {
+       margin: 0;
+       padding: 0;
+       list-style: none;
 }
 
-#header .title {
-       display: none;
+ul.dropdowns li {
+       float: left;
+       position: relative;
+       white-space: nowrap;
 }
 
-.pathbar {
-       display: none;
+ul.dropdowns li ul {
+       position: absolute;
+       z-index: 1000;
+       top: auto;
+       width: 10em;
 }
 
-.menubar {
+ul.dropdowns li li {
+       clear: both;
+       position: relative;
+       width: 100%;
+}
+
+ul.dropdowns li a {
+       display: block;
+}
+
+ul.dropdowns li>a {
+       overflow: hidden;
+}
+
+* html ul.dropdowns li li a {
+       height: 1%;
+}
+
+ul.dropdowns ul li ul {
+       top: 0;
+}
+
+ul.dropdowns li ul,
+ul.dropdowns li.over ul ul,
+ul.dropdowns li.focus ul ul,
+ul.dropdowns li:hover ul ul {
+       left: -1000px;
+}
+
+ul.dropdowns li.over ul,
+ul.dropdowns li.focus ul,
+ul.dropdowns li:hover ul {
+       left: 0;
+}
+
+ul.dropdowns ul li.over ul,
+ul.dropdowns ul li.focus ul,
+ul.dropdowns ul li:hover ul {
+       left: 100%;
+}
+
+#menubar {
+       position: relative;
        width: 100%;
-       min-height: 1.8em;
        background: #000000;
        color: #ffffff;
 }
 
-.mainmenu {
-       float: left;
-       width: auto;
+#menubar ul.dropdowns {
        min-height: 1.8em;
        background: #000000;
        color: #ffffff;
 }
 
-.mainmenu div {
-       float: left;
-}
-
-.mainmenu li {
-       white-space: nowrap;
-}
-
-.mainmenu div ul {
-       display: none;
-       position: absolute;
+#menubar ul.dropdowns li ul {
        background: #000000;
        color: #ffffff;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #444444;
-       list-style-type: none;
 }
 
-.mainmenu ul li:hover > ul,
-.mainmenu div:hover > ul {
-       display: block;
-}
-
-.mainmenu ul li > ul {
-       left: 100%;
-       margin-top: -1.8em;
+#menubar ul.dropdowns ul li ul {
        border-width: 1px;
 }
 
-.modemenu a,
-.mainmenu a {
+html #menubar a:link,
+html #menubar a:visited {
        display: block;
        padding: 0.5em;
+       background: #000000;
        color: #ffffff;
        text-decoration: none;
        font-size: 80%;
+       font-weight: normal;
 }
 
-.mainmenu .active a,
-.modemenu .active a {
+
+html #menubar a:link:hover,
+html #menubar a:visited:hover,
+html #menubar a:link:active,
+html #menubar a:visited:active,
+#menubar a:link:focus,
+#menubar a:visited:focus {
+       background: #000000;
        color: #ffff00;
        font-weight: bold;
 }
 
-.mainmenu li:hover > span > a,
-.mainmenu div:hover > a {
+html #menubar a:link.active,
+html #menubar a:visited.active,
+html #menubar a:link.preactive,
+html #menubar a:visited.preactive {
+       background: #000000;
+       color: #ffff00;
        font-weight: bold;
 }
 
-.modemenu a:hover,
-.modemenu a:focus,
-.mainmenu a:hover,
-.mainmenu a:focus {
-       color: #ffff00;
+html #menubar a:link.warning,
+html #menubar a:visited.warning {
+       background: #000000;
+       color: red;
        font-weight: bold;
 }
 
-.mainmenu div.preactive > a {
-       color: #ffff00;
+#menubar ul.dropdowns li.over>a,
+#menubar ul.dropdowns li.focus>a,
+#menubar ul.dropdowns li:hover>a {
        font-weight: bold;
 }
 
-.modemenu ul {
+.lang_ru #submenu_admin_index {
+       width: 15.5em;
+}
+
+.lang_ru #submenu_admin_status {
+       width: 10.5em;
+}
+
+.lang_de #submenu_admin_system {
+       width: 13.3em;
+}
+
+.lang_fr #submenu_admin_system {
+       width: 14.5em;
+}
+
+.lang_ru #submenu_admin_system {
+       width: 18em;
+}
+
+.lang_ru #submenu_admin_network_routes {
+       width: 15.3em;
+}
+
+.lang_de #submenu_admin_network_firewall {
+       width: 12em;
+}
+
+#modemenu {
        width: auto;
        background: #000000;
        color: #ffffff;
-       list-style-type: none;
+       list-style: none;
+       margin-right: 1px;
 }
 
-.modemenu li {
+#modemenu li {
        float: right;
+       list-style: none;
+}
+
+#savemenu {
+       float: right;
+       margin-right: 2em;
+}
+
+.lang_de #submenu_admin_uci {
+       width: 12em;
 }
 
-#content {
+.lang_ru #submenu_admin_uci {
+       width: 11.5em;
+}
+
+#maincontent {
        clear: both;
        width: 80%;
        margin: 0 auto;
@@ -162,20 +307,20 @@ div#content ul {
        font-size: 80%;
 }
 
-#content h1 {
+#maincontent h1 {
        margin: 0.25em 0 0.5em 0;
        font-size: 150%;
        font-weight: normal;
 }
 
-#content h2 {
+#maincontent h2 {
        margin: 0.5em 0;
        font-size: 120%;
        font-weight: normal;
        text-decoration: underline;
 }
 
-#content p {
+#maincontent p {
        margin-bottom: 1em;
 }
 
@@ -186,36 +331,69 @@ div#content ul {
        background-color: #ffffff;
 }
 
+.cbi-section legend {
+       font-size: 110%;
+       font-weight: bold;
+       height: 1em;
+       padding: 0 0.25em;
+       color: #555555;
+}
+
 .cbi-section h2 {
        margin: 0em 0 0.5em -0.5em !important;
 }
 
 .cbi-section h3 {
-       height: 1em;
-       font-size: 120%;
+       height: 1.5em;
+       font-size: 90%;
+       color: #555555;
 }
 
 .cbi-section-descr {
        margin-bottom: 0.5em;
+       font-size: 95%;
+}
+
+.cbi-title-ref {
+       color: inherit;
+       text-decoration: none;
+       padding-right: 18px;
+       background: url('../resources/cbi/link.gif') no-repeat scroll right center;
+       background-color: inherit;
+}
+
+ul.cbi-apply {
+       font-size: 90%;
 }
 
 input[type=submit],
 input[type=reset],
+input[type=image],
 label {
        cursor: pointer;
 }
 
+
 select,
 input,
 textarea {
        background: #eeeeee;
        color: #000000;
-       border: 1px solid #000000;
+       border-width: 1px;
+       border-color: #000000;
+}
+
+input[type=image] {
+       border: none;
 }
 
 input:focus,
-textarea:focus {
-       background: #ffffff;
+input:hover,
+select:focus,
+select:hover,
+textarea:focus,
+textarea:hover {
+       background-color: #ffffff;
 }
 
 select,
@@ -230,6 +408,82 @@ td input[type=password] {
        width: 99%;
 }
 
+input.cbi-input-user {
+       background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+}
+
+input.cbi-input-key {
+       background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+}
+
+input.cbi-input-find {
+       background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+}
+
+input.cbi-input-reload {
+       background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+}
+
+input.cbi-input-add,
+input.cbi-button-add {
+       background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-input-fieldadd,
+input.cbi-button-fieldadd {
+       background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-input-reset,
+input.cbi-button-reset {
+       background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-input-save,
+input.cbi-button-save {
+       background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-input-apply,
+input.cbi-button-apply {
+       background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-input-remove,
+div.cbi-section-remove input {
+       background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+div.cbi-section-remove input {
+       border-bottom: none;
+}
+
 textarea {
        margin-left: -1px;
        margin-bottom: 0.5em;
@@ -247,11 +501,20 @@ table.smalltext {
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
        font-size: 90%;
+       width: 80%;
+       margin-left: auto;
+       margin-right: auto;
+       border-collapse: collapse;
+}
+
+table.smalltext tr:hover td {
+       background-color: #bbddee;
 }
 
 table.smalltext tr th {
        padding: 0 0.25em;
        border-left: 1px solid #666666;
+       text-align: left;
 }
 
 table.smalltext tr td {
@@ -260,9 +523,18 @@ table.smalltext tr td {
        border-left: 1px solid #666666;
 }
 
+.cbi-rowstyle-1 {
+       background-color: #eeeeff;
+}
+
+.cbi-rowstyle-2 {
+
+}
+
 div.cbi-value {
        clear: left;
-       padding: 0.25em;
+       vertical-align: middle;
+       padding-left: 0.25em;
        border-bottom: 1px dotted #bbbbbb;
 }
 
@@ -277,7 +549,6 @@ div.cbi-value:last-child {
 .cbi-value-title {
        float: left;
        width: 40%;
-       margin: 0.25em 0;
 }
 
 div.cbi-value-field {
@@ -287,10 +558,12 @@ div.cbi-value-field {
 
 div.cbi-value-description {
        font-size: 90%;
+       display: inline;
 }
 
 div.cbi-section-create {
        clear: left;
+       white-space: nowrap;
 }
 
 div.cbi-map-descr {
@@ -306,17 +579,16 @@ div.cbi-section-remove {
        float: right;
 }
 
-div.cbi-section-remove input {
-       border-color: #bbbbbb;
-       border-bottom: none;
-}
-
-div.cbi-section-node {
+.cbi-section-node {
        clear: both;
        border: 1px dotted #bbbbbb;
        padding-bottom: 0;
 }
 
+.cbi-section-node div.cbi-section-table-row {
+       margin: 0.25em;
+}
+
 table.cbi-section-table {
        width: 100%;
        font-size: 95%;
@@ -337,6 +609,34 @@ td.cbi-section-table-optionals {
        padding-top: 1em;
 }
 
+.cbi-value-helpicon img {
+       vertical-align: bottom;
+}
+
+div.cbi-error {
+       font-size: 95%;
+       font-weight: bold;
+       color: #FF0000;
+}
+
+td.cbi-value-error {
+       border-color: red !important;
+}
+
+.cbi-value-error input,
+.cbi-value-error select {
+       color: red !important;
+       background-color: #FFCCCC;
+}
+
+.cbi-section-error {
+       color: red;
+       font-size: 95%;
+       border: 1px dotted red;
+       margin: 3px;
+       padding: 3px;
+}
+
 .right {
        text-align: right;
 }
@@ -348,12 +648,24 @@ td.cbi-section-table-optionals {
        text-align: right;
 }
 
-.luci a {
+.luci a:link,
+.luci a:visited {
        color: #666666;
        text-decoration: none;
        font-size: 70%;
 }
 
+.inline {
+       display: inline;
+}
+
+.error500 {
+       white-space: normal;
+       border: 1px dotted #FF0000;
+       background-color: #FFFFFF;
+       padding: 0.5em;
+}
+
 #memorybar {
        width:200px;
        height:8px;
@@ -368,19 +680,20 @@ td.cbi-section-table-optionals {
 }
 
 #memfree {
-       background-color:green;
+       background-color: green;
 }
 
 #membuffers {
-       background-color:yellow;
+       background-color: yellow;
 }
 
 #memcached {
-       background-color:orange;
+       background-color: orange;
 }
 
 
 /* obligatory IE6 Voodoo Code */
+
 * html body {
        padding-left: 50% !important;
 }
@@ -389,46 +702,18 @@ td.cbi-section-table-optionals {
        margin-left: -100% !important;
 }
 
-* html div.menubar {
+* html div#menubar {
        margin-left: -100% !important;
        width: 200% !important;
 }
 
-* html div#content {
+* html div#maincontent {
        margin-left: -80% !important;
        width: 160% !important;
 }
 
-* html div.mainmenu div.hover ul,
-* html div.mainmenu div li.hover ul,
-* html div.mainmenu div li li.hover ul,
-* html div.mainmenu div li li li.hover ul,
-* html div.mainmenu div li li li li.hover ul {
-       display: block !important;
-       margin-left: 3em;
-}
-
-* html div.mainmenu div.hover ul {
-       margin-left: 0;
-}
-
-* html div.mainmenu .hover ul ul,
-* html div.mainmenu .hover ul ul ul,
-* html div.mainmenu .hover ul ul ul ul,
-* html div.mainmenu .hover ul ul ul ul ul {
-       display: none !important;
-}
-
-* html div.mainmenu li {
-       height: 1em !important;
-       width: 10em !important;
-}
-
-* html .mainmenu {
-       height: 1.8em;
-}
-
 * html div.cbi-value-description {
        margin-left: 40%;
 }
 
+}