From acc029e96b535bf4e8217152cd44fa3fe654859f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Mar 2017 15:18:41 +0100 Subject: import --- style/Remi/Remi_ie6.css | 97 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 style/Remi/Remi_ie6.css (limited to 'style/Remi/Remi_ie6.css') diff --git a/style/Remi/Remi_ie6.css b/style/Remi/Remi_ie6.css new file mode 100644 index 0000000..71b6df2 --- /dev/null +++ b/style/Remi/Remi_ie6.css @@ -0,0 +1,97 @@ +/************************************************************* +IE6 - FIXES +**************************************************************/ + +/* Float Clearing and Has Layout Fixes +-------------------------------------------------------------*/ + +.brd-page, +.brd .main, +#brd-index .main-subhead, +.brd .main-content .main-item, +.brd .main-content .main-item ul, +.brd .gen-content, +.brd .main-content, +.brd .ct-box, +.brd .ct-box *, +.brd .frm-group, +.brd .mf-set, +.brd .sf-set, +.brd .mf-box, +.brd .sf-box, +.brd .mf-item, +.brd .txt-set, +.brd .txt-box, +.brd .frm-form label, +.brd fieldset, +.brd span.fld-input, +.brd .main-subhead .hn, +.brd .post, +.brd .posthead, +.brd .postbody, +.brd .post-entry, +.brd .postfoot .post-options { + zoom: 1; + } + +.brd .ct-box ol, .brd .ct-box ol * { + zoom: normal; + } + +.brd .postfoot .post-contacts { + position: absolute; + } + +/* Forms +-------------------------------------------------------------*/ + +#brd-wrap fieldset { + padding-top: 1px; + position: relative; + } + +.brd fieldset legend { + margin-left: -7px; + } + +#brd-wrap .checklist { + height: 9em; + width: 30em; + overflow: auto; + } + +.brd .sf-set .checkbox label span { + padding-right: 0em; + padding-left: 5em; + } + +#brd-admin-censoring #info-censored-intro, #brd-admin-ranks #info-ranks-intro { margin-bottom: 3em; } + +.important strong { margin-right: 1ex; } + +#brd-stats .st-users { margin-bottom: -1ex; } + +/* Fixes for the forms in post.php and edit.php. */ +.brd .txt-box label span { position: absolute; } +/* Try this fixes if something's wrong */ +/* +#brd-post #post-form .sf-set .fld-input { padding-top: 1.7em; } +#brd-postedit #post-form .set2 .txt-box .fld-input, +#brd-post #post-form .txt-box .fld-input { padding-top: 1.3em; } +#brd-postedit #post-form .mf-item #fld2, +#brd-post #post-form .mf-item #fld2 { top: 1.25em; left: -0.25em; position: relative; } +*/ + +/* Fix for index.php: no backgroud for the first main-head. */ +.brd #brd-index .main-head { position: relative; } + +.brd .main-content .main-item .hn .posted-mark { + left: 0.2em; + } + +/* Footer +-------------------------------------------------------------*/ + +#brd-about p#extensions-used { + clear: left; + } \ No newline at end of file -- cgit