Contemporary.css

(a.k.a theCSS)

theDefaults

Basically this is a CSS stylesheet for use in web pages, web apps intended to blend in with theShell or theDesk experience.

As this theme works on standard HTML elements, you can simply plop it in to any page. You don’t need to fuel the <div>-hell, or any custom classes except for the contemporary class in the <html> tag to apply the style.

theGrids

In case you miss working with grids and such, this also has presentational classes for rows and columns adapted from Element.css.

To work with them, you make a bunch of divs with the “row” class, and fill it with a bunch of divs with the “col” class.

So much for not fueling the <div>-hell.

theExamples

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Images

Kitty
Kitty
Kitty
Kitty

Ordered List

  1. Somebody once told me the
  2. World was gonna roll me
  3. I ain’t the sharpest tool in
  4. theShed

Unordered List

Table

No. Xdate Log
1 177.150 Start project planning
2 177.151 Begin implementation
3 177.152 Binge on documentation
4 177.153 Stall
5 177.154 Quit

Code

#include <stdio.h>

int main(){
    int digit = 0;

    while(1){
        digit++;
        printf("Hello World %d\n", digit)
    }

    return 1; // if we're lucky, we might reach this point
}

Forms

Widget Playground