{"version":3,"sources":["theorem.css"],"names":[],"mappings":"AAIA,wDACI,aAAc,CACd,eAAgB,CAChB,kBAAmB,CACnB,YAAa,CACb,kBAAmB,CACnB,mDAAqD,CACrD,2CAEJ,CACA,kGACI,eAAiB,CACjB,aAAc,CAGd,yBAA0B,CAE1B,uBAAmB,CAEnB,wBAAkB,CAClB,UAAY,CACZ,iBACJ,CACA,qBACI,yBAA0B,CAC1B,wBACJ,CAOA,SACI,iBAAkB,CAClB,wBAA2B,CAC3B,wBACJ,CACA,gBACI,eAAe,CACf,iBAAkB,CAClB,wBACJ,CACA,uBACI,oCACJ,CAMA,YACI,iBAAkB,CAClB,wBAAsC,CACtC,wBACJ,CACA,mBACI,eAAe,CACf,iBAAkB,CAClB,wBACJ,CACA,0BACI,oCACJ,CAMA,OACI,iBAAkB,CAClB,wBAA2B,CAC3B,wBACJ,CACA,cACI,eAAgB,CAChB,wBACJ,CACA,qBACI,kCACJ,CAMA,OACI,aAAc,CACd,aAAc,CACd,iBACJ,CACA,cACI,gBAAiB,CACjB,iBACJ,CACA,aACI,eAAgB,CAChB,WACJ,CAMA,YACI,iBAAkB,CAClB,wBAA2B,CAC3B,wBACJ,CACA,mBACI,qBAAsB,CACtB,wBACJ,CACA,0BACI,uCACJ,CAMA,SACI,iBAAkB,CAClB,wBAA4B,CAC5B,wBACJ,CACA,gBACI,kBAAmB,CACnB,wBACJ,CACA,uBACI,oCACJ,CAOA,QACI,iBAAkB,CAClB,wBAA4B,CAC5B,wBACJ,CACA,eACI,iBAAkB,CAClB,wBACJ,CACA,sBACI,mCACJ","file":"theorem.10b78831.css","sourceRoot":"..","sourcesContent":["/*************************************/\n/*    Blocks                         */\n/*************************************/\n\n.block, .theorem, .lemma, .definition, .example, .my-theorem {\n    display: block;\n    margin-top: 20px;\n    margin-bottom: 40px;\n    padding: 30px;\n    border-radius: 10px;\n    -webkit-box-shadow: 5px 5px 18px 5px rgba(0,0,0,0.42); \n    box-shadow: 5px 5px 18px 5px rgba(0,0,0,0.42);\n    \n}\n.block:before, .theorem:before, .lemma:before, .definition:before, .example:before, .my-theorem:before {\n    font-weight: bold;\n    display: block;\n    margin-top: -30px;\n    margin-left: -30px;\n    border-radius: 5px 5px 0 0;\n    margin-right: -30px;\n    margin-bottom: 15px;\n    padding: 6px;\n    padding-left: 30px;\n    color: white;\n    font-style: normal;\n}\n.block[title]:before {\n    content: \"\" attr(title) \"\";\n    background-color: darkgrey;\n}\n\n\n/*************************************/\n/*    Theorems                       */\n/*************************************/\n\n.theorem {\n    font-style: italic;\n    background-color: lightpink;\n    border: 1px solid darkred;\n}\n.theorem:before {\n    text-align:left;\n    content: \"Theorem\";\n    background-color: darkred;\n}\n.theorem[title]:before {\n    content: \"Theorem (\" attr(title) \") \";\n}\n\n/*************************************/\n/*    Theorems                       */\n/*************************************/\n\n.my-theorem {\n    font-style: italic;\n    background-color: lightgoldenrodyellow;\n    border: 1px solid darkgoldenrod;\n}\n.my-theorem:before {\n    text-align:left;\n    content: \"Theorem\";\n    background-color: darkgoldenrod;\n}\n.my-theorem[title]:before {\n    content: \"Theorem (\" attr(title) \") \";\n}\n\n/*************************************/\n/*    Lemmas                         */\n/*************************************/\n\n.lemma {\n    font-style: italic;\n    background-color: lightgray;\n    border: 1px solid darkgray;\n}\n.lemma:before {\n    content: \"Lemma\";\n    background-color: darkgray;\n}\n.lemma[title]:before {\n    content: \"Lemma (\" attr(title) \") \";\n}\n\n/*************************************/\n/*    Proof                          */\n/*************************************/\n\n.proof {\n    display: block;\n    margin: 12px 0;\n    font-style: normal;\n}\n.proof:before {\n    content: \"Proof.\";\n    font-style: italic;\n}\n.proof:after {\n    content: \"\\25FC\";\n    float:right;\n}\n\n/*************************************/\n/*    Definitions                    */\n/*************************************/\n\n.definition {\n    font-style: normal;\n    background-color: lightblue;\n    border: 1px solid darkblue;\n}\n.definition:before {\n    content: \"Definition.\";\n    background-color: darkblue;\n}\n.definition[title]:before {\n    content: \"Definition (\" attr(title) \") \";\n}\n\n/*************************************/\n/*    Examples                       */\n/*************************************/\n\n.example {\n    font-style: normal;\n    background-color: lightgreen;\n    border: 1px solid darkgreen;\n}\n.example:before {\n    content: \"Example.\";\n    background-color: darkgreen;\n}\n.example[title]:before {\n    content: \"Example (\" attr(title) \") \";\n}\n\n\n/*************************************/\n/*    Remark                         */\n/*************************************/\n\n.remark {\n    font-style: normal;\n    background-color: lightgreen;\n    border: 1px solid darkgreen;\n}\n.remark:before {\n    content: \"Remark.\";\n    background-color: darkgreen;\n}\n.remark[title]:before {\n    content: \"Remark (\" attr(title) \") \";\n}\n"]}