Mercurial > hg > vamp-website
diff forum/Themes/default/css/editor_ie.css @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/forum/Themes/default/css/editor_ie.css Sun Jul 07 11:25:48 2013 +0200 @@ -0,0 +1,45 @@ +/* This is the editor's playground (textarea for non-wysiwyg, iframe for wysiwyg). */ +.editor +{ + width: 635px; + max-width: 100%; + min-width: 100%; +} + +/* This is the IFRAME that holds the editor. */ +.rich_editor_frame +{ + border: 1px solid #808080; +} + +/* This is the WYSIWYG editor */ +.rich_editor +{ + background-color: #fff; + color: #000; + font-family: verdana; + font-size: x-small; + border: none; +} + +.rich_editor p +{ + margin: 0; +} + +.rich_editor a img +{ + border: 0; +} + +/* The resize handle. */ +.richedit_resize +{ + height: 5px; + font-size: 0; + background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px; + border: 1px solid #ddd; + border-top-width: 0; + cursor: s-resize; + width: 100%; +} \ No newline at end of file