MediaWiki:Common.css: Difference between revisions

From KB
No edit summary
No edit summary
Line 18: Line 18:
     font-family: 'Kanit', sans-serif;
     font-family: 'Kanit', sans-serif;
     box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
     box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
#pt-login-2 {
display:none !important
}
}

Revision as of 16:31, 23 February 2024

/* สไตล์ชีตในหน้านี้จะส่งผลแก่ผู้ใช้ทุกสกิน */

#crm_open_request {
    border-radius: 0.5rem;
    align-items: center;
    --tw-bg-opacity: 1;
    background: rgb(47 49 146) !important;
    border: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: white;
    font-family: 'Kanit', sans-serif;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

#pt-login-2 {
display:none !important
}