summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/about/kcontrol.css
blob: dac9f05bf783232709a9dd973c27bc33ef56f603 (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

#headerR {
  position: absolute;
  right: 0px;
  width: 430px;
  height: 131px;
  background-image: url(top-right-kcontrol.png);
}

#title {
  right: 80px;
  font-size: xx-large;
}

#tagline {
  right: 80px;
  font-size: small;
  text-shadow: #000000 1px 1px 1px;
}

#barCenter {
  font-size: x-small;
}

#tableTitle {
  font-weight: bold;
  padding-bottom: 1ex;
}

.kc_table {
  font-size: x-small;
  width: 100%;
}

.kc_leftcol {
  width: 30%;
}

.kc_rightcol {
  font-weight: bold;
}

.kc_use_text {
  margin-bottom: 0;
  font-size: xx-small;
}

.kcm_link {
  color: #000;
}

/* vim:set sw=2 et nocindent smartindent: */