cascade.css 18 KB

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