From abbe0154f7a7611a67845c45cc18254a4e08d6e9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 04:44:58 +0100 Subject: move counters processing to different xmlhttp object --- themes/compat/theme.css | 98 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'themes/compat') diff --git a/themes/compat/theme.css b/themes/compat/theme.css index cbfe367cc..40a437c59 100644 --- a/themes/compat/theme.css +++ b/themes/compat/theme.css @@ -112,6 +112,7 @@ div.postReply { background-repeat : repeat-x; height : 100%; padding : 10px; + margin-left : 1px; } div.postReply a { @@ -907,3 +908,100 @@ div.cdmContent a:hover { color : black; } +/* layout */ + +#header { + position : absolute; + white-space: nowrap; + top : 10px; + left : 15px; + right : 5px; + height : 40px; + color : gray; + font-size : x-small; +} + +#feeds-holder { + border-width : 1px 1px 1px 0px; + border-style : solid; + border-color : #c0c0c0; + top : 70px; + left : 0px; + position : absolute; + width : 260px; + overflow : auto; + bottom : 50px; +} + +#toolbar { + position : absolute; + left : 261px; + padding : 5px 10px 5px 10px; + top : 70px; + right : 0px; + white-space: nowrap; + height : 30px; + background-image : url("images/vgrad_light.png"); + background-position : bottom left; + background-repeat : repeat-x; + font-size : small; +} + +div.headlines_normal { + position : absolute; + border-width : 1px 0px 0px 0px; + border-style : solid; + border-color : #c0c0c0; + left : 260px; + height : 280px; + top : 105px; + right : 0px; + overflow : auto; + font-size : small; +} + +div.headlines_cdm { + position : absolute; + border-width : 1px 0px 1px 0px; + border-style : solid; + border-color : #c0c0c0; + left : 260px; + bottom : 50px; + top : 105px; + right : 0px; + overflow : auto; + font-size : small; +} + +#content-frame { + position : absolute; + border-width : 1px 0px 1px 0px; + border-style : solid; + border-color : #c0c0c0; + overflow : auto; + top : 390px; + left : 260px; + bottom : 50px; + right : 0px; +} + +#footer { + position : absolute; + bottom : 0px; + height : 30px; + text-align : center; + color : gray; + font-size : x-small; + background-image : url("images/vgrad_light_rev2.png"); + background-position : top left; + background-repeat : repeat-x; + background-color : white; + right : 0px; + left : 0px; + padding : 10px; +} + +#headlinesContainer { + margin-left : 1px; + background-color : white; +} -- cgit v1.2.3