diff --git a/theme/sky_high/pix/footer-rtl.jpg b/theme/sky_high/pix/footer-rtl.jpg new file mode 100644 index 00000000000..f33775b95f1 Binary files /dev/null and b/theme/sky_high/pix/footer-rtl.jpg differ diff --git a/theme/sky_high/pix/header-rtl.jpg b/theme/sky_high/pix/header-rtl.jpg new file mode 100644 index 00000000000..a335345d958 Binary files /dev/null and b/theme/sky_high/pix/header-rtl.jpg differ diff --git a/theme/sky_high/style/core.css b/theme/sky_high/style/core.css index 9c49f748607..d491d14ea17 100644 --- a/theme/sky_high/style/core.css +++ b/theme/sky_high/style/core.css @@ -44,9 +44,9 @@ a:active, a:hover, a:focus { border-right: 2px solid #5ea4dc; border-bottom: 2px solid #5ea4dc; filter:alpha(opacity=90); - -moz-opacity:0.9; -khtml-opacity: 0.9; - opacity: 0.9; + -moz-opacity: 0.9; + opacity: 0.9; } #newmessageoverlay #newmessagelinks { border-top: 1px dashed #ccc; @@ -66,6 +66,12 @@ a:active, a:hover, a:focus { margin-bottom: 0px; height: 80px; border-bottom: 1px solid #fff; + width: 100%; +} +.dir-rtl #page-header { + background-image: url([[pix:theme|header-rtl]]); + background-repeat: no-repeat; + background-position: left top; } .logo { height: 50px; @@ -273,6 +279,11 @@ body.has_dock { height: 75px; text-align: left; } +.dir-rtl #page-footer-inner { + background-image: url([[pix:theme|footer-rtl]]); + background-repeat: no-repeat; + background-position: left top; +} #page-footer .footnote { float: left; padding-top: 80px;