Jump to content

MediaWiki:Common.css

From SOJI ELECTRONICS
Revision as of 06:41, 11 May 2026 by Admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Sidebar CategoryTree */
.vector-main-menu #p-categorytree-portlet .CategoryTreeChildren,
#p-categorytree-portlet .CategoryTreeChildren {
    margin-left: 0 !important;
    padding-left: 14px !important;
    border-left: 0 !important;
    overflow: visible !important;
}

.vector-main-menu #p-categorytree-portlet .CategoryTreeItem,
#p-categorytree-portlet .CategoryTreeItem {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}

.vector-main-menu #p-categorytree-portlet .CategoryTreeItem > bdi,
#p-categorytree-portlet .CategoryTreeItem > bdi {
    order: 1 !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.vector-main-menu #p-categorytree-portlet .CategoryTreeBullet,
#p-categorytree-portlet .CategoryTreeBullet {
    order: 2 !important;
    margin-left: 8px !important;
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.vector-main-menu #p-categorytree-portlet .CategoryTreeToggle,
#p-categorytree-portlet .CategoryTreeToggle {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    background: none !important;
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
    position: relative !important;
    font-size: 0 !important;
    line-height: 1 !important;
    transition: transform 0.2s ease !important;
}

.vector-main-menu #p-categorytree-portlet .CategoryTreeToggle::before,
#p-categorytree-portlet .CategoryTreeToggle::before {
    content: "\276F" !important;
    display: block !important;
    color: #2c3993 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    font-family: Arial, sans-serif !important;
}

/* đóng: mũi tên sang phải */
#p-categorytree-portlet .CategoryTreeToggle[aria-expanded="false"] {
    transform: rotate(0deg) !important;
}

/* mở: quay xuống */
#p-categorytree-portlet .CategoryTreeToggle[aria-expanded="true"] {
    transform: rotate(90deg) !important;
}

/* page cuối: không có mũi tên */
#p-categorytree-portlet .CategoryTreePageBullet,
#p-categorytree-portlet .CategoryTreeEmptyBullet {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}
SOJI Electronics