Web house style

The house style of the Wolfson College main web pages provides authors a few convenience features that are defined either in the Cascading Style Sheet files used, or that are implemented in the ucampas page formatting software that preprocesses any *-b.html files before they become published. These are described below.

Table styles

Use <table class="solid"> if you want your table cell content left adjusted, top aligned, and cells bordered by black solid lines, as in

Format Dimensions
A3 297 × 420 mm²
A4 210 × 297 mm²
A5 148 × 210 mm²
A6 105 × 148 mm²
others There are lots more explained in the Wikipedia article on "Paper size" and on various other web pages.

Use <table class=grey> if you want your table cell content left adjusted, top aligned, with grey background, as in

Format Dimensions
A3 297 × 420 mm²
A4 210 × 297 mm²
A5 148 × 210 mm²
A6 105 × 148 mm²
others There are lots more explained in the Wikipedia article on "Paper size" and on various other web pages.

Use <table class=plain> if you want your table cells to look like normal text:

Lunch break: 13:00 – 14:00
Tea breaks: 10:30 – 11:00
15:30 – 16:00

Alert boxes

We've also adopted two types of alert boxes from the 2008 University House Style:

Normal alert (with h2 heading)

You get this box using <div class="alert normal">.

Warning alert (with h2 heading)

You get this box using <div class="alert warning">.

Floating images and boxes

You can use the attribute class=left or class=right in images, tables of contents, etc. to make them float left or right of the text.