Coolness is a fixed-width sub-theme of Drupal 7's Bartik, the default core theme. It features cool subdued colors on a light neutral background. Most of Bartik’s other styles such as layout and typography are inherited from the base theme.
A similar fluid-width theme, Liquid Coolness, is also available.
A helper module providing a function to be used in themeing or module building facilitating the detection of menu trails.
Description
There are several modules and suggestions for a path-based attribution of the "active" or "active-trail" class for links. Contrary to the substring-based method in e.g. Menu Trail By Path, this module first explodes pairs of pathes into arrays of arguments separated by "/" before it checks one against the other. Thus it avoids confusions resulting from partial word matchings like "grape => grapefruit". Finding an ordered intersection between current path alias and link path, it will attribute an "active" class to the latter. For example, a link pointing to "fruit/grape" will be flagged as active, if the current path is "fruit/grape/burgundy"; if the current path is "fruit/grapefruit" or "fruit/burgundy" it will be not. If the current path is an unaliased node path ('node/27'), there will be no effect at all. (For a content-based assignment of nodes to menu items, Menu trails does a good job.)