]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Removed 'bookmarklet' since we have Bookmark plugin
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 320ca5f6d3c0891f9e276e0deed51f4afac8d6a2..55d1e8e91a1d8797514a0419172b236765b49f86 100644 (file)
@@ -634,6 +634,10 @@ address .poweredby {
     content: '\25B8';
 }
 
+.notice .addressees .group {
+    font-style: italic;
+}
+
 .fn {
     overflow: hidden;
 }
@@ -684,18 +688,22 @@ font-style:italic;
     display:none;
 }
 
+#remoteprofile .notice .entry-title, #remoteprofile .notice div.entry-content,
 #showstream .notice .entry-title, #showstream .notice div.entry-content {
     margin-left: 0;
 }
 
+#remoteprofile .notice .entry-title,
 #showstream .notice .entry-title {
     min-height: 1px;
 }
 
+#remoteprofile #content .notice .author,
 #showstream #content .notice .author {
     display: none;
 }
 
+#remoteprofile .notice,
 #showstream .notice {
     min-height: 1em; 
 }
@@ -824,34 +832,7 @@ float:left;
 clear:both;
 }
 
-#jOverlayContent,
-#jOverlayContent #content,
-#jOverlayContent #content_inner { /* TODO can remove this now? */
-width: auto !important;
-margin-bottom:0;
-}
-#jOverlayContent #content {
-padding:11px;
-min-height:auto;
-    border: 1px solid #fff;
-}
-#jOverlayContent .entry-title {
-display:block;
-margin-bottom:11px;
-}
-#jOverlayContent button {
-    position:absolute;
-    top: 5px;
-    right: 20px;
-}
-#jOverlayContent h1 {
-max-width:425px;
-}
-#jOverlayLoading {
-top:5%;
-left:40%;
-}
-#attachment_view img {
+#attachment_view img, #attachment_view .attachment_player {
 max-width:480px;
 max-height:480px;
 }
@@ -996,7 +977,24 @@ content: ":";
     display: none;
 }
 
+/* old school conversation style */
 
+#conversation .notices .notices {
+    float: left;
+    background-color:rgba(200, 200, 200, 0.050);
+    margin-left: 15px;
+    width: auto;
+}
+
+#conversation .notices .threaded-replies {
+    margin-left: 59px;
+    background: #fafafa;
+}
+
+#conversation .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices  {
+    background: none;
+    margin-left: 0px;
+}
 
 /* aside primary specific styles */
 
@@ -1181,16 +1179,6 @@ display:none;
 clear:both;
 }
 
-#bookmarklet address {
-display:none;
-}
-#bookmarklet .form_notice {
-width:auto;
-}
-#bookmarklet #wrap {
-min-width:0;
-}
-
 button.close,
 button.minimize {
 width:16px;
@@ -1568,41 +1556,6 @@ clear:both;
 margin-bottom:0;
 }
 
-#settings_design_background-image img {
-    max-width:480px;
-    max-height:480px;
-    clear: left;
-    display: block;
-    margin-bottom: 10px;
-}
-
-#settings_design_background-image .form_guide {
-    float: left;
-    margin-top: 10px;
-}
-
-#settings_design_color .form_data,
-#color-picker {
-float:left;
-}
-#settings_design_color .form_data {
-width:400px;
-margin-right:1%;
-}
-
-#settings_design_color .form_data li {
-width:33%;
-}
-#settings_design_color .form_data label {
-float:none;
-display:block;
-}
-#settings_design_color .form_data .swatch {
-padding:11px;
-margin-left:0;
-width:auto;
-}
-
 .entity_profile {
 position:relative;
 width:73%;
@@ -1955,6 +1908,12 @@ display:block;
 width:auto;
 }
 
+.profile_block .group_aliases .group_alias {
+    display:inline;
+    list-style-type: none;
+    font-style: italic;
+}
+
 .profile_block .entity_tags dt {
 display: inline;
 margin-right: 3px;
@@ -2522,6 +2481,11 @@ display:none;
     display:none;
 }
 
+.profile_block_otherprofile_list li {
+    display: inline;
+    list-style-type: none;
+}
+
 /*end of @media screen, projection, tv*/