From cc28351945e20516718684c8a651dbc8e7ce36b3 Mon Sep 17 00:00:00 2001 From: azett Date: Thu, 11 Aug 2022 20:05:18 +0200 Subject: [PATCH] fixes #134, props to @Fraenkiman --- .../themes/leggero/leggero-v2/res/common.css | 48 ------------------- 1 file changed, 48 deletions(-) diff --git a/fp-interface/themes/leggero/leggero-v2/res/common.css b/fp-interface/themes/leggero/leggero-v2/res/common.css index 2f1b82c..619c503 100644 --- a/fp-interface/themes/leggero/leggero-v2/res/common.css +++ b/fp-interface/themes/leggero/leggero-v2/res/common.css @@ -220,54 +220,6 @@ h4 { font-size: 1.2em; } } } -/* ===== INTERNET EXPLORER ===== */ -@media \0screen\,screen\9{ - - body { margin: 10px 0 10px 0 } - - /* ===== BODY CONTAINER ===== */ - #body-container { - text-align: left; - max-width: 1000px; - width: 100%; - margin: 0 auto 0 auto; - padding: 5px; - background:none; - background-color:rgba(0,0,0,0.75); - -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000); - zoom:1; - border-radius: 3px; - } - - /* ===== MAIN ===== */ - #main h4 { margin: 2em 0 0 0} - - #main { - float:left; - position: relative; - width: 65%; - font-size: 100%; - padding: 25px; - margin: 20px; - background:none; - background-color:rgba(255,255,255,0.9); - -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF); - zoom:1; - border-radius: 3px; - } - - #head { - background:none; - background-color:rgba(184,60,46,0.7); - -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3b83c2e,endColorstr=#B3b83c2e); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3b83c2e,endColorstr=#B3b83c2e); - zoom:1; - } - -} - #main p { line-height: 1.4em; margin-top: 1em; } #main img { margin: .5em }