]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Merge language-specific CSS directly into templates.
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 28 Feb 2009 11:14:03 +0000 (00:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 28 Feb 2009 11:14:03 +0000 (00:14 +1300)
This makes translated files display non-LTR languages correctly
in Squid without CSS support.

37 files changed:
errors/errorpage.css
errors/templates/ERR_ACCESS_DENIED
errors/templates/ERR_CACHE_ACCESS_DENIED
errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
errors/templates/ERR_CANNOT_FORWARD
errors/templates/ERR_CONNECT_FAIL
errors/templates/ERR_DNS_FAIL
errors/templates/ERR_ESI
errors/templates/ERR_FORWARDING_DENIED
errors/templates/ERR_FTP_DISABLED
errors/templates/ERR_FTP_FAILURE
errors/templates/ERR_FTP_FORBIDDEN
errors/templates/ERR_FTP_LISTING
errors/templates/ERR_FTP_NOT_FOUND
errors/templates/ERR_FTP_PUT_CREATED
errors/templates/ERR_FTP_PUT_ERROR
errors/templates/ERR_FTP_PUT_MODIFIED
errors/templates/ERR_FTP_UNAVAILABLE
errors/templates/ERR_ICAP_FAILURE
errors/templates/ERR_INVALID_REQ
errors/templates/ERR_INVALID_RESP
errors/templates/ERR_INVALID_URL
errors/templates/ERR_LIFETIME_EXP
errors/templates/ERR_NO_RELAY
errors/templates/ERR_ONLY_IF_CACHED_MISS
errors/templates/ERR_READ_ERROR
errors/templates/ERR_READ_TIMEOUT
errors/templates/ERR_SECURE_CONNECT_FAIL
errors/templates/ERR_SHUTTING_DOWN
errors/templates/ERR_SOCKET_FAILURE
errors/templates/ERR_TOO_BIG
errors/templates/ERR_UNSUP_HTTPVERSION
errors/templates/ERR_UNSUP_REQ
errors/templates/ERR_URN_RESOLVE
errors/templates/ERR_WRITE_ERROR
errors/templates/ERR_ZERO_SIZE_OBJECT
errors/templates/generic

index 328794f11ecc5c12eed028bf5b15b9dd62191ca0..d7ba8bf0cc63f0ffece37d06f21a4b4c23c6a1f3 100644 (file)
@@ -18,10 +18,6 @@ html body {
        color: #1e1e1e;
 }
 
-/* Language Specific Basics */
-body
-:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
-
 /* Page displayed title area */
 #titles {
        margin-left: 15px;
index 5b446a8c35109b2e28fb4ac6f940e605c3d033d9..f7cb85c0bf11dd63027f65536d077b25772a5924 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!--
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 92f8e94eb3bd011d77d899e31ef7429acc610592..8c0f5dcbb158253f4b13a155cb65051b99105e6b 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head>
 <body>
 <div id="titles">
index d22fdab3779f97ce31eaf5e43c8583f540ec7ce4..895d5513c8172d41cbc80b78b1ffae0934adbd0b 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 0b5113e78000a1dbe56856de5db7e87872c431b0..61fc48ca22eb15b50817ac6188ec1ebedcceb137 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head>
 <body>
 <div id="titles">
index 0c19884db610fdc2317325e0ba060c475ea913c0..baa4b854435bb192246369f3d11cae0b10622c3a 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index da2d334c0af307280bcd04e61ffb7437c13ad129..f9fa11b17592a0b0cca69f4322ed4e7c0e0eca5a 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index c2789e4cea79dc7369f5a716400e6dc865f3dcf1..0053f40ed87b9e32171d1e8d5c57f59258f65993 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 8c5169c6d6addfe300b0e2e27567054e5967439d..d17265c429bd73f74c277fd0bdc37fecad9c0bd6 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 5e590b94021d60b1c4208abde6ed618b9bae0676..8d81a946eb2f6701e629cfbf0adbd64507238a99 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 0461dfcbf92ab78f0065df396b1109b1da00afc0..2e1a7cd45b6b49d089a4841645ed9defb0c74e48 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index ef833b5bcdfacd7d57beaea1989e3902ce6870fd..0251a160365bc1aed66530b79b0ff3b3ebb7534f 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 727a6e9a17616dcffcb9321532fe22d0131088ea..e642625e35cc03b27732662cbbd018ab74ce143a 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP Directory: %U</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h2>FTP Directory: <a href="/">%U</a>/</h2>
index 0d64df0b8b63c352d59adae9d48421e68914c954..e4d592bbc29aaccffe85b9fcc5aa4c84d37b67b2 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index e10ada13bb67e4a88e785ace393d4c9f27125e42..21bc6c5944870f3112b0c529168dc1ca1df9f843 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful: File Created</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1 id="ftpsuccess">Operation successful</h1>
index 32a972d69f89819c82e52a21353bca233bf338d3..d3f6110f3173b103443081ef9dc5181a003b763b 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 6c4f708a52d429fac30aece9aee209178b5d7368..88f8c9d21e48eb2f64cf07494e171e0a3ae77db0 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful: File Updated</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1 id="ftpsuccess">Operation successful</h1>
index d697bc33aae1dcf5e585ce7aab4abb806f894a4d..b4a82002087105561b51e24c43eb58f2a773089f 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 27eaed62382e1ece1c523bed55e1c2d3172067ae..dc16d87100fabf6322041303f1e5ae5e6aa9fc59 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 18b644ce728c8a9f63881a74114cf90d20117281..2c1bfb25b7d705ee657968374a71edbbf06d2d26 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 88084a4f1b574a3917e761ac67d76f89153cd97c..5f4ec19fc0ec6cf27edee310384e30086e29deec 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index c0a07ee4815f9738f3a4405f1b4c7bc29a470c1c..d255ff47649163d94e5bfa8fc0b7ada4eac13d9a 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 126cfd41c42e375d0a8fbcc6d61eb3e8806d3806..ca8be5c5b92025d36b5f6406225bd5fdb2344b59 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 6a44957f1249dc20ad781ac7e1b4a3e9bf546a0a..4aafe57951c84b5be952dec8272cb0f6da4a6fa6 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 248da077f731619b9f772111f459b53a0ba31e0e..452d652ee5ffee5d9cd2f9daee1cefca5f486c8e 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 273bacfa4ba5119b7fae2ee52e04958003cb9b21..d6373736166c5d755929651c4d576c2b2bee5a10 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 85e77e6c285e8d909ba8e49f9dff27bfef4933cf..c6c2ba32502269c2b2887bdd9e5fd374286b18c2 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 6fa00397f3ec8875a7fba7216f3afe76d0419782..15ed66e05495c87b0a27b82e34c79f1a456c0a9d 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 96281b32a4502b44ee2d075a6dc2de7ae0673bbf..882ea7420cd8680fda5ce5b3ac2dfc0770c94e56 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 4a459bd606ffd803d3987f881e1a90bb46eef78b..de6d7c4205bfb2d969cca2f671f939505aca7204 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 8241c5af378d5ddfd4896f4e568789a80cda997c..42bb62610447047334098643d8aaa864db7b28b0 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 6e45d232e1d05de0caf755af32d875d0023ec2a4..66bc2f5840ad5c69b9e750f11771087d4419eabe 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index fa6ca73de8a392521ca471e01c5ec9ce680bf062..10d72f61a0efda265c1ad0cd5b11ff80f3117f9b 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 6172122fd41b6212b25bb840357fd59c9706b6d1..a10359ffa578f64a61b604117dee87615ae5cc54 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 41d5f99e607a76027b3b188bb4de376bae5cec58..e05254884ac828d6ec40553e83bc1f36a0f8917a 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 1dac02983526983625b21ac6f1c2bfe7fc875f1e..6050489b53bfa0578784b00acd0cba4a80e3334f 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>
index 4ee05eca71a9abbdac61f746ca6349b9dc2354d6..fe9e21857981ef5ca0b33f59e41005e29534d494 100644 (file)
@@ -2,7 +2,13 @@
 <html><head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
-<style type="text/css"><!-- %l --></style>
+<style type="text/css"><!-- 
+ %l
+
+body
+:lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
+
+ --></style>
 </head><body>
 <div id="titles">
 <h1>ERROR</h1>