]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / duepuntozero / style.css
index bf9432245cc2d436aa44f876b56064336edbf19b..33be8b3590026d431736ec928ecb9ffa10e32b6b 100755 (executable)
@@ -249,6 +249,10 @@ div.wall-item-content-wrapper.shiny {
        background: #FFFFC8;
 }
 
+#theme-preview {
+       margin: 15px 0 15px 150px;
+}
+
 /* from default */
 #jot-perms-icon, 
 #profile-location,
@@ -309,7 +313,7 @@ div.wall-item-content-wrapper.shiny {
        margin-bottom: 10px;
 }
 
-.group-selected, .nets-selected {
+.group-selected, .nets-selected, .fileas-selected {
        padding: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;     
@@ -1024,6 +1028,10 @@ input#dfrn-url {
        float: left;    
 }
 
+.filer-item {
+       margin-left: 10px;
+       float: left;
+}
 
 .wall-item-links-wrapper {
        float: left;
@@ -1864,11 +1872,11 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
-.nets-ul {
+.nets-ul, .fileas-ul {
        list-style-type: none;
 }
 
-.nets-ul li {
+.nets-ul li, .fileas-ul li {
        margin-top: 10px;
 }
 
@@ -1879,6 +1887,14 @@ a.mail-list-link {
        margin-left: 42px;
 }
 
+.fileas-link {
+       margin-left: 24px;
+}
+
+.fileas-all {
+       margin-left: 0px;
+}
+
 #search-save {
        margin-left: 5px;
 }
@@ -2603,12 +2619,12 @@ aside input[type='text'] {
        margin-top: 10px;
 }
 
-.body-tag {
+.body-tag, .filesavetags {
        opacity: 0.5;
        filter:alpha(opacity=50);
 }
 
-.body-tag:hover {
+.body-tag:hover, .filesavetags:hover {
        opacity: 1.0 !important;
        filter:alpha(opacity=100) !important;
 }
@@ -2902,6 +2918,11 @@ aside input[type='text'] {
 .tagged { background-position: -48px -48px; }
 
 
+.filer-icon {
+       display: block; width: 16px; height: 16px;
+       background-image: url('file.gif');
+}
+
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
 
 .attachtype {
@@ -2957,11 +2978,13 @@ div.jGrowl div.info {
 .qcomment {
        border: 1px solid #EEE;
        padding: 3px;
+       margin-top: 15px;
+       margin-left: 25px;
 }
 
 .qcomment {
-       opacity: 0;
-       filter:alpha(opacity=0);
+       opacity: 0.3;
+       filter:alpha(opacity=30);
 }
 .qcomment:hover {
        opacity: 1.0;
@@ -2991,18 +3014,17 @@ ul.menu-popup {
        list-style: none;
        z-index: 100000;
        top: 90px;
+       left: 400px;
 }
 #nav-notifications-menu {
        width: 320px;
        max-height: 400px;
        overflow-y: scroll;overflow-style:scrollbar;
        background-color:#FFFFFF;
-       -moz-border-radius:0px 0px 5px 5px;
-       -webkit-border-radius:0px 0px 5px 5px;
-       border-radius:0px 0px 5px 5px;
+       -moz-border-radius: 5px;
+       -webkit-border-radius: 5px;
+       border-radius:5px;
        border: 1px solid #888;
-       border-top: none;
-
 }
 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
 #nav-notifications-menu img { float: left; margin-right: 5px; }
@@ -3037,4 +3059,4 @@ ul.menu-popup {
 
 .notify-seen {
        background: #DDDDDD;
-}
\ No newline at end of file
+}