theme.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. * {
  2. box-sizing: border-box;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. html {
  7. scroll-behavior: smooth;
  8. height: 100%
  9. }
  10. body {
  11. background-color: white;
  12. color: black;
  13. font-family: Arial, Helvetica, Sans-Serif, sans;
  14. font-size: 12pt;
  15. margin: 0;
  16. padding: 0;
  17. height: 100%
  18. }
  19. h1,h2,h3,h4,h5,h6 {
  20. text-align: center;
  21. }
  22. a {
  23. text-decoration: none;
  24. color: blue;
  25. }
  26. a:hover {
  27. text-decoration: underline;
  28. }
  29. ul {
  30. list-style-type: disc;
  31. padding-left: 0;
  32. margin-left: 14pt;
  33. }
  34. p {
  35. margin-bottom: 10px;
  36. }
  37. .bigtabfoot {
  38. height: 32px;
  39. }
  40. .bigtab {
  41. background-color: white;
  42. font-size: 10pt;
  43. margin-left: auto;
  44. margin-right: auto;
  45. /*max-width: 100%;*/
  46. margin-top: 32px;
  47. }
  48. .bigtab thead {
  49. padding: 3px;
  50. /* position: sticky;
  51. top: 32px;*/
  52. color: white;
  53. height: 30px;
  54. }
  55. .bigtab th {
  56. background-color: #916f6f;
  57. border-radius: 5px;
  58. }
  59. .bigtab .insthead {
  60. padding: 3px;
  61. color: white;
  62. height: 30px;
  63. background-color: #6f8a91;
  64. border-radius: 5px;
  65. text-align: center;
  66. vertical-align: middle;
  67. color: white;
  68. font-size: 12pt;
  69. font-weight: bold;
  70. }
  71. .bigtab .insthead a {
  72. color: #1c2224;
  73. /*text-decoration: underline;*/
  74. }
  75. .bigtab img {
  76. max-width: 100%;
  77. display: block;
  78. margin-left: auto;
  79. margin-right: auto;
  80. }
  81. /*720x1280*/
  82. .bigtab td {
  83. padding: 3px;
  84. text-align: left;
  85. vertical-align: top;
  86. word-break: break-word;
  87. width: 360px;
  88. min-width: 360px;
  89. background-color: lightgrey;
  90. border-radius: 5px;
  91. }
  92. .bigtab .tdattr {
  93. width: 110px;
  94. min-width: 110px;
  95. }
  96. .baloo {
  97. width: 100%;
  98. margin-bottom: 3px;
  99. padding-bottom: 3px;
  100. border-bottom: 1px solid grey;
  101. }
  102. .good, .bad, .neut {
  103. padding: 1px;
  104. margin-bottom: 3px;
  105. border-radius: 3px;
  106. }
  107. .good {
  108. background-color: #87DE87;
  109. }
  110. .bad {
  111. background-color: #DE8787;
  112. }
  113. .neut {
  114. background-color: #FFCCAA;
  115. }
  116. .field, .ourfield {
  117. padding: 1px;
  118. border-radius: 3px;
  119. background-color: #FFEEAA;
  120. color: black;
  121. }
  122. .ourfield {
  123. background-color: #FFB380;
  124. }
  125. .percstatuses, .perclogins, .percregs {
  126. height: 12px;
  127. line-height: 12px;
  128. vertical-align: middle;
  129. font-size: 8pt;
  130. word-break: keep-all;
  131. overflow-x: visible;
  132. }
  133. .percstatuses {
  134. background-color: #FF8080;
  135. }
  136. .perclogins {
  137. background-color: #99FF55;
  138. }
  139. .percregs {
  140. background-color: #80B3FF;
  141. }
  142. .colsectheader, .colsectcont, .colsectcontb {
  143. width: 100%;
  144. font-size: 8pt;
  145. text-align: center;
  146. }
  147. .colsectheader {
  148. margin-top: 10px;
  149. font-weight: bold;
  150. background-color: #C8B7B7;
  151. border-radius: 3px;
  152. padding: 1px;
  153. }
  154. .colsectcont ol {
  155. text-align: left;
  156. padding-left: 0;
  157. margin-left: 12px;
  158. }
  159. .colsectcontb {
  160. margin-top: 2px;
  161. font-weight: bold;
  162. background-color: #BBBBBB;
  163. border-radius: 3px;
  164. padding: 1px;
  165. }
  166. .percbg, .percfg {
  167. margin-top: 2px;
  168. width: 100%;
  169. height: 14px;
  170. background-color: #C83737;
  171. border-radius: 3px;
  172. }
  173. .percfg {
  174. background-color: #44AA00;
  175. }
  176. #fullscreen {
  177. width: 100%;
  178. height: 100%;
  179. display: table;
  180. }
  181. #middlerow {
  182. display: table-cell;
  183. vertical-align: middle;
  184. text-align: center;
  185. }
  186. #centertit, #centerbox {
  187. font-size: 12pt;
  188. margin-right: auto;
  189. margin-left: auto;
  190. width: 320px;
  191. padding: 5px;
  192. }
  193. #centertit {
  194. font-size: 13pt;
  195. padding: 8px;
  196. background-color: #916f6f;
  197. color: white;
  198. text-shadow: 1px 1px 2px black;
  199. font-weight: bold;
  200. text-align: center;
  201. border-radius: 9px 9px 0 0;
  202. }
  203. #centerbox {
  204. background-color: lightgrey;
  205. border-radius: 0 0 9px 9px;
  206. }
  207. #logintable {
  208. width: 100%;
  209. }
  210. #logintable td {
  211. text-align: right;
  212. width: 1%;
  213. }
  214. #logintable .rtd {
  215. text-align: left;
  216. width: 99%;
  217. }
  218. #logintable .tiptd {
  219. font-size: 10pt;
  220. text-align: center;
  221. width: 100%;
  222. padding-top:10px;
  223. padding-bottom: 10px;
  224. }
  225. input {
  226. width: 100%;
  227. font-size: 11pt;
  228. padding-top: 2px;
  229. padding-bottom: 2px;
  230. }
  231. .button {
  232. font-size: 11pt;
  233. height: 36px;
  234. }
  235. #popup {
  236. z-index: 2;
  237. display: none;
  238. top: 0px;
  239. position: fixed;
  240. width: 100%;
  241. height: 100%;
  242. background-color: rgba(0,0,0,0.75);
  243. color: white;
  244. padding: 0;
  245. font-size: 9pt;
  246. }
  247. #inpopup {
  248. display: table-cell;
  249. vertical-align: middle;
  250. text-align: center;
  251. }
  252. #inpopup .waitbub {
  253. background-color: black;
  254. color: #78b1e2;
  255. padding: 16px;
  256. border-radius: 20px;
  257. width: 160px;
  258. margin-left: auto;
  259. margin-right: auto;
  260. }
  261. #inpopup .loadsavepresbub {
  262. background-color: black;
  263. color: #78b1e2;
  264. padding: 16px;
  265. border-radius: 20px;
  266. width: 320px;
  267. margin-left: auto;
  268. margin-right: auto;
  269. }
  270. #inpopup .loadsavepresbub input {
  271. font-size: 8pt;
  272. height: 24px;
  273. }
  274. #inpopup .loadsavepresbub #ckmsg p {
  275. color: red;
  276. margin: 0;
  277. padding: 0;
  278. margin-top: 16px;
  279. }
  280. #popupcont {
  281. position: relative;
  282. margin-left: auto;
  283. margin-right: auto;
  284. border: 1px solid gray;
  285. width: 260px;
  286. background-color: white;
  287. border-radius: 9px;
  288. color: black;
  289. padding: 5px;
  290. text-align: left;
  291. }
  292. #popupcont input {
  293. width: 100%;
  294. height: 24px;
  295. font-size: 9pt;
  296. }
  297. #popupcont p {
  298. font-size: 10pt;
  299. margin-top: 3px;
  300. margin-bottom: 5px;
  301. padding: 0;
  302. }
  303. #footer {
  304. color: white;
  305. position: fixed;
  306. height: 32px;
  307. width: 100%;
  308. bottom: 0;
  309. left: 0;
  310. background-color: rgba(0,0,0,0.85);
  311. line-height: 32px;
  312. vertical-align: middle;
  313. }
  314. .nully {
  315. font-style: italic;
  316. color: #666666;
  317. }
  318. #hmenu {
  319. font-size: 10pt;
  320. background-color: rgba(0,0,0,0.85);
  321. color: white;
  322. position: fixed;
  323. top: 0;
  324. left: 0;
  325. width: 100%;
  326. height: 32px;
  327. margin: 0;
  328. padding: 0;
  329. /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);*/
  330. /*padding-left: 32px;*/
  331. z-index: 1;
  332. /*display: none;*/
  333. }
  334. #hmenu ul {
  335. list-style-type: none;
  336. margin: 0;
  337. padding: 0;
  338. overflow: visible;
  339. }
  340. #hmenu ul li {
  341. width: 80px;
  342. height: 32px;
  343. text-align: center;
  344. display: table-cell;
  345. vertical-align: middle;
  346. color: #78b1e2;
  347. }
  348. #hmenu ul li:hover {
  349. background-color: rgba(255,255,255,0.10);
  350. cursor: default;
  351. }
  352. #hmenu ul li a {
  353. width: 80px;
  354. line-height: 32px;
  355. display: block;
  356. color: #78b1e2;
  357. }
  358. #hmenu .ula {
  359. position: absolute;
  360. top: 32px;
  361. background-color: rgba(0,0,0,0.85);
  362. display: none;
  363. }
  364. #hmenu .ulb {
  365. background-color: rgba(0,0,0,0.85);
  366. left: 80px;
  367. position: relative;
  368. top: -32px;
  369. display: none;
  370. }
  371. #hmenu .ula li, #hmenu .ulb li {
  372. width: 80px;
  373. height: 32px;
  374. display: block;
  375. float: none;
  376. text-align: center;
  377. line-height: 32px;
  378. vertical-align: middle;
  379. }
  380. #hmenu .ula li:hover, #hmenu .ulb li:hover {
  381. text-decoration: underline;
  382. }
  383. #hmenu .hil {
  384. background-color: rgba(34,104,170,0.40);
  385. color: white;
  386. }
  387. #hmenu .hil:hover {
  388. cursor: default;
  389. text-decoration: none;
  390. }
  391. #hmenu .ula li.hil:hover, #hmenu .ulb li.hil:hover {
  392. text-decoration: none;
  393. }
  394. #rightdiv {
  395. position: absolute;
  396. top: 0;
  397. right: 0;
  398. color: #78b1e2;
  399. height: 32px;
  400. line-height: 32px;
  401. vertical-align: middle;
  402. }
  403. .rlinks {
  404. float: left;
  405. padding-left: 5px;
  406. padding-right: 5px;
  407. text-align: center;
  408. }
  409. .rlinks a {
  410. color: #78b1e2;
  411. }
  412. .rlinks:hover {
  413. cursor: pointer;
  414. background-color: rgba(255,255,255,0.10);
  415. }
  416. #plancia {
  417. position: fixed;
  418. left: 50%;
  419. transform: translateX(-50%);
  420. top: 32px;
  421. max-width: 100%;
  422. background-color: rgba(0,0,0,0.85);
  423. padding: 1px;
  424. border-radius: 0 0 7px 7px;
  425. font-size: 9pt;
  426. color: #78b1e2;
  427. display: none;
  428. }
  429. #plancia .planciatab {
  430. margin-right: auto;
  431. margin-left: auto;
  432. width: 100%;
  433. }
  434. #plancia select, #plancia input, #plancia button {
  435. margin: 0;
  436. height: 24px;
  437. font-size: 8pt;
  438. }
  439. #plancia input {
  440. width: 120px;
  441. }
  442. /* questi li definisco e li applico solo per avere qualcosa su cui fare "querySelectorAll" */
  443. #plancia .openpar, #plancia .fieldsel, #plancia .condsel, #plancia .valuesel, #plancia .valueinp, #plancia .andor, #plancia .closepar, #plancia .ordfieldsel, #plancia .ascdesc, #plancia .presets { min-width: 100%; }
  444. #plancia .valuesel:disabled, #plancia .valueinp:disabled {
  445. opacity: 0.5;
  446. }
  447. #plancia .presets {
  448. max-width: 400px;
  449. }
  450. #plancia .minus, #plancia .plus, #plancia .lilbut {
  451. width: 22px;
  452. height: 22px;
  453. }
  454. #plancia .minus:hover, #plancia .plus:hover, #plancia .lilbut:hover {
  455. cursor: pointer;
  456. }
  457. #plancia .ctrlbut {
  458. font-weight: bold;
  459. width: 100%;
  460. min-width: 320px;
  461. }
  462. .edtab {
  463. background-color: white;
  464. font-size: 10pt;
  465. margin-left: auto;
  466. margin-right: auto;
  467. width: 400px;
  468. margin-top: 32px;
  469. }
  470. .edtab .insthead {
  471. padding: 3px;
  472. color: white;
  473. height: 30px;
  474. background-color: #916f6f;
  475. border-radius: 5px;
  476. text-align: center;
  477. vertical-align: middle;
  478. color: white;
  479. font-size: 12pt;
  480. font-weight: bold;
  481. }
  482. .edtab input {
  483. width: auto;
  484. font-size: 10pt;
  485. padding: 0;
  486. }
  487. .edtab img {
  488. max-width: 100%;
  489. display: block;
  490. margin-left: auto;
  491. margin-right: auto;
  492. }
  493. /*720x1280*/
  494. .edtab td {
  495. padding: 6px;
  496. line-height: 14pt;
  497. text-align: left;
  498. vertical-align: top;
  499. /* word-break: break-word;*/
  500. background-color: lightgrey;
  501. border-radius: 5px;
  502. }
  503. .edtab .left {
  504. width: 1%;
  505. text-align: right;
  506. }
  507. .edtab .right {
  508. width: 99%;
  509. }
  510. .edtab .tarea, .mselect {
  511. display: block;
  512. width: 100%;
  513. resize: none;
  514. padding: 3px;
  515. border-radius: 3px;
  516. border: 1px solid darkgrey;
  517. }
  518. .edtab .search {
  519. width: 100%;
  520. padding: 3px;
  521. border-radius: 3px;
  522. border: 1px solid darkgrey;
  523. margin-bottom: 1px;
  524. font-size: 9pt;
  525. }
  526. .edtab label {
  527. font-weight: bold;
  528. }
  529. .ruler {
  530. width: 100%;
  531. height: 12px;
  532. }
  533. .tit {
  534. background-color: #6f916f;
  535. color: white;
  536. text-align: center;
  537. border-radius: 3px;
  538. margin-bottom: 6px;
  539. }
  540. .cbtab {
  541. border-spacing: 0;
  542. }
  543. .cbtab td {
  544. border-radius: 0;
  545. padding: 0;
  546. }
  547. .picktab {
  548. border-spacing: 0;
  549. width: 100%;
  550. }
  551. .picktab td {
  552. border-radius: 0;
  553. padding: 0;
  554. }
  555. #pageselect {
  556. position: absolute;
  557. left: 50%;
  558. transform: translateX(-50%);
  559. margin-top: 5px;
  560. }
  561. #debug {
  562. position: fixed;
  563. left: 0;
  564. top: 32px;
  565. width: 320px;
  566. height: 240px;
  567. font-size: 8pt;
  568. overflow: auto;
  569. display: none;
  570. }
  571. #intro {
  572. width:720px;
  573. margin-left:auto;
  574. margin-right:auto;
  575. padding:10px;
  576. text-align: left;
  577. font-size:14pt;
  578. line-height: 18pt;
  579. background-color:lightgrey;
  580. border-radius: 6px;
  581. }
  582. #intro p, ul {
  583. margin-bottom: 10px;
  584. }
  585. @media only screen and (max-width:720px) {
  586. .bigtab td {
  587. width: 244px;
  588. min-width: 244px;
  589. }
  590. #intro {
  591. width: 360px;
  592. }
  593. }