zoukankan      html  css  js  c++  java
  • How to Change the Default Theme Appearance [editing with no theme]

    Windows Live Writer has the ability to allow users to see their blog as it'd be posted as they are composing.

    The standard editor for Windows Live Writer; editing with no theme means there's no fancy theme background, no fancy fonts and the width of the composition area.

    Editing a post with Windows Live Writer without a theme makes Windows Live Writer 100% compatible with all themes. Even if you are having issues with your theme, you can drop in your own HTML and CSS files in the proper blog template folder.

    If your searching for the location of the blog templates for Windows Live Writer you'll have to navigate to:

         %appdata%RoamingWindows Live Writerlogtemplates

    But the default files don't handle width and font selections by default; you have to change those yourself.  The default files are used when you edit without a theme selected.

    Path:

    C:Program Files (x86)Windows LiveWriter emplate

     

    Adjusting the width…

    The default.HTM file was modified to include a 'wrapper' that can be adjusted in the defaultstyle.CSS file.

    1

    and in the CSS…

    2

    I changed the background color [light grey] slightly to see where the words and images will wrap. You can choose your own with this HTML color picker.

    Adjusting the fonts…

    The Title of the post is lower in the CSS file; so you'll have to scroll down a page. You can make the change to the default font for the title here. Adjusting the font size and if it belongs to serif or san-serif.

    3

    If you want the font in the body to be different make the change shown below.

    Here's a reference link to explain the difference in font families.

    4

    Adjusting the LINK appearance…

    The default colors for edit didn't work that well for me. I wanted something more bold; this is a blue and a light blue to show the links in the article. You can choose your own colors with this HTML color picker.

    6

  • 相关阅读:
    强制设置IE浏览器的版本模式
    设置DIV根据内容自动调整高度的三个方法
    VS2010如何调试IIS上的网站
    DataSet和List<T> 泛型之间互相转换 (转载, 作者写的很好)
    List转DataSet
    数据库中单个表数据备份
    第二阶段冲刺(第二天)
    冲刺第二阶段(第一天)
    学习进度条(第十四周)
    学习进度条(第十三周)
  • 原文地址:https://www.cnblogs.com/linuxbo/p/4301488.html
Copyright © 2011-2022 走看看