theme.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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. #popupcont {
  258. position: relative;
  259. margin-left: auto;
  260. margin-right: auto;
  261. border: 1px solid gray;
  262. width: 260px;
  263. background-color: white;
  264. border-radius: 9px;
  265. color: black;
  266. padding: 5px;
  267. text-align: left;
  268. }
  269. #popupcont input {
  270. width: 100%;
  271. height: 24px;
  272. font-size: 9pt;
  273. }
  274. #popupcont p {
  275. font-size: 10pt;
  276. margin-top: 3px;
  277. margin-bottom: 5px;
  278. padding: 0;
  279. }
  280. #footer {
  281. color: white;
  282. position: fixed;
  283. height: 32px;
  284. width: 100%;
  285. bottom: 0;
  286. left: 0;
  287. background-color: rgba(0,0,0,0.85);
  288. line-height: 32px;
  289. vertical-align: middle;
  290. }
  291. .nully {
  292. font-style: italic;
  293. color: #666666;
  294. }
  295. #hmenu {
  296. font-size: 10pt;
  297. background-color: rgba(0,0,0,0.85);
  298. color: white;
  299. position: fixed;
  300. top: 0;
  301. left: 0;
  302. width: 100%;
  303. height: 32px;
  304. margin: 0;
  305. padding: 0;
  306. /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);*/
  307. /*padding-left: 32px;*/
  308. z-index: 1;
  309. /*display: none;*/
  310. }
  311. #hmenu ul {
  312. list-style-type: none;
  313. margin: 0;
  314. padding: 0;
  315. overflow: visible;
  316. }
  317. #hmenu ul li {
  318. width: 80px;
  319. height: 32px;
  320. text-align: center;
  321. display: table-cell;
  322. vertical-align: middle;
  323. color: #78b1e2;
  324. }
  325. #hmenu ul li:hover {
  326. background-color: rgba(255,255,255,0.10);
  327. cursor: default;
  328. }
  329. #hmenu ul li a {
  330. width: 80px;
  331. line-height: 32px;
  332. display: block;
  333. color: #78b1e2;
  334. }
  335. #hmenu .ula {
  336. position: absolute;
  337. top: 32px;
  338. background-color: rgba(0,0,0,0.85);
  339. display: none;
  340. }
  341. #hmenu .ulb {
  342. background-color: rgba(0,0,0,0.85);
  343. left: 80px;
  344. position: relative;
  345. top: -32px;
  346. display: none;
  347. }
  348. #hmenu .ula li, #hmenu .ulb li {
  349. width: 80px;
  350. height: 32px;
  351. display: block;
  352. float: none;
  353. text-align: center;
  354. line-height: 32px;
  355. vertical-align: middle;
  356. }
  357. #hmenu .ula li:hover, #hmenu .ulb li:hover {
  358. text-decoration: underline;
  359. }
  360. #hmenu .hil {
  361. background-color: rgba(34,104,170,0.40);
  362. color: white;
  363. }
  364. #hmenu .hil:hover {
  365. cursor: default;
  366. text-decoration: none;
  367. }
  368. #hmenu .ula li.hil:hover, #hmenu .ulb li.hil:hover {
  369. text-decoration: none;
  370. }
  371. #rightdiv {
  372. position: absolute;
  373. top: 0;
  374. right: 0;
  375. color: #78b1e2;
  376. height: 32px;
  377. line-height: 32px;
  378. vertical-align: middle;
  379. }
  380. .rlinks {
  381. float: left;
  382. padding-left: 10px;
  383. padding-right: 10px;
  384. text-align: center;
  385. }
  386. .rlinks a {
  387. color: #78b1e2;
  388. }
  389. .rlinks:hover {
  390. cursor: pointer;
  391. background-color: rgba(255,255,255,0.10);
  392. }
  393. #plancia {
  394. position: fixed;
  395. left: 50%;
  396. transform: translateX(-50%);
  397. top: 32px;
  398. max-width: 100%;
  399. background-color: rgba(0,0,0,0.85);
  400. padding: 1px;
  401. border-radius: 0 0 7px 7px;
  402. font-size: 9pt;
  403. color: #78b1e2;
  404. display: none;
  405. }
  406. #plancia .planciatab {
  407. margin-right: auto;
  408. margin-left: auto;
  409. width: 100%;
  410. }
  411. #plancia select, #plancia input, #plancia button {
  412. margin: 0;
  413. height: 24px;
  414. font-size: 8pt;
  415. }
  416. #plancia input {
  417. width: 120px;
  418. }
  419. /* questi li definisco e li applico solo per avere qualcosa su cui fare "querySelectorAll" */
  420. #plancia .openpar, #plancia .fieldsel, #plancia .condsel, #plancia .valuesel, #plancia .valueinp, #plancia .andor, #plancia .closepar, #plancia .ordfieldsel, #plancia .ascdesc, #plancia .preset { min-width: 100%; }
  421. #plancia .valuesel:disabled, #plancia .valueinp:disabled {
  422. opacity: 0.5;
  423. }
  424. #plancia .preset {
  425. max-width: 400px;
  426. }
  427. #plancia .minus, #plancia .plus, #plancia .lilbut {
  428. width: 22px;
  429. height: 22px;
  430. }
  431. #plancia .minus:hover, #plancia .plus:hover, #plancia .lilbut:hover {
  432. cursor: pointer;
  433. }
  434. #plancia .ctrlbut {
  435. font-weight: bold;
  436. width: 100%;
  437. min-width: 320px;
  438. }
  439. #debug {
  440. position: fixed;
  441. left: 0;
  442. top: 32px;
  443. width: 320px;
  444. height: 240px;
  445. font-size: 8pt;
  446. overflow: auto;
  447. }
  448. @media only screen and (max-width:720px) {
  449. .bigtab td {
  450. width: 244px;
  451. min-width: 244px;
  452. }
  453. }