Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.01 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. .lang_he {
  4.     direction: RTL;
  5.     unicode-bidi: embed;
  6. }
  7.  
  8. @media all {
  9.  
  10. html {
  11.     min-height: 100%;
  12.     height: auto;
  13.     position:relative;
  14. }
  15.  
  16. body {
  17.     color: #ffffff;
  18.     background-color: #ffffff;
  19.     background-position: bottom center;
  20.     background-repeat: repeat-x;
  21.     font-family: Verdana, Arial, sans-serif;
  22.     font-size: 11pt;
  23.     line-height: 100%;
  24.     padding-bottom: 1.5em;
  25. }
  26.  
  27. * {
  28.     margin: 0;
  29.     padding: 0;
  30. }
  31.  
  32. a img {
  33.     border: none;
  34.     text-decoration: none;
  35. }
  36.    
  37. .tabmenu1{
  38.     background-color: #000000;
  39.     height: 30px;
  40. }
  41.  
  42. ul.tabmenu {
  43.     margin: 0;
  44.     clear: both;
  45.     display: block;
  46.     vertical-align: bottom;
  47.     font-size: 10pt;
  48.     padding: 5px 0 0 5px;
  49. }
  50.  
  51. div.tabmenu2 {
  52.     background-repeat: repeat-x;
  53.     margin-top: -1px;
  54.     //border-right: 2px solid #000000;
  55.     //border-bottom: none;
  56.     //margin-left: 10px;
  57.     //margin-right: 10px;
  58.     width: 18%;
  59.     float: left;
  60.     min-height: 200px;
  61.     text-align:center;
  62. }
  63.  
  64. ul.tabmenu2 {
  65.     font-size: 9pt;
  66.     font-weight: bold;
  67. }
  68.  
  69. div.tabmenu2 li {
  70.     margin-top: 10px;
  71.     //line-height: 2.0em;
  72.     //padding-left: 9px;
  73.     padding-top: 1px;
  74.     padding-bottom: 9px;
  75.     //padding-right: 63px;
  76.     //padding:0,9px,9,9px;
  77.     list-style-type:none;
  78.  
  79.     background: url(btn.gif) center top;
  80.     background-size:140px 18px;
  81.     background-repeat:no-repeat;
  82. }
  83.    
  84. div.tabmenu2 li a{
  85.     text-decoration : none;
  86.     color: #ffffff;
  87. }
  88.  
  89. div.tabmenu2 li.active a {
  90.     text-decoration : none;
  91.     color: #fff143;
  92. }
  93.  
  94. div.tabmenu2 li a:hover {
  95.     text-decoration : none;
  96.     color: #faff72;
  97. }
  98.  
  99. div.tabmenu3,
  100. div.tabmenu4,
  101. div.tabmenu5 {
  102.     background-color: #AAAAAA;
  103.     background-image: url(tabbg.png);
  104.     background-repeat: repeat-x;
  105.     border: none;
  106. }
  107.  
  108. ul.tabmenu li {
  109.     float: left;
  110.     display: block;
  111.     overflow: hidden;
  112. }
  113.  
  114. .lang_he ul.tabmenu li {
  115.     float: right;
  116. }
  117.  
  118. ul.tabmenu li a {
  119.     text-decoration: none;
  120.     color: white;
  121.     display: block;
  122.     padding: 3px 27px;
  123.     //margin: 0 2px;
  124.     line-height: 1.3em;
  125.     //border: 1px solid transparent;
  126.     //border-bottom: none;
  127.     font-size: 95%;
  128.     margin-right: 30px;
  129. }
  130.  
  131. ul.tabmenu li.active a {
  132.     font-weight: bold;
  133.     color: #fff143;
  134.     //background: #f5f5f5;
  135.     //border: 1px solid #AAAAAA;
  136.     //border-bottom: none;
  137. }
  138.  
  139. ul.tabmenu li a:hover {
  140.     color: #faff72;
  141.     border-color: #444444;
  142. }
  143.  
  144. ul.l1 li a {
  145.     //background-color: #AAAAAA;
  146.     //background-image: url(tabbg.png);
  147.     //background-repeat: repeat-x;
  148.     //border-color: #444444;
  149. }
  150.  
  151. ul.l1 li.tabmenu-item-logout a {
  152.     margin-left: 30px;
  153. }
  154.  
  155. .lang_he ul.l1 li.tabmenu-item-logout a {
  156.     margin-right: 30px;
  157. }
  158.  
  159. abbr,
  160. acronym {
  161.     font-style: normal;
  162.     font-variant: normal;
  163. }
  164.  
  165. abbr[title],
  166. acronym[title] {
  167.     border-bottom: 1px dotted;
  168.     cursor: help;
  169. }
  170.  
  171. a:link abbr[title],
  172. a:visited abbr[title],
  173. a:link acronym[title],
  174. a:visited acronym[title] {
  175.     cursor: pointer;
  176. }
  177.  
  178. code {
  179.     font-family: monospace;
  180.     white-space: pre;
  181. }
  182.    
  183. #maincontent{
  184.         width: 78%;
  185.         float:left;
  186.         margin-top: -15px;
  187.         margin-left: 2px;
  188. }
  189.  
  190. #maincontent ul {
  191.     margin-left: 2em;
  192. }
  193.  
  194. .warning {
  195.     color: red;
  196.     background-color: white;
  197.     font-weight: bold;
  198. }
  199.  
  200. .clear {
  201.     clear: both;
  202. }
  203.  
  204. .skiplink,
  205. .navigation,
  206. .hidden {
  207.     position: absolute;
  208.     left: -1000px;
  209.     top: -1000px;
  210.     width: 0px;
  211.     height: 0px;
  212.     overflow: hidden;
  213.     display: inline;
  214. }
  215.  
  216. .error {
  217.     color: #ff0000;
  218.     background-color: white;
  219. }
  220.  
  221. div.hostinfo {
  222.     float: left;
  223.     margin: 0;
  224.     padding: 0;
  225.     width: auto;
  226.     font-size: 80%;
  227.     padding: 0.5em;
  228. }
  229.  
  230. .lang_he div.hostinfo {
  231.     float: right;
  232. }
  233.  
  234. #xhr_poll_status {
  235.     cursor: pointer;
  236. }
  237.  
  238. #xhr_poll_status #xhr_poll_status_off {
  239.     font-weight: bold;
  240.     color: #FF0000;
  241. }
  242.  
  243. #xhr_poll_status #xhr_poll_status_on {
  244.     font-weight: bold;
  245.     color: #00FF00;
  246. }
  247.  
  248. #menubar {
  249.     position: relative;
  250.     width: 100%;
  251.     background: #000000;
  252.     color: #ffffff;
  253. }
  254.  
  255. #menubar .warning {
  256.     color: red;
  257.     background-color: #557788;
  258. }
  259.  
  260. html #menubar a:link,
  261. html #menubar a:visited {
  262.     position: relative;
  263.     display: block;
  264.     padding: 0.5em;
  265.     background: #000000;
  266.     color: #ffffff;
  267.     text-decoration: none;
  268.     font-size: 80%;
  269.     font-weight: normal;
  270. }
  271.  
  272.  
  273. html #menubar a:link:hover,
  274. html #menubar a:visited:hover,
  275. html #menubar a:link:active,
  276. html #menubar a:visited:active,
  277. #menubar a:link:focus,
  278. #menubar a:visited:focus {
  279.     background: #000000;
  280.     color: #ffff00;
  281.     font-weight: bold;
  282. }
  283.  
  284. html #menubar a:link.active,
  285. html #menubar a:visited.active,
  286. html #menubar a:link.preactive,
  287. html #menubar a:visited.preactive {
  288.     background: #000000;
  289.     color: #ffff00;
  290.     font-weight: bold;
  291. }
  292.  
  293. html #menubar a:link.warning,
  294. html #menubar a:visited.warning {
  295.     background: #000000;
  296.     color: red;
  297.     font-weight: bold;
  298. }
  299.  
  300. #modemenu {
  301.     width: auto;
  302.     background: #000000;
  303.     color: #ffffff;
  304.     list-style: none;
  305.     margin-right: 1px;
  306.     margin-left: 2em;
  307.     float: right;
  308. }
  309.  
  310. #modemenu li {
  311.     float: right;
  312.     list-style: none;
  313. }
  314.  
  315. #savemenu {
  316.     float: right;
  317. }
  318.  
  319. .lang_he #savemenu {
  320.     float: left;
  321. }
  322.  
  323. .lang_de #submenu_admin_uci {
  324.     width: 12em;
  325. }
  326.  
  327. .lang_ru #submenu_admin_uci {
  328.     width: 11.5em;
  329. }
  330.  
  331. textarea#syslog {
  332.     width: 98%;
  333.     min-height: 500px;
  334.     border: 3px solid #cccccc;
  335.     padding: 5px;
  336.     font-family: monospace;
  337. }
  338.  
  339. #maincontainer {
  340.     clear: both;
  341.     width: 96%;
  342.     margin: 0 auto;
  343.     height:100%;
  344. }
  345.  
  346. #maincontent {
  347.     padding: 0.5em;
  348.     background: #f5f5f5;
  349.     color: #000000;
  350.     font-size: 80%;
  351.     border-width: 0 1px 1px 1px;
  352.     border-style: solid;
  353.     border-color: #444444;
  354. }
  355.  
  356. .footer{
  357.   font-size:6pt;
  358.   clear:both;
  359.   padding:0px;
  360.   /* This is the border at the bottom of the page above the copyright */
  361.   border-top:20px solid #003366;
  362.  
  363. }
  364.  
  365. #copyright{
  366.     color: #000000;
  367. }
  368.  
  369. .lang_he #maincontent {
  370.     direction: rtl;
  371. }
  372.  
  373. #maincontent h2 {
  374.     font-size: 150%;
  375.     font-family: Trebuchet MS, Verdana, sans-serif;
  376.     font-weight: bold;
  377.     margin: 0.25em 0 0.7em 0;
  378.     border-bottom: 1px solid;
  379.     padding-top: 10px;
  380.     padding-bottom: 4px;
  381. }
  382.  
  383. #maincontent h3 {
  384.     margin: 0.5em 0 1.1em 0;
  385.     font-size: 125%;
  386.     font-weight: bold;
  387.     font-style: italic;
  388.     font-family: Trebuchet MS, Verdana, sans-serif;
  389.     color: #27408B;
  390. }
  391.  
  392. #maincontent p {
  393.     margin-bottom: 1em;
  394. }
  395.  
  396. .cbi-section {
  397.     margin-bottom: 0.5em;
  398.     padding: 0.5em 1em;
  399.     border: 1px dotted #555555;
  400.     background-color: #ffffff;
  401.     color: #000000;
  402. }
  403.  
  404. .cbi-section legend {
  405.     font-size: 110%;
  406.     font-weight: bold;
  407.     height: 1em;
  408.     padding: 0 0.25em;
  409.     background-color: transparent;
  410.     color: #555555;
  411. }
  412.  
  413. .cbi-section h2 {
  414.     margin: 0em 0 0.5em -0.5em !important;
  415. }
  416.  
  417. .cbi-section h3 {
  418.     text-decoration: none !important;
  419.     font-weight: bold !important;
  420.     color: #555555 !important;
  421.     margin: 0.25em !important;
  422.     font-size: 100% !important;
  423. }
  424.  
  425. .cbi-section-descr {
  426.     margin-bottom: 0.5em;
  427.     font-size: 95%;
  428. }
  429.  
  430. .cbi-title-ref {
  431.     color: inherit;
  432.     text-decoration: none;
  433.     padding-right: 18px;
  434.     background: url('../resources/cbi/link.gif') no-repeat scroll right center;
  435.     background-color: inherit;
  436. }
  437.  
  438. ul.cbi-apply {
  439.     font-size: 90%;
  440. }
  441.  
  442. input:-webkit-input-placeholder {
  443.     color: #AAAAAA;
  444. }
  445.  
  446. input:-moz-placeholder {
  447.     color: #AAAAAA;
  448. }
  449.  
  450. input:-ms-input-placeholder {
  451.     color: #AAAAAA;
  452. }
  453.  
  454. input[type=submit],
  455. input[type=reset],
  456. input[type=image],
  457. input[type=button] {
  458.     cursor: pointer;
  459. }
  460.  
  461. select,
  462. input,
  463. textarea {
  464.     background: #eeeeee;
  465.     color: #000000;
  466.     border-width: 1px;
  467.     border-color: #000000;
  468. }
  469.  
  470. input[type=image] {
  471.     border: none;
  472. }
  473.  
  474. input:focus,
  475. input:hover,
  476. select:focus,
  477. select:hover {
  478.     background-color: #ffffff;
  479.     color: #000000;
  480. }
  481.  
  482. select,
  483. input[type=text],
  484. input[type=password] {
  485.     width: 20em;
  486. }
  487.  
  488. td select,
  489. td input[type=text],
  490. td input[type=password] {
  491.     width: 99%;
  492. }
  493.  
  494. img.cbi-image-button {
  495.     cursor: pointer;
  496.     margin: 0 2px;
  497.     vertical-align: middle;
  498. }
  499.  
  500. input.cbi-button {
  501.     background-color: #EEEEEE;
  502.     background-repeat: no-repeat;
  503.     background-position: 1px center;
  504.     border: 1px solid #CCCCCC;
  505.     border-radius: 3px;
  506. }
  507.  
  508. input.cbi-button:hover {
  509.     border-color: #4A6B7C;
  510.     background-color: #FFFFFF;
  511. }
  512.  
  513. input.cbi-button[disabled] {
  514.     color: #CCCCCC;
  515.     border-color: #CCCCCC;
  516.     background-color: #EEEEEE;
  517.     cursor: default;
  518. }
  519.  
  520. input.cbi-input-user {
  521.     background-image: url('../resources/cbi/user.gif');
  522.     background-repeat: no-repeat;
  523.     background-position: 1px center;
  524.     color: #000000;
  525.     text-indent: 17px;
  526. }
  527.  
  528. input.cbi-input-password {
  529.     background-image: url('../resources/cbi/key.gif');
  530.     background-repeat: no-repeat;
  531.     background-position: 1px center;
  532.     color: #000000;
  533.     text-indent: 17px;
  534. }
  535.  
  536. input.cbi-input-find,
  537. input.cbi-button-find {
  538.     background-image: url('../resources/cbi/find.gif');
  539.     color: #000000;
  540.     padding-left: 17px;
  541. }
  542.  
  543. input.cbi-input-reload {
  544.     background-image: url('../resources/cbi/reload.gif');
  545.     color: #000000;
  546.     padding-left: 17px;
  547. }
  548.  
  549. input.cbi-input-add,
  550. input.cbi-button-add {
  551.     background-image: url('../resources/cbi/add.gif');
  552.     color: #000000;
  553.     padding-left: 17px;
  554.     padding-right: 1px;
  555. }
  556.  
  557. input.cbi-input-fieldadd,
  558. input.cbi-button-fieldadd {
  559.     background-image: url(../resources/cbi/fieldadd.gif);
  560.     color: #000000;
  561.     padding-left: 17px;
  562.     padding-right: 1px;
  563. }
  564.  
  565. input.cbi-input-reset,
  566. input.cbi-button-reset {
  567.     background-image: url('../resources/cbi/reset.gif');
  568.     color: #000000;
  569.     padding-left: 17px;
  570.     padding-right: 1px;
  571. }
  572.  
  573. input.cbi-input-save,
  574. input.cbi-button-save {
  575.     background-image: url('../resources/cbi/save.gif');
  576.     color: #000000;
  577.     padding-left: 17px;
  578.     padding-right: 1px;
  579. }
  580.  
  581. input.cbi-input-apply,
  582. input.cbi-button-apply {
  583.     background-image: url('../resources/cbi/apply.gif');
  584.     color: #000000;
  585.     padding-left: 17px;
  586.     padding-right: 1px;
  587. }
  588.  
  589. input.cbi-input-link,
  590. input.cbi-button-link {
  591.     background-image: url('../resources/cbi/link.gif');
  592.     color: #000000;
  593.     padding-left: 17px;
  594.     padding-right: 1px;
  595. }
  596.  
  597. input.cbi-input-download,
  598. input.cbi-button-download {
  599.     background-image: url('../resources/cbi/download.gif');
  600.     color: #000000;
  601.     padding-left: 17px;
  602.     padding-right: 1px;
  603. }
  604.  
  605. input.cbi-input-remove,
  606. div.cbi-section-remove input {
  607.     background-image: url('../resources/cbi/remove.gif');
  608.     color: #000000;
  609.     padding-left: 17px;
  610.     padding-right: 1px;
  611. }
  612.  
  613. input.cbi-button-up {
  614.     background-image: url('../resources/cbi/up.gif');
  615.     padding-left: 11px;
  616.     padding-right: 1px;
  617. }
  618.  
  619. input.cbi-button-down {
  620.     background-image: url('../resources/cbi/down.gif');
  621.     padding-left: 11px;
  622.     padding-right: 1px;
  623. }
  624.  
  625. input.cbi-button-edit {
  626.     background-image: url('../resources/cbi/edit.gif');
  627.     color: #000000;
  628.     padding-left: 17px;
  629.     padding-right: 1px;
  630. }
  631.  
  632. input.cbi-button-reload {
  633.     background-image: url('../resources/cbi/reload.gif');
  634.     color: #000000;
  635.     padding-left: 17px;
  636.     padding-right: 1px;
  637. }
  638.  
  639. input.cbi-button-reset {
  640.     background-image: url('../resources/cbi/reset.gif');
  641.     color: #000000;
  642.     padding-left: 17px;
  643.     padding-right: 1px;
  644. }
  645.  
  646. input.cbi-button-remove {
  647.     background-image: url('../resources/cbi/remove.gif');
  648.     color: #000000;
  649.     padding-left: 17px;
  650.     padding-right: 1px;
  651. }
  652.  
  653. .cbi-input-invalid {
  654.     background-image: url('../resources/cbi/reset.gif');
  655.     background-repeat: no-repeat;
  656.     background-position: right;
  657.     color: #FF0000 !important;
  658.     border-color: #FF0000;
  659. }
  660.  
  661. div.cbi-section-remove input {
  662.     border-bottom: none;
  663. }
  664.  
  665. textarea {
  666.     margin-left: -1px;
  667.     margin-bottom: 0.5em;
  668. }
  669.  
  670. form > div > input[type=submit],
  671. form > div > input[type=reset] {
  672.     float: right;
  673.     margin-left: 0.5em;
  674. }
  675.  
  676. table td,
  677. table th {
  678.     color: #000000;
  679. }
  680.  
  681. table.smalltext {
  682.     background: #f5f5f5;
  683.     color: #000000;
  684.     border-top: 1px solid #666666;
  685.     border-right: 1px solid #666666;
  686.     border-bottom: 1px solid #666666;
  687.     font-size: 90%;
  688.     width: 80%;
  689.     margin-left: auto;
  690.     margin-right: auto;
  691.     border-collapse: collapse;
  692. }
  693.  
  694. table.smalltext tr:hover td {
  695.     background-color: #bbddee;
  696.     color: #000000;
  697. }
  698.  
  699. table.smalltext tr th {
  700.     padding: 0 0.25em;
  701.     border-left: 1px solid #666666;
  702.     text-align: left;
  703. }
  704.  
  705. table.smalltext tr td {
  706.     padding: 0 0.25em;
  707.     border-top: 1px solid #666666;
  708.     border-left: 1px solid #666666;
  709. }
  710.  
  711. table.cbi-section-table .cbi-rowstyle-1 {
  712.     background-color: #eeeeff;
  713.     color: #000000;
  714. }
  715.  
  716. table.cbi-section-table .cbi-rowstyle-1:hover,
  717. table.cbi-section-table .cbi-rowstyle-2:hover {
  718.     background-color: #b2c8d4;
  719.     color: #000000;
  720. }
  721.  
  722. table.cbi-section-table .cbi-section-table-cell {
  723.     padding: 3px;
  724.     white-space: nowrap;
  725. }
  726.  
  727. .cbi-section .cbi-rowstyle-1 h3 {
  728.     background-color: #eeeeff;
  729.     color: #555555;
  730. }
  731.  
  732. .cbi-rowstyle-2 {
  733.     color: #000000;
  734. }
  735.  
  736. div.cbi-value {
  737.     clear: left;
  738.     vertical-align: middle;
  739.     padding: 0.25em 0.6em;
  740.     border-bottom: 1px dotted #bbbbbb;
  741. }
  742.  
  743. div.cbi-value:hover {
  744.     background: #f8f8f8;
  745.     color: #000000;
  746. }
  747.  
  748. .cbi-value-title {
  749.     float: left;
  750.     width: 40%;
  751.     line-height: 1.8em;
  752. }
  753.  
  754. div.cbi-value-field {
  755.     width: 58%;
  756.     margin-left: 40%;
  757.     padding: 0.25em 0;
  758. }
  759.  
  760. div.cbi-value-description {
  761.     font-size: 90%;
  762.     display: inline;
  763. }
  764.  
  765. div.cbi-section-create {
  766.     clear: left;
  767.     white-space: nowrap;
  768.     vertical-align: top;
  769. }
  770.  
  771. div.cbi-section-create .cbi-button {
  772.     margin: 0.25em;
  773. }
  774.  
  775. input.cbi-section-create-name {
  776.     margin-right: -0.25em;
  777. }
  778.  
  779. div.cbi-map-descr {
  780.     margin-bottom: 1em;
  781. }
  782.  
  783. div.cbi-optionals {
  784.     padding: 0.25em;
  785.     border-bottom: 1px dotted #bbbbbb;
  786. }
  787.  
  788. div.cbi-section-remove {
  789.     float: right;
  790. }
  791.  
  792. .cbi-section-node {
  793.     clear: both;
  794.     border: 1px solid #BBBBBB;
  795.     border-radius: 3px;
  796.     padding-bottom: 0;
  797.     position: relative;
  798. }
  799.  
  800. .cbi-section-node-tabbed {
  801.     border-top-left-radius: 0;
  802. }
  803.  
  804. .cbi-section-node .cbi-value-last {
  805.     border-bottom: none;
  806. }
  807.  
  808. .cbi-section-node table div {
  809.     padding-bottom: 0;
  810.     border-bottom: none;
  811. }
  812.  
  813. .cbi-section-node div.cbi-section-table-row {
  814.     margin: 0.25em;
  815. }
  816.  
  817. table.cbi-section-table {
  818.     width: 100%;
  819.     font-size: 95%;
  820. }
  821.  
  822. table.cbi-section-table th,
  823. table.cbi-section-table td {
  824.     text-align: center;
  825. }
  826.  
  827. tr.cbi-section-table-descr th {
  828.     font-weight: normal;
  829.     font-size: 90%;
  830.     vertical-align: top;
  831. }
  832.  
  833. td.cbi-section-table-optionals {
  834.     text-align: left !important;
  835.     padding-top: 1em;
  836. }
  837.  
  838. .cbi-value-helpicon img {
  839.     vertical-align: bottom;
  840. }
  841.  
  842. div.cbi-error {
  843.     font-size: 95%;
  844.     font-weight: bold;
  845.     color: #ff0000;
  846.     background-color: #ffffff;
  847. }
  848.  
  849. td.cbi-value-error {
  850.     border-color: red;
  851. }
  852.  
  853. .cbi-value-error input,
  854. .cbi-value-error select {
  855.     color: red;
  856.     background-color: #ffcccc;
  857. }
  858.  
  859. .cbi-section-error {
  860.     color: red;
  861.     background-color: white;
  862.     font-size: 95%;
  863.     border: 1px dotted red;
  864.     margin: 3px;
  865.     padding: 3px;
  866. }
  867.  
  868. .cbi-value-field var {
  869.     color: #2222FF;
  870. }
  871.  
  872. ul.cbi-tabmenu {
  873.     padding: 3px 0;
  874.     margin-left: 0 !important;
  875.     list-style-type: none;
  876.     position: relative;
  877.     z-index: 10;
  878.     top: 4px;
  879.     line-height: 20px;
  880. }
  881.  
  882. ul.cbi-tabmenu li.cbi-tab,
  883. ul.cbi-tabmenu li.cbi-tab-disabled {
  884.     display: inline;
  885.     margin: 0;
  886. }
  887.  
  888. ul.cbi-tabmenu li.cbi-tab a,
  889. ul.cbi-tabmenu li.cbi-tab-disabled a {
  890.     text-decoration: none;
  891.     padding: 3px 7px;
  892.     margin-right: 3px;
  893.     border: 1px solid #BBBBBB;
  894.     border-bottom: none;
  895.     border-radius: 3px 3px 0 0;
  896.     background-color: #EEEEEE;
  897.     color: #BBBBBB;
  898. }
  899.  
  900. ul.cbi-tabmenu li.cbi-tab-highlighted a {
  901.     color: #000000;
  902.     background-color: #FFEEAA;
  903. }
  904.  
  905. ul.cbi-tabmenu li a:hover {
  906.     color: #000000;
  907. }
  908.  
  909. ul.cbi-tabmenu li.cbi-tab a {
  910.     padding-top: 4px;
  911.     color: #000000;
  912.     background-color: #FFFFFF;
  913. }
  914.  
  915. div.cbi-tab-descr {
  916.     background-image: url(/luci-static/resources/cbi/help.gif);
  917.     background-position: 0.25em 50%;
  918.     background-repeat: no-repeat;
  919.     border-bottom: 1px solid #CCCCCC;
  920.     margin: 0.25em 0.25em 2em;
  921.     padding: 0.5em 0.5em 0.5em 2em;
  922. }
  923.  
  924. .left {
  925.     text-align: left !important;
  926. }
  927.  
  928. .right {
  929.     text-align: right !important;
  930. }
  931.  
  932. .luci {
  933.     position: absolute;
  934.     bottom: 0;
  935.     left: 1em;
  936.     height: 1.5em;
  937.     font-size: 80%;
  938. }
  939.  
  940. .luci a:link,
  941. .luci a:visited {
  942.     background-color: transparent;
  943.     color: #666666;
  944.     text-decoration: none;
  945.     font-size: 70%;
  946. }
  947.  
  948. .inline {
  949.     display: inline;
  950. }
  951.  
  952. .error500 {
  953.     white-space: normal;
  954.     border: 1px dotted #ff0000;
  955.     background-color: #ffffff;
  956.     color: #000000;
  957.     padding: 0.5em;
  958. }
  959.  
  960. .errorbox {
  961.     border: 1px solid #FF0000;
  962.     background-color: #FFCCCC;
  963.     padding: 5px;
  964.     margin-bottom: 5px;
  965. }
  966.  
  967. .errorbox a {
  968.     color: #000000 !important;
  969. }
  970.  
  971.  
  972. .ifacebox {
  973.     background-color: #FFFFFF;
  974.     border: 1px solid #CCCCCC;
  975.     margin: 0 10px;
  976.     text-align: center;
  977.     white-space: nowrap;
  978. }
  979.  
  980. .ifacebox .ifacebox-head {
  981.     border-bottom: 1px solid #CCCCCC;
  982.     padding: 2px;
  983. }
  984.  
  985. .ifacebox .ifacebox-body {
  986.     padding: 2px;
  987. }
  988.  
  989.  
  990. .ifacebadge {
  991.     background-color: #FFFFFF;
  992.     border: 1px solid #CCCCCC;
  993.     padding: 2px;
  994.     margin-left: 2px;
  995.     display: inline-block;
  996. }
  997.  
  998. .ifacebadge-active {
  999.     border-color: #000000;
  1000.     font-weight: bold;
  1001. }
  1002.  
  1003.  
  1004. .zonebadge {
  1005.     padding: 2px;
  1006.     display: inline-block;
  1007.     white-space: nowrap;
  1008.     cursor: pointer;
  1009. }
  1010.  
  1011. .zonebadge em,
  1012. .zonebadge strong {
  1013.     margin: 3px;
  1014.     display: inline-block;
  1015. }
  1016.  
  1017. .zonebadge input {
  1018.     width: 6em;
  1019.     height: 1.5em;
  1020. }
  1021.  
  1022. .zonebadge-empty {
  1023.     border: 1px dashed #AAAAAA;
  1024.     color: #AAAAAA;
  1025.     font-style: italic;
  1026.     font-size: smaller;
  1027. }
  1028.  
  1029.  
  1030. .uci-change-list {
  1031.     font-family: monospace;
  1032. }
  1033.  
  1034. .uci-change-list ins,
  1035. .uci-change-legend-label ins {
  1036.     text-decoration: none;
  1037.     border: 1px solid #00FF00;
  1038.     background-color: #CCFFCC;
  1039.     display: block;
  1040.     padding: 2px;
  1041. }
  1042.  
  1043. .uci-change-list del,
  1044. .uci-change-legend-label del {
  1045.     text-decoration: none;
  1046.     border: 1px solid #FF0000;
  1047.     background-color: #FFCCCC;
  1048.     display: block;
  1049.     font-style: normal;
  1050.     padding: 2px;
  1051. }
  1052.  
  1053. .uci-change-list var,
  1054. .uci-change-legend-label var {
  1055.     text-decoration: none;
  1056.     border: 1px solid #CCCCCC;
  1057.     background-color: #EEEEEE;
  1058.     display: block;
  1059.     font-style: normal;
  1060.     padding: 2px;
  1061. }
  1062.  
  1063. .uci-change-list var ins,
  1064. .uci-change-list var del {
  1065.     /*display: inline;*/
  1066.     border: none;
  1067.     white-space: pre;
  1068.     font-style: normal;
  1069.     padding: 0px;
  1070. }
  1071.  
  1072. .uci-change-legend {
  1073.     padding: 5px;
  1074. }
  1075.  
  1076. .uci-change-legend-label {
  1077.     width: 150px;
  1078.     float: left;
  1079.     font-size: 80%;
  1080. }
  1081.  
  1082. .uci-change-legend-label>ins,
  1083. .uci-change-legend-label>del,
  1084. .uci-change-legend-label>var {
  1085.     float: left;
  1086.     margin-right: 4px;
  1087.     width: 10px;
  1088.     height: 10px;
  1089.     display: block;
  1090. }
  1091.  
  1092. .uci-change-legend-label var ins,
  1093. .uci-change-legend-label var del {
  1094.     line-height: 6px;
  1095.     border: none;
  1096. }
  1097.  
  1098.  
  1099. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement