1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Backward compatibility styles update

This commit is contained in:
secretr 2011-12-09 02:12:45 +00:00
parent d5dc6bfe05
commit 4d7e06ec70

@ -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; }
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 */