Main Page/stylesheet.css: Difference between revisions

From Celeste Wiki
m
removed catlinks display
No edit summary
m (removed catlinks display)
(7 intermediate revisions by the same user not shown)
Line 1:
/*
.mp-content {
padding: 0.4em;
Line 62 ⟶ 63:
 
.featarticleimg { margin: 1em 0.2em 0.2em 0 !important; }
*/
 
/* Dynamic display based on device width */
.gallery-tablemobile, .gallery-ressd, .gallery-hidehd {
display: block;
.gallery-table-res-show {
display: none;
}
@media only screen and (max-width: 1023px) {
.gallery-table-res-hd {
.gallery-table-res-showmobile {
display: none;
display: block;
}
.mp-center {
flex-flow: row wrap;
gap: 1em;
}
 
.mp-contents,
.mp-agitation {
flex: 1 1 100%;
}
}
@media only screen and (min-width: 960px1024px) and (max-width: 1919px) {
.gallery-table-res-hidesd {
display: none !importantblock;
}
.gallery-table-res-show {
display: block !important;
}
.gallery-table-res-hd {
display: none !important;
}
}
@media only screen and (min-width: 1920px) {
.gallery-table-res-hidehd {
display: none !importantblock;
}
.gallery-table-res-show {
display: none !important;
}
.gallery-table-res-hd {
display: block !important;
}
}
Line 112 ⟶ 109:
margin-top: 1em;
margin-bottom: 1em;
 
.img-res img {
max-width:100%;
height:auto;
}
 
.hc {
margin: 0 auto;
}
.fullwidth {
width: 100%;
}
table.fullwidth {
width: 100%;
table-layout: fixed;
}
 
Line 134 ⟶ 147:
margin-bottom: 0;
display: grid;
}
/* .mp-center .mp-tocenter {
margin: auto 0;
} */
.mp-center > div > div {
margin: auto 0;
}
 
Line 187 ⟶ 206:
text-align: center;
margin: -0.5em auto
}
.mp-mods .mod-desc .mod-file {
float: left;
padding: 4px 10px 4px 0;
}
.mp-mods .mod-desc .mod-text {
white-space: normal;
text-overflow: ellipsis;
overflow: hidden;
}
#catlinks {
display: none;
}
1,907

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.