{"version":3,"sources":["../src/css/theorem.css"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"theorem.dff7cb9b.css","sourceRoot":"../example","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    padding-bottom: 20px;\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"]}