Anomaly with Online Editor and Website Interface

Author Message

Richard Lundberg

Saturday 11 October 2008 3:40:21 am

Hi,

I am designing a site that is using a black background. When editing using the website interface toolbar, all the <textarea> parts of tha pages contain black text with a black background. Despite extensive searching I cannot find the relevent CSS to change the background colour of the <textarea> parts of the edit page. Can anybody point me in the right direction to change the look and feel of the website interface edit pages through CSS?

Thanks in advance

Richard Lundberg

www.peakm3.com

Yannick Komotir

Monday 13 October 2008 1:08:11 am

hi Richard,

you can add in your own css an other définition of textarea background-color as following:

  textarea{background-color:#FFF}
 

be sure that you call your css file's after all others

<|- Software Engineer @ eZ Publish developpers -|>
@ http://twitter.com/yannixk

André R.

Monday 13 October 2008 2:02:30 am

Some code from a black site I made some years ago, it was a custom design so will probably not work for you without some changes:

/* CSS OVERRIDES FOR BLACK DESIGN */
input, selection, select, checkbox, input.button, input.defaultbutton { border: 1px solid #f9f9f9;}
fieldset label, legend, fieldset, form, option, input, selection, select, checkbox, input.button, input.defaultbutton { background-color:#000000; color: #fff; }
input.button-disabled { color: #888;}
div.oe-window { background-color: #fff; color: #000000; }
div.content-edit legend { color: #b2b2b2; }
div.content-edit label { color: #fff; }
div.original, div.warning, div.content-browse table td, div.content-browse table td a, div.content-edit table.list td  { color: #eee; }

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Richard Lundberg

Friday 17 October 2008 9:23:14 am

Thanks Andre,

As you said, not an exact fit, but put me in the right direction to sort it.

Richard

www.peakm3.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 01:17:35
Script start
Timing: Jan 19 2025 01:17:35
Module start 'layout'
Timing: Jan 19 2025 01:17:35
Module start 'content'
Timing: Jan 19 2025 01:17:37
Module end 'content'
Timing: Jan 19 2025 01:17:37
Script end

Main resources:

Total runtime1.6389 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.3047152.6406
Module start 'layout' 0.00530.0033 741.945339.4766
Module start 'content' 0.00861.6289 781.4219596.9375
Module end 'content' 1.63750.0014 1,378.359412.4375
Script end 1.6389  1,390.7969 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.1997160.0002
Check MTime0.00140.0844160.0001
Mysql Total
Database connection0.00050.032910.0005
Mysqli_queries1.580296.4171620.0255
Looping result0.00070.0408600.0000
Template Total1.605097.920.8025
Template load0.00230.141020.0012
Template processing1.602697.785620.8013
Template load and register function0.00020.009210.0002
states
state_id_array0.00120.072210.0012
state_identifier_array0.00160.099120.0008
Override
Cache load0.00190.1142230.0001
Sytem overhead
Fetch class attribute can translate value0.00060.039330.0002
Fetch class attribute name0.00160.097670.0002
XML
Image XML parsing0.00330.203330.0011
class_abstraction
Instantiating content class attribute0.00000.000880.0000
General
dbfile0.00270.1630290.0001
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs