1st commit for syncing own Jlog developments with master

This commit is contained in:
RobbBienert 2024-10-04 16:40:09 +02:00
parent 2ae67af572
commit 517c58344d
54 changed files with 1784 additions and 1062 deletions

View file

@ -1,34 +1,33 @@
/* additional hacks for IE
* TODO: Are they still necessary? (robertb)
* btw. IE sucks! ;-)
*/
#pokal { /* do not display the alpha image */
display: none;
}
#container { /* IE max-width and PNG no-alpha hack */
height: 1%;
width: 750px;
width:expression(document.body.clientWidth>805?"800px":"auto");
background-image: url(img/banner-ielte6.jpg);
}
#container { /* IE max-width and PNG no-alpha hack */
height: 1%;
width: 750px;
width:expression(document.body.clientWidth>805?"800px":"auto");
}
#main { width: 63%; margin: 0 0 0 15px; }
#main { width: 63%; margin: 0 0 0 15px; }
ul.comments li {
overflow-x: scroll;
}
ul.comments li {
overflow-x: scroll;
}
#admin table { /* adapting the font size for IE 5.x */
font-size: 1em;
}
* html #subnav { /* Box-Model Bug */
content:"\"; width: 30%; padding: 2em 1.5em;
}
#admin table { /* adapting the font size for IE 5.x */
font-size: 1em;
}
* html #main { width: 62.5%; margin: 0 0 0 15px; }
html + body #admin { /* close the hole in IE 5.0 */
margin: 0;
}
* html #subnav { /* Box-Model Bug */
content:"\"; width: 30%; padding: 2em 1.5em;
}
* html #main {
width: 62.5%;
margin: 0 0 0 15px;
}
html + body #admin { /* close the hole in IE 5.0 */
margin: 0;
}