MediaWiki:Common.css: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:


.infobox {
.infobox {
width: 300px;
width: 22em;
border: 1px solid #999999;
border: 1px solid #a2a9b1;
float: right;  
float: right;  
clear: right;
clear: right;
margin: 10px 0px 30px 30px;
    margin: 0.5em 0 0.5em 1em;
padding: 0px 0px 0px 0px;
padding: 0.2em;
text-align: left;
text-align: left;
line-height: 1.8em !important;
line-height: 1.5em;
font-size: 11px;
font-size: 88%;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica, sans-serif;
color:#000000;
color:#000000;
background-color: #f8f9fa;
}
}


Line 52: Line 46:
text-shadow: 1px 1px 3px #000;
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 {
.infobox #heading_bigger a {
Line 61: Line 62:


table#infobox_song {
table#infobox_song {
background-color: #fff7bf;
}
}


Line 75: Line 75:


#infobox_album {
#infobox_album {
background-color: #accbf0;
}
}


Line 88: Line 87:


#infobox_artist {
#infobox_artist {
background-color: #acf0b7;
}
}


Line 102: Line 100:


#infobox_person {
#infobox_person {
background-color: #f0acac;
}
}


Line 114: Line 111:


#infobox_misc {
#infobox_misc {
background-color: #e0e0e0;
}
}



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 {
 
    }