diff -uNr a/mp-wp/wp-content/themes/default/footer.php b/mp-wp/wp-content/themes/default/footer.php
--- a/mp-wp/wp-content/themes/default/footer.php false
+++ b/mp-wp/wp-content/themes/default/footer.php false
@@ -10,7 +10,8 @@
is proudly powered by
- WordPress
+ mp-wp
+ and hosted on Pizarro
Entries (RSS)
and Comments (RSS).
diff -uNr a/mp-wp/wp-content/themes/default/header.php b/mp-wp/wp-content/themes/default/header.php
--- a/mp-wp/wp-content/themes/default/header.php false
+++ b/mp-wp/wp-content/themes/default/header.php false
@@ -12,7 +12,7 @@
-
+
@@ -23,9 +23,9 @@
// Checks to see whether it needs a sidebar or not
if ( !empty($withcomments) && !is_single() ) {
?>
- #page { background: url("/images/kubrickbg-.jpg.svg") repeat-y top; border: none; }
+ #page { background: #fff url("/images/kubrickbg-.jpg.svg") repeat-y top; border: none; }
- #page { background: url("/images/kubrickbgwide.jpg.svg") repeat-y top; border: none; }
+ #page { background: #fff url("/images/kubrickbgwide.jpg.svg") repeat-y top; border: none; }
diff -uNr a/mp-wp/wp-content/themes/default/style.css b/mp-wp/wp-content/themes/default/style.css
--- a/mp-wp/wp-content/themes/default/style.css false
+++ b/mp-wp/wp-content/themes/default/style.css false
@@ -50,7 +50,9 @@
}
.widecolumn .entry p {
- font-size: 1.05em;
+ font-size: 1em;
+ line-height: 1.4;
+ margin: 15px 0;
}
.narrowcolumn .entry, .widecolumn .entry {
@@ -108,6 +110,7 @@
h2 {
font-size: 1.6em;
+ line-height: 1.2;
}
h2.pagetitle {
@@ -186,10 +189,23 @@
color: #777;
}
+pre {
+ padding: 0 10px;
+ background: #444;
+ color: #fff;
+ overflow: scroll;
+ }
+
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
+p > code {
+ background: #eee;
+ padding: 2px 4px;
+ border-radius: 3px;
+ }
+
acronym, abbr, span.caps
{
font-size: 0.9em;
@@ -243,8 +259,8 @@
#header {
background-color: #73a0c5;
- margin: 0 0 0 1px;
- padding: 0;
+ margin: 0;
+ padding: 0 1px;
height: 200px;
width: 758px;
}
@@ -264,13 +280,12 @@
.widecolumn {
padding: 10px 0 20px 0;
- margin: 5px 0 0 150px;
- width: 450px;
+ margin: 5px auto 0 auto;
+ width: 520px;
}
.post {
margin: 0 0 40px;
- text-align: justify;
}
.post hr {
@@ -348,6 +363,7 @@
h3 {
padding: 0;
margin: 30px 0 0;
+ line-height: 1.2;
}
h3.comments {
@@ -429,6 +445,10 @@
padding: 0;
}
+ol.footnotes {
+ font-size: 0.8em;
+ }
+
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;