Search for style
- Search 9.5.x for style
- Search 8.9.x for style
- Search 10.3.x for style
- Search 11.x for style
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
image_style_options | function | modules/ |
Gets an array of image styles suitable for using as select list options. |
image_style_path | function | modules/ |
Returns the URI of an image when using a style. |
image_style_path_token | function | modules/ |
Generates a token to protect an image style derivative. |
image_style_revert_form | function | modules/ |
Confirmation form to revert a database style to its default. |
image_style_revert_form_submit | function | modules/ |
Submit handler to convert an overridden style to its default. |
image_style_save | function | modules/ |
Saves an image style. |
image_style_transform_dimensions | function | modules/ |
Determines the dimensions of the styled image. |
image_style_url | function | modules/ |
Returns the URL for an image derivative given a style and image path. |
style-rtl.css | file | themes/ |
/** * 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:… |
style-rtl.css | file | themes/ |
html { direction: rtl; } /** * Generic elements */ body { direction: rtl; } ul, .block ul, ol { padding: 0 1.5em 0 0; } ul.menu, .item-list ul { margin: 0.35em -0.5em 0 0; } ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin:… |
style-rtl.css | file | themes/ |
/* ------------------ Reset Styles ------------------ */ caption, th, td { text-align: right; } blockquote { border-left: none; border-right: 4px solid #afafaf; } blockquote:before { content: "\201D"; } blockquote:after { content:… |
style.css | file | themes/ |
/** * 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:… |
style.css | file | themes/ |
/** * Generic elements */ body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } input { font: 1em/100% Verdana, sans-serif; color: #494949; } textarea, select { font: 1em/160%… |
style.css | file | themes/ |
/* ---------- 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:… |
theme_image_style | function | modules/ |
Returns HTML for an image using a specific image style. |
theme_image_style_effects | function | modules/ |
Returns HTML for a listing of the effects within a specific image style. |
theme_image_style_list | function | modules/ |
Returns HTML for the page containing the list of image styles. |
theme_image_style_preview | function | modules/ |
Returns HTML for a preview of an image style. |
user_image_style_delete | function | modules/ |
Implements hook_image_style_delete(). |
user_image_style_save | function | modules/ |
Implements hook_image_style_save(). |
_color_rewrite_stylesheet | function | modules/ |
Rewrites the stylesheet to match the colors in the palette. |
_color_save_stylesheet | function | modules/ |
Saves the rewritten stylesheet to disk. |
_drupal_load_stylesheet | function | includes/ |
Loads stylesheets recursively and returns contents with corrected paths. |
Pagination
- Previous page
- Page 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.