Mercurial > hg > vamp-website
annotate 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 |
rev | line source |
---|---|
Chris@76 | 1 /* This is the editor's playground (textarea for non-wysiwyg, iframe for wysiwyg). */ |
Chris@76 | 2 .editor |
Chris@76 | 3 { |
Chris@76 | 4 width: 635px; |
Chris@76 | 5 max-width: 100%; |
Chris@76 | 6 min-width: 100%; |
Chris@76 | 7 } |
Chris@76 | 8 |
Chris@76 | 9 /* This is the IFRAME that holds the editor. */ |
Chris@76 | 10 .rich_editor_frame |
Chris@76 | 11 { |
Chris@76 | 12 border: 1px solid #808080; |
Chris@76 | 13 } |
Chris@76 | 14 |
Chris@76 | 15 /* This is the WYSIWYG editor */ |
Chris@76 | 16 .rich_editor |
Chris@76 | 17 { |
Chris@76 | 18 background-color: #fff; |
Chris@76 | 19 color: #000; |
Chris@76 | 20 font-family: verdana; |
Chris@76 | 21 font-size: x-small; |
Chris@76 | 22 border: none; |
Chris@76 | 23 } |
Chris@76 | 24 |
Chris@76 | 25 .rich_editor p |
Chris@76 | 26 { |
Chris@76 | 27 margin: 0; |
Chris@76 | 28 } |
Chris@76 | 29 |
Chris@76 | 30 .rich_editor a img |
Chris@76 | 31 { |
Chris@76 | 32 border: 0; |
Chris@76 | 33 } |
Chris@76 | 34 |
Chris@76 | 35 /* The resize handle. */ |
Chris@76 | 36 .richedit_resize |
Chris@76 | 37 { |
Chris@76 | 38 height: 5px; |
Chris@76 | 39 font-size: 0; |
Chris@76 | 40 background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px; |
Chris@76 | 41 border: 1px solid #ddd; |
Chris@76 | 42 border-top-width: 0; |
Chris@76 | 43 cursor: s-resize; |
Chris@76 | 44 width: 100%; |
Chris@76 | 45 } |