cascade.css 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034
  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: 2px;
  779. margin-left: 2px;
  780. display: inline-block;
  781. }
  782. .ifacebadge-active {
  783. border-color: #000000;
  784. font-weight: bold;
  785. }
  786. .zonebadge {
  787. padding: 2px;
  788. display: inline-block;
  789. white-space: nowrap;
  790. cursor: pointer;
  791. }
  792. .zonebadge em,
  793. .zonebadge strong {
  794. margin: 3px;
  795. display: inline-block;
  796. }
  797. .zonebadge input {
  798. width: 6em;
  799. height: 1.5em;
  800. }
  801. .zonebadge-empty {
  802. border: 1px dashed #AAAAAA;
  803. color: #AAAAAA;
  804. font-style: italic;
  805. font-size: smaller;
  806. }
  807. .uci-change-list {
  808. font-family: monospace;
  809. }
  810. .uci-change-list ins,
  811. .uci-change-legend-label ins {
  812. text-decoration: none;
  813. border: 1px solid #00FF00;
  814. background-color: #CCFFCC;
  815. display: block;
  816. padding: 2px;
  817. }
  818. .uci-change-list del,
  819. .uci-change-legend-label del {
  820. text-decoration: none;
  821. border: 1px solid #FF0000;
  822. background-color: #FFCCCC;
  823. display: block;
  824. font-style: normal;
  825. padding: 2px;
  826. }
  827. .uci-change-list var,
  828. .uci-change-legend-label var {
  829. text-decoration: none;
  830. border: 1px solid #CCCCCC;
  831. background-color: #EEEEEE;
  832. display: block;
  833. font-style: normal;
  834. padding: 2px;
  835. }
  836. .uci-change-list var ins,
  837. .uci-change-list var del {
  838. /*display: inline;*/
  839. border: none;
  840. white-space: pre;
  841. font-style: normal;
  842. padding: 0px;
  843. }
  844. .uci-change-legend {
  845. padding: 5px;
  846. }
  847. .uci-change-legend-label {
  848. width: 150px;
  849. float: left;
  850. font-size: 80%;
  851. }
  852. .uci-change-legend-label>ins,
  853. .uci-change-legend-label>del,
  854. .uci-change-legend-label>var {
  855. float: left;
  856. margin-right: 4px;
  857. width: 10px;
  858. height: 10px;
  859. display: block;
  860. }
  861. .uci-change-legend-label var ins,
  862. .uci-change-legend-label var del {
  863. line-height: 6px;
  864. border: none;
  865. }
  866. }