Main Page/stylesheet.css: Difference between revisions

From Celeste Wiki
no edit summary
No edit summary
Tag: Manual revert
No edit summary
Line 86:
 
.featarticleimg { margin: 1em 0.2em 0.2em 0em !important; }
 
/* Dynamic display based on device width */
.gallery-table-res-hide {
display: block;
}
.gallery-table-res-show {
display: none;
}
.gallery-table-res-hd {
display: none;
}
@media only screen and (min-device-width: 960px) {
.gallery-table-res-hide {
display: none !important;
}
.gallery-table-res-show {
display: block !important;
}
.gallery-table-res-hd {
display: none !important;
}
}
@media only screen and (min-device-width: 1920px) {
.gallery-table-res-hide {
display: none !important;
}
.gallery-table-res-show {
display: none !important;
}
.gallery-table-res-hd {
display: block !important;
}
}
 
.vectoronly {
border: 1px solid #CE8BF0;
color: #000;
background-color: rgba(255, 255, 255, 0.58);
}
 
.levelselectlarge {
margin-top: 15px;
margin-bottom: 10px;
padding: 8px;
text-align:center;
}
 
.levelselectlarge #celeste {
font-size: 162%;
border: none;
margin: 0 auto;
padding:.1em
}
 
.mp-contents {
display: grid;
float: left;
width: 58%;
width: calc(60% - 5px);
background-color: rgba(255, 255, 255, 0.58);
border: 1px solid #CE8BF0;
color:#000;
margin-top: 10px;
margin-bottom: 10px;
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 {
display: grid;
float: right;
width: 35%;
padding: 1%;
background-color: rgba(255, 255, 255, 0.58);
border: 1px solid #CE8BF0;
color:#000;
margin-top: 10px;
margin-bottom: 10px;
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: rgba(255, 255, 255, 0.65);
margin: 9px auto 0;
padding: 0.5px 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
}
1,907

edits

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