aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
blob: 4b9f89697f09904c307bc4e9792eef24de9ffac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* partmom default stylesheet */
body {
    margin: 25px;
    font-family: helvetica;
    }
h1 {
    border-bottom: 2px solid;
    }
.error {
    padding: 15px;
    background-color: yellow;
    border: 4px solid orange;
    color:red;
    }
table {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing:2px;
    }
th, td {
    border-width: 1px;
    border-style: inset;
    border-color: gray;
    padding: 2px;
    text-align: center;
    }

td.outofstock a {
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
    }
td.available a {
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
    }