theme.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  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: #916f6f;
  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 img {
  72. max-width: 100%;
  73. display: block;
  74. margin-left: auto;
  75. margin-right: auto;
  76. }
  77. /*720x1280*/
  78. .bigtab td {
  79. padding: 3px;
  80. text-align: left;
  81. vertical-align: top;
  82. word-break: break-word;
  83. width: 360px;
  84. min-width: 360px;
  85. background-color: lightgrey;
  86. border-radius: 5px;
  87. }
  88. .bigtab .tdattr {
  89. width: 110px;
  90. min-width: 110px;
  91. }
  92. .baloo {
  93. width: 100%;
  94. margin-bottom: 3px;
  95. padding-bottom: 3px;
  96. border-bottom: 1px solid grey;
  97. }
  98. .good, .bad, .neut {
  99. padding: 1px;
  100. margin-bottom: 3px;
  101. border-radius: 3px;
  102. }
  103. .good {
  104. background-color: #87DE87;
  105. }
  106. .bad {
  107. background-color: #DE8787;
  108. }
  109. .neut {
  110. background-color: #FFCCAA;
  111. }
  112. .field, .ourfield {
  113. padding: 1px;
  114. border-radius: 3px;
  115. background-color: #FFEEAA;
  116. color: black;
  117. }
  118. .ourfield {
  119. background-color: #FFB380;
  120. }
  121. .percstatuses, .perclogins, .percregs {
  122. height: 12px;
  123. line-height: 12px;
  124. vertical-align: middle;
  125. font-size: 8pt;
  126. word-break: keep-all;
  127. overflow-x: visible;
  128. }
  129. .percstatuses {
  130. background-color: #FF8080;
  131. }
  132. .perclogins {
  133. background-color: #99FF55;
  134. }
  135. .percregs {
  136. background-color: #80B3FF;
  137. }
  138. .colsectheader, .colsectcont, .colsectcontb {
  139. width: 100%;
  140. font-size: 8pt;
  141. text-align: center;
  142. }
  143. .colsectheader {
  144. margin-top: 10px;
  145. font-weight: bold;
  146. background-color: #C8B7B7;
  147. border-radius: 3px;
  148. padding: 1px;
  149. }
  150. .colsectcont ol {
  151. text-align: left;
  152. padding-left: 0;
  153. margin-left: 12px;
  154. }
  155. .colsectcontb {
  156. margin-top: 2px;
  157. font-weight: bold;
  158. background-color: #BBBBBB;
  159. border-radius: 3px;
  160. padding: 1px;
  161. }
  162. .percbg, .percfg {
  163. margin-top: 2px;
  164. width: 100%;
  165. height: 14px;
  166. background-color: #C83737;
  167. border-radius: 3px;
  168. }
  169. .percfg {
  170. background-color: #44AA00;
  171. }
  172. #fullscreen {
  173. width: 100%;
  174. height: 100%;
  175. display: table;
  176. }
  177. #middlerow {
  178. display: table-cell;
  179. vertical-align: middle;
  180. text-align: center;
  181. }
  182. #centertit, #centerbox {
  183. font-size: 12pt;
  184. margin-right: auto;
  185. margin-left: auto;
  186. width: 320px;
  187. padding: 5px;
  188. }
  189. #centertit {
  190. font-size: 13pt;
  191. padding: 8px;
  192. background-color: #916f6f;
  193. color: white;
  194. text-shadow: 1px 1px 2px black;
  195. font-weight: bold;
  196. text-align: center;
  197. border-radius: 9px 9px 0 0;
  198. }
  199. #centerbox {
  200. background-color: lightgrey;
  201. border-radius: 0 0 9px 9px;
  202. }
  203. #logintable {
  204. width: 100%;
  205. }
  206. #logintable td {
  207. text-align: right;
  208. width: 1%;
  209. }
  210. #logintable .rtd {
  211. text-align: left;
  212. width: 99%;
  213. }
  214. #logintable .tiptd {
  215. font-size: 10pt;
  216. text-align: center;
  217. width: 100%;
  218. padding-top:10px;
  219. padding-bottom: 10px;
  220. }
  221. input {
  222. width: 100%;
  223. font-size: 11pt;
  224. padding-top: 2px;
  225. padding-bottom: 2px;
  226. }
  227. .button {
  228. font-size: 11pt;
  229. height: 36px;
  230. }
  231. #popup {
  232. z-index: 2;
  233. display: none;
  234. top: 0px;
  235. position: fixed;
  236. width: 100%;
  237. height: 100%;
  238. background-color: rgba(0,0,0,0.75);
  239. color: white;
  240. padding: 0;
  241. font-size: 9pt;
  242. }
  243. #inpopup {
  244. display: table-cell;
  245. vertical-align: middle;
  246. text-align: center;
  247. }
  248. #inpopup .waitbub {
  249. background-color: black;
  250. color: #78b1e2;
  251. padding: 16px;
  252. border-radius: 20px;
  253. width: 160px;
  254. margin-left: auto;
  255. margin-right: auto;
  256. }
  257. #inpopup .loadsavepresbub {
  258. background-color: black;
  259. color: #78b1e2;
  260. padding: 16px;
  261. border-radius: 20px;
  262. width: 320px;
  263. margin-left: auto;
  264. margin-right: auto;
  265. }
  266. #inpopup .loadsavepresbub input {
  267. font-size: 8pt;
  268. height: 24px;
  269. }
  270. #inpopup .loadsavepresbub #ckmsg p {
  271. color: red;
  272. margin: 0;
  273. padding: 0;
  274. margin-top: 16px;
  275. }
  276. #popupcont {
  277. position: relative;
  278. margin-left: auto;
  279. margin-right: auto;
  280. border: 1px solid gray;
  281. width: 260px;
  282. background-color: white;
  283. border-radius: 9px;
  284. color: black;
  285. padding: 5px;
  286. text-align: left;
  287. }
  288. #popupcont input {
  289. width: 100%;
  290. height: 24px;
  291. font-size: 9pt;
  292. }
  293. #popupcont p {
  294. font-size: 10pt;
  295. margin-top: 3px;
  296. margin-bottom: 5px;
  297. padding: 0;
  298. }
  299. #footer {
  300. color: white;
  301. position: fixed;
  302. height: 32px;
  303. width: 100%;
  304. bottom: 0;
  305. left: 0;
  306. background-color: rgba(0,0,0,0.85);
  307. line-height: 32px;
  308. vertical-align: middle;
  309. }
  310. .nully {
  311. font-style: italic;
  312. color: #666666;
  313. }
  314. #hmenu {
  315. font-size: 10pt;
  316. background-color: rgba(0,0,0,0.85);
  317. color: white;
  318. position: fixed;
  319. top: 0;
  320. left: 0;
  321. width: 100%;
  322. height: 32px;
  323. margin: 0;
  324. padding: 0;
  325. /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);*/
  326. /*padding-left: 32px;*/
  327. z-index: 1;
  328. /*display: none;*/
  329. }
  330. #hmenu ul {
  331. list-style-type: none;
  332. margin: 0;
  333. padding: 0;
  334. overflow: visible;
  335. }
  336. #hmenu ul li {
  337. width: 80px;
  338. height: 32px;
  339. text-align: center;
  340. display: table-cell;
  341. vertical-align: middle;
  342. color: #78b1e2;
  343. }
  344. #hmenu ul li:hover {
  345. background-color: rgba(255,255,255,0.10);
  346. cursor: default;
  347. }
  348. #hmenu ul li a {
  349. width: 80px;
  350. line-height: 32px;
  351. display: block;
  352. color: #78b1e2;
  353. }
  354. #hmenu .ula {
  355. position: absolute;
  356. top: 32px;
  357. background-color: rgba(0,0,0,0.85);
  358. display: none;
  359. }
  360. #hmenu .ulb {
  361. background-color: rgba(0,0,0,0.85);
  362. left: 80px;
  363. position: relative;
  364. top: -32px;
  365. display: none;
  366. }
  367. #hmenu .ula li, #hmenu .ulb li {
  368. width: 80px;
  369. height: 32px;
  370. display: block;
  371. float: none;
  372. text-align: center;
  373. line-height: 32px;
  374. vertical-align: middle;
  375. }
  376. #hmenu .ula li:hover, #hmenu .ulb li:hover {
  377. text-decoration: underline;
  378. }
  379. #hmenu .hil {
  380. background-color: rgba(34,104,170,0.40);
  381. color: white;
  382. }
  383. #hmenu .hil:hover {
  384. cursor: default;
  385. text-decoration: none;
  386. }
  387. #hmenu .ula li.hil:hover, #hmenu .ulb li.hil:hover {
  388. text-decoration: none;
  389. }
  390. #rightdiv {
  391. position: absolute;
  392. top: 0;
  393. right: 0;
  394. color: #78b1e2;
  395. height: 32px;
  396. line-height: 32px;
  397. vertical-align: middle;
  398. }
  399. .rlinks {
  400. float: left;
  401. padding-left: 10px;
  402. padding-right: 10px;
  403. text-align: center;
  404. }
  405. .rlinks a {
  406. color: #78b1e2;
  407. }
  408. .rlinks:hover {
  409. cursor: pointer;
  410. background-color: rgba(255,255,255,0.10);
  411. }
  412. #plancia {
  413. position: fixed;
  414. left: 50%;
  415. transform: translateX(-50%);
  416. top: 32px;
  417. max-width: 100%;
  418. background-color: rgba(0,0,0,0.85);
  419. padding: 1px;
  420. border-radius: 0 0 7px 7px;
  421. font-size: 9pt;
  422. color: #78b1e2;
  423. display: none;
  424. }
  425. #plancia .planciatab {
  426. margin-right: auto;
  427. margin-left: auto;
  428. width: 100%;
  429. }
  430. #plancia select, #plancia input, #plancia button {
  431. margin: 0;
  432. height: 24px;
  433. font-size: 8pt;
  434. }
  435. #plancia input {
  436. width: 120px;
  437. }
  438. /* questi li definisco e li applico solo per avere qualcosa su cui fare "querySelectorAll" */
  439. #plancia .openpar, #plancia .fieldsel, #plancia .condsel, #plancia .valuesel, #plancia .valueinp, #plancia .andor, #plancia .closepar, #plancia .ordfieldsel, #plancia .ascdesc, #plancia .presets { min-width: 100%; }
  440. #plancia .valuesel:disabled, #plancia .valueinp:disabled {
  441. opacity: 0.5;
  442. }
  443. #plancia .presets {
  444. max-width: 400px;
  445. }
  446. #plancia .minus, #plancia .plus, #plancia .lilbut {
  447. width: 22px;
  448. height: 22px;
  449. }
  450. #plancia .minus:hover, #plancia .plus:hover, #plancia .lilbut:hover {
  451. cursor: pointer;
  452. }
  453. #plancia .ctrlbut {
  454. font-weight: bold;
  455. width: 100%;
  456. min-width: 320px;
  457. }
  458. #debug {
  459. position: fixed;
  460. left: 0;
  461. top: 32px;
  462. width: 320px;
  463. height: 240px;
  464. font-size: 8pt;
  465. overflow: auto;
  466. }
  467. @media only screen and (max-width:720px) {
  468. .bigtab td {
  469. width: 244px;
  470. min-width: 244px;
  471. }
  472. }