From c339343b40fafd33a61163a18078cf9f3273ef38 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 11:57:50 +0100 Subject: add compact theme --- themes/compact/theme.css | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 themes/compact/theme.css (limited to 'themes/compact/theme.css') diff --git a/themes/compact/theme.css b/themes/compact/theme.css new file mode 100644 index 000000000..ed7e9bd60 --- /dev/null +++ b/themes/compact/theme.css @@ -0,0 +1,43 @@ +#feeds-holder { + border-width : 0px 1px 0px 0px; + top : 0px; + bottom : 0px; + background : white; +} + +#header { + left : 270px; +} + +#toolbar { + font-size : small; +} + +#toolbar input { + font-size : small; +} + +div.headlines_cdm { + border-width : 1px 0px 0px 0px; + bottom : 0px; +} + +#content-frame { + border-width : 1px 0px 0px 0px; + bottom : 0px; +} + +div.postReply { + font-size : small; + padding : 0px; + margin : 0px; +} + +div.postReply div.postHeader { + border-width : 0px 0px 1px 1px; +} + +#footer, #prefFooter { + display : none; +} + -- cgit v1.2.3