MediaWiki:Common.css: Difference between revisions

From KB
No edit summary
No edit summary
Line 1: Line 1:
/* สไตล์ชีตในหน้านี้จะส่งผลแก่ผู้ใช้ทุกสกิน */
crm_open_request {
 
  border-radius: 0.5rem;
#crm_open_request {
  align-items: center;
    border-radius: 0.5rem;
  --tw-bg-opacity: 1;
    align-items: center;
  background: rgb(47 49 146) !important;
    --tw-bg-opacity: 1;
  border: 0;
    background: rgb(47 49 146) !important;
  padding-left: 1.25rem;
    border: 0;
  padding-right: 1.25rem;
    padding-left: 1.25rem;
  padding-bottom: 1rem;
    padding-right: 1.25rem;
  padding-top: 1rem;
    padding-bottom: 1rem;
  font-size: 1rem;
    padding-top: 1rem;
  font-weight: bold;
    font-size: 1rem;
  line-height: 1.25rem;
    font-weight: bold;
  --tw-text-opacity: 1;
    line-height: 1.25rem;
  color: white;
    --tw-text-opacity: 1;
  font-family: 'Kanit', sans-serif;
    color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    font-family: 'Kanit', sans-serif;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
 
#pt-login-2 {
display:none !important
}
}

Revision as of 08:15, 4 March 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);
}