]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / view / theme / duepuntozero / style.css
old mode 100644 (file)
new mode 100755 (executable)
index 0f9999c..938fbe4
@@ -23,11 +23,12 @@ input {
        border: 1px solid #666666;
        -moz-border-radius: 3px;
        border-radius: 3px;     
+       padding: 3px;
 }
 
 img { border :0px; }
 
-.openid input {
+#id_openid_url, .openid input {
    background: url(login-bg.gif) no-repeat;
    background-position: 0 50%;
    padding-left: 18px;
@@ -36,6 +37,10 @@ img { border :0px; }
 
 }
 
+#id_openid_url {
+       width: 384px;
+}
+
 code {
        font-family: Courier, monospace;
        white-space: pre;
@@ -47,9 +52,7 @@ code {
        padding: 10px;
        margin-top: 20px; 
 }
-/*blockquote:before {
-       content: '>> ';
-}*/
+
 blockquote {
        background-color: #f4f8f9;
        border-left: 4px solid #dae4ee;
@@ -242,6 +245,10 @@ div.wall-item-content-wrapper.shiny {
   background-repeat:no-repeat;
 }
 
+.preview {
+       background: #FFFFC8;
+}
+
 /* from default */
 #jot-perms-icon, 
 #profile-location,
@@ -264,6 +271,29 @@ div.wall-item-content-wrapper.shiny {
        float: left;
 }
 
+
+#jot-title {
+       border: 0px;
+       margin: 0px;
+       height: 20px;
+       width: 530px;
+       margin-bottom: 5px;
+       font-weight: bold;
+       border: 1px solid #ffffff;
+}
+
+#jot-title::-webkit-input-placeholder{font-weight: normal;}
+#jot-title:-moz-placeholder{font-weight: normal;}
+               
+       
+#jot-title:hover,
+#jot-title:focus {
+       border: 1px solid #cccccc; 
+}
+
+.jothidden { display:none; }
+
+
 .fakelink, .fakelink:visited, .fakelink:link {
        color: #3465a4;
        text-decoration: none;
@@ -279,8 +309,10 @@ div.wall-item-content-wrapper.shiny {
        margin-bottom: 10px;
 }
 
-.group-selected {
+.group-selected, .nets-selected {
        padding: 3px;
+       -moz-border-radius: 3px;
+       border-radius: 3px;     
        border: 1px solid #CCCCCC;
        background: #F8F8F8;
        font-weight: bold;
@@ -539,6 +571,14 @@ input#dfrn-url {
        margin-left: 20px;
        width: 180px;
 }
+
+.contact-wrapper {
+       float: left;
+       width: 150px;
+       height: 150px;
+       overflow: auto;
+}
+
 #view-contact-end {
        clear: both;
 }
@@ -769,6 +809,9 @@ input#dfrn-url {
        width: 120px;
        height: 120px;
 }
+#contacts-search-end {
+       margin-bottom: 10px;
+}
 
 .contact-entry-direction-icon {
        margin-top: 24px;
@@ -784,6 +827,7 @@ input#dfrn-url {
 .contact-entry-name {
        float: left;
        margin-left: 0px;
+       margin-right: 10px;
        width: 120px;
        overflow: hidden;
 }
@@ -829,6 +873,9 @@ input#dfrn-url {
        margin-top: 10px;
        border: 1px solid #CCC;
        position: relative;
+       -moz-border-radius: 3px;
+       border-radius: 3px;     
+
 }
 
 .wall-item-content-wrapper.comment {
@@ -1076,6 +1123,10 @@ input#dfrn-url {
 .comment-edit-text-empty, .comment-edit-text-full {
        float: left;
        margin-top: 10px;
+       -moz-border-radius: 3px;
+       border-radius: 3px;     
+       border: 1px solid #cccccc;
+       padding: 3px 1px 1px 3px;
 }
 .comment-edit-text-end {
        clear: both;
@@ -1125,6 +1176,13 @@ input#dfrn-url {
        float: left;
        margin-left: 15px;
 }
+#jot-preview-link {
+       float: left;
+       margin-left: 45px;
+       margin-top: 0px !important;
+}
+
+
 #profile-nolocation-wrapper {
        float: left;
        margin-left: 15px;
@@ -1141,6 +1199,7 @@ input#dfrn-url {
        font-size: 1.2em;
 }
 
