From 4d7e06ec703269e772f82fd5f4f85687c618197a Mon Sep 17 00:00:00 2001 From: secretr Date: Fri, 9 Dec 2011 02:12:45 +0000 Subject: [PATCH] Backward compatibility styles update --- e107_files/e107.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/e107_files/e107.css b/e107_files/e107.css index b11f1cac6..ac9f6295d 100644 --- a/e107_files/e107.css +++ b/e107_files/e107.css @@ -114,4 +114,19 @@ a.cpage-np.current { text-decoration: none; } /* BBcode textareas */ div.bbarea.large, .tbox.large, .helpbox.large { width: 95% !important; } div.bbarea.medium, .tbox.medium, .helpbox.medium { width: 60% !important; } -div.bbarea.small, .tbox.small, .helpbox.small { width: 250px !important; } \ No newline at end of file +div.bbarea.small, .tbox.small, .helpbox.small { width: 250px !important; } + +/******** bbcodes && typgoraphy */ +p { } +p.bbcode { margin: 10px 0px; text-indent: 15px; } /* override if requried */ +p:first-letter {} + +h1, h2, h3, h4, h5, h6 { margin: 15px 0px; text-indent: 15px; } +h1 { font-size: 16px; } +h2 { font-size: 14px; } +h3 { font-size: 12px; } + +h1.bbcode, h2.bbcode, h3.bbcode, h4.bbcode, h5.bbcode, h6.bbcode { }/* override if requried */ + +div.bbcode { margin: 15px 0px; clear: both; } /* layout control via bbcodes */ +