diff options
Diffstat (limited to 'kcontrol/kcontrol/about/kcontrol.css')
-rw-r--r-- | kcontrol/kcontrol/about/kcontrol.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/kcontrol/kcontrol/about/kcontrol.css b/kcontrol/kcontrol/about/kcontrol.css new file mode 100644 index 000000000..dac9f05bf --- /dev/null +++ b/kcontrol/kcontrol/about/kcontrol.css @@ -0,0 +1,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: */ + |