Skip to content

Instantly share code, notes, and snippets.

<?php
//
// Gallery Child Theme Functions
//
function childtheme_menu_args($args) {
$args = array(
'show_home' => 'Home',
body {
background-color:#CCCCCC;
background-image:url(assets/assets-2.jpg);
}
#topbar {
background-color:#b8ddf5;
height:20px;
width:530px;
}
@mushon
mushon / index.html
Created February 16, 2010 21:00
Scott's tutorial html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>How to make a Hot Toddy</title>
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
@mushon
mushon / index.html
Created February 16, 2010 20:56
Miriam's modified tutorial html + css files
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>How to Make an Origami Bunny</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/my-styles.css" type="text/css" media="screen, projection">
@mushon
mushon / dumplings.html
Created February 16, 2010 01:17
I have fixed the reference to the css file. jkhurd1 has used: "dumplings/css/blueprint/screen.css" while the html page is already in the dumplings folder so there's no need for mentioning that again ("css/blueprint/screen.css" is enough). I have also chan
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<title>Order Dumplings in Chinese</title>
<link href="css/blueprint/screen.css" rel="stylesheet" type="text/css" media="screen, projection"/>
@mushon
mushon / index.html
Created February 5, 2010 21:43
Miriam's first html - before and after
We couldn’t find that file to show.