Main Page/stylesheet.css: Difference between revisions

From Celeste Wiki
m
removed catlinks display
(Celeste changed the content model of the page Main Page/stylesheet.css from "wikitext" to "CSS")
Tag: content model change
m (removed catlinks display)
(16 intermediate revisions by 2 users not shown)
Line 1:
/*
.mp-topbanner {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 1em !important;
clear: both;
}
 
.mp-panel {
margin-bottom: 0.4em;
padding: 0.4em;
background-color: #f8f9fa;
border: 1px solid #ddd;
}
.mp-panel h2 {
margin: 0.1em;
padding: 0.2em;
background-color: #eee;
border: 1px solid #ddd;
font-family: Arial, sans-serif !important;
font-size: 1.2em;
font-weight: bold;
color: #222;
}
.mp-content {
padding: 0.4em;
Line 85 ⟶ 62:
}
 
.featarticleimg { margin: 1em 0.2em 0.2em 0em0 !important; }
*/
/* Dynamic display based on device width */
.gallery-mobile, .gallery-sd, .gallery-hd {
display: none;
}
@media only screen and (max-width: 1023px) {
.gallery-mobile {
display: block;
}
.mp-center {
flex-flow: row wrap;
gap: 1em;
}
 
.mp-contents,
.mp-agitation {
flex: 1 1 100%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
.gallery-sd {
display: block;
}
}
@media only screen and (min-width: 1920px) {
.gallery-hd {
display: block;
}
}
 
.mp-topbanner {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 1em;
clear: both;
margin-bottom: 0.4em;
}
 
.vectoronly { /* Panel */
border: 1px solid #CE8BF0;
color: #000;
background-color: #EDDEF3;
background-color: rgba(255, 255, 255, 0.58);
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;
}
 
.levelselectlarge {
padding: 8px;
text-align:center;
}
 
.levelselectlarge #celeste {
font-size: 162%;
border: none;
margin: 0 auto;
padding:.1em
}
 
.mp-center {
display: flex;
justify-content: space-between;
}
.mp-center > div {
margin-top: 0;
margin-bottom: 0;
display: grid;
}
/* .mp-center .mp-tocenter {
margin: auto 0;
} */
.mp-center > div > div {
margin: auto 0;
}
 
.mp-contents {
float: left;
width: 58%;
width: calc(60% - 5px);
padding: 1%;
text-align: center
}
 
.mp-contents #contents-header {
font-family: Verdana;
font-size: 3em;
white-space: nowrap;
overflow: hidden;
margin: 0 auto 0.1em
}
 
.mp-agitation {
float: right;
width: 35%;
padding: 1%;
text-align: right
}
 
.mp-agitation #agitation-picture {
float: left;
padding: 1ex
}
 
.mp-agitation #agitation-text {
font-size: 1.15em;
/*font-size: min(1.15em, 2.25vw);*/
text-align: center
}
 
.mp-mods {
background-color: #FEF;
background-color: rgba(255, 255, 255, 0.65);
padding: 1px 1% 1%;
font-size: 0.9em;
overflow: auto
}
.mp-mods .header {
text-align: center;
font-weight: bold;
font-family: Arial;
font-size: 2em;
margin: 0.75em auto
}
.mp-mods .contribute-link {
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.