theme.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859
  1. :root {
  2. --MenuEntryWidth: 100px;
  3. --HiColor: #78b1e2;
  4. }
  5. * {
  6. box-sizing: border-box;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. html {
  11. scroll-behavior: smooth;
  12. height: 100%
  13. }
  14. body {
  15. background-color: white;
  16. color: black;
  17. font-family: Arial, Helvetica, Sans-Serif, sans;
  18. font-size: 12pt;
  19. margin: 0;
  20. padding: 0;
  21. height: 100%
  22. }
  23. h1,h2,h3,h4,h5,h6 {
  24. text-align: center;
  25. }
  26. a {
  27. text-decoration: none;
  28. color: blue;
  29. }
  30. a:hover {
  31. text-decoration: underline;
  32. }
  33. ul {
  34. list-style-type: disc;
  35. padding-left: 0;
  36. margin-left: 14pt;
  37. }
  38. p {
  39. margin-bottom: 10px;
  40. }
  41. .bigtabfoot {
  42. height: 32px;
  43. background-color: red;
  44. }
  45. .bigtab {
  46. background-color: white;
  47. font-size: 10pt;
  48. margin-left: auto;
  49. margin-right: auto;
  50. /*max-width: 100%;*/
  51. margin-top: 32px;
  52. }
  53. .bigtab thead {
  54. padding: 3px;
  55. /* position: sticky;
  56. top: 32px;*/
  57. color: white;
  58. height: 30px;
  59. }
  60. .bigtab th {
  61. background-color: #916f6f;
  62. border-radius: 5px;
  63. }
  64. .bigtab .insthead {
  65. padding: 3px;
  66. color: white;
  67. height: 30px;
  68. background-color: #6f8a91;
  69. border-radius: 5px;
  70. text-align: center;
  71. vertical-align: middle;
  72. color: white;
  73. font-size: 12pt;
  74. font-weight: bold;
  75. }
  76. .bigtab .insthead a {
  77. color: #1c2224;
  78. /*text-decoration: underline;*/
  79. }
  80. .bigtab img {
  81. max-width: 100%;
  82. display: block;
  83. margin-left: auto;
  84. margin-right: auto;
  85. }
  86. /*720x1280*/
  87. .bigtab td {
  88. padding: 3px;
  89. text-align: left;
  90. vertical-align: top;
  91. word-break: break-word;
  92. width: 360px;
  93. min-width: 360px;
  94. background-color: lightgrey;
  95. border-radius: 5px;
  96. }
  97. .bigtab .btbut {
  98. font-size: 10pt;
  99. }
  100. .bigtab .tdattr {
  101. width: 110px;
  102. min-width: 110px;
  103. }
  104. .baloo {
  105. width: 100%;
  106. margin-bottom: 3px;
  107. padding-bottom: 3px;
  108. border-bottom: 1px solid grey;
  109. }
  110. .good, .bad, .neut {
  111. padding: 1px;
  112. margin-bottom: 3px;
  113. border-radius: 3px;
  114. }
  115. .good {
  116. background-color: #87DE87;
  117. }
  118. .bad {
  119. background-color: #DE8787;
  120. }
  121. .neut {
  122. background-color: #FFCCAA;
  123. }
  124. .field, .ourfield {
  125. padding: 1px;
  126. border-radius: 3px;
  127. background-color: #FFEEAA;
  128. color: black;
  129. }
  130. #notifs-list {
  131. margin-top: 32px;
  132. margin-left: 360px;
  133. margin-right: 360px;
  134. }
  135. #notifs-list div {
  136. padding: 3px;
  137. margin: 10px;
  138. min-width: 360px;
  139. vertical-align: top;
  140. word-break: break-word;
  141. background-color: #87DE87;
  142. border-radius: 5px;
  143. }
  144. #notifs-list div.sev-warning {
  145. background-color: #FFEEAA;
  146. }
  147. #notifs-list div.sev-error {
  148. background-color: #DE8787;
  149. }
  150. #notifs-list div.seen {
  151. background-color: lightgrey;
  152. }
  153. .ourfield {
  154. background-color: #FFB380;
  155. }
  156. .percstatuses, .perclogins, .percregs {
  157. height: 12px;
  158. line-height: 12px;
  159. vertical-align: middle;
  160. font-size: 8pt;
  161. word-break: keep-all;
  162. overflow-x: visible;
  163. }
  164. .percstatuses {
  165. background-color: #FF8080;
  166. }
  167. .perclogins {
  168. background-color: #99FF55;
  169. }
  170. .percregs {
  171. background-color: #80B3FF;
  172. }
  173. .colsectheader, .colsectcont, .colsectcontb {
  174. width: 100%;
  175. font-size: 8pt;
  176. text-align: center;
  177. }
  178. .colsectheader {
  179. margin-top: 10px;
  180. font-weight: bold;
  181. background-color: #C8B7B7;
  182. border-radius: 3px;
  183. padding: 1px;
  184. }
  185. .colsectcont ol {
  186. text-align: left;
  187. padding-left: 0;
  188. margin-left: 12px;
  189. }
  190. .colsectcontb {
  191. margin-top: 2px;
  192. font-weight: bold;
  193. background-color: #BBBBBB;
  194. border-radius: 3px;
  195. padding: 1px;
  196. }
  197. .percbg, .percfg {
  198. margin-top: 2px;
  199. width: 100%;
  200. height: 14px;
  201. background-color: #C83737;
  202. border-radius: 3px;
  203. }
  204. .percfg {
  205. background-color: #44AA00;
  206. }
  207. #fullscreen {
  208. width: 100%;
  209. height: 100%;
  210. display: table;
  211. }
  212. #middlerow {
  213. display: table-cell;
  214. vertical-align: middle;
  215. text-align: center;
  216. }
  217. #centertit, #centerbox {
  218. font-size: 12pt;
  219. margin-right: auto;
  220. margin-left: auto;
  221. width: 320px;
  222. padding: 5px;
  223. }
  224. #centertit {
  225. font-size: 13pt;
  226. padding: 8px;
  227. background-color: #916f6f;
  228. color: white;
  229. text-shadow: 1px 1px 2px black;
  230. font-weight: bold;
  231. text-align: center;
  232. border-radius: 9px 9px 0 0;
  233. }
  234. #centerbox {
  235. background-color: lightgrey;
  236. border-radius: 0 0 9px 9px;
  237. }
  238. #logintable {
  239. width: 100%;
  240. }
  241. #logintable td {
  242. text-align: right;
  243. width: 1%;
  244. }
  245. #logintable .rtd {
  246. text-align: left;
  247. width: 99%;
  248. }
  249. #logintable .tiptd {
  250. font-size: 10pt;
  251. text-align: center;
  252. width: 100%;
  253. padding-top:10px;
  254. padding-bottom: 10px;
  255. }
  256. input {
  257. width: 100%;
  258. font-size: 11pt;
  259. padding-top: 2px;
  260. padding-bottom: 2px;
  261. }
  262. .button {
  263. font-size: 11pt;
  264. height: 36px;
  265. }
  266. #popup {
  267. z-index: 2;
  268. display: none;
  269. top: 0px;
  270. position: fixed;
  271. width: 100%;
  272. height: 100%;
  273. background-color: rgba(0,0,0,0.75);
  274. color: white;
  275. padding: 0;
  276. font-size: 9pt;
  277. }
  278. #inpopup {
  279. display: table-cell;
  280. vertical-align: middle;
  281. text-align: center;
  282. }
  283. #inpopup .waitbub {
  284. background-color: black;
  285. color: var(--HiColor);
  286. padding: 16px;
  287. border-radius: 20px;
  288. width: 160px;
  289. margin-left: auto;
  290. margin-right: auto;
  291. }
  292. #inpopup .loadsavepresbub {
  293. background-color: black;
  294. color: var(--HiColor);
  295. padding: 16px;
  296. border-radius: 20px;
  297. width: 320px;
  298. margin-left: auto;
  299. margin-right: auto;
  300. }
  301. #inpopup .loadsavepresbub input {
  302. font-size: 8pt;
  303. height: 24px;
  304. }
  305. #inpopup .loadsavepresbub #ckmsg p {
  306. color: red;
  307. margin: 0;
  308. padding: 0;
  309. margin-top: 16px;
  310. }
  311. #popupcont {
  312. position: relative;
  313. margin-left: auto;
  314. margin-right: auto;
  315. border: 1px solid gray;
  316. width: 260px;
  317. background-color: white;
  318. border-radius: 9px;
  319. color: black;
  320. padding: 5px;
  321. text-align: left;
  322. }
  323. #popupcont input {
  324. width: 100%;
  325. height: 24px;
  326. font-size: 9pt;
  327. }
  328. #popupcont p {
  329. font-size: 10pt;
  330. margin-top: 3px;
  331. margin-bottom: 5px;
  332. padding: 0;
  333. }
  334. #footer {
  335. color: white;
  336. position: fixed;
  337. height: 32px;
  338. width: 100%;
  339. bottom: 0;
  340. left: 0;
  341. background-color: rgba(0,0,0,0.85);
  342. line-height: 32px;
  343. vertical-align: middle;
  344. }
  345. .nully {
  346. font-style: italic;
  347. color: #666666;
  348. }
  349. #hmenu {
  350. font-size: 10pt;
  351. background-color: rgba(0,0,0,0.85);
  352. color: white;
  353. position: fixed;
  354. top: 0;
  355. left: 0;
  356. width: 100%;
  357. height: 32px;
  358. margin: 0;
  359. padding: 0;
  360. /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);*/
  361. /*padding-left: 32px;*/
  362. z-index: 1;
  363. /*display: none;*/
  364. }
  365. #hmenu ul {
  366. list-style-type: none;
  367. margin: 0;
  368. padding: 0;
  369. overflow: visible;
  370. }
  371. #hmenu ul li {
  372. width: var(--MenuEntryWidth);
  373. height: 32px;
  374. text-align: center;
  375. display: table-cell;
  376. vertical-align: middle;
  377. color: var(--HiColor);
  378. }
  379. #hmenu ul li:hover {
  380. background-color: rgba(255,255,255,0.10);
  381. cursor: default;
  382. }
  383. #hmenu ul li a {
  384. width: var(--MenuEntryWidth);
  385. line-height: 32px;
  386. display: block;
  387. color: var(--HiColor);
  388. }
  389. #hmenu .shref {
  390. color: black;
  391. }
  392. #hmenu .shref:hover {
  393. color: var(--HiColor);
  394. text-decoration: underline;
  395. }
  396. #hmenu .ula {
  397. position: absolute;
  398. top: 32px;
  399. background-color: rgba(0,0,0,0.85);
  400. display: none;
  401. }
  402. #hmenu .ulb {
  403. background-color: rgba(0,0,0,0.85);
  404. left: var(--MenuEntryWidth);
  405. position: relative;
  406. top: -32px;
  407. display: none;
  408. }
  409. #hmenu .ula li, #hmenu .ulb li {
  410. width: var(--MenuEntryWidth);
  411. height: 32px;
  412. display: block;
  413. float: none;
  414. text-align: center;
  415. line-height: 32px;
  416. vertical-align: middle;
  417. }
  418. #hmenu .ula li:hover, #hmenu .ulb li:hover {
  419. text-decoration: underline;
  420. }
  421. #hmenu .hil {
  422. background-color: var(--HiColor);
  423. color: black;
  424. }
  425. #hmenu .hil:hover {
  426. cursor: default;
  427. text-decoration: none;
  428. color: var(--HiColor);
  429. }
  430. #hmenu .ula li.hil:hover, #hmenu .ulb li.hil:hover {
  431. text-decoration: none;
  432. }
  433. #rightdiv {
  434. position: absolute;
  435. top: 0;
  436. right: 0;
  437. color: var(--HiColor);
  438. height: 32px;
  439. line-height: 32px;
  440. vertical-align: middle;
  441. }
  442. .rlinks {
  443. float: left;
  444. padding-left: 5px;
  445. padding-right: 5px;
  446. text-align: center;
  447. }
  448. .rlinks a {
  449. color: var(--HiColor);
  450. }
  451. .rlinks:hover {
  452. cursor: pointer;
  453. background-color: rgba(255,255,255,0.10);
  454. }
  455. .mtit {
  456. position: fixed;
  457. top: 0;
  458. left: 50%;
  459. transform: translateX(-50%);
  460. line-height: 32px;
  461. font-size: 14pt;
  462. font-weight: bold;
  463. color: var(--HiColor);
  464. }
  465. #plancia {
  466. position: fixed;
  467. left: 50%;
  468. transform: translateX(-50%);
  469. top: 32px;
  470. max-width: 100%;
  471. background-color: rgba(0,0,0,0.85);
  472. padding: 1px;
  473. border-radius: 0 0 7px 7px;
  474. font-size: 9pt;
  475. color: var(--HiColor);
  476. display: none;
  477. }
  478. #plancia .planciatab {
  479. margin-right: auto;
  480. margin-left: auto;
  481. width: 100%;
  482. }
  483. #plancia select, #plancia input, #plancia button {
  484. margin: 0;
  485. height: 24px;
  486. font-size: 8pt;
  487. }
  488. #plancia input {
  489. width: 120px;
  490. }
  491. /* questi li definisco e li applico solo per avere qualcosa su cui fare "querySelectorAll" */
  492. #plancia .openpar, #plancia .fieldsel, #plancia .condsel, #plancia .valuesel, #plancia .valueinp, #plancia .andor, #plancia .closepar, #plancia .ordfieldsel, #plancia .ascdesc, #plancia .presets { min-width: 100%; }
  493. #plancia .valuesel:disabled, #plancia .valueinp:disabled {
  494. opacity: 0.5;
  495. }
  496. #plancia .presets {
  497. max-width: 400px;
  498. }
  499. #plancia .minus, #plancia .plus, #plancia .lilbut {
  500. width: 22px;
  501. height: 22px;
  502. }
  503. #plancia .minus:hover, #plancia .plus:hover, #plancia .lilbut:hover {
  504. cursor: pointer;
  505. }
  506. #plancia .ctrlbut {
  507. font-weight: bold;
  508. width: 100%;
  509. min-width: 320px;
  510. }
  511. .edtab {
  512. background-color: white;
  513. font-size: 10pt;
  514. margin-left: auto;
  515. margin-right: auto;
  516. width: 400px;
  517. margin-top: 32px;
  518. }
  519. .edtab .insthead {
  520. padding: 3px;
  521. color: white;
  522. height: 30px;
  523. background-color: #916f6f;
  524. border-radius: 5px;
  525. text-align: center;
  526. vertical-align: middle;
  527. color: white;
  528. font-size: 12pt;
  529. font-weight: bold;
  530. }
  531. .edtab input {
  532. width: auto;
  533. font-size: 10pt;
  534. padding: 0;
  535. }
  536. .edtab .button {
  537. width: 100%;
  538. height: 50px;
  539. font-size: 10pt;
  540. }
  541. .edtab img {
  542. max-width: 100%;
  543. display: block;
  544. margin-left: auto;
  545. margin-right: auto;
  546. }
  547. /*720x1280*/
  548. .edtab td {
  549. padding: 6px;
  550. line-height: 14pt;
  551. text-align: left;
  552. vertical-align: top;
  553. /* word-break: break-word;*/
  554. background-color: lightgrey;
  555. border-radius: 5px;
  556. }
  557. .edtab .left {
  558. width: 1%;
  559. text-align: right;
  560. }
  561. .edtab .right {
  562. width: 99%;
  563. }
  564. .edtab .tarea, .edtab .mselect, .mailmsg {
  565. display: block;
  566. width: 100%;
  567. resize: none;
  568. padding: 3px;
  569. border-radius: 3px;
  570. border: 1px solid darkgrey;
  571. font-size: 9pt;
  572. }
  573. .edtab .search {
  574. width: 100%;
  575. padding: 3px;
  576. border-radius: 3px;
  577. border: 1px solid darkgrey;
  578. margin-bottom: 1px;
  579. font-size: 9pt;
  580. }
  581. .edtab label {
  582. font-weight: bold;
  583. }
  584. .edtab .ruler {
  585. width: 100%;
  586. height: 12px;
  587. }
  588. .edtab .tit {
  589. background-color: #6f916f;
  590. color: white;
  591. text-align: center;
  592. border-radius: 3px;
  593. margin-bottom: 6px;
  594. height: 24px;
  595. line-height: 24px;
  596. }
  597. .edtab .desc {
  598. margin-bottom: 6px;
  599. }
  600. .edtab .butdiv {
  601. width: 22px;
  602. margin-bottom: 1px;
  603. margin-left: 1px;
  604. }
  605. .edtab .move {
  606. line-height: 22px;
  607. font-size: 8pt;
  608. }
  609. .cbtab {
  610. border-spacing: 0;
  611. }
  612. .cbtab td {
  613. border-radius: 0;
  614. padding: 0;
  615. }
  616. .picktab {
  617. border-spacing: 0;
  618. width: 100%;
  619. }
  620. .picktab td {
  621. border-radius: 0;
  622. padding: 0;
  623. vertical-align: middle;
  624. text-align: center;
  625. }
  626. .imgbut:hover {
  627. cursor: pointer;
  628. }
  629. .hiframe {
  630. background-color: lightgrey;
  631. border-radius: 6px;
  632. border: 1px solid darkgrey;
  633. width: 400px;
  634. height: 200px;
  635. }
  636. .hifbody {
  637. font-size:10pt;
  638. background-color: lightgrey;
  639. }
  640. .hifbody p {
  641. margin: 5px;
  642. font-size: 10pt;
  643. }
  644. .hiftit {
  645. background-color: #6f916f;
  646. color: white;
  647. font-size: 11pt;
  648. font-weight: bold;
  649. border-radius: 6px;
  650. width: 400px;
  651. height: 24px;
  652. line-height: 24px;
  653. vertical-align: middle;
  654. margin-left: auto;
  655. margin-right: auto;
  656. margin-bottom: 6px;
  657. }
  658. .hifinp {
  659. width: 320px;
  660. font-size: 9pt;
  661. margin-bottom: 1px;
  662. }
  663. .hiflab, .hiftab, .hifdiv, #errmsg {
  664. width: 320px;
  665. margin-left: auto;
  666. margin-right: auto;
  667. }
  668. .hiflab {
  669. font-weight: bold;
  670. background-color: #6f916f;
  671. color: white;
  672. border-radius: 3px;
  673. margin-bottom: 1px;
  674. padding: 2px;
  675. }
  676. .hiftab {
  677. border-spacing: 1px;
  678. }
  679. .hifdiv {
  680. text-align: left;
  681. padding: 1px;
  682. padding-top: 0;
  683. }
  684. .hifbut {
  685. width: 100%;
  686. height: 32px;
  687. font-size: 9pt;
  688. }
  689. .hiferr {
  690. color: red;
  691. }
  692. .hifloc, .hiflocno {
  693. text-align: left;
  694. background-color: #ccffaa;
  695. border-radius: 3px;
  696. padding: 5px;
  697. margin-bottom: 5px;
  698. margin-left: 5px;
  699. margin-right: 5px;
  700. }
  701. .hifloc:hover {
  702. cursor: pointer;
  703. background-color: #b3ff80;
  704. }
  705. .hiflocno {
  706. background-color: #ffaaaa;
  707. }
  708. .hiful {
  709. margin: 0;
  710. margin-left: 5px;
  711. padding: 0;
  712. padding-left: 10px;
  713. }
  714. #wait {
  715. position: fixed;
  716. top: 0;
  717. left: 0;
  718. width: 100%;
  719. height: 100%;
  720. text-align: center;
  721. line-height: 200px;
  722. background-color: rgba(0,0,0,0.90);
  723. color: white;
  724. display: none;
  725. z-index: 1;
  726. }
  727. #errmsg {
  728. background-color: red;
  729. color: yellow;
  730. border-radius: 3px;
  731. }
  732. #pageselect {
  733. position: absolute;
  734. left: 50%;
  735. transform: translateX(-50%);
  736. margin-top: 5px;
  737. text-align: center;
  738. }
  739. #notifc {
  740. position: fixed;
  741. top: 32px;
  742. right: 0;
  743. width: 200px;
  744. height: 80%;
  745. font-size: 9pt;
  746. color: white;
  747. background-color: rgba(0,0,0,0);
  748. border-left: 3px solid rgba(0,0,0,0.85);
  749. border-bottom: 3px solid rgba(0,0,0,0.85);
  750. border-radius: 0 0 0 3px;
  751. display: none;
  752. }
  753. #notifc a {
  754. color: #ffeeaa;
  755. }
  756. #notifs {
  757. height: calc(100% - 30px);
  758. overflow-y: auto;
  759. }
  760. #notifa {
  761. height: 30px;
  762. line-height: 30px;
  763. background-color: rgba(0,0,0,0.85);
  764. text-align: center;
  765. }
  766. .notifseen, .notifunseen {
  767. border-bottom: 1px solid white;
  768. background-color: rgba(0,0,0,0.85);
  769. padding: 2px;
  770. cursor: pointer;
  771. }
  772. .notifunseen {
  773. background-color: rgba(85,0,0,0.85);
  774. }
  775. #debug {
  776. position: fixed;
  777. left: 0;
  778. top: 32px;
  779. width: 320px;
  780. height: 240px;
  781. font-size: 8pt;
  782. overflow: auto;
  783. /*display: none;*/
  784. }
  785. #debugh {
  786. font-size: 8pt;
  787. /*display: none;*/
  788. }
  789. .mailheader {
  790. font-size: 11pt;
  791. /*height: 24px;*/
  792. line-height: 24px;
  793. vertical-align: middle;
  794. width: 100%;
  795. }
  796. .mailsubj {
  797. font-size: 10pt;
  798. width: 280px;
  799. }
  800. .mailmsg {
  801. margin-top: 6px;
  802. font-size: 10.5pt;
  803. }
  804. .mailbut {
  805. font-size: 10pt;
  806. width: 100%;
  807. height: 32px;
  808. margin-top: 3px;
  809. }
  810. .message {
  811. width: 720px;
  812. margin-left: auto;
  813. margin-right: auto;
  814. padding: 10px;
  815. text-align: left;
  816. font-size: 14pt;
  817. line-height: 18pt;
  818. background-color: #ffe6d5;
  819. color: black;
  820. border-radius: 6px;
  821. }
  822. .message p, ul {
  823. margin-bottom: 10px;
  824. }
  825. @media only screen and (max-width:720px) {
  826. .bigtab td {
  827. width: 244px;
  828. min-width: 244px;
  829. }
  830. .message {
  831. width: 340px;
  832. }
  833. }