caption.css |
core/themes/basis/css/component/caption.css |
Caption styles. |
cards.css |
core/themes/basis/css/component/cards.css |
Card listing view on the default home page. |
ccc_installer_test.info |
core/modules/installer/tests/ccc_installer_test/ccc_installer_test.info |
name = CCC Installer test
description = Support module for installer module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
ccc_installer_test.module |
core/modules/installer/tests/ccc_installer_test/ccc_installer_test.module |
Dummy module for testing Installer module. |
ccc_update_test.info |
core/modules/update/tests/ccc_update_test/ccc_update_test.info |
name = CCC Update test
description = Support module for update module testing.
package = Testing
version = BACKDROP_VERSION
backdrop = 1.x
hidden = TRUE
type = module |
ccc_update_test.module |
core/modules/update/tests/ccc_update_test/ccc_update_test.module |
Dummy module for testing Update status. |
charset_converter.inc |
core/includes/database/charset_converter.inc |
|
ckeditor-caption.css |
core/modules/ckeditor/css/ckeditor-caption.css |
Caption: default styling for displaying image captions. |
ckeditor-iframe.css |
core/modules/ckeditor/css/ckeditor-iframe.css |
/**
* CSS added to iframe-based instances only.
*/
body {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #222;
background-color: #fff;
margin: 8px;
}
ol, ul, dl {
/* IE7: reset rtl list margin. (CKEditor issue #7334)… |
ckeditor.admin.css |
core/modules/ckeditor/css/ckeditor.admin.css |
Styles for configuration of CKEditor module. |
ckeditor.admin.inc |
core/modules/ckeditor/ckeditor.admin.inc |
Admin page callbacks for the CKEditor module. |
ckeditor.api.php |
core/modules/ckeditor/ckeditor.api.php |
Documentation for CKEditor module APIs. |
ckeditor.css |
core/modules/ckeditor/css/ckeditor.css |
/**
* CSS needed when displaying a CKEditor instance.
*/
.ckeditor-dialog-loading {
position: absolute;
top: 0;
width: 100%;
text-align: center;
}
.ckeditor-dialog-loading-link {
border-radius: 0 0 5px 5px;
border: 1px solid #B6B6B6;
… |
ckeditor.info |
core/modules/ckeditor/ckeditor.info |
type = module
name = CKEditor
description = WYSIWYG editing for rich text fields using CKEditor.
package = User Interface
tags[] = Filters
tags[] = Formats
tags[] = Text Editors
version = BACKDROP_VERSION
backdrop = 1.x
configure =… |
ckeditor.install |
core/modules/ckeditor/ckeditor.install |
Install, update and uninstall functions for CKEditor module. |
ckeditor.module |
core/modules/ckeditor/ckeditor.module |
Provides integration with the CKEditor WYSIWYG editor. |
ckeditor.pages.inc |
core/modules/ckeditor/ckeditor.pages.inc |
Menu callbacks for CKEditor module. |
ckeditor.test |
core/modules/ckeditor/tests/ckeditor.test |
Tests for ckeditor.module. |
ckeditor.tests.info |
core/modules/ckeditor/tests/ckeditor.tests.info |
[CKEditorTestCase]
name = CKEditor
description = Check the functionality of CKEditor module.
group = CKEditor
file = ckeditor.test
[CKEditorRtlTestCase]
name = CKEditor RTL
description = Check the functionality of CKEditor with right-to-left… |
ckeditor.theme.inc |
core/modules/ckeditor/ckeditor.theme.inc |
Theme functions for CKEditor module. |
ckeditor_rtl.test |
core/modules/ckeditor/tests/ckeditor_rtl.test |
Tests for ckeditor.module. |
color.admin.css |
core/modules/color/css/color.admin.css |
Stylesheet for the administration pages of the Color module. |
color.inc |
core/themes/bartik/color/color.inc |
|
color.inc |
core/includes/color.inc |
|
color.inc |
core/themes/basis/color/color.inc |
|
color.info |
core/modules/color/color.info |
type = module
name = Color
description = Allows administrators to change the color scheme of compatible themes.
package = Appearance
tags[] = Theme Enhancements
version = BACKDROP_VERSION
backdrop = 1.x |
color.install |
core/modules/color/color.install |
Install, update and uninstall functions for the color module. |
color.legacy.inc |
core/modules/color/color.legacy.inc |
Contains support for legacy Bartik Blue Lagoon colors. |
color.module |
core/modules/color/color.module |
Allows users to change the color scheme of themes. |
color.test |
core/modules/color/tests/color.test |
Tests for color module. |
color.test |
core/modules/simpletest/tests/color.test |
Tests color conversion functions. |
color.tests.info |
core/modules/color/tests/color.tests.info |
[ColorTestCase]
name = Color functionality
description = Modify the Bartik theme colors and make sure the changes are reflected on the frontend.
group = Color
file = color.test |
color.theme.inc |
core/modules/color/color.theme.inc |
Theme functions for the Color module. |
colors-legacy.css |
core/themes/bartik/css/colors-legacy.css |
/* ---------- Legacy colors ---------- */
.l-container {
background: #ffffff;
}
.layout {
background: transparent;
}
.l-header {
background-color: #48a9e4;
background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
… |
colors.css |
core/themes/bartik/css/colors.css |
/* ---------- Color Module Styles ----------- */
body {
color: #3b3b3b;
}
.layout,
.l-container {
background: #ffffff;
}
.l-header {
color: #fffeff;
background-color: #000000;
background-image: -moz-linear-gradient(top, #000000 0%, #000001… |
comment.admin.inc |
core/modules/comment/comment.admin.inc |
Admin page callbacks for the Comment module. |
comment.api.php |
core/modules/comment/comment.api.php |
Hooks provided by the Comment module. |
comment.css |
core/modules/comment/css/comment.css |
#comments {
margin-top: 15px;
}
.indented {
margin-left: 25px; /* LTR */
}
[dir="rtl"] .indented {
margin-left: 0;
margin-right: 25px;
}
.comment-unpublished {
background-color: #fff4f4;
}
.comment-preview {
background-color:… |
comment.css |
core/themes/basis/css/component/comment.css |
.comment {
position: relative;
display: block;
padding: 0;
margin: 0 0 1.5em;
}
.comments .indented {
position: relative;
padding-left: 1.25em;
margin-top: -1.5em;
}
.comments .indented:before,
.comments .indented:after {
content:… |
comment.entity.inc |
core/modules/comment/comment.entity.inc |
Entity controller and class for comments. |
comment.info |
core/modules/comment/comment.info |
type = module
name = Comment
description = Allows users to comment on and discuss published content.
package = Comments
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = node
dependencies[] = text
dependencies[] =… |
comment.install |
core/modules/comment/comment.install |
Install, update and uninstall functions for the Comment module. |
comment.module |
core/modules/comment/comment.module |
Enables users to comment on published content. |
comment.pages.inc |
core/modules/comment/comment.pages.inc |
User page callbacks for the Comment module. |
comment.test |
core/modules/comment/tests/comment.test |
Tests for the Comment module. |
comment.tests.info |
core/modules/comment/tests/comment.tests.info |
[CommentInterfaceTest]
name = Comment interface
description = Test comment user interfaces.
group = Comment
file = comment.test
[CommentPreviewTest]
name = Comment preview
description = Test comment preview.
group = Comment
file =… |
comment.theme.inc |
core/modules/comment/comment.theme.inc |
Theme functions for the Comment module. |
comment.tokens.inc |
core/modules/comment/comment.tokens.inc |
Builds placeholder replacement tokens for comment-related data. |
comment.tpl.php |
core/modules/comment/templates/comment.tpl.php |
Default theme implementation for comments. |
comment.tpl.php |
core/themes/bartik/templates/comment.tpl.php |
Bartik's theme implementation for comments. |