MediaWiki:Vector.css: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(47 intermediate revisions by one other user not shown)
Line 1: Line 1:
/****************************** Tabs Styles ******************************/
div.tabdiv {
    display: flex;
}
div.tabdiv > ul {
    min-width: 5%
    flex: 1;
}
div.tabdiv > ul > li {
    display: block;
}
div.tabdiv > div {
    flex: 19;
}
/****************************** Extension MenuSidebar Styles ******************************/
/****************************** Extension MenuSidebar Styles ******************************/
/* Allow popup submenus to overflow the sidebar area for the Vector skin */
/* Allow popup submenus to overflow the sidebar area for the Vector skin */
Line 198: Line 180:
}
}


/****************************** Content Box Shadow ******************************/
.vgrid-table > div:not(.vgrid-cat) ul li {
#content {
     list-style: none;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
 
#p-logo {
background: transparent
}
}