Main Page/stylesheet.css: Difference between revisions

From Celeste Wiki
Refactored (hopefully I don't break anything)
No edit summary
(Refactored (hopefully I don't break anything))
Line 7:
}
 
.mp-panel {
margin-bottom: 0.4em;
padding: 0.4em;
background-color: rgba(255, 255, 255, 0.58);
border: 1px solid #CE8BF0;
}
.mp-panel h2 {
margin: 0.1em;
padding: 0.2em;
background-color: rgba(255, 255, 255, 0.58);
border: 1px solid #CE8BF0;
font-family: Arial, sans-serif !important;
font-size: 1.2em;
font-weight: bold;
color: #222;
}
.mp-content {
padding: 0.4em;
Line 85 ⟶ 69:
}
 
.featarticleimg { margin: 1em 0.2em 0.2em 0em0 !important; }
 
/* Dynamic display based on device width */
Line 97 ⟶ 81:
display: none;
}
@media only screen and (min-device-width: 960px) {
.gallery-table-res-hide {
display: none !important;
Line 108 ⟶ 92:
}
}
@media only screen and (min-device-width: 1920px) {
.gallery-table-res-hide {
display: none !important;
Line 120 ⟶ 104:
}
 
.vectoronly { /* Panel */
border: 1px solid #CE8BF0;
color: #000;
background-color: rgba(255, 255, 255, 0.58)#EDDEF3;
background-color: rgba(255, 255, 255, 0.58);
}
Line 145 ⟶ 130:
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;
Line 167 ⟶ 149:
width: 35%;
padding: 1%;
background-color: rgba(255, 255, 255, 0.58);
border: 1px solid #CE8BF0;
color:#000;
margin-top: 10px;
margin-bottom: 10px;
Line 187 ⟶ 166:
 
.mp-mods {
background-color: rgba(255, 255, 255, 0.58)#FEF;
background-color: rgba(255, 255, 255, 0.65);
margin: 9px auto 0;
1,907

edits

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