123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872 |
- * {
- margin: 0;
- padding: 0;
- }
- body {
- background-color: #ffffff;
- color: #ffffff;
- font-family: Verdana, Arial, sans-serif;
- font-size: 100%;
- line-height: 100%;
- background-image: url(images/main-back.png);
- background-repeat: repeat-x;
- background-position: left bottom;
- }
- #all {
- margin: 0px;
- padding: 0px;
- min-height: 800px;
- }
- code {
- font-family: monospace;
- white-space: pre;
- }
- a:link, a:visited {
- color:#000000;
- font-weight:bold;
- text-decoration:none;
- }
- a:hover {
- color:#333333;
- font-weight:bold;
- }
- /* Custom*/
- #wrapper
- {
- width: 95%;
- color: #333333;
- margin-left: auto;
- margin-right: auto;
- /* background-image: url(images/corner-left.gif); */
- /* background-repeat: no-repeat; */
- /* background-position: left bottom; */
- background-color: #FffdF4;
- min-width: 710px;
- min-height: 710px;
- }
- #main {
- clear: both;
- width: 100%;
- margin: 0;
- padding: 0;
- color: #333333;
- /* background-image: url(images/corner-right.gif); */
- /* background-repeat: no-repeat; */
- /* background-position: right bottom; */
- min-height: 710px;
- }
- div#maincontent ul {
- margin-left: 2em;
- }
- .warning {
- color: red !important;
- font-weight: bold;
- }
- .clear {
- clear: both;
- height: 1px;
- }
- .hidden {
- display: none;
- }
- .error {
- color: #ff0000;
- }
- #header
- {
- padding: 0px;
- height: 100px;
- }
- #headerleft
- {
- height: 100px;
- background-color: #FFFfff;
- background-image: url(images/header-left.gif);
- background-repeat: no-repeat;
- background-position: left top;
- }
- #headerright
- {
- height: 100px;
- background-color: #FFfffF;
- margin-left: 5px;
- background-image: url(images/header-right.gif);
- background-repeat: no-repeat;
- background-position: right top;
- }
- #headerback
- {
- margin-right: 5px;
- height: 100px;
- background-color: #FFfffF;
- background-image: url(images/header-back.gif);
- background-repeat: repeat-x;
- background-position: left top;
- }
- #schriftzug {
- font-size : 1.5em;
- text-align:left;
- margin-bottom: 7px;
- margin-top: 7px;
- float:left;
- width: 450px;
- }
- #schriftzug a:hover{
- background-color:transparent;
- }
- #logo{
- margin-top: 5px;
- float:right;
- width: 115px;
- }
- .pathbar {
- display: none;
- }
- .menubar {
- width: 100%;
- min-height: 1.8em;
- background: #ffffff;
- color: #000000;
- border-top:0.4em solid #DC0067;
- }
- .mainmenu {
- float: left;
- width: auto;
- min-height: 1.8em;
- background: #ffffff;
- color: #000000;
- }
- .modemenu li {
- border-top:0.3em solid #DC0067;
- margin-left: 0.3em;
- margin-top: -0.3em;
- }
- .mainmenu div {
- float: left;
- border-top:0.3em solid #DC0067;
- margin-right: 0.3em;
- margin-top: -0.3em;
- }
- .mainmenu div.preactive {
- border-top: 0.3em solid #FFCB05;
- margin-top: -0.2em;
- }
- .mainmenu li {
- white-space: nowrap;
- }
- .mainmenu div ul {
- display: none;
- position: absolute;
- background: #ffffff;
- color: #000000;
- 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;
- border-width: 1px;
- }
- .modemenu a,
- .mainmenu a {
- display: block;
- padding: 0.2em;
- color: #000000;
- text-decoration: none;
- font-size: 70%;
- font-weight: bold;
- }
- .modemenu .active a {
- color: #000000;
- font-weight: bold;
- border-top:0.3em solid #FFCB05;
- margin-top: -0.2em;
- }
- .mainmenu .active a{
- color: #000000;
- font-weight: bold;
- border-top:0.2em solid #FFCB05;
- }
- .mainmenu li > span:active {
- background-color: #FFE990;
- }
- .mainmenu li:hover > span > a,
- .mainmenu div:hover > a {
- color: #ffffff;
- background-color: #FFCB05;
- }
- .modemenu a:focus,
- .mainmenu a:focus {
- color: #000000;
- }
- .mainmenu a:hover,
- .modemenu a:hover {
- color: #ffffff;
- background-color: #FFCB05;
- }
- .mainmenu div.preactive > a {
- color: #DC0067;
- font-weight: bold;
- }
- .mainmenu div.preactive > a:hover,
- .mainmenu div.preactive > a:focus {
- color: #ffffff;
- font-weight: bold;
- }
- .modemenu ul {
- width: auto;
- background: #000000;
- color: #ffffff;
- list-style-type: none;
- }
- .modemenu li {
- float: right;
- }
- #maincontent {
- clear: both;
- width: 98%;
- margin: 0 auto;
- padding: 0.5em;
- background: #FFF4BE;
- color: #000000;
- font-size: 80%;
- border-top:1px solid #D2A800;
- }
- #maincontent h2 {
- margin: 0.25em 0 0.5em 0;
- font-size: 150%;
- font-weight: normal;
- }
- #maincontent h3 {
- margin: 0.5em 0;
- font-size: 120%;
- font-weight: normal;
- text-decoration: underline;
- }
- #maincontent p {
- margin-bottom: 1em;
- }
- .cbi-section {
- margin-bottom: 0.5em;
- padding: 0.5em 1em;
- border: 1px dotted #D2A800;
- background-color: #FFE990;
- }
- .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%;
- }
- .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;
- }
- input[type=submit],
- input[type=reset],
- input[type=image],
- label {
- cursor: pointer;
- }
- select,
- input,
- textarea {
- background: #FffdF4;
- color: #000000;
- border-width: 1px;
- border-color: #000000;
- }
- input[type=image] {
- border: none;
- }
- input:focus,
- input:hover,
- select:focus,
- select:hover,
- textarea:focus,
- textarea:hover {
- background-color: #FFF4BE;
- }
- select,
- input[type=text],
- input[type=password] {
- width: 20em;
- }
- td select,
- td input[type=text],
- td input[type=password] {
- width: 99%;
- }
- img.cbi-image-button {
- cursor: pointer;
- margin: 0 2px;
- vertical-align: middle;
- }
- 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;
- margin-left: 0.5em;
- }
- table.smalltext {
- background-color: #FFCB05;
- 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;
- }
- table.smalltext tr:hover td {
- background-color: #FFE990;
- }
- table.smalltext tr th {
- padding: 0 0.25em;
- border-left: 1px solid #666666;
- text-align: left;
- }
- table.smalltext tr td {
- padding: 0 0.25em;
- border-top: 1px solid #666666;
- border-left: 1px solid #666666;
- }
- .cbi-rowstyle-1 {
- background-color: #FFF4BE;
- }
- .cbi-rowstyle-2 {
- }
- 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 #FFCB05;
- }
- div.cbi-value:hover {
- background: #FFF4BE;
- }
- div.cbi-value:last-child {
- border: none;
- }
- .cbi-value-title {
- float: left;
- width: 40%;
- }
- div.cbi-value-field {
- width: 58%;
- margin: 0.25em 0 0.25em 40%;
- }
- div.cbi-value-description {
- font-size: 90%;
- }
- div.cbi-value-field > div.cbi-value-description {
- display: none;
- }
- div.cbi-value:hover div.cbi-value-field > div.cbi-value-description {
- display: block;
- color: #ffffff;
- background-color: #FFCB05;
- }
- option:active,
- option:before,
- option:after,
- option:focus,
- option:hover {
- color: #ffffff;
- background-color: #EEBA00;
- background: url(images/bgoption.png);
- }
- div.cbi-section-create {
- clear: left;
- white-space: nowrap;
- }
- div.cbi-map-descr {
- margin-bottom: 1em;
- }
- div.cbi-optionals {
- margin: 0.5em 0;
- padding: 0 0.25em;
- }
- div.cbi-section-remove {
- float: right;
- }
- .cbi-section-node {
- clear: both;
- border: 1px dotted #FFCB05;
- padding-bottom: 0;
- }
- .cbi-section-node div.cbi-section-table-row {
- margin: 0.25em;
- }
- table.cbi-section-table {
- width: 100%;
- font-size: 95%;
- }
- table.cbi-section-table th,
- table.cbi-section-table td {
- text-align: center;
- }
- tr.cbi-section-table-descr th {
- font-weight: normal;
- font-size: 90%;
- }
- 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;
- 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;
- }
- 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 #000;
- border-bottom: none;
- background-color: #eee;
- color: #bbb;
- }
- ul.cbi-tabmenu li.cbi-tab-highlighted a {
- color: #000;
- background-color: #FFEEAA;
- }
- ul.cbi-tabmenu li a:hover {
- color: #000;
- }
- ul.cbi-tabmenu li.cbi-tab a {
- position: relative;
- top: 1px;
- padding-top: 4px;
- color: #000;
- background-color: #fff;
- }
- 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 #ccc;
- 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;
- }
- * 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;
- }
- .zonebadge {
- padding: 2px;
- display: inline-block;
- white-space: nowrap;
- cursor: pointer;
- }
- .zonebadge em,
- .zonebadge strong {
- margin: 3px;
- display: inline-block;
- }
- .zonebadge input {
- width: 6em;
- height: 1.5em;
- }
- .zonebadge-empty {
- border: 1px dashed #AAAAAA;
- color: #AAAAAA;
- font-style: italic;
- font-size: smaller;
- }
|