UNPKG

miew

Version:

Miew - 3D Molecular Viewer

1 lines 2.27 kB
{"version":3,"sources":["../../src/Miew.scss"],"names":[],"mappings":"AAAA;EACE,eAAc;EACd,YAAW;EACX,aAAY;CACb;;AAED;;EAEE,YAAW;EACX,aAAY;EACZ,iBAAgB;EAChB,mBAAkB;CACnB;;AAQD;EAEE,uBAJgB;EAKhB,eAAc;EACd,YAAW;EACX,aAAY;CAQb;;AAbD;EAQI,oBAAmB;EACnB,uBAAsB;EACtB,mBAAkB;EAClB,iBAAgB;CACjB;;AAGH;EACE,mBAAkB;EAClB,UAAS;EACT,YAAW;EACX,mBAAkB;EAClB,cAxBqB;EAyBrB,yCA1BgC;EA4BhC,cAAa;EAEb,kBAAiB;EAEjB,sBAAqB;EACrB,WAAU;CACX;;AAED;EACE,aAAY;EACZ,iBAAgB;CACjB;;AAED;EACE,qBAAoB;CACrB;;AAED;;EAGI,YA7Cc;EA8Cd,0BA/CgB;CAgDjB;;AALH;EAQI,eAnDgB;EAoDhB,uBAnDc;CAoDf;;AAGH;;EAGI,eA3DgB;EA4DhB,uBA3Dc;CA4Df;;AALH;EAQI,YA/Dc;EAgEd,0BAjEgB;CAkEjB","file":"Miew.css","sourcesContent":[".miew-canvas > canvas {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.miew-container,\r\n.miew-canvas {\r\n width: 100%;\r\n height: 100%;\r\n overflow: hidden;\r\n position: relative;\r\n}\r\n\r\n$back-gray: 32;\r\n$dark-gray: rgba(64, 64, 64, 0.75);\r\n$titlebar-color: silver;\r\n$dark-color: #202020; // FIXME: $back-gray\r\n$light-color: #ccc;\r\n\r\n.miew-message {\r\n // hack for centered error-reporting\r\n background-color: $light-color;\r\n display: table;\r\n width: 100%;\r\n height: 100%;\r\n\r\n p {\r\n display: table-cell;\r\n vertical-align: middle;\r\n text-align: center;\r\n font-size: large;\r\n }\r\n}\r\n\r\n.mode-message {\r\n position: absolute;\r\n top: 10px;\r\n right: 10px;\r\n border-radius: 4px;\r\n color: $titlebar-color;\r\n background-color: $dark-gray;\r\n display: -ms-flexbox;\r\n display: flex;\r\n -ms-flex-align: stretch;\r\n align-items: left;\r\n -ms-flex-pack: initial;\r\n justify-content: left;\r\n opacity: 0;\r\n}\r\n\r\n.atom-info {\r\n margin: 10px;\r\n text-align: left;\r\n}\r\n\r\n.overlay {\r\n pointer-events: none;\r\n}\r\n\r\n.theme-dark {\r\n .label-obj,\r\n .label-fg {\r\n color: $light-color;\r\n background-color: $dark-color;\r\n }\r\n\r\n .label-bg {\r\n color: $dark-color;\r\n background-color: $light-color;\r\n }\r\n}\r\n\r\n.theme-light {\r\n .label-obj,\r\n .label-fg {\r\n color: $dark-color;\r\n background-color: $light-color;\r\n }\r\n\r\n .label-bg {\r\n color: $light-color;\r\n background-color: $dark-color;\r\n }\r\n}\r\n"]}