A new CSS

You’ve probably noticed that my journal page changes it’s look at every load. I welcome you to peek in the source code of this page to see how I do that. It’s easy. I just added a new random style sheet today.. journal3.css

@import “journal.css”;

/* This CSS inspired by http://razor.sourceforge.net/css/default.css */

body {
font-size: 12px;
}

h2 {
width: auto;
border-color #4e7aaf;
color: #000000;
background: #cde6ff;
float: left;
}

h3 {
background: #cccccc;
padding: 4px 10px 4px 10px;

border-style: solid;
border-width: 1px 1px 1px 1px;
border-color #4e7aaf;
}

.quote {
border: #4e7aaf;
border-left: none;
border-right: none;
background: #cde6ff;
float: left;
}

Leave a Comment

Do not write "http://" or "https://" in your comment, it will be blocked. It may take a few days for me to manually approve your first comment.