MediaWiki:Common.css: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* ----------------- INFOBOXES GLOBAL ----------------- */
/* ----------------- INFOBOXES GLOBAL ----------------- */


.infobox {
.infobox {
width: 22em;
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
border-spacing: 3px;
float: right;  
background-color: #f8f9fa;
clear: right;
color: black;
    margin: 0.5em 0 0.5em 1em;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
padding: 0.2em;
/* @noflip */
text-align: left;
float: right;
line-height: 1.5em;
/* @noflip */
clear: right;
font-size: 88%;
font-size: 88%;
line-height: 1.5em;
color:#000000;
width: 22em;
background-color: #f8f9fa;
}
}
 
table.infobox th {
padding: 5px 2px 5px 2px;
}


.infobox-header,
.infobox p {
.infobox-label,
    line-height: 1.8em !important;
.infobox-above,
}
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}


.infobox-label,
#heading_biggest {
.infobox-data,
text-align:center;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
font-size:20px;
.infobox th,
color: #000000;
.infobox td {
font-weight: bold;
/* @noflip */
display:block;
text-align: left;
margin: 0px 0px 0px 0px;
}
padding: 0px 0px 3px 0px;
line-height:normal !important;
}


/* Remove .infobox when element selectors above are removed */
#heading_bigger {
.infobox .infobox-above,
text-align:center;
.infobox .infobox-title,
font-size:14px;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
font-size: 125%;
font-weight: bold;
font-weight: bold;
text-align: center;
display:block;
}
margin: 5px 0px 0px 0px;
padding: 2px 0px 2px 0px;
line-height:normal !important;
background-color:#0005;
color: #fff;
text-shadow: 1px 1px 3px #000;
}


.infobox-title,
#chronology_heading {
/* Remove element selector when every .infobox thing is using the standard module/templates  */
font-size:14px;
.infobox caption {
    background-color:#0005;
padding: 0.2em;
color: #fff;
}
text-shadow: 1px 1px 3px #000;
    }
 
.infobox #heading_bigger a {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  }
 
/* ----------------- INFOBOX SONG ----------------- */
 
table#infobox_song {
}
 
#infobox_song #heading_biggest {
}
 
#infobox_song #heading_bigger {
    }
 
 
 
/* ----------------- INFOBOX ALBUM ----------------- */
 
#infobox_album {
}
 
#infobox_album #heading_biggest {
}
 
#infobox_album #heading_bigger {
    }
 
 
/* ----------------- INFOBOX ARTIST ----------------- */
 
#infobox_artist {
}
 
#infobox_artist #heading_biggest {
}
 
#infobox_artist #heading_bigger {
    }
 
 
 
/* ----------------- INFOBOX PERSON ----------------- */
 
#infobox_person {
}
 
#infobox_person #heading_biggest {
}
 
#infobox_person #heading_bigger {
    }
 
/* ----------------- INFOBOX MISC ----------------- */
 
#infobox_misc {
}


/* Remove .infobox when element selectors above are removed */
#infobox_misc #heading_biggest {
.infobox .infobox-header,
}
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}


/* Remove .infobox when element selectors above are removed */
#infobox_misc #heading_bigger {
.infobox .infobox-navbar {
/* @noflip */
    }
text-align: right;
}

Latest revision as of 20:34, 18 September 2022

/* ----------------- INFOBOXES GLOBAL ----------------- */

.infobox {
	width: 22em;
	border: 1px solid #a2a9b1;
	float: right; 
	clear: right;
    margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	text-align: left;
	line-height: 1.5em;
	font-size: 88%;
	color:#000000;
	background-color: #f8f9fa;
	}

table.infobox th {
	padding: 5px 2px 5px 2px;
	}

.infobox p {
    line-height: 1.8em !important;
	}

#heading_biggest {
	text-align:center;
	font-size:20px;
	color: #000000;
	font-weight: bold;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height:normal !important;
	}

#heading_bigger {
	text-align:center;
	font-size:14px;
	font-weight: bold;
	display:block;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	line-height:normal !important;
	background-color:#0005;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	}

#chronology_heading {
	font-size:14px;
    background-color:#0005;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
    }

.infobox #heading_bigger a {
   color: #fff;
   text-shadow: 1px 1px 3px #000;
   }

/* ----------------- INFOBOX SONG ----------------- */

table#infobox_song {
	}

#infobox_song #heading_biggest {
	}

#infobox_song #heading_bigger {
    }



/* ----------------- INFOBOX ALBUM ----------------- */

#infobox_album {
	}

#infobox_album #heading_biggest {
	}

#infobox_album #heading_bigger {
    }


/* ----------------- INFOBOX ARTIST ----------------- */

#infobox_artist {
	}

#infobox_artist #heading_biggest {
	}

#infobox_artist #heading_bigger {
    }



/* ----------------- INFOBOX PERSON ----------------- */

#infobox_person {
	}

#infobox_person #heading_biggest {
	}

#infobox_person #heading_bigger {
    }

/* ----------------- INFOBOX MISC ----------------- */

#infobox_misc {
	}

#infobox_misc #heading_biggest {
	}

#infobox_misc #heading_bigger {
 
    }