custom style sheet - setting default font

Last post 11-30-2005, 1:32 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  11-29-2005, 7:52 AM 13168

    custom style sheet - setting default font

    I've got a custom style sheet but I can't find anywhere to change the default font????? Explain please???
     
     
    <%@ Page Language="C#" ContentType="text/css" %>
    <%@ OutputCache Duration="31536000" VaryByParam="None" Location="Client" %>
    <script runat="server">
       string editorid;
       protected override void OnInit(EventArgs e)
       {
       //do not call base's OnInit , skip the theme bug!
          //base.OnInit(e);
       editorid="#"+Request.QueryString["EditorID"];
       }
    </script>
     
    /*<style>*/
    IMG { border:0px;display:inline;}
    .CuteEditorSelect { font:normal 11px Tahoma; margin-left:1px; margin-top:1px; height:21px; vertical-align:middle;}
    .CuteEditorDropDown { display: block; float: left; padding:0; margin:2px 1px 1px 1px; width:80px; vertical-align:middle;border: #dddddd 1px solid!important;}
    .CuteEditorDropDown Li {LIST-STYLE-TYPE: none;padding:0;}
    .CuteEditorDropDown Span {font:normal 11px Tahoma;}
    .CuteEditorToolbar {}
    .CuteEditorToolBarContainer {padding:3px 3px 1px 3px;height:1;overflow-y:visible;}
    .CuteEditorFrameContainer {padding:1px 4px 1px 4px;}
    .CuteEditorBottomBarContainer {padding:3px 3px 3px 3px;height:1;overflow-y:visible;}
    .CuteEditorGroupMenu {display: inline;background-image: url(images/horizontal.background.gif); background-repeat: repeat-x; background-position: bottom; height:24px; vertical-align:middle;border-bottom : 1px solid  #c0c0c0; border-left : 1px solid  #c0c0c0;border-right: 1px solid  #eeeeee; }
    .CuteEditorGroupImage { margin:0px; vertical-align:middle;float: left; }
    .CuteEditorLineBreak {padding:0px; height:0px; margin:0px}
    .CuteEditorFrame {padding:0px 0 0px 0px;margin:0px 0 0px 0px;}
    .CuteEditorButton { margin:1px; vertical-align:middle;}
    .CuteEditorButtonActive { margin:0px; vertical-align:middle; border:#0a246a 1px solid!important; background-color:#d4d5d8;}
    .CuteEditorButtonOver { margin:0px;vertical-align:middle;border:#0a246a 1px solid!important; background-color:#b6bdd2;}
    .CuteEditorButtonDown { border-right: buttonhighlight 1px solid!important; border-TOP: buttonshadow 1px solid!important; border-left: buttonshadow 1px solid!important; border-bottom: buttonhighlight 1px solid!important; margin:0px;vertical-align:middle; }
    .CuteEditorButtonDisabled { /* filter:gray alpha(opacity=25); margin:1px;vertical-align:middle; */ margin:1px;vertical-align:middle;}
    .ToolControl{}
    .ToolControlOver{}
    .ToolControlDown{}
    .separator {background-image: url(images/Separator.gif); height:22px; background-repeat: no-repeat; vertical-align:middle; width:2px;margin-left:2px; margin-right:2px; }
    /*case sensive for CSS1*/
    #cmd_tofullpage.CuteEditorButtonActive { display:none }
    #cmd_fromfullpage.CuteEditorButton { display:none }
    /*</style>*/
  •  11-30-2005, 1:32 PM 13222 in reply to 13168

    Re: custom style sheet - setting default font

    Are you trying the change the default font of the editng area?
     
    The default font of the editng area is controled by style sheet of the current page and the style sheet specified by Editor.EditorWysiwygModeCss Property.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML