element-web-synapse01pim.gr.jp

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

styles.js (2992B)


      1 "use strict";(self.webpackChunkelement_web=self.webpackChunkelement_web||[]).push([[1869],{"./src/utils/exportUtils/exportCustomCSS.css?raw"(n){n.exports="/*\nCopyright 2024 New Vector Ltd.\nCopyright 2021 The Matrix.org Foundation C.I.C.\n\nSPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial\nPlease see LICENSE files in the repository root for full details.\n*/\n\n/*\n    This file is raw-imported (imported as plain text) for the export bundle, which is the reason for the .css format and the colours being hard-coded hard-coded.\n*/\n\nhtml,\nbody {\n    font-size: var(--cpd-font-size-root) !important;\n}\n\n#snackbar {\n    display: flex;\n    visibility: hidden;\n    min-width: 250px;\n    margin-left: -125px;\n    background-color: #333;\n    color: #fff;\n    text-align: center;\n    position: fixed;\n    z-index: 1;\n    left: 50%;\n    bottom: 30px;\n    font-size: 17px;\n    padding: 6px 16px;\n    font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        avenir next,\n        avenir,\n        segoe ui,\n        helvetica neue,\n        helvetica,\n        Ubuntu,\n        roboto,\n        noto,\n        arial,\n        sans-serif;\n    font-weight: 400;\n    line-height: 1.43;\n    border-radius: 4px;\n    letter-spacing: 0.01071em;\n}\n\n#snackbar.mx_show {\n    visibility: visible;\n    -webkit-animation:\n        mx_snackbar_fadein 0.5s,\n        mx_snackbar_fadeout 0.5s 2.5s;\n    animation:\n        mx_snackbar_fadein 0.5s,\n        mx_snackbar_fadeout 0.5s 2.5s;\n}\n\na.mx_reply_anchor {\n    cursor: pointer;\n}\n\n@-webkit-keyframes mx_snackbar_fadein {\n    from {\n        bottom: 0;\n        opacity: 0;\n    }\n    to {\n        bottom: 30px;\n        opacity: 1;\n    }\n}\n\n@keyframes mx_snackbar_fadein {\n    from {\n        bottom: 0;\n        opacity: 0;\n    }\n    to {\n        bottom: 30px;\n        opacity: 1;\n    }\n}\n\n@-webkit-keyframes mx_snackbar_fadeout {\n    from {\n        bottom: 30px;\n        opacity: 1;\n    }\n    to {\n        bottom: 0;\n        opacity: 0;\n    }\n}\n\n@keyframes mx_snackbar_fadeout {\n    from {\n        bottom: 30px;\n        opacity: 1;\n    }\n    to {\n        bottom: 0;\n        opacity: 0;\n    }\n}\n\n* {\n    scroll-behavior: smooth !important;\n}\n\n.mx_Export_EventWrapper:target {\n    background: white;\n    animation: mx_event_highlight_animation 2s linear;\n}\n\n@keyframes mx_event_highlight_animation {\n    0%,\n    100% {\n        background: white;\n    }\n    50% {\n        background: #e3e2df;\n    }\n}\n\n.mx_RoomHeader {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    justify-content: start;\n    gap: var(--cpd-space-3x);\n}\n\n.mx_ReplyChain_Export {\n    margin-top: 0;\n    margin-bottom: 5px;\n}\n\n.mx_RedactedBody,\n.mx_HiddenBody {\n    padding-left: unset;\n}\n\nimg {\n    white-space: nowrap;\n    overflow: hidden;\n}\n\n.mx_MatrixChat {\n    max-width: 100%;\n}\n"}}]);