summaryrefslogtreecommitdiff
path: root/licenses/creativecommons/includes/deed3-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'licenses/creativecommons/includes/deed3-rtl.css')
-rw-r--r--licenses/creativecommons/includes/deed3-rtl.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/licenses/creativecommons/includes/deed3-rtl.css b/licenses/creativecommons/includes/deed3-rtl.css
new file mode 100644
index 0000000..69069b7
--- /dev/null
+++ b/licenses/creativecommons/includes/deed3-rtl.css
@@ -0,0 +1,70 @@
+/* CC Deed CSS for RTL languages */
+@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
+
+#deed {
+ font-family: 'Droid Arabic Naskh', sans-serif;
+}
+
+ #deed-main {
+ text-align: right;
+
+ }
+
+ #deed-main img {
+ float: left;
+ }
+
+ #deed-main h3 {
+ padding-right:10px;
+
+ }
+
+ li.license {
+ padding-right: 70px;
+ padding-left: 0px;
+ background-position: right top;
+ }
+
+ #deed-main li.share, li.remix, li.commercial, UL#license-freedoms-no-icons li, UL#deed-conditions-no-icons li, UL.understanding.license-properties li {
+ padding-right:0 !important;
+ }
+
+ .disclaimer {
+ text-align: left !important;
+ }
+
+ #deed-rights {
+ background-position: right top;
+ }
+
+ #deed-rights ul {
+ width: 80%;
+ }
+
+ #deed-conditions {
+ background-position: right top;
+ }
+
+ #libre {
+ left: 25px;
+ right: auto;
+ }
+
+ #footer p {
+ direction:rtl;
+ }
+
+@media screen and (max-width: 600px) {
+ .green #deed-disclaimer {
+ margin-left: 100px;
+ margin-right: 10px;
+ }
+
+ #libre {
+ left: 10px;
+ }
+}
+
+ul p {
+ line-height: 20px;
+}