MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 54: Line 54:
     display: none;
     display: none;
}
}
a.mw-selflink {
font-weight: normal;
text-decoration: underline;
}
a.mw-selflink:hover {
font-weight: normal;
text-decoration: underline;
}
/* ------>Start Style for header */
#header-container {
#header-container {
     display: flex;
     display: flex;
Line 60: Line 69:
     padding-bottom: 12%;
     padding-bottom: 12%;
}
}
/* ------>Start Style for header */
a.mw-selflink {
    font-weight: normal;
    text-decoration: underline;
}
a.mw-selflink:hover {
    font-weight: normal;
    text-decoration: underline;
}
.head-col {
.head-col {
     width: calc(20% - 2px);
     width: calc(20% - 2px);
Line 165: Line 165:
.header-about a:hover{
.header-about a:hover{
color: black;
color: black;
}
#about-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 12%;
}
.about-col {
    width: calc(20% - 2px);
    box-sizing: border-box;
    height: fit-content;
    padding: 0 7px;
    margin-bottom: 30px;
    font-size: 12pt;
    line-height: 25px;
    letter-spacing: 0.4px;
}
.about-details-col {
    width: calc(40% - 2px);
    box-sizing: border-box;
    height: fit-content;
    margin-bottom: 30px;
    font-size: 12pt;
    line-height: 25px;
    letter-spacing: 0.4px;
    border-bottom: 1px solid black;
}
}
/* End Style for header<------ */
/* End Style for header<------ */

Navigation menu