all.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154
  1. *{
  2. border-style: solid;
  3. border-width: 0;
  4. border-color: var(--brdr);
  5. column-rule-style:solid;
  6. column-rule-color: var(--bg-panel);
  7. }
  8. body, button, input, textarea, select { font-family: "Open Sans", Sans-Serif; }
  9. .autoscale
  10. {
  11. width : var(--img20);
  12. height: var(--img20);
  13. }
  14. .listitem {
  15. border-bottom-width: 1px;
  16. padding: 0.2em;
  17. }
  18. .gsicon {
  19. filter: invert( var(--gs-invert) ) drop-shadow(0 var(--sh-dy) 0 var(--sh-clr));
  20. -webkit-user-drag: none;
  21. user-drag: none;
  22. -moz-user-drag: none;
  23. }
  24. .svggallery {
  25. text-shadow:none;
  26. line-height:0;
  27. }
  28. .svggallery svg {
  29. margin:0 4px 4px 0;
  30. cursor: pointer;
  31. }
  32. .colorpicker .fitem .flabel, .numlist .flabel {
  33. display: inline-block;
  34. min-width : 17px;
  35. margin-left:15px;
  36. }
  37. body, input, select, button {
  38. font-size: 13px;
  39. }
  40. body, button{
  41. margin:0;
  42. padding: 0;
  43. background-color: var(--bg-color);
  44. user-select: none;
  45. -moz-user-select: none;
  46. -webkit-user-select: none;
  47. cursor: default;
  48. overflow-x: hidden;
  49. /*overflow: hidden;*/
  50. }
  51. .app , button {
  52. text-shadow: 0 var(--sh-dy) 0 var(--sh-clr);
  53. }
  54. .app {
  55. background-color: var(--bg-color);
  56. color: var(--text-color);
  57. position:relative;
  58. }
  59. .intro {
  60. box-shadow: 0px 40px 70px rgba(0,0,0,0.35);
  61. border-radius:20px;
  62. color: #e6e6e6;
  63. text-shadow: none;
  64. line-height:1.7em;
  65. }
  66. .intro .labelitem {
  67. padding: 0.15em 0.3em;
  68. }
  69. .intro button {
  70. color: #e6e6e6;
  71. font-size: 1em;
  72. margin: 0 0em 0 0;
  73. cursor: pointer;
  74. text-shadow: none;
  75. background-color:rgba(255,255,255,0);
  76. padding: 0.15em 0.4em;
  77. border-radius: 0.4em;
  78. }
  79. .intro button:hover {
  80. background-color:rgba(0,0,0,0.35);
  81. }
  82. hr {
  83. border: 0;
  84. height: 1px;
  85. background: var(--bg-panel);
  86. }
  87. .disabled
  88. {
  89. opacity:0.5;
  90. pointer-events: none;
  91. }
  92. .bordered
  93. {
  94. border: 1px solid rgba(0,0,0,0.33);
  95. }
  96. .padded
  97. {
  98. padding:0.5em;
  99. }
  100. .marged
  101. {
  102. margin:0.5em;
  103. }
  104. .flexrow
  105. {
  106. display:flex;
  107. flex-flow:row;
  108. }
  109. .cell
  110. {
  111. display:table-cell;
  112. vertical-align:top;
  113. }
  114. .form
  115. {
  116. line-height:2.3em;
  117. }
  118. .form .fitem {
  119. margin-right: 6px;
  120. }
  121. .vlist .fitem
  122. {
  123. display:block;
  124. }
  125. .sbar{
  126. border-left-width: 1px;
  127. position:relative;
  128. }
  129. .sbar .top {
  130. color: #e0e0e0;
  131. background-color: #252525; /*#413d39;*/
  132. font-weight: bold;
  133. font-size:0.8em;
  134. text-align: center;
  135. padding: 0px 2px;
  136. cursor:pointer;
  137. height:11px;
  138. }
  139. .toolbar{
  140. border-right-width:1px;
  141. }
  142. .toolbar hr{
  143. margin:2px 0;
  144. }
  145. .toolbar .tools {
  146. padding:2px;
  147. display: inline-flex;
  148. flex-flow: column wrap;
  149. }
  150. .toolbar .tools .toolbtn {
  151. border-radius:3px;
  152. margin:2px 3px 1px 3px;
  153. padding:4px 4px;
  154. }
  155. .toolbar .tools button { position:relative; }
  156. .toolbar .tools button img
  157. {
  158. width:var(--img20);
  159. height:var(--img20);
  160. /*width:20px;
  161. height:20px;*/
  162. vertical-align:middle;
  163. }
  164. .toolbar .scont {
  165. margin: 3px 0 -6px 0;
  166. }
  167. .toolbar .switch
  168. {
  169. margin: 0 1px 0 1px;
  170. width: 15px;
  171. height: 16px;
  172. display:inline-block;
  173. padding: 0px;
  174. text-align:center;
  175. border-width: 1px;
  176. border-radius: 4px;
  177. font-size: 12px;
  178. background-color:var(--bg-color);
  179. overflow:hidden;
  180. }
  181. .rightbar {
  182. display:flex;
  183. flex-flow: row;
  184. }
  185. .rightbar .block{
  186. /*min-width: 18em;*/
  187. }
  188. .rightbar .collapsed{
  189. width:3em;
  190. }
  191. .rightbar .collapsed button {
  192. display: block;
  193. margin:0.3em;
  194. }
  195. .rightbar .float
  196. {
  197. position:absolute;
  198. right: 105%;
  199. /*border-width: 1px;*/
  200. box-shadow: 0px 8px 40px rgba(0,0,0,0.35);
  201. background-color: var(--bg-color);
  202. }
  203. .mainblock
  204. {
  205. background-color: var(--bg-canvas);
  206. border-bottom-width:0 !important;
  207. }
  208. .mainblock canvas { display:block; }
  209. .alertcont
  210. {
  211. position:absolute;
  212. width:50%;
  213. left:25%;
  214. max-width:700px;
  215. /*pointer-events:none;*/
  216. z-index: 10;
  217. margin-top:1em;
  218. }
  219. .alertpanel
  220. {
  221. font-size: 1.4em;
  222. margin-bottom:1em;
  223. background-color:#ffffff;
  224. color: #000000;
  225. padding:0.4em;
  226. border-radius:0.5em;
  227. text-align:center;
  228. text-shadow:none;
  229. box-shadow: rgba(0,0,0,0.5) 0 0 1em;
  230. }
  231. .tpanel { /* temporary panel */
  232. transition: all 0.2s cubic-bezier(0.240, 0.575, 0.665, 1.565);
  233. transform: scale(0.6);
  234. opacity:0;
  235. }
  236. .panelblock
  237. {
  238. /*border-top-width:1px;*/
  239. border-bottom-width:1px;
  240. border-bottom-color: var(--bg-panel);
  241. }
  242. .highlight
  243. {
  244. box-shadow: inset 0 0 10px #33aaff !important;
  245. }
  246. .block .panelhead
  247. {
  248. /*background: linear-gradient(to bottom, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0) 100%);*/
  249. background-color: var(--bg-panel);
  250. /*box-shadow: inset 0px -10px 16px rgba(0,0,0,0.08);*/
  251. padding-top: 3px;
  252. /*border-bottom-width: 1px;*/
  253. /*height:1.6em;*/
  254. }
  255. .block .panelhead .label {
  256. pointer-events: none;
  257. }
  258. .block .panelhead div
  259. {
  260. font-weight: bold;
  261. padding:0.1em 0.4em 0.2em 0.4em;
  262. display:inline-block;
  263. border-right-width: 1px;
  264. border-right-color: var(--brdrDrk);
  265. border-top-width: 1px;
  266. border-top-color: var(--brdrLgt);
  267. }
  268. .block .panelhead .active
  269. {
  270. background-color: var(--bg-color);
  271. }
  272. .block .panelhead div .cross
  273. {
  274. background-image: var(--icon_cross);
  275. filter: invert( var(--icon_cross_invrt) );
  276. background-repeat: no-repeat;
  277. background-position: center;
  278. background-size: cover; /* Generic*/
  279. margin: 0.2em 0.2em 0 0.8em;
  280. display:inline-block;
  281. width: 0.8em;
  282. height: 0.8em;
  283. cursor: pointer;
  284. }
  285. .block .pbody .fitem
  286. {
  287. margin-right: 6px;
  288. }
  289. .scrollable
  290. {
  291. overflow-x: hidden;
  292. overflow-y: scroll;
  293. /* for Firefox: */
  294. scrollbar-color: var(--brdrDrk) rgba(0,0,0, var(--alphaDark) );
  295. scrollbar-width: thin;
  296. }
  297. .scrollable::-webkit-scrollbar {
  298. width: 10px;
  299. background: rgba(0,0,0, var(--alphaDark) );
  300. }
  301. .scrollable::-webkit-scrollbar-thumb {
  302. background: var(--brdrDrk);
  303. margin:2px;
  304. }
  305. .selected
  306. {
  307. background-color: rgba(0,0,0, var(--alphaDark) );
  308. }
  309. .lpbody {
  310. /*width: 21em;*/
  311. }
  312. .lphead, .lpfoot
  313. {
  314. padding:2px;
  315. }
  316. .lpineck {
  317. /*font-size: 12px;*/
  318. }
  319. .lphead {
  320. border-bottom-width: 1px;
  321. margin-bottom:-1px;
  322. }
  323. .block .pbody .lphead .fitem button {
  324. margin-right:0;
  325. }
  326. .lpfoot
  327. {
  328. border-top-width: 1px;
  329. text-align:right;
  330. height:22px;
  331. }
  332. .lpfoot img
  333. {
  334. width:15px;
  335. height:15px;
  336. }
  337. .lpfoot button { padding-bottom:0; }
  338. .layeritem
  339. {
  340. margin-top: -1px;
  341. border-top-width: 1px;
  342. cursor: pointer;
  343. }
  344. .styleitem .head
  345. {
  346. border: none;
  347. height:22px;
  348. }
  349. .layeritem .artb
  350. {
  351. /*border-right-width: 3px;*/
  352. border-bottom-width: 2px;
  353. border-top-width: 2px;
  354. /*box-shadow: inset 0 0 4px var(--bg-panel);*/
  355. /*background-color: var(--bg-panel);*/
  356. }
  357. .layeritem .artb.selected
  358. {
  359. /*background-color: var(--brdr);*/
  360. }
  361. .layeritem .headL div, .layeritem .headR div, .styleitem .head div
  362. {
  363. display:inline-block;
  364. height:100%;
  365. background-repeat: no-repeat;
  366. background-position: center;
  367. }
  368. .layeritem .head div, .styleitem .head
  369. {
  370. overflow:hidden;
  371. white-space: nowrap;
  372. }
  373. .head .headL
  374. {
  375. height:100%;
  376. width:100%;
  377. display:inline-block;
  378. }
  379. .head { position:relative; }
  380. .head .headR
  381. {
  382. position:absolute;
  383. right:0;
  384. display:inline-block;
  385. height:100%;
  386. }
  387. .head div {
  388. vertical-align:top; /* a bug in Safari */
  389. }
  390. .head .label
  391. {
  392. padding: 0 7px;
  393. line-height: 27px;
  394. /*max-width: 140px;*/
  395. }
  396. .head textarea
  397. {
  398. }
  399. .head .eye
  400. {
  401. width: 28px;
  402. background-image: var(--icon_eye);/*url("../img/lrs/eye.png");*/
  403. filter: invert( var(--icon_eye_invrt) );
  404. /*background-size: 15px 15px;*/
  405. }
  406. .head .cmark
  407. {
  408. width: 22px;
  409. background-image: var(--icon_checkmark);/*url("../img/lrs/eye.png");*/
  410. filter: invert( var(--icon_checkmark_invrt) );
  411. /*background-size: 15px 15px;*/
  412. }
  413. .head .open
  414. {
  415. background-image: var(--icon_arrow_down);
  416. filter: invert( var(--icon_arrow_down_invrt) );
  417. background-size: 15px 15px;
  418. width:15px;
  419. }
  420. .head .closed
  421. {
  422. background-image: var(--icon_arrow_right);
  423. filter: invert( var(--icon_arrow_right_invrt) );
  424. background-size: 15px 15px;
  425. width:15px;
  426. }
  427. .head .chain
  428. {
  429. width:8px;
  430. background-image: var(--icon_chain);
  431. filter: invert( var(--icon_chain_invrt) );
  432. background-size: 18px 18px;
  433. }
  434. .head .clipp
  435. {
  436. width:1em;
  437. background-image: var(--icon_clipping);
  438. filter: invert( var(--icon_clipping_invrt) );
  439. background-size: 11px 11px;
  440. }
  441. .head .link
  442. {
  443. width:1.5em;
  444. background-image: var(--icon_link);
  445. filter: invert( var(--icon_link_invrt) );
  446. background-size: 15px 15px;
  447. }
  448. .head .lock
  449. {
  450. width:1.5em;
  451. background-image: var(--icon_lock);
  452. filter: invert( var(--icon_lock_invrt) );
  453. background-size: 14px 14px;
  454. }
  455. .head .lrfx
  456. {
  457. width:1.5em;
  458. background-image: var(--icon_fx);
  459. filter: invert( var(--icon_fx_invrt) );
  460. background-size: 15px 15px;
  461. }
  462. .head .arfx
  463. {
  464. width:1em;
  465. border-left-width:1px;
  466. }
  467. .head .folder
  468. {
  469. width:1.7em;
  470. background-image: var(--icon_folder);
  471. filter: invert( var(--icon_folder_invrt) );
  472. background-size: 15px 15px;
  473. }
  474. .head canvas
  475. {
  476. border:1px solid black;
  477. margin:3px;
  478. }
  479. .head .active canvas
  480. {
  481. outline: 2px dashed var(--text-color);
  482. outline-offset:0px;
  483. /*border: 1px dashed var(--text-color);
  484. margin: 3px;*/
  485. }
  486. .hpbody .listitem { cursor: pointer; padding:0.3em; }
  487. .topbar{
  488. /*
  489. border-bottom-width: 1px;
  490. border-bottom-color: var(--brdrDrk);
  491. */
  492. /*height:32px;*/
  493. }
  494. .topbar button {
  495. padding-left:6px;
  496. padding-right:6px;
  497. margin:4px;
  498. }
  499. .topbar .bbtn {
  500. margin: 3px 4px 2px 4px;
  501. }
  502. .contextpanel{
  503. background-color: #fff;
  504. min-width : 10em;
  505. box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  506. color: #000000;
  507. text-shadow: none;
  508. }
  509. .contextpanel .check {
  510. display: inline-block;
  511. width:15px;
  512. }
  513. .contextpanel .thumb
  514. {
  515. width : var(--img20);
  516. height: var(--img20);
  517. vertical-align: middle;
  518. margin: -0.6em 0.8em -0.5em -0.5em;
  519. filter: invert( 0.2 );
  520. }
  521. .contextpanel hr{
  522. margin:0.25em 0;
  523. background: #bebebe;
  524. }
  525. .contextpanel div {
  526. padding: 0.5em 1em 0.5em 0.7em;
  527. }
  528. .contextpanel .enab
  529. {
  530. /*cursor:pointer;*/
  531. }
  532. .contextpanel .enab:hover, .contextpanel .active {
  533. /*color:#fff;*/
  534. background-color: rgba(190,230,255,1);
  535. }
  536. .contextpanel .disab {
  537. color:#bbb;
  538. pointer-events: none;
  539. }
  540. .contextpanel .right
  541. {
  542. float:right;
  543. margin-left:2em;
  544. opacity:0.7;
  545. }
  546. .fitem {
  547. display:inline-block;
  548. }
  549. input, textarea, .labelitem {
  550. margin: 2px;
  551. padding: 3px;
  552. box-sizing: border-box;
  553. }
  554. input, textarea {
  555. background-color: var(--bg-input);
  556. color: var(--text-color);
  557. border-radius: 3px;
  558. }
  559. textarea { vertical-align:top; }
  560. input[type='range']
  561. {
  562. vertical-align:middle;
  563. height: 1.6em;
  564. padding: 0;
  565. /*background-color: #000000;*/
  566. /*box-shadow: inset 0 0 60px rgba(0,0,0,0.5)*/
  567. }
  568. .rangecont
  569. {
  570. /*background-color: var(--bg-input);*/
  571. /*background-color:rgba(0,0,0,0.1);*/
  572. background-color: var(--bg-color);
  573. padding-top: 0.2em;
  574. padding-bottom: 0.3em;
  575. }
  576. .mbox input {
  577. margin-left: 0.7em;
  578. }
  579. .tinput input
  580. {
  581. width:8em;
  582. }
  583. .brushbutton img, .gradientbutton img .contourbutton img{
  584. display: inline-block;
  585. }
  586. .brushbutton {
  587. }
  588. .contourbutton {
  589. line-height:2.1em;
  590. }
  591. .ddmenu {
  592. display:inline-block;
  593. }
  594. .multicheck .slabel {
  595. margin-right: 1em;
  596. }
  597. .colorsample {
  598. cursor:pointer;
  599. width:2.2em;
  600. height: 1.5em;
  601. display:inline-block;
  602. border-width: 3px;
  603. margin-bottom:-0.65em
  604. }
  605. .cswatch .colorsample {
  606. width:1.3em; height:1.3em;
  607. margin-right: 0.1em;
  608. border-width: 1px;
  609. margin-bottom:-0.3em;
  610. }
  611. .angleinput input { width:3em; }
  612. /*button img, button canvas, button svg, .mbox img*/
  613. .fitem img, .fitem canvas, .fitem svg {
  614. vertical-align: middle;
  615. }
  616. .fillbutton canvas {
  617. vertical-align:middle;
  618. border-radius: 3px;
  619. cursor:pointer;
  620. }
  621. button, select {
  622. padding: 2px 5px 3px 5px;
  623. border-radius:3px;
  624. color: var(--text-color);
  625. -webkit-appearance: none;
  626. }
  627. button {
  628. text-align:center;
  629. white-space: nowrap;
  630. background-color: rgba(0,0,0,0);
  631. }
  632. select {
  633. margin-left:2px;
  634. padding-right: 17px;
  635. background-image:
  636. linear-gradient(45deg, transparent 50%, var(--text-color) 50%),
  637. linear-gradient(135deg, var(--text-color) 50%, transparent 50%);
  638. background-position:
  639. calc(100% - 9px) calc(10px),
  640. calc(100% - 4px) calc(10px);
  641. background-size:
  642. 5px 5px,
  643. 5px 5px;
  644. background-repeat: no-repeat;
  645. }
  646. .active, button:hover {
  647. background-color: rgba(0,0,0, var(--alphaDark) );
  648. }
  649. .bactive, .bactive:hover {
  650. background-color: var(--bg-input);
  651. }
  652. .bbtn {
  653. /*padding-left:5px;
  654. padding-right:5px;*/
  655. background-color: var(--bg-bbtn);
  656. border-top-width: 1px;
  657. border-top-color: var(--brdrLgt);
  658. border-bottom-width: 1px;
  659. border-bottom-color: var(--brdrDrk);
  660. overflow:hidden;
  661. }
  662. .bbtn:hover {
  663. background-color: var(--bg-bbtnOver);
  664. }
  665. .spread {
  666. width: 100%;
  667. }
  668. .nopadding {
  669. margin: 0;
  670. padding: 0;
  671. }
  672. .imageset
  673. {
  674. /*overflow-y: scroll;*/
  675. background-color: rgba(0,0,0, var(--alphaDark) );
  676. }
  677. .imageset .image
  678. {
  679. border-right: 1px solid rgba(0,0,0,0.2);
  680. border-bottom: 1px solid rgba(0,0,0,0.2);
  681. cursor: pointer;
  682. float:left;
  683. }
  684. .imageset .active
  685. {
  686. background-color: rgba(0,0,0,0.15);
  687. }
  688. input[type='checkbox']
  689. {
  690. margin-right: 0.3em;
  691. vertical-align:middle;
  692. background-color: var(--bg-input); /**/
  693. background-color: white;
  694. opacity:0.8;
  695. }
  696. /*
  697. input[type="checkbox"] + label:before {
  698. border: 1px solid #333;
  699. content: "";
  700. display: inline-block;
  701. font: 12px sans-serif;
  702. font-weight:bold;
  703. height: 12px;
  704. margin-right:4px;
  705. padding: 0;
  706. vertical-align: middle;
  707. width: 12px;
  708. background: #fff;
  709. color: #333;
  710. }
  711. input[type="checkbox"]:checked + label:before { content: "\2713"; }
  712. */
  713. .rangedropinput button
  714. {
  715. margin:0;
  716. padding:0.3em 0.1em;
  717. }
  718. .rangedropinput input
  719. {
  720. margin-right:0;
  721. }
  722. .trangeinput input[type='text']
  723. {
  724. margin-left:0;
  725. margin-right:0;
  726. width:32%;
  727. text-align:right;
  728. }
  729. .trangeinput label
  730. {
  731. display:inline-block;
  732. width:66%;
  733. }
  734. .trangeinput input[type='range']
  735. {
  736. margin-top: -10px;
  737. }
  738. .cbox
  739. {
  740. padding:0em 0;
  741. }
  742. .fontitem
  743. {
  744. padding:3px 6px;
  745. border-radius:0.3em;
  746. }
  747. .fontitem:hover {
  748. /*background-color: rgba(255,255,255, 0.6);*/
  749. box-shadow: inset 0 0 0.2em rgba(0,0,0,1); /*bottom internal shadow*/
  750. }
  751. .fontitem .label
  752. {
  753. display:inline-block; width:9em; overflow:hidden; white-space: nowrap;
  754. }
  755. .fontitem .thumb
  756. {
  757. display:inline-block; width:120px; height:20px; margin-left:0.5em;
  758. background: url(../rsrc/fonts/fonts.png);
  759. }
  760. .fontitem .star {
  761. display: inline-block;
  762. background-position: center;
  763. background-repeat: no-repeat;
  764. background-image: var(--icon_cshape);
  765. filter: invert( var(--icon_cshape_invrt) );
  766. background-size: var(--img20) var(--img20);
  767. width: 20px; height: 20px;
  768. vertical-align: top;
  769. margin-right:4px;
  770. }
  771. .window
  772. {
  773. position:absolute;
  774. z-index: 10;
  775. background-color: var(--bg-color);
  776. /*border: 1px solid;*/
  777. min-width : 3em;
  778. min-height: 2em;
  779. top: 150px;
  780. left: 150px;
  781. box-shadow: 0px 8px 40px rgba(0,0,0,0.2);
  782. }
  783. .wdisabled {
  784. pointer-events: none;
  785. }
  786. .window .vmargin
  787. {
  788. margin:0.5em 0;
  789. }
  790. .window .whead
  791. {
  792. font-size: 1.3em;
  793. color: #ffffff;
  794. background: linear-gradient(to bottom, #595959 0%,#626262 3%,#575757 7%,#3c3c3c 90%,#3a3a3a 97%,#2e2e2e 100%);
  795. /*background: linear-gradient(to bottom, #59574e 0%,#626055 3%,#59574f 7%,#403f3a 90%,#41403b 97%,#383734 100%);*/
  796. background-size: auto 100%;
  797. }
  798. .window .whead .wname
  799. {
  800. display: inline-block;
  801. padding: 0.3em 0.5em;
  802. text-shadow: 0 -1px 0 rgba(0,0,0,0.45);
  803. font-weight: bold;
  804. }
  805. .window .whead .cross
  806. {
  807. width:0.8em;
  808. height:0.8em;
  809. display:inline-block;
  810. background-size: cover;
  811. font-size: 1.3em;
  812. margin: 0.3em;
  813. position:absolute; right:0;
  814. /*float : right;*/
  815. cursor: pointer;
  816. }
  817. .window .wide
  818. {
  819. font-size: 1.2em;
  820. display: block;
  821. }
  822. .window .cbox{
  823. margin-left:0.4em;
  824. }
  825. .window .cbox, .window .angleinput {
  826. display:inline-block;
  827. }
  828. .window .body
  829. {
  830. padding: 1em;
  831. /*line-height:1.6em;*/
  832. }
  833. .window .body .form .block
  834. {
  835. padding:1em;
  836. border: 0.1em solid rgba(0,0,0,0.33);
  837. }
  838. .window .hbar > .fitem
  839. {
  840. margin-right: 1em;
  841. }
  842. .window .imgcont
  843. {
  844. /*width:512px;
  845. height:512px;*/
  846. /*background-color: rgba(0,0,0,0.1);*/
  847. text-shadow:none;
  848. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAAXNSR0IB2cksfwAAAAZQTFRF////yMjIXOIDQgAAABJJREFUeJxjYPjPgBXhEB7uAABycQ/xMT/uAgAAAABJRU5ErkJggg==);
  849. }
  850. /*
  851. .window .body .form .tinput .label, .window .body .form .ddmenu .label
  852. {
  853. display:inline-block;
  854. min-width:4em;
  855. }
  856. */
  857. .window .flabel
  858. {
  859. display:inline-block;
  860. min-width:4em;
  861. }
  862. .label12 .flabel
  863. {
  864. display:inline-block;
  865. min-width:12em;
  866. }
  867. .window .noalign .flabel
  868. {
  869. min-width:0;
  870. }
  871. .window .noalign .fitem
  872. {
  873. margin-right:1em;
  874. }
  875. .window h2 {
  876. margin-bottom: 0.2em;
  877. }
  878. table {
  879. border-width:2px;
  880. font-size: 1.2em;
  881. text-align: center;
  882. border-collapse: collapse;
  883. margin: 6px 0 6px 0;
  884. }
  885. table .left {
  886. text-align:left;
  887. width: 240px;
  888. }
  889. table td, table th {
  890. width:140px;
  891. margin:0;
  892. padding: 3px 10px;
  893. border-width:1px 2px;
  894. }
  895. table th { font-size: 1.3em; border-bottom-width: 2px; background-color:rgba(0,0,0, var(--alphaDark) ); }
  896. table .lastrow { font-weight:bold; }
  897. table .yes, table .no { font-weight: bold; font-size:1.6em; }
  898. table .yes { background-color: rgba(0,255,0,0.2); }
  899. .confbar
  900. {
  901. border-top-width: 1px;
  902. border-top-color: var(--brdr);
  903. line-height:2.5em;
  904. }
  905. .toolconf
  906. {
  907. display:flex;
  908. flex-flow: row;
  909. }
  910. .confbar .toolicon
  911. {
  912. width : var(--img20);
  913. height: var(--img20);
  914. margin: 5px 12px -4px 12px;
  915. display: absolute;
  916. }
  917. .confbar .body
  918. {
  919. }
  920. .confbar .fitem {
  921. margin-right: 0.35em;
  922. }
  923. .confbar .body > .fitem
  924. {
  925. margin-right: 1.2em;
  926. }
  927. .floatcont
  928. {
  929. padding:0.5em;
  930. background-color:var(--bg-color);
  931. border-width: 1px;
  932. /*box-shadow: 0px 8px 40px rgba(0,0,0,0.35);*/
  933. }