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

  • 相关阅读:
    k8s 集群节点重启后etcd Unhealthy 解决
    no matches for kind “Deployment” in version "extensions/v1beta1 问题解决
    go web 读书笔记 (go 与 web 应用)
    Linux设置ssh超时时间
    C++中继承方式
    C++中类中范围解析运算符::和点运算符(.)
    C++ 中类与结构体的区别
    C++中. 与 -> 运算符的区别
    C++之字符串
    C++之数组
  • 原文地址:https://www.cnblogs.com/linuxbo/p/4301488.html
Copyright © 2011-2022 走看看