Post Updated December 5, 2008.
Select Digitals has entered the Web 2.0 Age with a new WordPress Blog.
I installed the latest version of WordPress guided by a comprehensive tutorial,
“How to Install and Style WordPress”.
I then modified the default Kubrick theme for my Blog.
Since I wanted the Blog to load quickly, I did not use any of the Kubrick images except for a newly designed kubrickbgwide.jpg: kubrickbgwide.jpg is used to create and expand the “page” as content is added.
The new Kubrickbgwide.jpg is just a 760pixel X 40pixel “slice” or rectangle filled with a light background color of #fffef2. This image replaced the original in the folder at
wordpresswp-contentthemesdefaultimages.
The image could have been created with even a basic paint program.
The rest of the theme modification required changes in style.css, header.php, footer.php, index.php, single.php, and sidbar.php. These files are in the
wordpresswp-contentthemesdefault directory.
Here are the changes I made:
STYLE.CSS CHANGES
I have only shown the CSS code I changed or added. Deleted code is shown with a strikethrough.
/* Begin Typography & Colors */
body {
background: #d5d6d7 url('images/kubrickbgcolor.jpg')
background: #e7e7e7;
}
#page {
background-color: white;
border: 1px solid #959596;
border:none;
}
#header {
background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
background: #fffef2;
}
#footer {
background: #eee url('images/kubrickfooter.jpg') no-repeat top;
background: #fffef2;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg {
text-decoration: none;
color: white;
color:red; /* Make the blog title red */
}
/* provide class for description in order to style it separately */
.description {
text-decoration: none;
color: blue; /* Make the blog tagline blue */
text-align: center;
font-size: 1.5em; /*Make the tagline a little larger*
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
color:maroon; /* make h2 and h3 headers maroon */
}
/* End Typography & Colors */
/* Begin Structure */
#header {
background-color: #73a0c5;
background-color: #fffef2;
height: 200px;
height: 100px;
}
/* End Structure */
/* Begin Headers */
h1 {
padding-top: 70px;
padding-top: 10px;
}
/* End Headers */
/* Begin Lists */
/*Style bullets for posts*/
.entry ul li{
list-style-type:disc;
margin-bottom: .5em;
list-style: inside;
}
/*I will use another bullet for the sidebar*/
.entry ul li:before, #sidebar ul ul li:before {
content: “