X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook%2Fstyle-network.css;h=24612b87ffd5e8871432b9ad2f5e735ffa7c141a;hb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;hp=b6d682c3c74bd68763be035cb31476cbdc35d0df;hpb=586acbe998a449d9290c182d72f73d6bec1f4fe2;p=friendica.git diff --git a/view/theme/diabook/style-network.css b/view/theme/diabook/style-network.css index b6d682c3c7..24612b87ff 100644 --- a/view/theme/diabook/style-network.css +++ b/view/theme/diabook/style-network.css @@ -186,6 +186,7 @@ .attachtype { display: block; width: 20px; height: 23px; background-image: url('../../../images/content-types.png'); + background-position: -80px 0px; } .type-video { background-position: 0px 0px; } @@ -394,7 +395,14 @@ } /* global */ - +body { + font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 12.5px; + background-color: #ffffff; + color: #2d2d2d; + margin: 50px auto auto; + display: table; +} h4 { font-size: 1.1em; @@ -948,8 +956,8 @@ ul.menu-popup .empty { aside { display: table-cell; vertical-align: top; - width: 150px; - padding: 0px 5px 0px 5px; + width: 160px; + padding: 0px 10px 0px 10px; border-right: 1px solid #D2D2D2; float: left; /* background: #F1F1F1; */ @@ -1009,7 +1017,7 @@ aside #profiles-menu { width: 20em; } aside #search-text { - width: 140px; + width: 150px; height: 17px; padding-left: 10px; border-top-left-radius: 15px; @@ -1150,6 +1158,12 @@ span.sbox input { top: 18px; } /* section */ +section { + display: table-cell; + vertical-align: top; + width: auto; + padding: 0px 0px 0px 12px; +} body .pageheader{ text-align: center; @@ -1198,11 +1212,7 @@ body .pageheader{ } #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{ - background-color: lightblue; - border: think solid black; - margin: 2px; - padding: 5px; - width: 95%; + margin-bottom: 10px; } right_aside { @@ -1245,7 +1255,14 @@ transition: all 0.2s ease-in-out; /* wall item */ - +.tread-wrapper { + border-bottom: 1px solid #D2D2D2; + position: relative; + padding: 5px; + margin-bottom: 0px; + width: 575px; + padding-top: 10px; +} .wall-item-decor { position: absolute; left: 790px; @@ -1752,14 +1769,7 @@ transition: all 0.2s ease-in-out; margin-left: 45px; margin-top: 2px; } -#jot-preview-link { - float: right; - margin-left: 10px; - margin-top: 2px; - font-size: 9px; - font-weight: bolder; - cursor: pointer; -} + #profile-jot-perms{ float: right; margin-left: 10px; @@ -2552,4 +2562,4 @@ list-style-type: disc; #photos-upload-newalbum-div { float: left; width: 175px; -} \ No newline at end of file +}