মিডিয়াউইকি:Gadget-QuickQuote.css

উইকিউক্তি, মুক্ত উক্তি-উদ্ধৃতির সংকলন থেকে

লক্ষ্য করুন: প্রকাশ করার পর, পরিবর্তনগুলো দেখতে আপনাকে আপনার ব্রাউজারের ক্যাশে পরিষ্কার করার প্রয়োজন হতে পারে।

  • ফায়ারফক্স / সাফারি: পুনরায় লোড-এ ক্লিক করার সময় শিফট টিপে ধরে রাখুন, অথবা হয় Ctrl-F5 বা Ctrl-R টিপুন (ম্যাকে ⌘-R টিপুন)
  • গুগল ক্রোম: Ctrl-Shift-R (ম্যাকে ⌘-Shift-R) টিপুন
  • ইন্টারনেট এক্সপ্লোরার / এজ: Ctrl ধরে রাখা অবস্থায় Refresh-এ ক্লিক করুন, অথবা Ctrl-F5 টিপুন
  • অপেরা: Ctrl-F5 টিপুন।
.qq-msg-container img {
	display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.mw-ui-icon.mw-ui-icon-portletlink-t-quickquote{
	background: url(https://upload.wikimedia.org/wikipedia/commons/b/bd/%E0%A6%A4%E0%A6%A1%E0%A6%BC%E0%A6%BF%E0%A7%8E_%E0%A6%89%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A6%BF.svg);
}
div.qq-container {
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    margin: 0;
    display: flex;
}

div.qq-container div.qq-popup-window {
    width: 40%;
    height: 50%;
    background: #fff;
    display: grid;
    grid-template-rows: 15% 70% 15%;
}

div.qq-container div.qq-popup-header {
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    align-self: center;
    border-bottom: 1px solid #ccc;
}

div.qq-container div.qq-popup-header div.qq-popup-header-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    align-self: center;
    padding: 0 10px;
}

div.qq-container div.qq-popup-button {
    width: auto;
    padding: 0 10px;
    height: calc(100% - 10px);
    display: flex;
    margin: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    align-self: center;
    cursor: pointer;
    border-radius: 2px;
    border: #ccc 1px solid;
}

div.qq-container div.btnContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    align-self: center;
}

div.qq-container div.qq-popup-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    align-self: center;
}

div.qq-container div.qq-popup-body div.input {
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    display: grid;
    grid-template-rows: 20% 80%;
    grid-gap: 5px;
    padding: 5px 10px;
}

div.qq-container div.qq-popup-body div.input div.input-field {
    width: 100%;
    height: calc(100% - 5px);
}

div.qq-container div.qq-popup-body div.input div.input-field textarea {
    width: 90%;
    height: 90%;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}

@media (max-width:560px) {
    div.qq-container div.qq-popup-window {
        width: 90%;
        height: 60%;
    }

    div.qq-container div.qq-popup-button {
        text-align: center;
    }
}

@media (max-width:240px) {
    div.qq-container div.qq-popup-button {
        font-size: small;
    }
}