Jump to content

Template:Main Page/styles.css: Difference between revisions

m Protected "Template:Main Page/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
No edit summary
Line 13: Line 13:
#mp-left, #mp-right {
#mp-left, #mp-right {
width:50%;
width:50%;
}
/* Main Page boxes */
.mp-box {
border: 1px solid #a2a9b1;
background: #f8f9fa;
padding: 10px;
margin-bottom: 10px;
}
/* Main Page headings */
.mp-h2 {
border-bottom: 1px solid #a2a9b1;
font-size: 120%;
margin-bottom: 6px;
}
/* Layout columns */
#mp-upper {
display: flex;
gap: 10px;
}
#mp-left {
width: 50%;
}
#mp-right {
width: 50%;
}
/* Featured picture */
#mp-tfp {
text-align: center;
}
}

Revision as of 15:06, 11 March 2026

.mp-box {
border:1px solid #a2a9b1;
padding:10px;
margin-bottom:10px;
background:#f8f9fa;
}

#mp-upper {
display:flex;
gap:10px;
}

#mp-left, #mp-right {
width:50%;
}
/* Main Page boxes */
.mp-box {
border: 1px solid #a2a9b1;
background: #f8f9fa;
padding: 10px;
margin-bottom: 10px;
}

/* Main Page headings */
.mp-h2 {
border-bottom: 1px solid #a2a9b1;
font-size: 120%;
margin-bottom: 6px;
}

/* Layout columns */
#mp-upper {
display: flex;
gap: 10px;
}

#mp-left {
width: 50%;
}

#mp-right {
width: 50%;
}

/* Featured picture */
#mp-tfp {
text-align: center;
}
Original content on DGR Wiki is © DGR Entertainment & Multimedia Ltd.