Warning, /network/konqueror/settings/konqhtml/css/template.css is written in an unsupported language. File is not indexed.

0001 /*
0002     Font sizes
0003 */
0004 
0005 * { 
0006   font-size : $fontsize-base$ ! important; 
0007 }
0008 
0009 SMALL, SUB, SUP {
0010   font-size : $fontsize-small-1$ ! important;
0011 }
0012 
0013 BIG {
0014   font-size : $fontsize-large-1$ ! important;
0015 }
0016 
0017 H1, H1 A {
0018   font-size : $fontsize-large-5$ ! important;
0019 }
0020 
0021 H2, H2 A {
0022   font-size : $fontsize-large-4$ ! important;
0023 }
0024 
0025 H3, H3 A {
0026   font-size : $fontsize-large-3$ ! important;
0027 }
0028 
0029 H4, H4 A {
0030   font-size : $fontsize-large-2$ ! important;
0031 }
0032 
0033 H5, H5 A {
0034   font-size : $fontsize-large-1$ ! important;
0035 }
0036 
0037 
0038 /*
0039  * Colors
0040  */
0041 
0042 * {
0043   background : $background-color$ ! important;
0044   color : $foreground-color$
0045           $force-color$;
0046 }
0047 
0048 BODY {
0049   color : $foreground-color$ ! important;
0050 }
0051 
0052 TABLE, TD {
0053   border-color : $foreground-color$;
0054 }
0055 
0056 
0057 /*
0058  * Font family
0059  */
0060 
0061 * {
0062   font-family : $font-family$
0063                 $force-font$;
0064 }
0065 
0066 
0067 /*
0068  * Images
0069  */
0070 
0071 IMG {
0072   $display-images$;
0073 }
0074 
0075 BODY {
0076   $display-background$;
0077 }