X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fduepuntozero%2Fstyle.css;h=c004eb53d0ce85c4c1af77be3431bbd4750235e7;hb=3184a6263b28c7370df4d4b4334de180aa7c93d1;hp=0198431919bfc9759dcfb1b3a1dc1236532689f7;hpb=686ba3fcb05c26dd75bc8b6cdf8fb589dfdb4645;p=friendica.git diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0198431919..c004eb53d0 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -205,6 +205,7 @@ aside { font-weight: bold; background: #3465a4 url('friendica-16.png') no-repeat 95% center; } +#subscribe-feed-link, #wallmessage-link { display: block; color: #FFFFFF; @@ -277,6 +278,31 @@ div.wall-item-content-wrapper.shiny { margin: 15px 0 15px 150px; } +/* Contact-Header for the Network Stream */ +#viewcontact_wrapper-network { + width: 100%; + min-height: 100px; + background-color: #DBE6F1; + border-bottom: 1px solid #babdb6; +} +#contact-entry-wrapper-network { + float: none; + width: auto; + height: auto; + padding: 10px; + margin: 0px +} +#contact-entry-accounttype-network { + font-size: 20px; +} +#contact-entry-name-network { + font-size: 24.5px; +} +/*#contact-entry-name-network>.contact-entry-details, #contact-entry-url-network, +#contact-entry-details-network, contact-entry-network-network { + color: #000; +}*/ + /* from default */ #jot-perms-icon, #profile-location, @@ -340,7 +366,7 @@ div.wall-item-content-wrapper.shiny { margin-bottom: 10px; } -.group-selected, .nets-selected, .fileas-selected, .categories-selected { +.group-selected, .nets-selected, .fileas-selected, .categories-selected, .forum-selected { padding: 3px; -moz-border-radius: 3px; border-radius: 3px; @@ -1195,6 +1221,10 @@ input#dfrn-url { } .type-link .oembed { } +.oembed.video .embed_video > div { + position: absolute; top: 0px; left: 0px; + background: rgba(0, 0, 0, 0.5) url(shiny.png) no-repeat scroll center center; +} .shared_header { height: 32px; @@ -2039,7 +2069,7 @@ a.mail-list-link { #sidebar-group-list ul { list-style-type: none; } -.sidebar-group-li .notify { +.sidebar-group-li .notify, .forum-widget-entry .notify { display: none; font-size: 9px; border: 1px solid rgb(221, 221, 221); @@ -2047,7 +2077,7 @@ a.mail-list-link { float: right; background-color: #BABDB6; } -.sidebar-group-li .notify.show { +.sidebar-group-li .notify.show, .forum-widget-entry .notify.show { display: block; } @@ -2061,6 +2091,10 @@ a.mail-list-link { margin-top: 10px; } +#forumlist-sidebar ul { + list-style: none; +} + .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul { list-style-type: none; } @@ -2462,14 +2496,14 @@ aside input[type='text'] { margin-bottom: 25px; } -.location-label, .gender-label, .marital-label, .homepage-label { +.location-label, .gender-label, .marital-label, .homepage-label, .network-label { float: left; text-align: right; display: block; width: 65px; } -.adr, .x-gender, .marital-text, .homepage-url { +.adr, .x-gender, .marital-text, .homepage-url, .x-network { float: left; display: block; margin-left: 8px; @@ -2507,11 +2541,17 @@ aside input[type='text'] { font-weight: bold; } -.vcard .title { +.vcard .title, +.vcard .p-addr { margin-bottom: 5px; margin-left: 12px; } +.vcard .account-type { + font-size: 120%; + margin-bottom: 13px; +} + .vcard dl { clear: both; } @@ -3307,6 +3347,17 @@ div.jGrowl div.info { } /* notifications popup menu */ +.manage-notify { + font-size: 10px; + padding: 1px 3px; + top: 0px; + min-width: 15px; + text-align: center; + float: right; + margin-top: -14px; + margin-right: -20px; +} + .nav-notify { display: none; position: absolute;