]> 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 f1187c64d16e437f3d8a36ab0365704a0118ddfd..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,7 +86,7 @@ address{
     margin-left: 0;
 }
 
-.notice p.entry-content {
+.notice p.e-content {
     float: left;
 }
 
@@ -103,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;
 }
@@ -133,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;
 }
@@ -268,12 +258,12 @@ select {
     float: left;
 }
 
-.profile .entity_profile .fn, .profile .entity_profile .label {
+.profile .entity_profile .p-name, .profile .entity_profile .label {
     margin-right: 11px;
     margin-left: 0;
 }
 
-#core .vcard .photo {
+#core .h-card .u-photo {
     float: right;
 }
 
@@ -291,13 +281,34 @@ select {
     right: auto;
 }
 
-/*#site_nav_local_views {
-    float: right;
+.entity_actions input.submit {
+   text-align: right;
 }
 
-#content {
-    float: 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;
+}