Search for style

  1. Search 9.5.x for style
  2. Search 8.9.x for style
  3. Search 10.3.x for style
  4. Search 11.x for style
  5. Other projects
Title Object type File name Summary
image_style_options function modules/image/image.module Gets an array of image styles suitable for using as select list options.
image_style_path function modules/image/image.module Returns the URI of an image when using a style.
image_style_path_token function modules/image/image.module Generates a token to protect an image style derivative.
image_style_revert_form function modules/image/image.admin.inc Confirmation form to revert a database style to its default.
image_style_revert_form_submit function modules/image/image.admin.inc Submit handler to convert an overridden style to its default.
image_style_save function modules/image/image.module Saves an image style.
image_style_transform_dimensions function modules/image/image.module Determines the dimensions of the styled image.
image_style_url function modules/image/image.module Returns the URL for an image derivative given a style and image path.
style-rtl.css file 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:…
style-rtl.css file themes/garland/style-rtl.css 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/bartik/css/style-rtl.css /* ------------------ 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/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:…
style.css file themes/garland/style.css /**
* 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/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:…
theme_image_style function modules/image/image.module Returns HTML for an image using a specific image style.
theme_image_style_effects function modules/image/image.admin.inc Returns HTML for a listing of the effects within a specific image style.
theme_image_style_list function modules/image/image.admin.inc Returns HTML for the page containing the list of image styles.
theme_image_style_preview function modules/image/image.admin.inc Returns HTML for a preview of an image style.
user_image_style_delete function modules/user/user.module Implements hook_image_style_delete().
user_image_style_save function modules/user/user.module Implements hook_image_style_save().
_color_rewrite_stylesheet function modules/color/color.module Rewrites the stylesheet to match the colors in the palette.
_color_save_stylesheet function modules/color/color.module Saves the rewritten stylesheet to disk.
_drupal_load_stylesheet function includes/common.inc Loads stylesheets recursively and returns contents with corrected paths.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.