]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/neo/css/rtl.css
Initial move towards microformats2
[quix0rs-gnu-social.git] / theme / neo / css / rtl.css
index e677e7f6e62c943819f07d7bf5edaff9464d6697..efc1bea4b1ea280bc4a387f60c42cba87095ffbe 100644 (file)
@@ -15,7 +15,7 @@ span.rtl{
     direction: rtl !important;
 }
 
-#content .notice .entry-title{
+#content .notice .h-entry {
     direction: ltr;
 }
 
@@ -27,11 +27,12 @@ span.rtl{
     float: left;
 }
 
-.notice div.entry-content {
+.notice div.e-content {
     float: right;
+    clear: right;
 }
 
-#content .notice .threaded-replies .notice div.entry-content{
+#content .notice .threaded-replies .notice div.e-content{
     clear: right;
     float: right;
 }
@@ -85,6 +86,10 @@ address{
     margin-left: 0;
 }
 
+.notice p.e-content {
+    float: left;
+}
+
 .threaded-replies .form_notice #notice_action-submit {
     right: 10px;
 }
@@ -99,28 +104,21 @@ address{
 /*    background-position: right center; */
 }
 
-#content .notice .threaded-replies .notice .entry-title{
-    margin: 2px 35px 0 7px;
-}
-
-#content .notice .entry-title {
-    margin: 2px 59px 0 7px;
-}
-
-#content .notice .author .photo{
+#content .notice .author .u-photo{
     right: 0;
+    left: auto;
 }
 
 .notice-options{
     float: left;
 }
 
-.notice div.entry-content {
+.notice div.e-content {
     margin-right: 59px;
     margin-left: 0;
 }
 
-#core .vcard .photo {
+#core .h-card .u-photo {
     margin-left: 11px;
     margin-right: 0;
 }
@@ -129,14 +127,10 @@ address{
     margin: 2px 10px 4px 0;
 }
 
-#shownotice .notice div.entry-content {
+#shownotice .notice div.e-content {
     margin-right: 0;
 }
 
-.notice .addressees:before {
-    content: '\25C2';
-}
-
 #content thead th {
     text-align: right;
 }
@@ -264,12 +258,57 @@ select {
     float: left;
 }
 
-/*#site_nav_local_views {
+.profile .entity_profile .p-name, .profile .entity_profile .label {
+    margin-right: 11px;
+    margin-left: 0;
+}
+
+#core .h-card .u-photo {
     float: right;
 }
 
-#content {
+.profile_list .label {
+    margin-right: 59px !important;
+}
+
+.profile .entity_profile .note, .profile .entity_profile .url, .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit {
+    margin-right: 59px;
+    margin-left: 0;
+}
+
+.profile_list .entity_actions ul {
+    left: 20px;
+    right: auto;
+}
+
+.entity_actions input.submit {
+   text-align: right;
+}
+
+#entity_statistics dt, #entity_statistics dd {
+    margin-left: 11px;
+    margin-right: 0;
+}
+
+#showstream .notice .h-entry, #showstream .notice div.e-content {
+    margin-right: 0;
+}
+
+.limited-scope .e-content .timestamp:before {
+    right: 0;
+    left: auto;
+}
+
+.limited-scope .e-content .timestamp {
+    padding-left: 0;
+    padding-right: 20px;
+}
+
+.section ul.entities {
     float: right;
-}*/
+}
 
+.section .entities li {
+    float: right;
+}