summaryrefslogtreecommitdiff
path: root/local.css
blob: 99ee94d441dc1d0fc626c17a3b8e0e0250f3efbf (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
45
46
47
48
49
50
51
52
53
54
/* ikiwiki local style sheet */

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

/*
 * Someone else please work on this stuff -- someone who knows to make it
 * actually look good...  Some examples are available at
 * <http://ikiwiki.info/css_market/>.  -- tschwinge
 */

pre
{
  margin-left: 1cm;
  /* 
   * I want these blocks to be as wide as they need to be for the included
   * text, but not any wider -- with respect to the `background-color'.
   * Currently it may happen that the background colors of `pre' and `#sidebar'
   * overlap.  How to do this properly?  -- tschwinge
   */
  background-color: #e5e5e5;
}

.header
{
  background-color: #f0f0f0;
}

.actions
{
  background-color: #f0f0f0;
}

#sidebar
{
  background-color: #f0f0f0;
}

#license
{
  background-color: #f0f0f0;
  font-size: small;
}

.table1
{
  text-align: left;
  /*
   * I want this `vertical-align' thing to work for the table elements.  This
   * doesn't work as it's done below.  Shouldn't `td.table1' work?  It also
   * doesn't.  Help.  -- tschwinge, mostly CSS ignorant.
   */
  vertical-align: top;
  font-size: small;
}