Main Page/stylesheet.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
m Protected "Main Page/stylesheet.css": Main Page stylesheet ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
not displaying siteNotice on main page, removed commented CSS
 
Line 1: Line 1:
/*
.mp-content {
padding: 0.4em;
clear: both;
overflow: hidden;
}
.mp-row {
display: flex;
flex-direction: row;
}
.mp-row > .mp-panel:nth-child(1) {
flex: 1 1 55%;
margin-right: 0.4em;
}
.mp-row > .mp-panel:nth-child(2) {
flex: 1 1 45%;
}
@media screen and (max-width: 1024px) {
.mp-topbanner {
flex-direction: column;
align-items: center;
}
.mp-row {
flex-direction: column;
}
.mp-row > .mp-panel:nth-child(1) {
margin-right: 0;
}
}

.mp-green {
background-color: #f2fff9;
border-color: #cef2e0;
}
.mp-green h2 {
background-color: #cef2e0;
border-color: #a3bfb1;
}
.mp-blue {
background-color: #f2f8ff;
border-color: #CEE0F2;
}
.mp-blue h2 {
background-color: #cedff2;
border-color: #a3b0bf;
}
.mp-purple {
background-color: #FAF5FF;
border-color: #E0CEF2;
}
.mp-purple h2 {
background-color: #e0cef2;
border-color: #afa3bf;
}
.mp-pink {
background-color: #FFF5FA;
border-color: #F2CEE0;
}
.mp-pink h2 {
background-color: #f2cee0;
border-color: #bfa3b1;
}

.featarticleimg { margin: 1em 0.2em 0.2em 0 !important; }
*/
/* Dynamic display based on device width */
/* Dynamic display based on device width */
.gallery-mobile, .gallery-sd, .gallery-hd {
.gallery-mobile, .gallery-sd, .gallery-hd {
Line 147: Line 82:
display: grid;
display: grid;
}
}

/* .mp-center .mp-tocenter {
margin: auto 0;
} */
.mp-center > div > div {
.mp-center > div > div {
margin: auto 0;
margin: auto 0;
Line 186: Line 119:
/*font-size: min(1.15em, 2.25vw);*/
/*font-size: min(1.15em, 2.25vw);*/
text-align: center
text-align: center
}

#catlinks, #siteNotice {
display: none;
}
}


Line 217: Line 154:
text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
overflow: hidden;
}
#catlinks {
display: none;
}
}