strong-arc
Version:
A visual suite for the StrongLoop API Platform
1 lines • 5.87 kB
Source Map (JSON)
{"version":3,"sources":["screencastView.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;;AAEH;IACI,iBAAiB;CACpB;;AAED;IACI,+BAAoB;IAApB,8BAAoB;QAApB,wBAAoB;YAApB,oBAAoB;IACpB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,uBAAe;QAAf,mBAAe;YAAf,eAAe;IACf,mBAAmB;CACtB;;AAED;IACI,mBAAmB;IACnB,8BAA8B;IAC9B;;kDAE8C;IAC9C,6BAA6B;IAC7B,+BAA+B;IAC/B,6BAA6B;IAC7B,8BAA8B;IAC9B,aAAa;IACb,aAAa;IACb,YAAY;CACf;;AAED;IACI,mBAAmB;CACtB;;AAED;IACI,mBAAmB;CACtB;;AAED;IACI,aAAa;CAChB;;AAED;IACI,4BAA4B;CAC/B;;AAED;IACI,6BAA6B;CAChC;;AAED;IACI,6BAA6B;CAChC;;AAED;IACI,gBAAgB;IAChB,uBAAuB;IACvB,mBAAmB;IACnB,YAAY;IACZ,kBAAkB;CACrB;;AAED;IACI,uBAAuB;IACvB,yBAAyB;CAC5B;;AAED;IACI,oCAAoC;IACpC,YAAY;IACZ,QAAQ;IACR,mBAAmB;IACnB,UAAU,EAAE,+CAA+C;IAC3D,SAAS;IACT,WAAW,EAAE,kCAAkC;CAClD;;AAED;IACI,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,uBAAuB;IACvB,oBAAoB;IACpB,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,cAAc;IACd,aAAa;IACb,uBAAuB;CAC1B;;AAED;IACI,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,uBAAuB;IACvB,mBAAmB;CACtB;;AAED;IACI,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,mBAAmB;CACtB;;AAED;IACI,0BAA0B;CAC7B;;AAED;IACI,mBAAmB;IACnB,YAAY;CACf;;AAED;IACI,+DAA+D;IAC/D,yBAAyB;CAC5B;;AAED;IACI,2EAA2E;IAC3E,wBAAwB;CAC3B;;AAED;IACI,0EAA0E;IAC1E,uBAAuB;CAC1B;;AAED;EACE,mBAAmB;EACnB,OAAO;EACP,SAAS;EACT,UAAU;EACV,QAAQ;EACR,2CAA2C;EAC3C,gBAAgB;EAChB,aAAa;EACb,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;CACrB","file":"screencastView.css","sourcesContent":["/*\n * Copyright (C) 2013 Google Inc. All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are\n * met:\n *\n * * Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * * Redistributions in binary form must reproduce the above\n * copyright notice, this list of conditions and the following disclaimer\n * in the documentation and/or other materials provided with the\n * distribution.\n * * Neither the name of Google Inc. nor the names of its\n * contributors may be used to endorse or promote products derived from\n * this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n * \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n.screencast {\n overflow: hidden;\n}\n\n.screencast-navigation {\n flex-direction: row;\n display: flex;\n flex: 24px 0 0;\n position: relative;\n}\n\n.screencast-navigation button {\n border-radius: 2px;\n background-color: transparent;\n background-image: -webkit-image-set(\n url(Images/navigationControls.png) 1x,\n url(Images/navigationControls_2x.png) 2x);\n background-clip: content-box;\n background-origin: content-box;\n background-repeat: no-repeat;\n border: 1px solid transparent;\n height: 23px;\n padding: 2px;\n width: 23px;\n}\n\n.screencast-navigation button:hover {\n border-color: #ccc;\n}\n\n.screencast-navigation button:active {\n border-color: #aaa;\n}\n\n.screencast-navigation button[disabled] {\n opacity: 0.5;\n}\n\n.screencast-navigation button.back {\n background-position-x: -1px;\n}\n\n.screencast-navigation button.forward {\n background-position-x: -18px;\n}\n\n.screencast-navigation button.reload {\n background-position-x: -37px;\n}\n\n.screencast-navigation input {\n -webkit-flex: 1;\n border: 1px solid #aaa;\n border-radius: 2px;\n margin: 1px;\n padding-left: 5px;\n}\n\n.screencast-navigation input:focus {\n border: 1px solid #aaa;\n outline: none !important;\n}\n\n.screencast-navigation .progress {\n background-color: rgb(66, 129, 235);\n height: 3px;\n left: 0;\n position: absolute;\n top: 100%; /* Align with the bottom edge of the parent. */\n width: 0;\n z-index: 2; /* Above .screencast-glasspane. */\n}\n\n.screencast-viewport {\n display: flex;\n border: 1px solid #999;\n border-radius: 20px;\n flex: none;\n padding: 20px;\n margin: 10px;\n background-color: #eee;\n}\n\n.screencast-canvas-container {\n flex: auto;\n display: flex;\n border: 1px solid #999;\n position: relative;\n}\n\n.screencast canvas {\n flex: auto;\n position: relative;\n}\n\n.screencast-px {\n color: rgb(128, 128, 128);\n}\n\n.screencast-element-title {\n position: absolute;\n z-index: 10;\n}\n\n.screencast-tag-name {\n /* Keep this in sync with view-source.css (.webkit-html-tag) */\n color: rgb(136, 18, 128);\n}\n\n.screencast-node-id {\n /* Keep this in sync with view-source.css (.webkit-html-attribute-value) */\n color: rgb(26, 26, 166);\n}\n\n.screencast-class-name {\n /* Keep this in sync with view-source.css (.webkit-html-attribute-name) */\n color: rgb(153, 69, 0);\n}\n\n.screencast-glasspane {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgba(255, 255, 255, 0.8);\n font-size: 30px;\n z-index: 100;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n"],"sourceRoot":"/source/"}