meta.css in Open Social 8.9
Same filename in this branch
Same filename and directory in other branches
- 8 themes/socialbase/assets/css/meta.css
- 8.2 themes/socialbase/assets/css/meta.css
- 8.3 themes/socialbase/assets/css/meta.css
- 8.4 themes/socialbase/assets/css/meta.css
- 8.5 themes/socialbase/assets/css/meta.css
- 8.6 themes/socialbase/assets/css/meta.css
- 8.7 themes/socialbase/assets/css/meta.css
- 8.8 themes/socialbase/assets/css/meta.css
.metainfo { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin-bottom: 30px; line-height: 1.4; } .metainfo__avatar { margin-right: 12px; } .metainfo__avatar .img-metainfo__avatar { width: 44px; height: auto; } .metainfo__content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 0.875rem; } .metainfo__content a { text-decoration: underline; color: #4d4d4d; } .metainfo__content .badge--toggle { vertical-align: text-top; } .metainfo__authorname { display: inline-block; color: #777777; margin-right: 0.2em; } .metainfo__published-date { display: inline-block; color: #777777; } .metainfo__properties { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; margin: 20px 0 40px; } .meta-engage { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .meta-engage .badge + .badge, .meta-engage .meta-engage--buttons > * + * { margin-left: 5px; } .meta-engage .meta-engage--buttons { margin-right: 5px; } .meta-engage .btn { margin-bottom: 3px; } .meta-engage > * { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 1rem; } .article__special-fields { padding: 30px 0; border-top: 1px solid #e6e6e6; } .article__special-fields .article__special-field { margin-bottom: 15px; } .article__special-fields .article__special-field:last-child { margin-bottom: 0; } .article__special-fields .article__special-fields-icon { width: 18px; height: 18px; line-height: 20px; display: inline-block; vertical-align: middle; fill: #222222; margin-right: 12px; } .node--unpublished__label { display: inline-block; position: absolute; font-style: italic; font-weight: 500; top: 0; right: 0; padding: 0.5em 1em; } .stream-item .node--unpublished__label { top: -1.25rem; right: -1.25rem; } @media (min-width: 600px) { .meta-engage { margin-bottom: 1.5rem; } } @media (min-width: 900px) { .meta-engage .meta-engage--buttons { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } } @media (max-width: 899px) { .meta-engage { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .meta-engage .btn .btn:first-child { margin-left: 0; } }
File
themes/socialbase/assets/css/meta.cssView source
- .metainfo {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- position: relative;
- margin-bottom: 30px;
- line-height: 1.4;
- }
-
- .metainfo__avatar {
- margin-right: 12px;
- }
-
- .metainfo__avatar .img-metainfo__avatar {
- width: 44px;
- height: auto;
- }
-
- .metainfo__content {
- -webkit-box-flex: 1;
- -ms-flex: 1;
- flex: 1;
- font-size: 0.875rem;
- }
-
- .metainfo__content a {
- text-decoration: underline;
- color: #4d4d4d;
- }
-
- .metainfo__content .badge--toggle {
- vertical-align: text-top;
- }
-
- .metainfo__authorname {
- display: inline-block;
- color: #777777;
- margin-right: 0.2em;
- }
-
- .metainfo__published-date {
- display: inline-block;
- color: #777777;
- }
-
- .metainfo__properties {
- -webkit-box-flex: 1;
- -ms-flex: 1 1 100%;
- flex: 1 1 100%;
- margin: 20px 0 40px;
- }
-
- .meta-engage {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
-
- .meta-engage .badge + .badge,
- .meta-engage .meta-engage--buttons > * + * {
- margin-left: 5px;
- }
-
- .meta-engage .meta-engage--buttons {
- margin-right: 5px;
- }
-
- .meta-engage .btn {
- margin-bottom: 3px;
- }
-
- .meta-engage > * {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 1rem;
- }
-
- .article__special-fields {
- padding: 30px 0;
- border-top: 1px solid #e6e6e6;
- }
-
- .article__special-fields .article__special-field {
- margin-bottom: 15px;
- }
-
- .article__special-fields .article__special-field:last-child {
- margin-bottom: 0;
- }
-
- .article__special-fields .article__special-fields-icon {
- width: 18px;
- height: 18px;
- line-height: 20px;
- display: inline-block;
- vertical-align: middle;
- fill: #222222;
- margin-right: 12px;
- }
-
- .node--unpublished__label {
- display: inline-block;
- position: absolute;
- font-style: italic;
- font-weight: 500;
- top: 0;
- right: 0;
- padding: 0.5em 1em;
- }
-
- .stream-item .node--unpublished__label {
- top: -1.25rem;
- right: -1.25rem;
- }
-
- @media (min-width: 600px) {
- .meta-engage {
- margin-bottom: 1.5rem;
- }
- }
-
- @media (min-width: 900px) {
- .meta-engage .meta-engage--buttons {
- -webkit-box-ordinal-group: 2;
- -ms-flex-order: 1;
- order: 1;
- }
- }
-
- @media (max-width: 899px) {
- .meta-engage {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .meta-engage .btn .btn:first-child {
- margin-left: 0;
- }
- }