Camp Note Saturday 2 June

Untitled

tihs is just a quick note of a couple of things I’ve been doing over the last day or two at camp. Apart from getting killed in the wide game. I’ve added a nice wee plugin to this blog. The google fonts plugin allows you to add a google font. The control panel lets you add some custom CSS to use the font if you do not want to apply it to say all titles or all headings. I’ve just added a class, campletter for the ‘Over the Rainbow’ font. I also added a drop shadow and a rotate to the CSS.

.campletter {font-family:'Over the Rainbow',san-serif;font-size:18px;background:#ee9;
transform: rotate(10deg);
-ms-transform: rotate(11deg); /* IE 9 */
-webkit-transform: rotate(10deg); /* Safari and Chrome */
-o-transform: rotate(10deg); /* Opera */
-moz-transform: rotate(10deg); /* Firefox */
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
Padding:6px;
Margin:6px;
}

It is pretty easy to get the CSS code for this sort of thing, just google it. The google fonts pluggin settings page has a section for custom CSS SO I didn’t even have to edit the theme.
Untitled

The other thing I’ve been playing with is the iPhone friendly daily create page I made. Now shows the creations for the last 5 daily creates:TDC Today. I am finding this quite useful, this afternoon I was. Standing right beside this destroyed hut when I checked TDC. The code is now a real mess of php and JavaScript, it seems to work here. Let me know if you try it and it doesn’t do what it says on the tin.

4 thoughts on “Camp Note Saturday 2 June”

  1. The fonts look cool from here, although in Chrome (Mac OSX) I am seeing a chunk of CSS listed right below the note.

    The mobile version of the TDC is looking perfect from here, and having the slide for 5 days is slick. Thanks for coding it up.

  2. Mmm, I could tell the code was there as an example. Thanks for pointing to the plugin, I’m looking forward to checking that out.

Leave a Reply