themes: CSS fix for iface badges
[project/luci.git] / themes / fledermaus / htdocs / luci-static / fledermaus / cascade.css
index 8f30015..18b7f1c 100644 (file)
-@charset "utf-8";
+* {
+       margin: 0;
+       padding: 0;
+}
 
 body {
+       background-color: #e5e6ec;
+       color: #ffffff;
        font-family: Verdana, Arial, sans-serif;
-       background-color: #aaaaaa;
+       font-size: 100%;
+       line-height: 100%;
 }
 
-h1 {
-       margin: 0%;
-       font-size: 1.4em;
-       font-weight: bold;
-       margin-bottom: 0.5em;
+code {
+       font-family: monospace;
+       white-space: pre;
+}
+
+div#maincontent ul {
+       margin-left: 2em;
 }
 
-h2 {
-       margin: 0%;
-       font-size: 1.2em;
+.warning {
+       color: red !important;
        font-weight: bold;
 }
 
-h3 {
-       margin: 0%;
+.clear {
+       clear: both;
+       height: 1px;
+}
+
+.hidden {
+       display: none;
+}
+
+.error {
+       color: #ff0000;
 }
 
 #header {
-       padding: 0.2em;
-       height: 4.5em;
-       background-color: #262626;
+       min-height: 98px;
+       background-image: url(logo.png);
+       background-repeat: no-repeat;
+       background-position: left center;
+       background-color: #000000;
+       text-align: center;
+       border-bottom: 1px solid #dc0067;
+}
+
+#header2 {
+       min-height: 98px;
+       background-image: url(fledermaus.png);
+       background-repeat: no-repeat;
+       background-position: right center;
+}
+
+#header3 {
+       font-size: 2.6em;
+       font-family: serif;
+       color: #FFCB05;
+       letter-spacing: 0.35em;
+       font-weight: bold;
+       line-height: 1.4em;
 }
 
-#columns {
-       border-left: 10.1em solid #262626;
-       border-right: 10.1em solid #262626;
-       display: block;
-       background-color: white;
-       padding: 0.1em;
+#header4 {
+       font-size: 1.25em;
+       line-height: 1.2em;
+       letter-spacing: 0.2em;
+       color: white;
 }
 
-#columnswrapper {
-       display: block;
-       margin-left: -10em;
-       margin-right: -10em;
+.pathbar {
+       display: none;
+}
+
+.menubar {
+       width: 100%;
+       min-height: 1.8em;
+       background: #000000;
+       color: #ffffff;
+}
+
+.mainmenu {
+       float: left;
+       width: auto;
+       min-height: 1.8em;
+       background: #000000;
+       color: #ffffff;
+}
+
+.mainmenu div {
+       float: left;
+}
+
+.mainmenu li {
+       white-space: nowrap;
+}
+
+.mainmenu div ul {
+       display: none;
+       position: absolute;
+       background: #000000;
+       color: #ffffff;
+       border-width: 0 1px 1px 1px;
+       border-style: solid;
+       border-color: #444444;
+       list-style-type: none;
 }
 
-#content {
-       margin-left: 14em;
-       margin-right: 14em;
+.mainmenu ul li:hover > ul,
+.mainmenu div:hover > ul {
        display: block;
-       position: relative;
-       padding: 2px;
-       font-size: 0.8em;
 }
 
