You are here

Files in Open Social 8.9

Primary tabs

File namesort descending Location Namespace Description
button--sky.css themes/socialblue/assets/css/button--sky.css .socialblue--sky .btn-sm, .socialblue--sky .btn-group-sm > .btn { padding: 4px 15px; font-size: .875rem; font-weight: 600; }
button.css themes/socialblue/assets/css/button.css .btn { border-radius: 10px; } .btn.btn-floating { border-radius: 50%; } .btn-default { color: #4d4d4d; background-color: #ffffff; border-color: #adadad; fill: #4d4d4d; } .btn-default:focus, .btn-default.focus, .btn-default:hover,…
button.css themes/socialbase/assets/css/button.css [role="button"] { cursor: pointer; } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; …
button.twig themes/socialblue/components/02-atoms/button/button.twig <button class="btn {{modifier_class}}">Button</button>
CancelEnrollInviteController.php modules/social_features/social_event/modules/social_event_invite/src/Controller/CancelEnrollInviteController.php Drupal\social_event_invite\Controller
card-nested-section.twig themes/socialbase/components/02-atoms/cards/card-nested-section.twig <section class="card"> <div class="card__block"> <p>Content can be anything</p> <div class="card__nested-section"> <p>Nested section content</p> </div> …
card.twig themes/socialbase/components/02-atoms/cards/card.twig <section class="card"> <h2 class="card__title card__title--underline"> Card title <span class="card__subtitle"> optional subtitle </span> </h2> <div class="{{…
cards--sky.css themes/socialblue/assets/css/cards--sky.css .socialblue--sky section:not(.content-merged--sky) .content-merged--sky--complementary { background: transparent; border-radius: 0 !important; -webkit-box-shadow: none; box-shadow: none; } .socialblue--sky .card--content-merged >…
cards.css themes/socialbase/assets/css/cards.css .card { -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24); box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24); position: relative; display:…
cards.css themes/socialblue/assets/css/cards.css .card { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; background-color: #ffffff; } .card__title { color: #555555; font-weight: 500; } .card__title svg { …
CategorizedOptionsbuttonsWidget.php modules/social_features/social_profile/src/Plugin/Field/FieldWidget/CategorizedOptionsbuttonsWidget.php Drupal\social_profile\Plugin\Field\FieldWidget
ChangeGroupMembershipRole.php modules/social_features/social_group/src/Plugin/Action/ChangeGroupMembershipRole.php Drupal\social_group\Plugin\Action
ckeditor.css themes/socialbase/assets/css/ckeditor.css code, kbd, pre, samp { font-size: 1em; } code, kbd { padding: 2px 4px; font-size: 90%; } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 11.5px; margin: 0 0 12px; …
ckeditor.css themes/socialblue/assets/css/ckeditor.css .btn { border-radius: 10px; } .btn.btn-floating { border-radius: 50%; } .btn-default { color: #4d4d4d; background-color: #ffffff; border-color: #adadad; fill: #4d4d4d; } .btn-default:focus, .btn-default.focus, .btn-default:hover,…
code.twig themes/socialbase/components/01-base/code/code.twig <p>The <code>code</code> element represents a fragment of computer code.</p> <p>There are <var><var>y</var> = <var>m</var><var>x</var> + <var>b</var></var>…
color.admin.css modules/custom/improved_theme_settings/css/color.admin.css .form-type-vertical-tabs .color-form .form-item { height: auto; } .form-type-vertical-tabs .color-form label { float: none; clear: left; display: inline-block; } .form-type-vertical-tabs .color-form .form-select, .form-type-vertical-tabs…
color.inc themes/socialblue/color/color.inc
colors.twig themes/socialblue/components/00-config/variables/colors.twig <div style="display: inline-block; width: 6rem; height: 6rem; border-radius: .25rem;" class=" {{modifier_class}}"></div>
comment--activity-comment.html.twig themes/socialbase/templates/comment/comment--activity-comment.html.twig {% extends "comment.html.twig" %} {% block comment_author %} <div class="comment__author"> {{ author }} <span class="comment__metadata">&bullet; {{ submitted }} </span> </div> {%…
comment--activity.html.twig themes/socialbase/templates/comment/comment--activity.html.twig Default theme implementation for comments.
comment.css themes/socialbase/assets/css/comment.css a[id^="comment-"] { display: block; position: relative; top: -70px; visibility: hidden; } .comment { position: relative; margin-top: 1em; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; …
comment.css themes/socialblue/assets/css/comment.css .comments { background: #f3f3f3; border-radius: 10px; } .comment__reply-btn { color: #33b5e5; fill: #33b5e5; } .comment__reply-btn:hover, .comment__reply-btn:focus { color: #1a8dbe; fill: #1a8dbe; } .photoswipe-gallery-custom…
comment.html.twig themes/socialbase/templates/comment/comment.html.twig Default theme implementation for comments.
Comment.php modules/custom/social_demo/src/Plugin/DemoContent/Comment.php Drupal\social_demo\Plugin\DemoContent
Comment.php modules/social_features/social_comment/src/Entity/Comment.php Drupal\social_comment\Entity
comment.type.comment.yml modules/social_features/social_comment/config/install/comment.type.comment.yml modules/social_features/social_comment/config/install/comment.type.comment.yml
comment.type.comment_profile.yml modules/social_features/social_profile/modules/social_profile_manager_notes/config/install/comment.type.comment_profile.yml modules/social_features/social_profile/modules/social_profile_manager_notes/config/install/comment.type.comment_profile.yml
comment.type.post_comment.yml modules/social_features/social_post/config/install/comment.type.post_comment.yml modules/social_features/social_post/config/install/comment.type.post_comment.yml
comment.yml modules/custom/social_demo/content/entity/comment.yml modules/custom/social_demo/content/entity/comment.yml
comment.yml modules/custom/social_demo/eaa/content/entity/comment.yml modules/custom/social_demo/eaa/content/entity/comment.yml
CommentAllActivityEntityCondition.php modules/custom/activity_basics/src/Plugin/ActivityEntityCondition/CommentAllActivityEntityCondition.php Drupal\activity_basics\Plugin\ActivityEntityCondition
CommentGroupContentFormatter.php modules/custom/group_core_comments/src/Plugin/Field/FieldFormatter/CommentGroupContentFormatter.php Drupal\group_core_comments\Plugin\Field\FieldFormatter
CommentNodeFormatter.php modules/social_features/social_core/src/Plugin/Field/FieldFormatter/CommentNodeFormatter.php Drupal\social_core\Plugin\Field\FieldFormatter
CommentNotReplyActivityEntityCondition.php modules/custom/activity_basics/src/Plugin/ActivityEntityCondition/CommentNotReplyActivityEntityCondition.php Drupal\activity_basics\Plugin\ActivityEntityCondition
CommentPostActivityFormatter.php modules/social_features/social_post/src/Plugin/Field/FieldFormatter/CommentPostActivityFormatter.php Drupal\social_post\Plugin\Field\FieldFormatter
CommentPostFormatter.php modules/social_features/social_post/src/Plugin/Field/FieldFormatter/CommentPostFormatter.php Drupal\social_post\Plugin\Field\FieldFormatter
CommentReplyActivityEntityCondition.php modules/custom/activity_basics/src/Plugin/ActivityEntityCondition/CommentReplyActivityEntityCondition.php Drupal\activity_basics\Plugin\ActivityEntityCondition
comments-join-group.html.twig modules/custom/group_core_comments/templates/comments-join-group.html.twig {{ attach_library('group_core_comments/group_core_comments')}} <div class="forbidden-post-comments-wrapper card"> <div class="description"> <div class="description__wrapper"> …
CommunityActivityContext.php modules/custom/activity_basics/src/Plugin/ActivityContext/CommunityActivityContext.php Drupal\activity_basics\Plugin\ActivityContext
ConfigEventsSubscriber.php modules/social_features/social_profile/modules/social_profile_privacy/src/EventSubscriber/ConfigEventsSubscriber.php Drupal\social_profile_privacy\EventSubscriber
confirm-form--modal.html.twig themes/socialbase/templates/form/confirm-form--modal.html.twig Theme override for modal confirm form.
confirm-form.html.twig themes/socialbase/templates/form/confirm-form.html.twig Theme override for confirm form.
ConfirmFormModal.php themes/socialbase/src/Plugin/Preprocess/ConfirmFormModal.php Drupal\socialbase\Plugin\Preprocess
container--post-image.html.twig themes/socialbase/templates/post/container--post-image.html.twig Theme override of a container used to wrap child elements.
container.html.twig themes/socialbase/templates/system/container.html.twig Theme override of a container used to wrap child elements.
Container.php themes/socialbase/src/Plugin/Preprocess/Container.php Drupal\socialbase\Plugin\Preprocess
ContentBlock.php modules/social_features/social_content_block/src/Annotation/ContentBlock.php Drupal\social_content_block\Annotation
ContentBlockBase.php modules/social_features/social_content_block/src/ContentBlockBase.php Drupal\social_content_block
ContentBlockManager.php modules/social_features/social_content_block/src/ContentBlockManager.php Drupal\social_content_block
ContentBlockManagerInterface.php modules/social_features/social_content_block/src/ContentBlockManagerInterface.php Drupal\social_content_block

Pages

Other projects