Difference between revisions of "MediaWiki:Common.css"

From GeoGebra Manual
Jump to: navigation, search
(Created page with '→‎CSS placed here will be applied to all skins: table.mbox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; →‎Default "notice" gray: background: #f...')
(No difference)

Revision as of 06:43, 11 January 2011

/* CSS placed here will be applied to all skins */
table.mbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #aaa; /* Default "notice" gray */
	background: #f9f9f9;
}
table.mbox-wide {
	margin: 4px 0;
}

th.mbox-text, td.mbox-text {     /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
	border: none;
	padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
	text-align: center;
}
td.mbox-imageright {             /* The right image cell */
	border: none;
	padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
	text-align: center;
}
td.mbox-empty-cell {         /* An empty narrow cell */
	border: none;
	padding: 0px;
	width: 1px;
}
© 2024 International GeoGebra Institute