Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / apps / konqueror / settings / css / template.css
blobdd2afaba9ff570c9b484fb9bbe578940cb3bdedd
1 /*
2 * Font sizes
3 */
5 * {
6 font-size : $fontsize-base$ ! important;
9 SMALL, SUB, SUP {
10 font-size : $fontsize-small-1$ ! important;
13 BIG {
14 font-size : $fontsize-large-1$ ! important;
17 H1, H1 A {
18 font-size : $fontsize-large-5$ ! important;
21 H2, H2 A {
22 font-size : $fontsize-large-4$ ! important;
25 H3, H3 A {
26 font-size : $fontsize-large-3$ ! important;
29 H4, H4 A {
30 font-size : $fontsize-large-2$ ! important;
33 H5, H5 A {
34 font-size : $fontsize-large-1$ ! important;
39 * Colors
42 * {
43 background : $background-color$ ! important;
44 color : $foreground-color$
45 $force-color$;
48 BODY {
49 color : $foreground-color$ ! important;
52 TABLE, TD {
53 border-color : $foreground-color$;
58 * Font family
61 * {
62 font-family : $font-family$
63 $force-font$;
68 * Images
71 IMG {
72 $display-images$;
75 BODY {
76 $display-background$;