summaryrefslogtreecommitdiff
path: root/licenses/includes/deed3-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'licenses/includes/deed3-rtl.css')
-rw-r--r--licenses/includes/deed3-rtl.css70
1 files changed, 0 insertions, 70 deletions
diff --git a/licenses/includes/deed3-rtl.css b/licenses/includes/deed3-rtl.css
deleted file mode 100644
index 69069b7..0000000
--- a/licenses/includes/deed3-rtl.css
+++ /dev/null
@@ -1,70 +0,0 @@
-/* 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;
-}