]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/style.css
Merge pull request #71 from tomtom84/master
[friendica.git] / view / theme / dispy / style.css
old mode 100644 (file)
new mode 100755 (executable)
index 59425a0..7f56329
@@ -354,6 +354,9 @@ aside #viewcontacts { text-align: right;}
        border: 1px solid #cccccc;
        width: 530px;
 }
+#jot-title-display {
+       font-weight: bold;
+}
 
 
 /**
@@ -567,6 +570,10 @@ div[id$="wrapper"] br { clear: left; }
 /**
  * photos
  **/
+.photos {
+       height: auto;
+       overflow: auto;
+}
 #photo-top-links {
        margin-bottom:30px;
 }
@@ -1092,6 +1099,21 @@ div[id$="wrapper"] br { clear: left; }
        border-bottom: 0px;
 }*/
 
+.starred { 
+       background-image: url("star.png"); 
+       repeat: no-repeat;
+}
+.unstarred { 
+       background-image: url("premium.png");
+       repeat: no-repeat;
+}
+
+.tagged {
+       background-image: url("tag.png");
+       repeat: no-repeat;
+}
+
+
 
 .border {
        border: 1px solid #babdb6;
@@ -1284,3 +1306,11 @@ footer { display: block; margin: 50px 20%; clear: both; }
 .acpopupitem.selected {
        color: #2e3436; background-color: #eeeeec;
 }
+.qcomment {
+       opacity: 0;
+       filter:alpha(opacity=0);
+}
+.qcomment:hover {
+       opacity: 1.0;
+       filter:alpha(opacity=100);
+}