Files

Primary tabs

File name Location Namespacesort descending Description
shortcut.theme.css drupal/core/modules/shortcut/css/shortcut.theme.css Styling for the shortcut module.
region.html.twig drupal/core/modules/system/templates/region.html.twig Default theme implementation to display a region.
maintenance-page.html.twig drupal/core/modules/system/templates/maintenance-page.html.twig Default theme implementation to display a single Drupal page while offline.
page.html.twig drupal/core/modules/system/templates/page.html.twig Default theme implementation to display a single page.
html.html.twig drupal/core/modules/system/templates/html.html.twig Default theme implementation for the basic structure of a single Drupal page.
system.maintenance.css drupal/core/modules/system/css/system.maintenance.css /** * Update styles */ .update-results { margin-top: 3em; padding: 0.25em; border: 1px solid #ccc; background: #eee; font-size: smaller; } .update-results h2 { margin-top: 0.25em; } .update-results h4 { margin-bottom:…
system.diff.css drupal/core/modules/system/css/system.diff.css /** * Inline diff metadata */ .diff-inline-metadata { padding:4px; border:1px solid #ddd; background:#fff; margin:0px 0px 10px; } .diff-inline-legend { font-size:11px; } .diff-inline-legend span, .diff-inline-legend label {…
system.admin.css drupal/core/modules/system/css/system.admin.css Styles for administration pages.
http.php drupal/core/modules/system/tests/http.php Fake an HTTP request, for use during testing.
https.php drupal/core/modules/system/tests/https.php Fake an HTTPS request, for use during testing.
views-ui-display-tab-bucket.html.twig drupal/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig Default theme implementation for each "box" on the display query edit screen.
views-ui-display-tab-setting.html.twig drupal/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig Default theme implementation for Views UI display tab settings.
views_ui.admin.theme.css drupal/core/modules/views_ui/css/views_ui.admin.theme.css /** * The .admin.theme.css file is intended to contain presentation declarations * including images, borders, colors, and fonts. */ /* @group Reset */ .views-admin .links { list-style: none outside none; margin: 0; } .views-admin a:hover { …
views_ui.admin.css drupal/core/modules/views_ui/css/views_ui.admin.css /** * The .admin.css file is intended to only contain positioning and size * declarations. For example: display, position, float, clear, and overflow. */ /* @group Resets */ .views-admin ul, .views-admin menu, .views-admin dir { padding-left:…
views_ui.contextual.css drupal/core/modules/views_ui/css/views_ui.contextual.css /** * The .contextual.css file is intended to contain styles that override declarations * in the Contextual module. */ /* @group Wrapper */ #views-live-preview .contextual-region-active { outline: medium none; } #views-live-preview…
sql-1.txt drupal/core/modules/simpletest/files/sql-1.txt SELECT invalid_field FROM {invalid_table}
html-2.html drupal/core/modules/simpletest/files/html-2.html
html-1.txt drupal/core/modules/simpletest/files/html-1.txt <h1>SimpleTest HTML</h1>
php-1.txt drupal/core/modules/simpletest/files/php-1.txt <?php print 'SimpleTest PHP was executed!'; ?>
javascript-1.txt drupal/core/modules/simpletest/files/javascript-1.txt <script> alert('SimpleTest PHP was executed!'); </script>
README.txt drupal/core/modules/simpletest/files/README.txt These files are useful in tests that upload files or otherwise need to manipulate files, in which case they are copied to the files directory as specified in the site settings. Dummy files can also be generated by tests in order to save space.
php-2.php drupal/core/modules/simpletest/files/php-2.php
simpletest.module.css drupal/core/modules/simpletest/css/simpletest.module.css /* Test Table */ #simpletest-form-table th.select-all { width: 1em; } th.simpletest_test { width: 16em; } .simpletest-image { display: inline-block; cursor: pointer; width: 1em; } .simpletest-group-label label { display: inline; …
taxonomy-term.html.twig drupal/core/modules/taxonomy/templates/taxonomy-term.html.twig Default theme implementation to display a taxonomy term.
field_ui.admin.css drupal/core/modules/field_ui/css/field_ui.admin.css Stylesheet for the Field UI module.
forum-list.html.twig drupal/core/modules/forum/templates/forum-list.html.twig Default theme implementation to display a list of forums and containers.
forums.html.twig drupal/core/modules/forum/templates/forums.html.twig Default theme implementation to display a forum.
forum-submitted.html.twig drupal/core/modules/forum/templates/forum-submitted.html.twig Default theme implementation for a forum post submission string.
forum-icon.html.twig drupal/core/modules/forum/templates/forum-icon.html.twig Default theme implementation to display a status icon for a forum post.
aggregator-item.html.twig drupal/core/modules/aggregator/templates/aggregator-item.html.twig Default theme implementation to present a feed item in an aggregator page.
node.html.twig drupal/core/modules/node/templates/node.html.twig Default theme implementation to display a node.
node-edit-form.html.twig drupal/core/modules/node/templates/node-edit-form.html.twig Two column template for the node add/edit form.
node.admin.css drupal/core/modules/node/css/node.admin.css Styles for administration pages.
node.module.css drupal/core/modules/node/css/node.module.css Styles for administration pages.
user.html.twig drupal/core/modules/user/templates/user.html.twig Default theme implementation to present all user data.
user.module.css drupal/core/modules/user/css/user.module.css #permissions td.module { font-weight: bold; } #permissions td.permission { padding-left: 1.5em; /* LTR */ } #permissions tr.odd .form-item, #permissions tr.even .form-item { white-space: normal; } #user-admin-settings .details-description { …
views-view-unformatted.html.twig drupal/core/modules/views/templates/views-view-unformatted.html.twig Default theme implementation to display a view of unformatted rows.
views-view-row-rss.html.twig drupal/core/modules/views/templates/views-view-row-rss.html.twig Default theme implementation to display an item in a views RSS feed.
views-exposed-form.html.twig drupal/core/modules/views/templates/views-exposed-form.html.twig Default theme implementation of a views exposed form.
views-view-fields.html.twig drupal/core/modules/views/templates/views-view-fields.html.twig Default view template to display all the fields in a row.
views-view-rss.html.twig drupal/core/modules/views/templates/views-view-rss.html.twig Default template for feed displays that use the RSS style.
views-view-summary.html.twig drupal/core/modules/views/templates/views-view-summary.html.twig Default theme implementation to display a list of summary lines.
views-view-grouping.html.twig drupal/core/modules/views/templates/views-view-grouping.html.twig Default theme implementation to display a single views grouping.
views-view-field.html.twig drupal/core/modules/views/templates/views-view-field.html.twig Default theme implementation for a single field in a view.
views-view-summary-unformatted.html.twig drupal/core/modules/views/templates/views-view-summary-unformatted.html.twig Default theme implementation for unformatted summary links.
views-view-table.html.twig drupal/core/modules/views/templates/views-view-table.html.twig Default theme implementation for displaying a view as a table.
views-view.html.twig drupal/core/modules/views/templates/views-view.html.twig Default theme implementation for main view template.
views-view-grid.html.twig drupal/core/modules/views/templates/views-view-grid.html.twig Default theme implementation for views to display rows in a grid.
views-view-list.html.twig drupal/core/modules/views/templates/views-view-list.html.twig Default theme implementation for a view template to display a list of rows.
views.module.css drupal/core/modules/views/css/views.module.css .views-exposed-form .views-exposed-widget { display: inline-block; } .views-exposed-form .form-item, .views-exposed-form .form-submit { margin-top: 0; margin-bottom: 0; } /* table style column align */ .views-align-left { text-align:…

Pages

Other projects