Jump to content

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

No edit summary
No edit summary
 
Line 1: Line 1:
.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 */
/* Main Page boxes */
.mp-box {
.mp-box {
border: 1px solid #a2a9b1;
  border: 1px solid #a2a9b1;
background: #f8f9fa;
  background: #f8f9fa;
padding: 10px;
  color: #202122;
margin-bottom: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
}


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


/* Layout columns */
/* Layout columns */
#mp-upper {
#mp-upper {
display: flex;
  display: flex;
gap: 10px;
  gap: 10px;
}
 
#mp-left {
width: 50%;
}
 
#mp-right {
width: 50%;
}
 
/* Featured picture */
#mp-tfp {
text-align: center;
}
/* Main page boxes */
.mp-box {
border: 1px solid #444;
background: #1f2328;  /* dark background */
color: #e6e6e6;        /* readable text */
padding: 12px;
margin-bottom: 12px;
}
 
/* section titles */
.mp-h2 {
border-bottom: 1px solid #444;
font-size: 120%;
margin-bottom: 8px;
color: #ffffff;
}
 
/* two column layout */
#mp-upper {
display: flex;
gap: 12px;
}
}


#mp-left {
#mp-left {
width: 50%;
  width: 50%;
}
}


#mp-right {
#mp-right {
width: 50%;
  width: 50%;
}
}


/* links */
/* Links */
.mp-box a {
.mp-box a {
color: #4ea3ff;
  color: #0645ad;
}
}


/* featured picture center */
/* Featured picture */
#mp-tfp {
#mp-tfp {
text-align: center;
  text-align: center;
}
}

Latest revision as of 00:00, 19 March 2026

/* Main Page boxes */
.mp-box {
  border: 1px solid #a2a9b1;
  background: #f8f9fa;
  color: #202122;
  padding: 10px;
  margin-bottom: 10px;
}

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

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

#mp-left {
  width: 50%;
}

#mp-right {
  width: 50%;
}

/* Links */
.mp-box a {
  color: #0645ad;
}

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