cascade.css 16 KB

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