Web Browser Plugin (1 Viewer)

mzemina

Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    kevin39 said:
    I saw in another mediacenter, a web browser plugin that was adding a border to the links when there was highlighted (like border:4px solid darkgreen or something like that). I think it's a good feature, as assmund said we need to increase the text size to saw webpages correctly but highlighting links it's also a good thing ...

    It's not too important, finish the plugin first :p

    This would be so like how webTV used its UI in jumping from link to link. It was so easy to understand (the whole idea behind the WebTV unit) its use.

    I agree - finish then add new features.
     

    aasmund Nordal

    Portal Pro
    June 20, 2005
    204
    0
    Norway
    Home Country
    Norway Norway
    I tried your code and added one other and it worked for some pages and for some it did not work.

    for example hw.no The text is stil small but I gues there is nothing I can do about this?

    Code:
    /* CSS Document */
    /* Obviate need to zoom on many sites. */ 
    html>body { 
      font-size: 200% !important; 
      line-height: normal !important; 
    } 
    
    /* 
     * Disable the deprecated HTML <font> tag. (Like above, 
     * reduces need to zoom.) 
     */ 
    font { 
      font-family: inherit !important; 
      font-size: 200% !important; 
      color: inherit !important; 
    }
    
    
    
    /* Single line text fields */
    input {
      /* Set font size and family of text fields */
      font-family: clean !important;
      font-size: 20px !important;
     

    devo

    Retired Team Member
  • Premium Supporter
  • September 2, 2004
    215
    0
    Canada
    aasmund Nordal said:
    I tried your code and added one other and it worked for some pages and for some it did not work.

    for example hw.no The text is stil small but I gues there is nothing I can do about this?

    Code:
    /* CSS Document */
    /* Obviate need to zoom on many sites. */ 
    html>body { 
      font-size: 200% !important; 
      line-height: normal !important; 
    } 
    
    /* 
     * Disable the deprecated HTML <font> tag. (Like above, 
     * reduces need to zoom.) 
     */ 
    font { 
      font-family: inherit !important; 
      font-size: 200% !important; 
      color: inherit !important; 
    }
    
    
    
    /* Single line text fields */
    input {
      /* Set font size and family of text fields */
      font-family: clean !important;
      font-size: 20px !important;

    You have placed the userContent.css in the chrome directory of the Mozilla Control directory...not the Mozilla directory?
     

    aasmund Nordal

    Portal Pro
    June 20, 2005
    204
    0
    Norway
    Home Country
    Norway Norway
    I think I placed it where it`s supose to be
    C:\Documents and Settings\Ã¥smund\Programdata\MozillaControl\profiles\MozillaControl\9nl4n44w.slt\chrome

    edit: Trying to increese the text in IE did not work in hw.no either.
     

    devo

    Retired Team Member
  • Premium Supporter
  • September 2, 2004
    215
    0
    Canada
    aasmund Nordal said:
    I think I placed it where it`s supose to be
    C:\Documents and Settings\Ã¥smund\Programdata\MozillaControl\profiles\MozillaControl\9nl4n44w.slt\chrome

    edit: Trying to increese the text in IE did not work in hw.no either.

    It is the way the site is designed, styles seem to get applied to other sites but not that site.
     

    devo

    Retired Team Member
  • Premium Supporter
  • September 2, 2004
    215
    0
    Canada
    frodo said:
    looks cool

    if you could provide the sources, we might integrate it in CVS

    frodo

    I will upload the source code tonight.

    If you have a chance I would appreciate some advanced mediaportal help in tackling a few issues that I have with making the plugin fully functional.

    Thanks.
     

    robneal81

    New Member
    November 1, 2005
    1
    0
    AMAZING WORK!!!

    Does anyone know how to add favorites so I don't have to keep typing them in? Sorry if this is a stupid question, but I couldn't find the answer anywhere.
     

    Users who are viewing this thread

    Top Bottom