White Whale Web Services

Kenyon College

General styleguide

This page presents the basic type and display styles we are proposing for use on the Kenyon College Web site.

Goals of the styleguide

Consistency

Standards exist to bring unity of expression to the many pages of a Web site, each with its own audience, agenda and author. A centrally located set of CSS files make this easy; any department, office or other site wishing to develop consistency with Kenyon's graphic standards needs only to link to one or more CSS files.

Primary areas of consistency include the following:

Fonts. Web fonts require multiple specifications, as not all browsers have all fonts installed. We're recommending the following set of basic fonts:

Links will be underlined and set in a blue to match the overall palette. Mouseover behavior of links will be determined later in the design process. We are currently working with a base font size of 14px.

Note: When smaller text is needed, a sans-serif font will be used.

An even smaller sans-serif, with extended letter spacing for readability, can be used for fine print, labels on form fields, etc.

Colors. A basic color palette will drive the Kenyon site. If a green is used, it should be a single, consistent green (as proposed here: #5B8F22). The Kenyon CSS files will have clearly labeled values for both foreground and background colors. (Some different background colors for this page can be tested at top right.)

The text colors we have defined to date are Purple, Blue, Brown, Gray, Green, Orange, Red, and Yellow (which, though interesting, will be used sparingly if at all). We are also looking at Dark Red and an Dark Blue.

Your results may vary: Web color is a famously unstable area of human endeavor, involving a perfect storm of monitor calibrations, Web browsers, and computing platforms, and there's no guarantee you'll see the same colors here as anyone else. We have looked at this palette on a fairly wide range of setups. This palette demo page will let you look at all these colors in your individual monitor environment.

Basic page layout. Our plan is to create a basic Kenyon.edu frame that will be consistent across every page of the site. There will be only one usage for the Kenyon College word mark. Basic navigation elements (top level IA, search box, and footer if required) will be consistent across all pages. While we hope to create a much more diverse and interesting site design, it's imperative that each page of the site create a first impression of unity and cohesion.

Flexibility

Our goal in this process is to provide a flexible set of standards that will work across a diverse, creatively distinct set of Kenyon Web sites. The current site suffers from excessive attention to consistency, and as a result— to oversimplify a bit— all the pages look the same.

In the new Kenyon.edu design we'll define elements that are negotiable and ones that aren't. We think that elements that can differ on a site-to-site basis include the following:

Kenyonicity

Some style decisions involve our own judgements about what constitutes best practice on the Web. The common.css stylesheet represents, more or less, a standard approach that we bring to most projects we work on. Beyond the basics, we are actively looking for ways to reflect Kenyon's unique nature in the stylesheet in addition to basic typeface and color choices. Here are a few ways we're seeking to implement a degree of Kenyonicity in CSS:

Other graphic elements

Images

By default, images don't have borders (even when linked). With only the tiniest of potential exceptions, drop shadows should not be used for photographs.

The photos used on the site should be color-corrected; basic instructions for color-correcting a photo (using Photoshop or free tools for the Mac and PC) should be made available to the community of Kenyon.edu content managers.

More specifications for photo usage will be produced as part of the site design process.

Tables (for data)
Table Header Col. 2 Col. 3
This style is applied to the <table> tag by default, with no further styling needed. 29.99 Details
Tables should be used only for tabular data. 18.00 Details