-.headerlogo {
-       height: 4em;
-       padding: 5px;
+.mainmenu ul li > ul {
+       left: 100%;
+       margin-top: -1.8em;
+       border-width: 1px;
 }
 
-.headerlogo img {
-       height: 100%;
+.modemenu a,
+.mainmenu a {
+       display: block;
+       padding: 0.5em;
+       color: #ffffff;
+       text-decoration: none;
+       font-size: 80%;
 }
 
-.headertitle {
-       font-size: 2.4em;
-       color: gray;
-       letter-spacing: 0.5em;
-       text-transform: lowercase;
+.mainmenu .active a,
+.modemenu .active a {
+       color: #ffff00;
+       font-weight: bold;
 }
 
-.separator {
-       padding-left: 0.25em;
+.mainmenu li:hover > span > a,
+.mainmenu div:hover > a {
        font-weight: bold;
-       font-size: 0.8em;
-       line-height: 1.4em;
 }
 
-.whitetext {
-       color: white;
+.modemenu a:hover,
+.modemenu a:focus,
+.mainmenu a:hover,
+.mainmenu a:focus {
+       color: #ffff00;
+       font-weight: bold;
 }
 
-.yellowtext {
-       color: #ffcb05;
+.mainmenu div.preactive > a {
+       color: #ffff00;
+       font-weight: bold;
 }
 
-.magentatext {
-       color: #dc0065;
+.modemenu ul {
+       width: auto;
+       background: #000000;
+       color: #ffffff;
+       list-style-type: none;
 }
 
-.inheritcolor {
-       color: inherit;
+.modemenu li {
+       float: right;
 }
 
-.smalltext {
-       font-size: 0.8em;
+#maincontent {
+       clear: both;
+       width: 90%;
+       margin: 0 auto;
+       padding: 0.5em;
+       background: #f8f9fe;
+       color: #000000;
+       font-size: 80%;
 }
 
-.yellow {
-       background-color: #ffcb05;
+#maincontent h2 {
+       margin: 0.25em 0 0.5em 0;
+       font-size: 150%;
+       font-weight: normal;
 }
 
-.magenta {
-       background-color: #dc0065;
+#maincontent h3 {
+       margin: 0.5em 0;
+       font-size: 120%;
+       font-weight: normal;
+       text-decoration: underline;
 }
 
-.nodeco {
-       text-decoration: none;
+#maincontent p {
+       margin-bottom: 1em;
 }
 
-.redhover:hover {
-       color: red;
+textarea#syslog {
+       width: 98%;
+       min-height: 500px;
+       border: 3px solid #cccccc;
+       padding: 5px;
+       font-family: monospace;
 }
 
-.bold {
-       font-weight: bold;
+.cbi-section {
+       margin-bottom: 0.5em;
+       padding: 0.5em 1em;
+       border: 1px dotted #555555;
+       background-color: #f2f3f9;
 }
 
-.sidebar {
-       position: relative;
-       padding: 0.25em;
-       color: gray;
-       width: 9em;
+.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: 1.5em;
+       font-size: 90%;
+       color: #555555;
+}
+
+.cbi-section-descr {
+       margin-bottom: 0.5em;
+       font-size: 95%;
 }
 
-.separator a, .sidebar a {
+.cbi-title-ref {
        color: inherit;
-       text-decoration: inherit;
+       text-decoration: none;
+       padding-right: 18px;
+       background: url('../resources/cbi/link.gif') no-repeat scroll right center;
+       background-color: inherit;
 }
 
-.separator a:hover, .sidebar a:hover {
-       color: red;
+input[type=submit],
+input[type=reset],
+input[type=image],
+label {
+       cursor: pointer;
 }
 
-.sidebar div {
-       padding-bottom: 0.5em;
+select,
+input,
+textarea {
+       background: #eeeeee;
+       color: #000000;
+       border-width: 1px;
+       border-color: #000000;
 }
 
-.sidebar ul {
-       font-size: 0.9em;
-       color: white;
-       list-style-type: none;
-       padding-left: 1em;
-       margin-top: 0%;
+input[type=image] {
+       border: none;
 }
 
-.table {
-       display: table;
+
+input:focus,
+input:hover,
+select:focus,
+select:hover,
+textarea:focus,
+textarea:hover {
+       background-color: #f2f3f9;
 }
 
-.table-row {
-       display: table-row;
+select,
+input[type=text],
+input[type=password] {
+       width: 20em;
 }
 
-.table-cell {
-       display: table-cell;
+td select,
+td input[type=text],
+td input[type=password] {
+       width: 99%;
 }
 
-.left {
-       float: left;
-       text-align: left;
+img.cbi-image-button {
+       cursor: pointer;
+       margin: 0 2px;
+       vertical-align: middle;
 }
 
-.right {
+input.cbi-input-user {
+       background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       padding-left: 17px;
+}
+
+input.cbi-input-password {
+       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;
+}
+
+input.cbi-button-up {
+       background-image: url('../resources/cbi/up.gif');
+       padding-left: 11px;
+       padding-right: 1px;
+}
+
+input.cbi-button-down {
+       background-image: url('../resources/cbi/down.gif');
+       padding-left: 11px;
+       padding-right: 1px;
+}
+
+input.cbi-button-edit {
+       background-image: url('../resources/cbi/edit.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-button-reload {
+       background-image: url('../resources/cbi/reload.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-button-reset {
+       background-image: url('../resources/cbi/reset.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+input.cbi-button-remove {
+       background-image: url('../resources/cbi/remove.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
+.cbi-input-invalid {
+       background-image: url('../resources/cbi/reset.gif');
+       background-repeat: no-repeat;
+       background-position: right;
+       color: #FF0000 !important;
+       border-color: #FF0000;
+}
+
+div.cbi-section-remove input {
+       border-bottom: none;
+}
+
+textarea {
+       margin-left: -1px;
+       margin-bottom: 0.5em;
+}
+
+form > div > input[type=submit],
+form > div > input[type=reset] {
        float: right;
-       text-align: right;
+       margin-left: 0.5em;
 }
 
-.clear {
-       clear: both;
+table.smalltext {
+       background: #f5f5f5;
+       border-top: 1px solid #666666;
+       border-right: 1px solid #666666;
+       border-bottom: 1px solid #666666;
+       font-size: 90%;
+       width: 80%;
+       margin-left: auto;
+       margin-right: auto;
+       border-collapse: collapse;
 }
 
-.hidden {
-       display: none;
+table.smalltext tr:hover td {
+       background-color: #bbddee;
 }
 
-.inline {
-       display: inline;
+table.smalltext tr th {
+       padding: 0 0.25em;
+       border-left: 1px solid #666666;
+       text-align: left;
 }
 
-.code {
-       background: #f7f7f7;
-       border: 1px solid #d7d7d7;
-       margin: 1em 1.75em;
-       padding: 1em;
+table.smalltext tr td {
+       padding: 0 0.25em;
+       border-top: 1px solid #666666;
+       border-left: 1px solid #666666;
 }
 
-code {
-       display: block;
-       background: #f7f7f7;
-       border: 1px solid #d7d7d7;
-       margin: 1em 1.75em;
-       padding: 1em;
-       overflow: auto;
-       white-space: pre;
+.cbi-rowstyle-1 {
+       background-color: #eeeeff;
 }
 
-.cbi-section {
-       margin-top: 1em;
+.cbi-rowstyle-2 {
+
 }
 
-.cbi-section-remove {
-       text-align: right;
+table.cbi-section-table .cbi-section-table-cell {
+       padding: 3px;
+       white-space: nowrap;
+}
+
+div.cbi-value {
+       clear: left;
+       vertical-align: middle;
+       padding-left: 0.25em;
+       border-bottom: 1px dotted #bbbbbb;
+}
+
+div.cbi-value:hover {
+       background: #f8f8f8;
 }
 
-.cbi-value {
-       display: table-row;
+div.cbi-value:last-child {
+       border: none;
 }
 
 .cbi-value-title {
-       display: table-cell;
-       line-height: 1.75em;
-       font-weight: bold;
-       padding: 0.25em;
+       float: left;
+       width: 40%;
 }
 
-.cbi-value-field {
-       display: table-cell;
-       text-align: left;
-       padding: 0.25em;
-       line-height: 1.75em;
+div.cbi-value-field {
+       width: 58%;
+       margin: 0.25em 0 0.25em 40%;
 }
 
-.cbi-value-field input, .cbi-value-field select,
-.cbi-optionals select, .cbi-optionals input,
-.cbi-section-remove input, .cbi-section-create input  {
-       font-size: 0.8em;
-       margin: 0%;
+div.cbi-value-description {
+       font-size: 90%;
 }
 
-.cbi-section-descr {
-       padding-bottom: 1em;
+div.cbi-section-create {
+       clear: left;
+       white-space: nowrap;
 }
 
-.cbi-value-description {
-       display: inline;
-       font-style: italic;
-       font-size: 0.8em; 
-       padding: 0.25em;
-       margin-bottom: 0.5em;
+div.cbi-map-descr {
+       margin-bottom: 1em;
+}
+
+div.cbi-optionals {
+       margin: 0.5em 0;
+       padding: 0 0.25em;
 }
 
-.cbi-form-separator {
-       margin-top: 1em;
+div.cbi-section-remove {
+       float: right;
 }
 
 .cbi-section-node {
-       display: table;
-       padding: 0.25em;
-       background: #f7f7f7;
-       border: 1px solid #d7d7d7;
+       clear: both;
+       border: 1px dotted #bbbbbb;
+       padding-bottom: 0;
 }
 
-.cbi-section-row {
-       display: table-row;
+.cbi-section-node div.cbi-section-table-row {
+       margin: 0.25em;
 }
 
-.cbi-section-row-head {
-       display: table-cell;
-       font-weight: bold;
-       padding: 0.25em;
+table.cbi-section-table {
+       width: 100%;
+       font-size: 95%;
 }
 
-.cbi-section-row-descr {
-       display: table-cell;
-       padding: 0.25em;
-       font-size: 0.8em;
+table.cbi-section-table th,
+table.cbi-section-table td {
+       text-align: center;
 }
 
-.cbi-section-node h3 {
-       margin-bottom: 0.5em;
+tr.cbi-section-table-descr th {
+       font-weight: normal;
+       font-size: 90%;
 }
 
-.cbi-error {
-       color: red;
+td.cbi-section-table-optionals {
+       text-align: left !important;
+       padding-top: 1em;
+}
+
+.cbi-value-helpicon img {
+       vertical-align: bottom;
+}
+
+div.cbi-error {
+       font-size: 95%;
        font-weight: bold;
-       font-size: 0.8em;
-       margin-bottom: 0.75em;
+       color: #FF0000;
 }
 
-.cbi-optionals {
-       margin-top: 1em;
-       display: table-cell;
+td.cbi-value-error {
+       border-color: red !important;
 }
 
-.cbi-optionals option {
-       font-size: 0.8em;
+.cbi-value-error input,
+.cbi-value-error select {
+       color: red !important;
+       background-color: #FFCCCC;
 }
 
-.error {
+.cbi-section-error {
        color: red;
-       font-weight: bold;
+       font-size: 95%;
+       border: 1px dotted red;
+       margin: 3px;
+       padding: 3px;
+}
+
+ul.cbi-apply {
+       font-size: 90%;
+}
+
+ul.cbi-tabmenu {
+       padding: 3px 0;
+       margin-left: 0 !important;
+       margin-bottom: -1px;
+       list-style-type: none;
+}
+
+ul.cbi-tabmenu li.cbi-tab,
+ul.cbi-tabmenu li.cbi-tab-disabled {
+       display: inline;
+       margin: 0;
+}
+
+ul.cbi-tabmenu li.cbi-tab a,
+ul.cbi-tabmenu li.cbi-tab-disabled a {
+       text-decoration: none;
+       padding: 3px 7px;
+       margin-right: 3px;
+       border: 1px outset #000000;
+       border-bottom: none;
+       background-color: #EEEEEE;
+       color: #BBBBBB;
+}
+
+ul.cbi-tabmenu li.cbi-tab-highlighted a {
+       color: #000000;
+       background-color: #FFEEAA;
+}
+
+ul.cbi-tabmenu li a:hover {
+       color: #000000;
+}
+
+ul.cbi-tabmenu li.cbi-tab a {
+       position: relative;
+       top: 1px;
+       padding-top: 4px;
+       color: #000000;
+       background-color: #FFFFFF;
+}
+
+div.cbi-tab-descr {
+       background-image: url(/luci-static/resources/cbi/help.gif);
+       background-position: 0.25em 50%;
+       background-repeat: no-repeat;
+       border-bottom: 1px solid #CCCCCC;
+       margin: 0.25em 0.25em 2em;
+       padding: 0.5em 0.5em 0.5em 2em;
+}
+
+.left {
+       text-align: left !important;
+}
+
+.right {
+       text-align: right !important;
+}
+
+.luci {
+       position: fixed;
+       bottom: 0;
+       left: 0;
+       text-align: right;
+}
+
+.luci a {
+       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;
+}
+
+/* obligatory IE6 Voodoo Code */
+* html body {
+       padding-left: 50% !important;
+}
+
+* html div#header {
+       margin-left: -100% !important;
+}
+
+* html div.menubar {
+       margin-left: -100% !important;
+       width: 200% !important;
 }
 
-.ok {
-       color: green;
+* 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%;
+}
+
+
+.ifacebox {
+       background-color: #FFFFFF;
+       border: 1px solid #CCCCCC;
+       margin: 0 10px;
+       text-align: center;
+       white-space: nowrap;
+}
+
+.ifacebox .ifacebox-head {
+       border-bottom: 1px solid #CCCCCC;
+       padding: 2px;
+}
+
+.ifacebox .ifacebox-body {
+       padding: 2px;
+}
+
+
+.ifacebadge {
+       background-color: #FFFFFF;
+       border: 1px solid #CCCCCC;
+       padding: 2px;
+       margin-left: 2px;
+       display: inline-block;
+}
+
+.ifacebadge-active {
+       border-color: #000000;
        font-weight: bold;
-}
\ No newline at end of file
+}