MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 47: Line 47:
     display: none;
     display: none;
}
}
#header-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
/* ------>Start Style for header */
.head-col {
    width: calc(20% - 2px);
    box-sizing: border-box;
    border: 1px solid black;
    height: fit-content;
    padding: 7px;
    margin-bottom: 30px;
    font-size: 12pt;
    line-height: 23.5px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
 
.head-col:not(:first-child) {
margin-left: -1px;
}
.head-col:nth-child(5n + 1) {
margin-left: 0;
transform: none;
}
.head-col:last-child {
margin-right: 0;
border-right: 1px solid black;
}
/* End Style for header<------ */
#list {
#list {
   display: flex;
   display: flex;

Navigation menu