diff options
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 7 | ||||
-rw-r--r-- | web/css/emptyhomes.css | 15 | ||||
-rw-r--r-- | web/css/ie6-378.css | 4 |
3 files changed, 24 insertions, 2 deletions
diff --git a/web/css/core.css b/web/css/core.css index ad600023a..20969ef1d 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -23,7 +23,7 @@ label { width: 5em; } -#fieldset { +fieldset, #fieldset { border: none; padding: 0.5em; } @@ -73,7 +73,7 @@ ul#error { /* Front page */ -#expl { +p#expl { text-align: center; font-size: 150%; margin: 0 2em; @@ -268,6 +268,9 @@ p#copyright { margin: 0; } +#closest_problems { + margin-bottom: 0; +} #alert_links { float: right; } diff --git a/web/css/emptyhomes.css b/web/css/emptyhomes.css index b95f400e3..813904b07 100644 --- a/web/css/emptyhomes.css +++ b/web/css/emptyhomes.css @@ -1,3 +1,7 @@ +p#expl { + font-size: 130%; +} + #alert_links { float: none; } @@ -77,3 +81,14 @@ blockquote { #update_form, #problem_form { clear: both; } + +#watermark { + background: url("/i/mojwatermark-378.png"); + height: 84px; + width: 171px; + position: absolute; + bottom: 0; + right: 0; +} + + diff --git a/web/css/ie6-378.css b/web/css/ie6-378.css new file mode 100644 index 000000000..e22f519ff --- /dev/null +++ b/web/css/ie6-378.css @@ -0,0 +1,4 @@ +#watermark { + background: none; + filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/mojwatermark-378.png',sizingMethod='scale'); +} |