X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fchatzilla%2Foutput-light.css;h=9ec1e65d2cba1768b09271d229f100178e569285;hp=7e0d4de58ee11a7e1c43567f904a2f9ac6534a32;hb=acb63e9c6fb6767d7b468ad41950197407b1d985;hpb=9ca9f6bd61c4dfb401c355a039b2f5abd55dcd55 diff --git a/EarlyBlue/chatzilla/output-light.css b/EarlyBlue/chatzilla/output-light.css index 7e0d4de5..9ec1e65d 100644 --- a/EarlyBlue/chatzilla/output-light.css +++ b/EarlyBlue/chatzilla/output-light.css @@ -18,27 +18,64 @@ * * Contributor(s): * Robert Ginda, rginda@ndcico.com, original author - * + * * Styles for output window * */ -/* +/* * a light background/dark text version of the output window. - * see output-base.css for details. + * see output-base.css for details. */ @import url(chrome://chatzilla/content/output-base.css); body.chatzilla-body { /* The topmost container in the ChatZilla */ background: white; /* output window. */ - color: #222222; + color: #222222; } a.chatzilla-link { color: #777499 /*#ea3838*/; } +.header-outer { + background-color: #d1d0ea; +} + +.header { + color: darkslategrey; + background-color: #EEEEEE; +/* -moz-opacity: 0.9;*/ + border: 1px #777499 solid; + -moz-border-radius: 7px; +} + +#splash { + color: #DDDDDD; +} + +#usr-descnodes, +#ch-topicnodes { + color: black; +} + +[condition] { + font-weight: bold; +} + +[condition="red"] { + color: red; +} + +[condition="yellow"] { + color: orange; +} + +[condition="green"] { + color: #2ec908; +} + .msg-data[msg-type="QUIT"] a.chatzilla-link { color: #d1ecf9; }