summaryrefslogtreecommitdiff
path: root/local.css
blob: 46334bd8810aab56929e4dc132c8a2fc279c270e (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
38
39
40
41
42
43
44
/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

/* Tables */
table
{
    color:#000000;
    padding:0px;
}
 
th
{
    color:#000;
    background:#CCC;
    font-weight:bold;
    padding:0.5em 1em;
    text-align:center;
    vertical-align:top;
}
 
tr
{
    font-weight:normal;
}
 
tr:nth-child(odd) td
{
		background:#E6E6E6;
}
 
tr:nth-child(even) td
{
		background:#CCC;
}

td
{
    background:#ffffff;
    padding:0.5em 1em;
    text-align:left;
    vertical-align:top;
}