static/style.css
author Tero Marttila <terom@fixme.fi>
Mon, 10 Jan 2011 17:51:08 +0200
changeset 53 06dad873204d
parent 14 5b2cc88412f7
permissions -rw-r--r--
items: use DeleteItemForm for ItemView as well
/*
 * General element styles
 */

/* Links */
a
{
    color: black;
}

a:hover
{

}

div#menu a,
div#nav a
{
    text-decoration: none;
    font-weight: bold;
}

div#menu a:hover,
div#nav a:hover
{
    text-decoration: underline;
}

/* Page heading */
h1 {
    font-size: xx-large;

    text-align: center;
}

/* Section heading */
h2 {
    font-size: large;
    font-weight: bold;

    margin-left: 0px;
    padding: 5px;
    width: 100%;

    background-color: #e5e5e5;

    border: 1px dashed #c5c5c5;
}

/* Paragraph/list/etc. heading */
h3 {
    font-size: medium;
    font-style: italic;
}