MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 950: Line 950:
/* End Style for article window<------ */
/* End Style for article window<------ */
.footer {
.footer {
    display: grid;  
display: grid;  
     grid-template-columns: 1fr auto 1fr;
     grid-template-columns: 1fr auto 1fr;
     align-items: center;  
     align-items: center;  
     position: fixed;
     position: fixed;
     left: 0;
     left: 0;
     bottom: 10px;
     bottom: 0;
     width: 100%;
     width: 100%;
    padding: 22px;
     box-sizing: border-box;
     box-sizing: border-box;
     z-index: 11;
     z-index: 11;
    background: transparent linear-gradient(180deg, #FFF0 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box;
    padding-left: 25px;
    padding-right: 25px;
padding-bottom: 25px;
padding-top: 50px;
}
}


Line 978: Line 982:
     font-family: 'HALColant-TextRegular';
     font-family: 'HALColant-TextRegular';
     cursor: pointer;
     cursor: pointer;
}
#simpleSearch:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 400%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
    margin-left: -10%;
}
}


Navigation menu