]> 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 f198fe647455f6b5764d2e440bacddccb4a1faf1..efc1bea4b1ea280bc4a387f60c42cba87095ffbe 100644 (file)
@@ -1,3 +1,12 @@
+/** theme: neo
+ *
+ * @package   StatusNet
+ * @author    Osama Khalid <osamak@gnu.org>
+ * @copyright Osama Khalid
+ * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link      http://status.net/
+ */
+
 body {
     direction: rtl;
 }
@@ -6,7 +15,7 @@ span.rtl{
     direction: rtl !important;
 }
 
-#content .notice .entry-title{
+#content .notice .h-entry {
     direction: ltr;
 }
 
@@ -18,15 +27,21 @@ 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;
 }
 
+#content h1{
+    font-weight: bold;
+    letter-spacing: 0;
+}
+
 .threaded-replies {
     border-right: 3px solid #ECECF2;
     border-left: 0;
@@ -71,6 +86,10 @@ address{
     margin-left: 0;
 }
 
+.notice p.e-content {
+    float: left;
+}
+
 .threaded-replies .form_notice #notice_action-submit {
     right: 10px;
 }
@@ -82,31 +101,24 @@ address{
 #export_data li a{
     padding-right: 30px;
     padding-left: 0;
-    background-position: right center;
-}
-
-#content .notice .threaded-replies .notice .entry-title{
-    margin: 2px 35px 0 7px;
+/*    background-position: right center; */
 }
 
-#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;
 }
@@ -115,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: "◂";
-}
-
 #content thead th {
     text-align: right;
 }
@@ -134,6 +142,7 @@ address{
 
 .form_settings .form_data textarea, .form_settings .form_data select, .form_settings .form_data input {
     float: right;
+    margin-right: 1.795%;
 }
 
 .form_settings .form_data label {
@@ -148,10 +157,158 @@ address{
     margin-right: 5px;
 }
 
-#site_nav_local_views {
+#site_nav_local_views H3{
+    font-weight: bold;
+    letter-spacing: 0;
+}
+
+#aside_primary h2{
+    font-weight: bold;
+    letter-spacing: 0;
+}
+
+.form_settings label[for="notice_to"] {
+    margin-left: 10px;
+    margin-right: 0;
+}
+
+select {
+    padding-left: 10px;
+}
+
+#input_form_nav li a {
     float: right;
 }
 
-#content {
+#content table.extended-profile td {
+    padding-left: 0 !important;
+    padding-right: 8px !important;
+}
+
+.experience-item, .education-item {
     float: right;
-}
\ No newline at end of file
+}
+
+#site_nav_global_primary a {
+    float: right;
+}
+
+.form_settings .form_data p.form_guide {
+    margin-right: 27%;
+}
+
+.form_settings label.checkbox {
+    text-align: right;
+}
+
+.form_settings label.checkbox, .form_settings label.radio {
+    left: 0;
+    right: -25px;
+}
+
+.form_settings input.checkbox, .form_settings input.radio {
+    margin-right: 25%;
+    margin-left: 20px;
+    right: -14px;
+    left: 0;
+}
+
+.form_settings input {
+    margin-left: 20px;
+}
+
+.form_settings .form_data li {
+    float: right;
+}
+
+#header-search {
+    float: left;
+}
+
+#header-search input[type="submit"] {
+    left: 0;
+    right: auto;
+}
+
+#avatarfile {
+    width: 100%;
+}
+
+.form_settings .checkbox-wrapper label.checkbox {
+    right: -3px;
+    left: auto;
+}
+
+.checkbox-wrapper.unchecked label.checkbox, .checkbox-wrapper.checked label.checkbox {
+    padding-right: 20px;
+    padding-left: 0;
+    background-position: right center;
+}
+
+.input_form .form_settings .form_data p.form_guide {
+    margin-right: 5px;
+    margin-left: 27%;
+}
+
+.experience-item, .education-item {
+    float: right !important;
+}
+
+.profile_block .entity_actions {
+    float: left;
+}
+
+.profile .entity_profile .p-name, .profile .entity_profile .label {
+    margin-right: 11px;
+    margin-left: 0;
+}
+
+#core .h-card .u-photo {
+    float: right;
+}
+
+.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;
+}
+