MediaWiki:Common.css: Difference between revisions

From Protoball
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .tinymce body,.tinymce td,.tinymce pre,.tinymce p,.tinymce div {font-size:16px;} I added the line below as well; .tinymce ....")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.tinymce body,.tinymce td,.tinymce pre,.tinymce p,.tinymce div {font-size:16px;}
#tinymce body,#tinymce td,#tinymce pre,#tinymce p,#tinymce div {font-size:16px;}
I added the line below as well;
I added the line below as well;
.tinymce .mceContentBody p {  font-size: 1.2em !important; }/* FF requires a important here */
#tinymce .mceContentBody p {  font-size: 1.2em !important; }/* FF requires a important here */

Revision as of 18:53, 23 May 2012

/* CSS placed here will be applied to all skins */

#tinymce body,#tinymce td,#tinymce pre,#tinymce p,#tinymce div {font-size:16px;}
I added the line below as well;
#tinymce .mceContentBody p {   font-size: 1.2em !important; }/* FF requires a important here */