Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Terry Clancy 204 posts 944 karma points
    Jan 17, 2013 @ 20:47
    Terry Clancy
    0

    Red Text in Edit Stylesheet

    I know this is a newby question, but what exactly does the red test in the Edit Stylesheet UI mean please ?Does it mean that that class can not be found in any of the content that references that CSS file ?  (That would make sence but I seem to have a case where I have red text for classes that do exist in contnent that references that CSS file)Terry Clancy

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jan 17, 2013 @ 20:50
    Jan Skovgaard
    0

    Hi Terry

    I'm not quite sure what you're asking - could you perhaps post a screendump of this issue?

    Looking forward to hearing from you.

    /Jan

  • Terry Clancy 204 posts 944 karma points
    Jan 17, 2013 @ 21:30
    Terry Clancy
    0

    Thanks very much Jan.

    I have pasted part of the page below and because it lost colorization I then edited the HTML to show the red text:

      

    /*LAYOUT*/

     

    /*Ref*/

    /* http://www.1stwebdesigner.com/css/38-jquery-and-css-drop-down-multi-level-menu-solutions/  */

    /* http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html  */

     

     

    body {

    margin: 0; padding: 0;

    font: 10px normal Arial, Helvetica, sans-serif;

    background: #ddd url(body_bg.gif) repeat-x;

    }

    .container {

    width: 960px;

    margin: 0 auto;

    position: relative;

    }

    #header {

    background: url(header_bg.gif) no-repeat center top;

    padding-top: 120px;

    }

    #header .disclaimer {

    color: #999;

    padding: 100px 0 7px 0;

    text-align: right;

    display: block;

    position: absolute;

    top: 0; right: 0;

    }

    #header .disclaimer a {color: #ccc;}

    ul.topnav {

    list-style: none;

    padding: 0 20px;

    margin: 0;

    float: left;

    width: 920px;

    background: #222;

    font-size: 1.2em;

    background: url(topnav_bg.gif) repeat-x;

    }

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jan 17, 2013 @ 22:09
    Jan Skovgaard
    0

    Hi Terry

    I'm not quite sure I get what it is you're trying to show me above? :)

    Do you see a red text in the rich text editor in Umbraco? Or is it on one of the linked pages above? I'm a bit confused - If you can and if it makes sense it would be nice to have a screenshot.

    Looking forward to hearing from you.

    /Jan

  • Terry Clancy 204 posts 944 karma points
    Jan 17, 2013 @ 22:15
    Terry Clancy
    0

    Sorry Jan,

    I am looking at  the Umroco developement tool  (http://clancysvrvm1/umbraco/default.aspx#settings) at Settings/Stylesheets/MyStyleSheet  then looking at the "Edit stylesheet"  code editor on the right hand side.  I am trying to understand the meeing of the text /  CSS Code colorization in that editor, in particular the meanign of red text.

    Does that clarify the situation ?  Sorry I was not clearer earlier.

    Thanks again

    Terry Clancy

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jan 18, 2013 @ 18:54
    Jan Skovgaard
    0

    Hi Terry

    Unfortunately I'm not able to see the link you posted - and if it's for your backoffice I should not be allowed to access it anyway :)

    So I would still prefer a screendump of your settings where you're looking at the stylesheet.

    However I think I know what you're asking now...and simply I think it's just the code editor in Umbraco highlightning some of the id selectors perhaps? On a daily basis though I'm not using the built in code editor. And if you're using the build in editor I would urge you to consider using a proper editor like visual studio or sublime text instead :)

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft