Tags:
create new tag
view all tags

Question

Hello. How can I change the background color in the Edit Form when editing a page? Because I run my computer in an inverted color scheme (this box I'm typing in, for example, is grey text on a black background) when I go to edit a page (using the Edit button, not the WYSIWYG), the text is grey, but the background is hardcoded to be white. Is there a way to change this? My Wiki Administrator doesn't wish to research the issue, and to be honest, there appears to be too much documentation for a newbie to comprehend. I don't know whether I should change the WEBBGCOLOR, or a .css file, or a PatternSkinPalette, or what. I don't even really know how to formulate the question in the support forums. Please help.

Thanks, Mike

Environment

TWiki version: TWikiRelease04x00x04
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux of some sort
Web server: ?
Perl version: ?
Client OS: Windows XP
Web Browser: Firefox 1.5.0.7
Categories: Skin

-- MikePumphrey - 22 Sep 2006

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

For a Web level change: Create a text document (in Word or whatever) of the following:

.patternEditPage textarea#topic {
   background-color:#ffffff;
}
But put in a new code for the color #ffffff (white). Save the document with a .css extension. Then create a new topic (doesn't matter what you call it) and attach your document. Then, edit your WebPreferences and Set USERSTYLEURL=%PUBURLPATH%/%WEB%/YourTopicName/YourDocumentName.css

-- CarlMcKinney - 23 Sep 2006

Change status to:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2006-09-23 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.