Results 1 to 4 of 4

Thread: change colors of a stylesheet (.css) in Opera Browser

  1. #1
    Join Date
    Jun 2013
    Posts
    98

    change colors of a stylesheet (.css) in Opera Browser

    Can anyone tell me how to change the background color, text field color and the text field font color of a Stylesheet in Opera browser? I simply need to edit the colors of the stylesheet 'Contrast W/B'. I just want to change the background color, text field color and text field font color to gray color? Does anyone have any steps for doing this same? Thanks

  2. #2
    Join Date
    Jun 2009
    Posts
    761

    Re: change colors of a stylesheet (.css) in Opera Browser

    Well, you will need to edit the file by going into profile/user/styles/contrastwb.css and then use the below changes:

    Change the below code:
    Code:
    * {
    	color: white !important;
    	background: black !important;
    }
    input, textarea, select {
    	color: black !important;	
    	background: white !important;
    }
    to the below ones:
    Code:
    * {
    	color: white !important;
    	background: #222 !important;
    }
    input, select, *[cols] {
    	color: #eee !important;	
    	background: #444 !important;
    }

  3. #3
    Join Date
    Apr 2008
    Posts
    2,572

    Re: change colors of a stylesheet (.css) in Opera Browser

    I think that user stylesheets work only for webpages. Incase you are willing to apply your Contrast W/B style to the main client as well you will need to change the toggle shortcut. If you want to change the border colors, then you have to modify your stylesheet like below:
    Code:
    * {
    color: white !important;
    background: #222 !important;
    border-color:lightgreen !important;
    }
    .
    .
    .
    a[href] img {border: thin solid lightgreen !important;}

  4. #4
    Join Date
    Jun 2013
    Posts
    104

    Re: change colors of a stylesheet (.css) in Opera Browser

    If I am trying to edit the contrastbw.css as per the method given above then nothing works for me. I have also edited this file in C:\Program Files\Opera\styles\user. After that I have closed the Opera browser and started it again. But nothing is happening in the browser. Is there any other method to change the colors of stylesheet in opera browser?

Similar Threads

  1. Replies: 2
    Last Post: 28-05-2012, 02:39 PM
  2. Replies: 3
    Last Post: 15-09-2011, 08:37 AM
  3. Replies: 5
    Last Post: 31-07-2010, 12:25 PM
  4. Dreamweaver causes show various colors in browser
    By The Recruiter in forum Windows Software
    Replies: 3
    Last Post: 08-09-2009, 12:32 PM
  5. Change browser title in Opera
    By absolute55 in forum Tips & Tweaks
    Replies: 2
    Last Post: 09-05-2009, 05:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,260,445.72942 seconds with 17 queries