+
 #profile-jot-perms-end {
        /*clear: left;*/
        height: 30px;
@@ -1447,6 +1506,7 @@ input#dfrn-url {
 
 #contact-edit-end {
        clear: both;
+       margin-top: 15px;
 }
 
 #contact-profile-selector {
@@ -1507,6 +1567,8 @@ input#dfrn-url {
        color:#cccccc;
        border: 1px solid #cccccc;
        padding: 3px 0px 0px 5px;
+       -moz-border-radius: 3px;
+       border-radius: 3px;     
 }
 
 
@@ -1792,7 +1854,7 @@ a.mail-list-link {
        list-style-type: none;
 }
 
-#sidebar-group-list .icon {
+#sidebar-group-list .icon, #sidebar-group-list .iconspacer {
        display: inline-block;
        height: 12px;
        width: 12px;
@@ -1802,6 +1864,21 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+.nets-ul {
+       list-style-type: none;
+}
+
+.nets-ul li {
+       margin-top: 10px;
+}
+
+.nets-link {
+       margin-left: 24px;
+}
+.nets-all {
+       margin-left: 42px;
+}
+
 #search-save {
        margin-left: 5px;
 }
@@ -1835,7 +1912,7 @@ a.mail-list-link {
 }
 
 aside input[type='text'] {
- width: 180px;
+ width: 174px;
 }
 
 .widget {
@@ -1849,6 +1926,11 @@ aside input[type='text'] {
 }
 
 
+.photos {
+       height: auto;
+       overflow: auto;
+}
+
 .photo-album-image-wrapper {
        float: left;
        margin-top: 15px;
@@ -2365,6 +2447,11 @@ aside input[type='text'] {
        clear: both;
 }
 
+.profile-match-connect {
+       text-align: center;
+       font-weight: bold;
+}
+
 .profile-match-wrapper {
        float: left;
        padding: 10px;
@@ -2452,6 +2539,7 @@ aside input[type='text'] {
        margin-top: 15px;
 }
 
+#crepair-name-label,
 #crepair-nick-label,
 #crepair-attag-label,
 #crepair-url-label,
@@ -2465,6 +2553,7 @@ aside input[type='text'] {
        margin-bottom: 15px;
 }
 
+#crepair-name,
 #crepair-nick,
 #crepair-attag,
 #crepair-url,
@@ -2766,6 +2855,10 @@ aside input[type='text'] {
 /**
  * ICONS
  */
+.iconspacer {
+       display: block; width: 16px; height: 16px;
+}
+
 .icon {
        display: block; width: 16px; height: 16px;
        background-image: url('../../../images/icons.png');
@@ -2860,3 +2953,87 @@ div.jGrowl div.info {
   color: #ffffff;
   padding-left: 58px;
 }
+
+.qcomment {
+       border: 1px solid #EEE;
+       padding: 3px;
+}
+
+.qcomment {
+       opacity: 0;
+       filter:alpha(opacity=0);
+}
+.qcomment:hover {
+       opacity: 1.0;
+       filter:alpha(opacity=100);
+}
+
+/* notifications popup menu */
+.nav-notify {
+       display: none;
+       position: absolute;
+       font-size: 10px;
+       padding: 1px 3px;
+       top: 0px;
+       right: -10px;
+       min-width: 15px;
+       text-align: right;
+}
+.nav-notify.show {
+       display: block;
+}
+ul.menu-popup {
+       position: absolute;
+       display: none;
+       width: 10em;
+       margin: 0px;
+       padding: 0px;
+       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: 5px;
+       -webkit-border-radius: 5px;
+       border-radius:5px;
+       border: 1px solid #888;
+}
+#nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
+#nav-notifications-menu img { float: left; margin-right: 5px; }
+#nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
+#nav-notifications-menu li {
+       padding: 7px 0px 7px 10px;
+       word-wrap:normal;
+       border-bottom: 1px solid #000;
+}
+
+#nav-notifications-menu li:hover {
+
+}
+
+#nav-notifications-menu a:hover {
+       text-decoration: underline;
+}
+
+.notif-item a {
+       color: #000000;
+}
+
+.notif-item a:hover {
+       text-decoration: underline;
+}
+
+.notif-image {
+       width: 32px;
+       height: 32px;
+       padding: 7px 7px 0px 0px;
+}
+
+.notify-seen {
+       background: #DDDDDD;
+}
\ No newline at end of file