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%\Roaming\Windows Live Writer\blogtemplates

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 Live\Writer\template

 

Adjusting the width…

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

and in the CSS…

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.

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.

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.

时间: 2024-08-28 18:42:19

How to Change the Default Theme Appearance [editing with no theme]的相关文章

HOW TO CHANGE THE DEFAULT KEY-VALUE SEPARATOR OF A MAPREDUCE JOB

The default MapReduce output format, TextOutputFormat, writes records as lines of text. Its keys and values may be of any type, since TextOutputFormat turns them to strings by calling toString() on them. Each key-value pair is separated by a tab char

WebAPI MVC Change Identity Default Table

看过之前的文章小伙伴们应该已经明白了,当我们新建一个带有身份验证的模板时,会自带Identity Server,并且它的表名和字段名也都是默认的. 那么该如何修改它,并让EF知道呢?不废话,直接上代码. public class ApplicationUser : IdentityUser { public string NewColumn { get; set; } } protected override void OnModelCreating(DbModelBuilder modelBu

Change Git Default Editor in Windows

On 32 bit Win OS: git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin" On 64 bit Win OS: git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -mu

Change Dropwizard default ports

You can update the ports in your yaml configuration file: http:   port: 9000   adminPort: 9001 See http://dropwizard.codahale.com/manual/core/#configuration-defaults for more information. EDIT If you've migrated to Dropwizard 0.7.0 you can use the fo

Material Design系列第六篇——Defining Custom Animations

Defining Custom Animations This lesson teaches you to Customize Touch Feedback Use the Reveal Effect Customize Activity Transitions Animate View State Changes Animate Vector Drawables You should also read Material design specification Material design

How to Change Default Location for Outlook Data File (PST & OST)

Is there a way to change the default location of new .pst file when create a new e-mail account in Outlook? Different versions of Outlook use different default locations to store pst files. In this tutorial we'll show you how to change default locati

[WebStrom] Change default cmd to Cygwin

GO to setting, search Terminal: Change shell path : C:\cygwin\bin\bash.exe --login -i    (to the local which you install cygwin) Change the default pwd to the proejct path: Fnd the bash.bashrc file in the cygwin/etc folder, add one line at the bottom

Dark theme for Texstudio - TeX - LaTeX

Dark theme for Texstudio ~~~  1.window系统如下操作 ~~~ 1. texstudio的配置文件texstudio 的配置文件在~/.config/texstudio/texstudio.ini 其中配置文件包括如下几部分 [General] -- [texmaker] -- [version] -- [formats] -- 其中[texmaker]部分是具体的tex配置,可以看一下.而要更改的主题部分需要在[formats]部分进行修改. 2. 更改tex

关于引用Theme.AppCompat theme的报错问题

建立V7包库(Library)项目以供其他项目引 Chapter: 使用support-v7 ActionBar前的那些坑 1. 建立V7包库(Library)项目以供其他项目引用 2. v7库项目themes_base.xml相关文件报错问题 3. 关于引用Theme.AppCompat theme的报错问题 以前3.0以前的版本要使用ActionBar,必须使用国外大牛写的ActionBarSherlock这个开源项目.2013年的Google I/O大会之后,Google官方在androi