Test Blog

Saturday, August 18, 2007

Friday, August 3, 2007

Padding

This defines padding for the right, top, left and bottom.

sidebar {padding: 10px 12px 10px 12px;}

padding-top: 1opx;
padding-right: 12px;
padding-bottom: 15px;
padding-left: 20px;

Thursday, August 2, 2007

Main Widget

This bit of code seems to include the line at the bottom of the blog. Need to find out the options for: border-bottom:. Comparison of code for this blog and my main blog.








#main .widget {
padding-bottom:10px;
margin-bottom:20px;
border-bottom:dotted 1px $bordercolor;
clear: both;
}

#main {
float:left;
padding-bottom:0px;
padding:0px;
width:71%;
font: $bodyFont;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
.sidebar h2 {
font-weight:bold;
font-size: 150%;
color: $sidebarTitleColor;
}

Number of Posts showing in Blog

Just noticed that my first post wrapped of the page. Will try to fix. Also how is underlining of Blog Title and end of blog done?

Fixed.

Note to Self

Why is there such a huge gap between the post title and a table?

Body tag

This is the code for this blog before any mods, compared to the code on primary blog.




body {
margin:0;
font:$bodyfont;
background:$bgcolor;
color:$textcolor;
}

body {
margin:0px 0px 0px 0px;
font-size: small;
background-color: $mainBgColor;
color: $mainTextColor;
}

Variables Side by Side







/* Variable definitions
====================

type="color" default="#fff" value="#ffffff">


type="color" default="#000" value="#000000">


type="color" default="#000" value="#000000">


type="color" default="#000" value="#000000">


type="color" default="#555" value="#555555">


type="color" default="#58a" value="#5588aa">


type="color" default="#999" value="#999999"> Used to be #969


type="color" default="#999" value="#999999">


type="font" default="normal normal 100% Georgia,Serif;" value="normal normal 100% Georgia,Serif;">


type="font"
default="normal bold 200% Georgia,Serif" value="normal bold 200% Georgia,Serif">
*/
/* Variable definitions


type="color" default="#f5f5f5" value="#CAF99B">

type="color" default="#000000" value="#000000">

type="color" default="#808080" value="#808080">

type="color" default="#0000ff" value="#0000ff">

type="color" default="#800080" value="#800080">


type="color" default="#ffffff" value="#dAe9aB">

type="color" default="#000000" value="#000000">

type="color" default="#000000" value="#000000">

type="color" default="#0000ff" value="#0000ff">

type="color" default="#800080" value="#800080">


type="font" default="normal normal 100% 'Trebuchet MS', verdana, sans-serif" value="normal normal 100% 'Trebuchet MS', verdana, sans-serif">

*/

Variables

These are the listed variables for the template used in this blog.

/* Variable definitions
====================
type="color" default="#fff" value="#ffffff">

type="color" default="#000" value="#000000">

type="color" default="#000" value="#000000">

type="color" default="#000" value="#000000">

type="color" default="#555" value="#555555">

type="color" default="#58a" value="#5588aa">

type="color" default="#999" value="#999999"> Used to be #969

type="color" default="#999" value="#999999">

type="font" default="normal normal 100% Georgia,Serif;" value="normal normal 100% Georgia,Serif;">

type="font"
default="normal bold 200% Georgia,Serif" value="normal bold 200% Georgia,Serif">
*/


Compared to the variables used in my main blog. (the one I am trying to figure out)

/* Variable definitions

type="color" default="#f5f5f5" value="#CAF99B">
type="color" default="#000000" value="#000000">
type="color" default="#808080" value="#808080">
type="color" default="#0000ff" value="#0000ff">
type="color" default="#800080" value="#800080">

type="color" default="#ffffff" value="#dAe9aB">
type="color" default="#000000" value="#000000">
type="color" default="#000000" value="#000000">
type="color" default="#0000ff" value="#0000ff">
type="color" default="#800080" value="#800080">

type="font" default="normal normal 100% 'Trebuchet MS', verdana, sans-serif" value="normal normal 100% 'Trebuchet MS', verdana, sans-serif">

*/


Makes me wish I knew how to include a table so I could view side by side. Actually I suppose I do know how to do that.

4

Not sure what this does.

#outer-wrapper {
margin: 0px 3em 0 3em;
}

3

This controls Size of Post titles. The color is changed in the variable.

This is the original code.

h3.post-title {
font-size: 140%;
color: $titlecolor;


This is how I modified it for testing.

h3.post-title {
font-size: 300%;
color: $titlecolor;
}

Second Test Entry

This template code controls the margins of a post.

.post {
padding-left:5%;
padding-right:0%;
}

Continued testing. Will try to make a long, long line of test text for testing. Checking to see how lines wrap and how margins change.

Continued testing. Will try to make a long, long line of test text for testing. Checking to see how lines wrap and how margins change.Continued testing. Will try to make a long, long line of test text for testing. Checking to see how lines wrap and how margins change.Continued testing. Will try to make a long, long line of test text for testing. Checking to see how lines wrap and how margins change.Continued testing. Will try to make a long, long line of test text for testing. Checking to see how lines wrap and how margins change.Continued testing. Will try to make a long, long line of test text for testing. Checking to see how lines wrap and how margins change.

First Test Entry

This is a test

Saturday, May 26, 2007