style.css |
file |
drupal/core/themes/bartik/css/style.css |
/* ---------- Overall Specifications ---------- */
body {
line-height: 1.5;
font-size: 87.5%;
word-wrap: break-word;
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
a:link,
a:visited {
text-decoration:… |
StyleTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Tests some general style plugin related functionality. |
StyleTest |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Provides a general test style plugin. |
style.css |
file |
drupal/core/themes/seven/style.css |
/**
* Generic elements.
*/
body {
color: #000;
background: #fff;
font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
a {
color: #0074bd;
text-decoration: none;
}
a:hover {
text-decoration:… |
ImageStyle |
class |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
Defines an image style configuration entity. |
StyleUITest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StyleUITest.php |
Tests the UI of style plugins. |
DefaultStyle |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultStyle.php |
Unformatted style plugin to render rows one after another with no
decorations. |
StyleTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Definition of Drupal\views\Tests\Plugin\StyleTest. |
StyleTestBase |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTestBase.php |
Tests some general style plugin related functionality. |
style-rtl.css |
file |
drupal/core/themes/bartik/css/style-rtl.css |
/* ------------------ Reset Styles ------------------ */
th,
td {
text-align: right;
}
blockquote {
border-left: none;
border-right: 4px solid #afafaf;
}
blockquote:before {
content: "\201D";
}
blockquote:after {
content:… |
style-rtl.css |
file |
drupal/core/themes/seven/style-rtl.css |
/**
* Generic elements.
*/
dl dd,
dl dl {
margin-right: 20px;
}
ul,
.block ul,
.item-list ul {
margin: 0.25em 1.5em 0.25em 0;
}
ol {
margin: 0.25em 2em 0.25em 0;
}
/**
* Skip link.
*/
#skip-link {
right: 50%;
margin-right:… |
StyleTest.php |
file |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Definition of Drupal\views_test_data\Plugin\views\style\StyleTest. |
ImageStyle::id |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
Overrides Drupal\Core\Entity\Entity::id(). |
ImageStyle.php |
file |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
Definition of Drupal\image\Plugin\Core\Entity\ImageStyle. |
image_style_url |
function |
drupal/core/modules/image/image.module |
Return the URL for an image derivative given a style and image path. |
image_style_uri |
function |
drupal/core/modules/image/image.module |
URI callbacks for image styles. |
StyleUITest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StyleUITest.php |
Definition of Drupal\views\Tests\UI\StyleUITest. |
StylePluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Base class to define a style plugin handler. |
image_style_load |
function |
drupal/core/modules/image/image.module |
Loads an ImageStyle object. |
image_style_path |
function |
drupal/core/modules/image/image.module |
Return the URI of an image when using a style. |
StyleMappingTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php |
Tests the default/mapping row style. |
StyleTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Sets up a Drupal site for running functional and integration tests. |
DefaultStyle.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultStyle.php |
Definition of Drupal\views\Plugin\views\style\DefaultStyle. |
image_style_list |
function |
drupal/core/modules/image/image.admin.inc |
Menu callback; Listing of all current image styles. |
image_style_form |
function |
drupal/core/modules/image/image.admin.inc |
Form builder; Edit an image style name and effects order. |
StyleTestBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTestBase.php |
Definition of Drupal\views\Tests\Plugin\StyleTestBase. |
image_style_flush |
function |
drupal/core/modules/image/image.module |
Flush cached media for a style. |
theme_image_style |
function |
drupal/core/modules/image/image.module |
Returns HTML for an image using a specific image style. |
StyleTest::render |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Overrides Drupal\views\Plugin\views\style\StylePluginBase::render() |
ImageStyle::$name |
property |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
The name of the image style. |
ConfigTest::$style |
property |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigTest.php |
The image style to use. |
Feed::getStyleType |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::getStyleType(). |
image_style_delete |
function |
drupal/core/modules/image/image.module |
Delete an image style. |
StyleTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
|
StyleTest::$output |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
A string which will be output when the view is rendered. |
ImageStyle::$label |
property |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
The image style label. |
SassFilter::$style |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
image_style_options |
function |
drupal/core/modules/image/image.module |
Get an array of image styles suitable for using as select list options. |
image_style_deliver |
function |
drupal/core/modules/image/image.module |
Menu callback; Given a style and image path, generate a derivative. |
Views style plugins |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Style plugins control how a view is rendered. For example, they
can choose to display a collection of fields, node_view() output,
table output, or any kind of crazy output they want. |
StylePluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Definition of Drupal\views\Plugin\views\style\StylePluginBase. |
assetic_stylesheets |
function |
drupal/core/vendor/kriswallsmith/assetic/src/functions.php |
Returns an array of stylesheet URLs. |
StyleMappingTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php |
Definition of Drupal\views\Tests\Plugin\StyleMappingTest. |
StyleUnformattedTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleUnformattedTest.php |
Tests the default/unformatted row style. |
StyleTest::$elements |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Stores the SimpleXML representation of the output. |
StyleTest::testStyle |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Tests the general renderering of styles. |
ImageAdminStylesTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Tests creation, deletion, and editing of image styles and effects. |
StyleTest::setOutput |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Sets the output property. |
StyleTest::getOutput |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Returns the output property. |
ImageStyle::$effects |
property |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
The array of image effects for this image style. |