﻿/* SAVE FILE AS:
C:\BHMI\bb\wp-content\themes\skeleton\custom.css

120627 - DISCOVERY
1) This file of style rules is obtained from running this URL found between the <head> tags in the Skeleton Theme:
<link rel="stylesheet" id="custom" href="/bb/?get_styles=css" type="text/css" media="all" />

2) It is noticed that the system's fonts and background-image (currently "border_top.png" and many other elements can be controlled thru the rules of this file. It is therefore wise to replace the above line - as in (1) above - to the line below, and create this new style sheet "custom.css" for this purpose:
<link rel='stylesheet' id='custom' href='/bb/wp-content/themes/skeleton/custom.css' type='text/css' media='all' />

3) The practice of (2) above is used in "C:\BHMI\www\download\00_test_wp06_b06.html" and the results are as expected.

4) Also noted: Use of newer rules after the "?get_style=css" call (or the new stylesheet "custom.css" can override rules in these two files.

5) Where the file of these original style rules is located is yet to be found! It doesn't seem to matter now. (120627)




(120627 created)
**********************************************/
body {color:#444444;font-size:14px;font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;font-style:normal;background: url(/bb/wp-content/themes/skeleton/images/border_top.png) repeat-x top center fixed}

h1 {color:#181818;font-size:40px;font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;font-style:normal;}

h2 {color:#181818;font-size:35px;font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;font-style:normal;}

h3 {color:#181818;font-size:28px;font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;font-style:normal;}

h4 {color:#181818;font-size:21px;font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;font-style:bold;}

h5 {color:#181818;font-size:17px;font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;font-style:bold;}

a,a:link,a:visited,a:active,#content .gist .gist-file .gist-meta a:visited {color: #3568A9;}

#wrap #content {float:left;}

#wrap #sidebar {float:right;}

#wrap #sidebar .widget-container {margin-left: 20px;margin-right: 0px;}

#site-title a {
	color: #0000ff;
}


