cascade.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. background-color: #ffffff;
  7. color: #ffffff;
  8. font-family: Verdana, Arial, sans-serif;
  9. font-size: 100%;
  10. line-height: 100%;
  11. background-image: url(images/main-back.png);
  12. background-repeat: repeat-x;
  13. background-position: left bottom;
  14. }
  15. #all {
  16. margin: 0px;
  17. padding: 0px;
  18. min-height: 800px;
  19. }
  20. code {
  21. font-family: monospace;
  22. white-space: pre;
  23. }
  24. a:link, a:visited {
  25. color:#000000;
  26. font-weight:bold;
  27. text-decoration:none;
  28. }
  29. a:hover {
  30. color:#333333;
  31. font-weight:bold;
  32. }
  33. /* Custom*/
  34. #wrapper
  35. {
  36. width: 95%;
  37. color: #333333;
  38. margin-left: auto;
  39. margin-right: auto;
  40. /* background-image: url(images/corner-left.gif); */
  41. /* background-repeat: no-repeat; */
  42. /* background-position: left bottom; */
  43. background-color: #FffdF4;
  44. min-width: 710px;
  45. min-height: 710px;
  46. }
  47. #main {
  48. clear: both;
  49. width: 100%;
  50. margin: 0;
  51. padding: 0;
  52. color: #333333;
  53. /* background-image: url(images/corner-right.gif); */
  54. /* background-repeat: no-repeat; */
  55. /* background-position: right bottom; */
  56. min-height: 710px;
  57. }
  58. div#maincontent ul {
  59. margin-left: 2em;
  60. }
  61. .warning {
  62. color: red !important;
  63. font-weight: bold;
  64. }
  65. .clear {
  66. clear: both;
  67. height: 1px;
  68. }
  69. .hidden {
  70. display: none;
  71. }
  72. .error {
  73. color: #ff0000;
  74. }
  75. #header
  76. {
  77. padding: 0px;
  78. height: 100px;
  79. }
  80. #headerleft
  81. {
  82. height: 100px;
  83. background-color: #FFFfff;
  84. background-image: url(images/header-left.gif);
  85. background-repeat: no-repeat;
  86. background-position: left top;
  87. }
  88. #headerright
  89. {
  90. height: 100px;
  91. background-color: #FFfffF;
  92. margin-left: 5px;
  93. background-image: url(images/header-right.gif);
  94. background-repeat: no-repeat;
  95. background-position: right top;
  96. }
  97. #headerback
  98. {
  99. margin-right: 5px;
  100. height: 100px;
  101. background-color: #FFfffF;
  102. background-image: url(images/header-back.gif);
  103. background-repeat: repeat-x;
  104. background-position: left top;
  105. }
  106. #schriftzug {
  107. font-size : 1.5em;
  108. text-align:left;
  109. margin-bottom: 7px;
  110. margin-top: 7px;
  111. float:left;
  112. width: 450px;
  113. }
  114. #schriftzug a:hover{
  115. background-color:transparent;
  116. }
  117. #logo{
  118. margin-top: 5px;
  119. float:right;
  120. width: 115px;
  121. }
  122. .pathbar {
  123. display: none;
  124. }
  125. .menubar {
  126. width: 100%;
  127. min-height: 1.8em;
  128. background: #ffffff;
  129. color: #000000;
  130. border-top:0.4em solid #DC0067;
  131. }
  132. .mainmenu {
  133. float: left;
  134. width: auto;
  135. min-height: 1.8em;
  136. background: #ffffff;
  137. color: #000000;
  138. }
  139. .modemenu li {
  140. border-top:0.3em solid #DC0067;
  141. margin-left: 0.3em;
  142. margin-top: -0.3em;
  143. }
  144. .mainmenu div {
  145. float: left;
  146. border-top:0.3em solid #DC0067;
  147. margin-right: 0.3em;
  148. margin-top: -0.3em;
  149. }
  150. .mainmenu div.preactive {
  151. border-top: 0.3em solid #FFCB05;
  152. margin-top: -0.2em;
  153. }
  154. .mainmenu li {
  155. white-space: nowrap;
  156. }
  157. .mainmenu div ul {
  158. display: none;
  159. position: absolute;
  160. background: #ffffff;
  161. color: #000000;
  162. border-width: 0 1px 1px 1px;
  163. border-style: solid;
  164. border-color: #444444;
  165. list-style-type: none;
  166. }
  167. .mainmenu ul li:hover > ul,
  168. .mainmenu div:hover > ul {
  169. display: block;
  170. }
  171. .mainmenu ul li > ul {
  172. left: 100%;
  173. margin-top: -1.8em;
  174. border-width: 1px;
  175. }
  176. .modemenu a,
  177. .mainmenu a {
  178. display: block;
  179. padding: 0.2em;
  180. color: #000000;
  181. text-decoration: none;
  182. font-size: 70%;
  183. font-weight: bold;
  184. }
  185. .modemenu .active a {
  186. color: #000000;
  187. font-weight: bold;
  188. border-top:0.3em solid #FFCB05;
  189. margin-top: -0.2em;
  190. }
  191. .mainmenu .active a{
  192. color: #000000;
  193. font-weight: bold;
  194. border-top:0.2em solid #FFCB05;
  195. }
  196. .mainmenu li > span:active {
  197. background-color: #FFE990;
  198. }
  199. .mainmenu li:hover > span > a,
  200. .mainmenu div:hover > a {
  201. color: #ffffff;
  202. background-color: #FFCB05;
  203. }
  204. .modemenu a:focus,
  205. .mainmenu a:focus {
  206. color: #000000;
  207. }
  208. .mainmenu a:hover,
  209. .modemenu a:hover {
  210. color: #ffffff;
  211. background-color: #FFCB05;
  212. }
  213. .mainmenu div.preactive > a {
  214. color: #DC0067;
  215. font-weight: bold;
  216. }
  217. .mainmenu div.preactive > a:hover,
  218. .mainmenu div.preactive > a:focus {
  219. color: #ffffff;
  220. font-weight: bold;
  221. }
  222. .modemenu ul {
  223. width: auto;
  224. background: #000000;
  225. color: #ffffff;
  226. list-style-type: none;
  227. }
  228. .modemenu li {
  229. float: right;
  230. }
  231. #maincontent {
  232. clear: both;
  233. width: 98%;
  234. margin: 0 auto;
  235. padding: 0.5em;
  236. background: #FFF4BE;
  237. color: #000000;
  238. font-size: 80%;
  239. border-top:1px solid #D2A800;
  240. }
  241. #maincontent h2 {
  242. margin: 0.25em 0 0.5em 0;
  243. font-size: 150%;
  244. font-weight: normal;
  245. }
  246. #maincontent h3 {
  247. margin: 0.5em 0;
  248. font-size: 120%;
  249. font-weight: normal;
  250. text-decoration: underline;
  251. }
  252. #maincontent p {
  253. margin-bottom: 1em;
  254. }
  255. .cbi-section {
  256. margin-bottom: 0.5em;
  257. padding: 0.5em 1em;
  258. border: 1px dotted #D2A800;
  259. background-color: #FFE990;
  260. }
  261. .cbi-section legend {
  262. font-size: 110%;
  263. font-weight: bold;
  264. height: 1em;
  265. padding: 0 0.25em;
  266. color: #555555;
  267. }
  268. .cbi-section h2 {
  269. margin: 0em 0 0.5em -0.5em !important;
  270. }
  271. .cbi-section h3 {
  272. height: 1.5em;
  273. font-size: 90%;
  274. color: #555555;
  275. }
  276. .cbi-section-descr {
  277. margin-bottom: 0.5em;
  278. font-size: 95%;
  279. }
  280. .cbi-title-ref {
  281. color: inherit;
  282. text-decoration: none;
  283. padding-right: 18px;
  284. background: url('../resources/cbi/link.gif') no-repeat scroll right center;
  285. background-color: inherit;
  286. }
  287. input[type=submit],
  288. input[type=reset],
  289. input[type=image],
  290. label {
  291. cursor: pointer;
  292. }
  293. select,
  294. input,
  295. textarea {
  296. background: #FffdF4;
  297. color: #000000;
  298. border-width: 1px;
  299. border-color: #000000;
  300. }
  301. input[type=image] {
  302. border: none;
  303. }
  304. input:focus,
  305. input:hover,
  306. select:focus,
  307. select:hover,
  308. textarea:focus,
  309. textarea:hover {
  310. background-color: #FFF4BE;
  311. }
  312. select,
  313. input[type=text],
  314. input[type=password] {
  315. width: 20em;
  316. }
  317. td select,
  318. td input[type=text],
  319. td input[type=password] {
  320. width: 99%;
  321. }
  322. img.cbi-image-button {
  323. cursor: pointer;
  324. margin: 0 2px;
  325. vertical-align: middle;
  326. }
  327. input.cbi-input-user {
  328. background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
  329. background-color: inherit;
  330. padding-left: 17px;
  331. }
  332. input.cbi-input-password {
  333. background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
  334. background-color: inherit;
  335. padding-left: 17px;
  336. }
  337. input.cbi-input-find {
  338. background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
  339. background-color: inherit;
  340. padding-left: 17px;
  341. }
  342. input.cbi-input-reload {
  343. background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
  344. background-color: inherit;
  345. padding-left: 17px;
  346. }
  347. input.cbi-input-add,
  348. input.cbi-button-add {
  349. background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
  350. background-color: inherit;
  351. padding-left: 17px;
  352. padding-right: 1px;
  353. }
  354. input.cbi-input-fieldadd,
  355. input.cbi-button-fieldadd {
  356. background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
  357. background-color: inherit;
  358. padding-left: 17px;
  359. padding-right: 1px;
  360. }
  361. input.cbi-input-reset,
  362. input.cbi-button-reset {
  363. background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
  364. background-color: inherit;
  365. padding-left: 17px;
  366. padding-right: 1px;
  367. }
  368. input.cbi-input-save,
  369. input.cbi-button-save {
  370. background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
  371. background-color: inherit;
  372. padding-left: 17px;
  373. padding-right: 1px;
  374. }
  375. input.cbi-input-apply,
  376. input.cbi-button-apply {
  377. background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
  378. background-color: inherit;
  379. padding-left: 17px;
  380. padding-right: 1px;
  381. }
  382. input.cbi-input-remove,
  383. div.cbi-section-remove input {
  384. background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
  385. background-color: inherit;
  386. padding-left: 17px;
  387. padding-right: 1px;
  388. }
  389. input.cbi-button-up {
  390. background-image: url('../resources/cbi/up.gif');
  391. padding-left: 11px;
  392. padding-right: 1px;
  393. }
  394. input.cbi-button-down {
  395. background-image: url('../resources/cbi/down.gif');
  396. padding-left: 11px;
  397. padding-right: 1px;
  398. }
  399. input.cbi-button-edit {
  400. background-image: url('../resources/cbi/edit.gif');
  401. color: #000000;
  402. padding-left: 17px;
  403. padding-right: 1px;
  404. }
  405. input.cbi-button-reload {
  406. background-image: url('../resources/cbi/reload.gif');
  407. color: #000000;
  408. padding-left: 17px;
  409. padding-right: 1px;
  410. }
  411. input.cbi-button-reset {
  412. background-image: url('../resources/cbi/reset.gif');
  413. color: #000000;
  414. padding-left: 17px;
  415. padding-right: 1px;
  416. }
  417. input.cbi-button-remove {
  418. background-image: url('../resources/cbi/remove.gif');
  419. color: #000000;
  420. padding-left: 17px;
  421. padding-right: 1px;
  422. }
  423. .cbi-input-invalid {
  424. background-image: url('../resources/cbi/reset.gif');
  425. background-repeat: no-repeat;
  426. background-position: right;
  427. color: #FF0000 !important;
  428. border-color: #FF0000;
  429. }
  430. div.cbi-section-remove input {
  431. border-bottom: none;
  432. }
  433. textarea {
  434. margin-left: -1px;
  435. margin-bottom: 0.5em;
  436. }
  437. form > div > input[type=submit],
  438. form > div > input[type=reset] {
  439. float: right;
  440. margin-left: 0.5em;
  441. }
  442. table.smalltext {
  443. background-color: #FFCB05;
  444. border-top: 1px solid #666666;
  445. border-right: 1px solid #666666;
  446. border-bottom: 1px solid #666666;
  447. font-size: 90%;
  448. width: 80%;
  449. margin-left: auto;
  450. margin-right: auto;
  451. border-collapse: collapse;
  452. }
  453. table.smalltext tr:hover td {
  454. background-color: #FFE990;
  455. }
  456. table.smalltext tr th {
  457. padding: 0 0.25em;
  458. border-left: 1px solid #666666;
  459. text-align: left;
  460. }
  461. table.smalltext tr td {
  462. padding: 0 0.25em;
  463. border-top: 1px solid #666666;
  464. border-left: 1px solid #666666;
  465. }
  466. .cbi-rowstyle-1 {
  467. background-color: #FFF4BE;
  468. }
  469. .cbi-rowstyle-2 {
  470. }
  471. table.cbi-section-table .cbi-section-table-cell {
  472. padding: 3px;
  473. white-space: nowrap;
  474. }
  475. div.cbi-value {
  476. clear: left;
  477. vertical-align: middle;
  478. padding-left: 0.25em;
  479. border-bottom: 1px dotted #FFCB05;
  480. }
  481. div.cbi-value:hover {
  482. background: #FFF4BE;
  483. }
  484. div.cbi-value:last-child {
  485. border: none;
  486. }
  487. .cbi-value-title {
  488. float: left;
  489. width: 40%;
  490. }
  491. div.cbi-value-field {
  492. width: 58%;
  493. margin: 0.25em 0 0.25em 40%;
  494. }
  495. div.cbi-value-description {
  496. font-size: 90%;
  497. }
  498. div.cbi-value-field > div.cbi-value-description {
  499. display: none;
  500. }
  501. div.cbi-value:hover div.cbi-value-field > div.cbi-value-description {
  502. display: block;
  503. color: #ffffff;
  504. background-color: #FFCB05;
  505. }
  506. option:active,
  507. option:before,
  508. option:after,
  509. option:focus,
  510. option:hover {
  511. color: #ffffff;
  512. background-color: #EEBA00;
  513. background: url(images/bgoption.png);
  514. }
  515. div.cbi-section-create {
  516. clear: left;
  517. white-space: nowrap;
  518. }
  519. div.cbi-map-descr {
  520. margin-bottom: 1em;
  521. }
  522. div.cbi-optionals {
  523. margin: 0.5em 0;
  524. padding: 0 0.25em;
  525. }
  526. div.cbi-section-remove {
  527. float: right;
  528. }
  529. .cbi-section-node {
  530. clear: both;
  531. border: 1px dotted #FFCB05;
  532. padding-bottom: 0;
  533. }
  534. .cbi-section-node div.cbi-section-table-row {
  535. margin: 0.25em;
  536. }
  537. table.cbi-section-table {
  538. width: 100%;
  539. font-size: 95%;
  540. }
  541. table.cbi-section-table th,
  542. table.cbi-section-table td {
  543. text-align: center;
  544. }
  545. tr.cbi-section-table-descr th {
  546. font-weight: normal;
  547. font-size: 90%;
  548. }
  549. td.cbi-section-table-optionals {
  550. text-align: left !important;
  551. padding-top: 1em;
  552. }
  553. .cbi-value-helpicon img {
  554. vertical-align: bottom;
  555. }
  556. div.cbi-error {
  557. font-size: 95%;
  558. font-weight: bold;
  559. color: #FF0000;
  560. }
  561. td.cbi-value-error {
  562. border-color: red !important;
  563. }
  564. .cbi-value-error input,
  565. .cbi-value-error select {
  566. color: red !important;
  567. background-color: #FFCCCC;
  568. }
  569. .cbi-section-error {
  570. color: red;
  571. font-size: 95%;
  572. border: 1px dotted red;
  573. margin: 3px;
  574. padding: 3px;
  575. }
  576. ul.cbi-apply {
  577. font-size: 90%;
  578. }
  579. ul.cbi-tabmenu {
  580. padding: 3px 0;
  581. margin-left: 0 !important;
  582. margin-bottom: -1px;
  583. list-style-type: none;
  584. }
  585. ul.cbi-tabmenu li.cbi-tab,
  586. ul.cbi-tabmenu li.cbi-tab-disabled {
  587. display: inline;
  588. margin: 0;
  589. }
  590. ul.cbi-tabmenu li.cbi-tab a,
  591. ul.cbi-tabmenu li.cbi-tab-disabled a {
  592. text-decoration: none;
  593. padding: 3px 7px;
  594. margin-right: 3px;
  595. border: 1px outset #000;
  596. border-bottom: none;
  597. background-color: #eee;
  598. color: #bbb;
  599. }
  600. ul.cbi-tabmenu li.cbi-tab-highlighted a {
  601. color: #000;
  602. background-color: #FFEEAA;
  603. }
  604. ul.cbi-tabmenu li a:hover {
  605. color: #000;
  606. }
  607. ul.cbi-tabmenu li.cbi-tab a {
  608. position: relative;
  609. top: 1px;
  610. padding-top: 4px;
  611. color: #000;
  612. background-color: #fff;
  613. }
  614. div.cbi-tab-descr {
  615. background-image: url(/luci-static/resources/cbi/help.gif);
  616. background-position: 0.25em 50%;
  617. background-repeat: no-repeat;
  618. border-bottom: 1px solid #ccc;
  619. margin: 0.25em 0.25em 2em;
  620. padding: 0.5em 0.5em 0.5em 2em;
  621. }
  622. .left {
  623. text-align: left !important;
  624. }
  625. .right {
  626. text-align: right !important;
  627. }
  628. .luci {
  629. position: fixed;
  630. bottom: 0;
  631. left: 0;
  632. text-align: right;
  633. }
  634. .luci a {
  635. color: #666666;
  636. text-decoration: none;
  637. font-size: 70%;
  638. }
  639. .inline {
  640. display: inline;
  641. }
  642. .error500 {
  643. white-space: normal;
  644. border: 1px dotted #FF0000;
  645. background-color: #FFFFFF;
  646. padding: 0.5em;
  647. }
  648. /* obligatory IE6 Voodoo Code */
  649. * html body {
  650. padding-left: 50% !important;
  651. }
  652. * html div#header {
  653. margin-left: -100% !important;
  654. }
  655. * html div.menubar {
  656. margin-left: -100% !important;
  657. width: 200% !important;
  658. }
  659. * html div#maincontent {
  660. margin-left: -80% !important;
  661. width: 160% !important;
  662. }
  663. * html div.mainmenu div.hover ul,
  664. * html div.mainmenu div li.hover ul,
  665. * html div.mainmenu div li li.hover ul,
  666. * html div.mainmenu div li li li.hover ul,
  667. * html div.mainmenu div li li li li.hover ul {
  668. display: block !important;
  669. margin-left: 3em;
  670. }
  671. * html div.mainmenu div.hover ul {
  672. margin-left: 0;
  673. }
  674. * html div.mainmenu .hover ul ul,
  675. * html div.mainmenu .hover ul ul ul,
  676. * html div.mainmenu .hover ul ul ul ul,
  677. * html div.mainmenu .hover ul ul ul ul ul {
  678. display: none !important;
  679. }
  680. * html div.mainmenu li {
  681. height: 1em !important;
  682. width: 10em !important;
  683. }
  684. * html .mainmenu {
  685. height: 1.8em;
  686. }
  687. * html div.cbi-value-description {
  688. margin-left: 40%;
  689. }
  690. .ifacebox {
  691. background-color: #FFFFFF;
  692. border: 1px solid #CCCCCC;
  693. margin: 0 10px;
  694. text-align: center;
  695. white-space: nowrap;
  696. }
  697. .ifacebox .ifacebox-head {
  698. border-bottom: 1px solid #CCCCCC;
  699. padding: 2px;
  700. }
  701. .ifacebox .ifacebox-body {
  702. padding: 2px;
  703. }
  704. .ifacebadge {
  705. background-color: #FFFFFF;
  706. border: 1px solid #CCCCCC;
  707. padding: 2px;
  708. margin-left: 2px;
  709. display: inline-block;
  710. }
  711. .ifacebadge-active {
  712. border-color: #000000;
  713. font-weight: bold;
  714. }
  715. .zonebadge {
  716. padding: 2px;
  717. display: inline-block;
  718. white-space: nowrap;
  719. cursor: pointer;
  720. }
  721. .zonebadge em,
  722. .zonebadge strong {
  723. margin: 3px;
  724. display: inline-block;
  725. }
  726. .zonebadge input {
  727. width: 6em;
  728. height: 1.5em;
  729. }
  730. .zonebadge-empty {
  731. border: 1px dashed #AAAAAA;
  732. color: #AAAAAA;
  733. font-style: italic;
  734. font-size: smaller;
  735. }